@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#1a1a1a;color:#e0e0e0}h1,h2,h3,h4,h5,h6{font-family:Urbanist,sans-serif}#root{width:100vw;height:100vh;display:flex;flex-direction:column}.app-header{flex-shrink:0;background:#2c2c2c;padding:12px 24px;border-bottom:2px solid #444;box-shadow:0 2px 8px #0000004d;display:flex;align-items:center;justify-content:space-between;height:60px}.app-header h1{font-size:24px;font-weight:700;color:#e0e0e0;margin:0;letter-spacing:.5px;display:flex;align-items:center;gap:12px}.app-header .brand-name{font-weight:700;color:#e0e0e0}.app-header .separator,.app-header .app-name{font-weight:400;color:#888}.app-header .tool-switcher{background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#e0e0e0;padding:8px 12px;font-size:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.app-header .tool-switcher .tool-switcher-flag{font-size:1.05rem;line-height:1;display:inline-flex;align-items:center}.app-header .tool-switcher:hover{background:#4c4c4c;border-color:#777}.app-header .header-actions{display:flex;align-items:center;gap:8px}.app-header .header-dropdown{position:relative}.app-header .header-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#2c2c2c;border:1px solid #555;border-radius:4px;min-width:200px;box-shadow:0 4px 12px #0000004d;z-index:1000}.app-header .header-menu-item{display:block;width:100%;padding:12px 16px;background:transparent;border:none;color:#e0e0e0;text-align:left;cursor:pointer;font-size:10px;transition:all .2s ease;display:flex;align-items:center;gap:8px}.app-header .header-menu-item:hover{background:#3c3c3c}.app-header .header-menu-item--active{background:#3c3c3c;color:#4fc3f7}.app-header .header-menu-item-flag{width:28px;text-align:center;font-size:1.35rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.app-header .header-menu-item-language{font-size:12px;line-height:1.2}.app-footer{flex-shrink:0;background:#2c2c2c;padding:12px 24px;border-top:2px solid #444;box-shadow:0 -2px 8px #0000004d}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.footer-text{margin:0;font-size:12px;color:#888;flex:1;min-width:300px}.footer-text a{color:#4fc3f7;text-decoration:none;transition:all .2s ease}.footer-text a:hover{color:#80d4f9;text-decoration:underline}.footer-discord{display:flex;gap:12px;align-items:center}.discord-link{display:flex;align-items:center;gap:6px;padding:4px 12px;background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#5865f2;text-decoration:none;font-size:10px;transition:all .2s ease;white-space:nowrap}.discord-link svg{flex-shrink:0}.discord-link:hover{background:#4c4c4c;border-color:#5865f2;color:#8791f6;text-decoration:none}.dashboard-container{width:100%;height:100%}.content-container{padding:24px;width:100%;height:100%;box-sizing:border-box}.app-layout{flex:1;display:flex;overflow:hidden}.app-sidebar{width:280px;background:#2c2c2c;border-right:2px solid #444;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden}.app-sidebar.collapsed{width:60px}.app-sidebar.collapsed .sidebar-nav-text,.app-sidebar.collapsed .sidebar-toggle-text{display:none}.app-sidebar.collapsed .sidebar-header{padding:8px;justify-content:center}.app-sidebar.collapsed .sidebar-nav{padding:8px}.app-sidebar.collapsed .sidebar-nav-item a{padding:8px;justify-content:center;gap:0}.app-sidebar.collapsed .sidebar-nav-item a svg{width:18px;height:18px}.sidebar-header{padding:16px;border-bottom:1px solid #444;display:flex;justify-content:space-between;align-items:center}.sidebar-title{font-size:14px;font-weight:600;color:#b0bec5;margin:0}.sidebar-toggle{background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#e0e0e0;padding:4px 8px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s ease;font-size:10px}.sidebar-toggle:hover{background:#4c4c4c;border-color:#777}.sidebar-nav{flex:1;padding:12px;overflow-y:auto;display:flex;flex-direction:column}.sidebar-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.sidebar-nav-list--bottom{margin-top:auto;padding-top:12px;border-top:1px solid #444}.sidebar-nav-item a{display:flex;align-items:center;gap:12px;padding:12px;color:#e0e0e0;text-decoration:none;border-radius:4px;transition:all .2s ease;font-size:12px;white-space:nowrap}.sidebar-nav-item a svg{flex-shrink:0}.sidebar-nav-item a:hover{background:#3c3c3c}.sidebar-nav-item a.active{background:#3c3c3c;color:#4fc3f7;border-left:3px solid #4fc3f7}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#1a1a1a}.main-content{flex:1;overflow:auto;padding:0}.main-content.padded{padding:24px}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;height:100%;flex-direction:column;gap:16px}.loading-spinner{width:48px;height:48px;border:4px solid #3c3c3c;border-top-color:#4fc3f7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text,.error-text{font-size:16px;color:#e0e0e0}.error-text{color:#e53935}.settings-page{max-width:600px}.settings-title{font-family:Urbanist,sans-serif;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;font-size:22px;color:#e0e0e0;margin-bottom:24px}.settings-section{background:#2c2c2c;border:1px solid #444;border-radius:8px;padding:24px;margin-bottom:24px}.settings-section-title{font-size:13px;font-weight:600;color:#b0bec5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.settings-info{margin-bottom:16px}.settings-info p{font-size:12px;color:#888;line-height:1.6}.settings-info a{color:#4fc3f7;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.settings-info a:hover{text-decoration:underline}.settings-steps{background:#3c3c3c;border-radius:4px;padding:16px;margin-bottom:24px}.settings-steps h4{font-size:12px;font-weight:600;color:#e0e0e0;margin-bottom:12px}.settings-steps ol{margin:0;padding-left:24px}.settings-steps ol li{font-size:12px;color:#888;margin-bottom:8px;line-height:1.5}.settings-steps ol li:last-child{margin-bottom:0}.settings-steps a{color:#4fc3f7;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.settings-steps a:hover{text-decoration:underline}.settings-form{display:flex;flex-direction:column;gap:12px}.settings-label{font-size:12px;font-weight:600;color:#e0e0e0}.token-input-wrapper{position:relative;display:flex;align-items:center}.token-input{flex:1;background:#3c3c3c;border:1px solid #555;border-radius:4px;padding:12px 48px 12px 16px;font-size:12px;font-family:Courier New,monospace;color:#e0e0e0;transition:all .2s ease}.token-input:focus{outline:none;border-color:#4fc3f7;box-shadow:0 0 0 2px #4fc3f733}.token-input:disabled{opacity:.6;cursor:not-allowed}.token-input::placeholder{color:#666}.token-toggle{position:absolute;right:12px;background:transparent;border:none;color:#888;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.token-toggle:hover{color:#e0e0e0}.settings-message{display:flex;align-items:center;gap:8px;padding:12px;border-radius:4px;font-size:12px}.settings-message--error{background:#f4433626;color:#f44336;border:1px solid rgba(244,67,54,.3)}.settings-message--success{background:#4caf5026;color:#4caf50;border:1px solid rgba(76,175,80,.3)}.settings-actions{display:flex;gap:12px;margin-top:8px}.settings-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.settings-button:disabled{opacity:.6;cursor:not-allowed}.settings-button--primary{background:#4fc3f7;color:#1a1a1a;border-color:#4fc3f7}.settings-button--primary:hover:not(:disabled){background:#80d4f9;border-color:#80d4f9}.settings-button--danger{background:transparent;color:#f44336;border-color:#f44336}.settings-button--danger:hover:not(:disabled){background:#f443361a}.settings-account-info{display:flex;flex-direction:column;gap:12px}.account-detail{display:flex;align-items:center;gap:12px}.account-label{font-size:12px;color:#888;min-width:100px}.account-value{font-size:12px;color:#e0e0e0;font-weight:600}.login-button{display:inline-flex;align-items:center;gap:4px;background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#e0e0e0;padding:8px 12px;font-size:12px;cursor:pointer;transition:all .2s ease}.login-button:hover:not(:disabled){background:#4c4c4c;border-color:#777}.login-button:disabled{cursor:not-allowed;opacity:.7}.login-button--authenticated{color:#4fc3f7;border-color:#4fc3f74d}.login-button--authenticated:hover:not(:disabled){border-color:#4fc3f7;background:#4fc3f71a}.login-button--loading{padding:8px 16px}.login-button__name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu{min-width:240px}.user-menu__identity{display:flex;align-items:center;gap:8px;padding:12px;border-bottom:1px solid #444;color:#e0e0e0}.user-menu__identity-text{display:flex;flex-direction:column;min-width:0}.user-menu__identity-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px}.user-menu__identity-value{font-size:12px;color:#e0e0e0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-menu-item--danger{color:#f44336}.header-menu-item--danger:hover{background:#f443361f}.confirm-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px}.confirm-dialog{background:#2c2c2c;border:1px solid #444;border-radius:8px;padding:24px;max-width:420px;width:100%;box-shadow:0 8px 24px #00000080}.confirm-dialog__title{font-family:Urbanist,sans-serif;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;font-size:18px;color:#e0e0e0;margin-bottom:12px}.confirm-dialog__body{font-size:12px;color:#888;line-height:1.5;margin-bottom:24px}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:12px}.header-actions{display:flex;align-items:center;gap:12px}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sync-error-banner{flex:0 0 auto;display:flex;align-items:flex-start;gap:12px;margin:0;padding:8px 16px;background:color-mix(in srgb,#ffd700 22%,#1f1f1f);border:0;border-bottom:2px solid #ffd700;border-radius:0;color:#e0e0e0;font-size:12px;line-height:1.4}.sync-error-banner__icon{flex-shrink:0;margin-top:2px;color:gold}.sync-error-banner__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.sync-error-banner__title{font-weight:600}.sync-error-banner__text{color:#e0e0e0}.sync-error-banner__details{color:#888;font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.sync-error-banner__action{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#e0e0e0;text-decoration:none;font-size:12px;cursor:pointer;transition:all .2s ease}.sync-error-banner__action:hover:not(:disabled){background:#4c4c4c;border-color:#777}.sync-error-banner__action:disabled{opacity:.6;cursor:not-allowed}.sync-error-banner__action .spin{animation:sync-error-banner-spin .9s linear infinite}.sync-error-banner__action--primary{background:gold;color:#1a1a1a;border-color:gold}.sync-error-banner__action--primary:hover:not(:disabled){background:color-mix(in srgb,#ffd700 80%,white);border-color:color-mix(in srgb,#ffd700 80%,white)}@keyframes sync-error-banner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
