*,:before,:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}button{font:inherit;color:inherit}img{vertical-align:middle;max-width:100%}#root{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{height:calc(100vh - 60px)}.dashboard{flex-direction:column;height:100%;display:flex}.dashboard-content{flex:1;overflow:auto}.dashboard-header{background-color:#374151;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.dashboard-header-title{color:#fff;font-family:Inter,sans-serif;font-size:24px;font-weight:700}.dashboard-header-subtitle{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:34px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .3s}.dashboard-header-subtitle:hover{background-color:#3b82f6}.dashboard-header-feature{align-items:center;gap:24px;display:flex}.dashboard-header-language{color:#fff;font-size:14px}.dashboard-header-language span{cursor:pointer}.dashboard-header-language span:hover{text-decoration:underline}