#App{height:100%;width:100%;position:fixed;padding:0;margin:0;background:#072e5a;background-size:cover}div#mainNavbar{display:none}div#mainContent{overflow-y:auto;overflow-x:hidden;background:#0c99bd46}div#mainNavbar button{margin:0;background:#072b424f;padding:.6rem 1rem;cursor:pointer;font-size:1rem;color:#fff;height:100%;border-style:none;display:flex;align-items:center;justify-content:center}div#mainNavbar button:hover{background:#077894;color:#fff}div#mainNavbar img{width:40px;height:40px;border-radius:50%;object-fit:cover}.contentBox{padding:0;margin:1em 5em;background:#0b6379dc}@media(max-width:768px){.contentBox{margin:1em}}span.initialsAvatar{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#03071b;color:#b9ad05;font-weight:700;font-size:14;font-family:"system-ui",Segoe UI,Roboto,Arial,sans-serif}.google-avatar-btn{position:relative;border:none;background:transparent;cursor:pointer;padding:0;border-radius:50%}.google-avatar-btn.impersonating{box-shadow:0 0 0 3px #ffc107b3}.google-avatar-btn .impersonation-indicator{position:absolute;bottom:-2px;right:-2px;font-size:14px;background:#fff;border-radius:50%;padding:2px;line-height:1}.feature-locked-message{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;max-width:400px;margin:2rem auto;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:12px}.feature-locked-message .locked-icon{font-size:3rem;margin-bottom:1rem}.feature-locked-message h2{margin:0 0 .5rem;color:#e6eef8;font-size:1.3rem}.feature-locked-message p{margin:0 0 1.5rem;color:#9aa6b2;line-height:1.5}.feature-locked-message .btn-back-to-dashboard{padding:.6rem 1.5rem;background:#4f9cff26;border:1px solid rgba(79,156,255,.3);border-radius:6px;color:#4f9cff;font-weight:600;cursor:pointer;transition:all .2s}.feature-locked-message .btn-back-to-dashboard:hover{background:#4f9cff40;border-color:#4f9cff}:root{--nav-bg: #044555;--nav-bg-hover: #077894;--nav-collapsed-width: 56px;--nav-expanded-width: 200px;--nav-transition: .25s ease;--hamburger-size: 48px;--content-max-width: 70vh;--content-desktop-ratio: 100%}@media(min-width:769px){.nav-sidebar{position:fixed;top:0;left:0;height:100%;width:var(--nav-collapsed-width);background:var(--nav-bg);z-index:1000;display:flex;flex-direction:column;transition:width var(--nav-transition);overflow:hidden}body.fullscreen-overlay-active .nav-sidebar{display:none!important}.nav-sidebar.expanded{width:var(--nav-expanded-width)}.nav-toggle{display:flex;align-items:center;justify-content:center;width:100%;height:var(--nav-collapsed-width);background:#072b424f;border:none;cursor:pointer;color:#fff;font-size:1.5rem;flex-shrink:0;transition:background .2s}.nav-toggle:hover{background:var(--nav-bg-hover)}.nav-items{display:flex;flex-direction:column;flex:1;overflow-y:auto;overflow-x:hidden}.nav-item{display:flex;align-items:center;gap:12px;width:100%;min-height:var(--nav-collapsed-width);padding:0 16px;background:transparent;border:none;cursor:pointer;color:#fff;font-size:1rem;text-align:left;white-space:nowrap;transition:background .2s}.nav-item:hover{background:var(--nav-bg-hover)}.nav-item.active{background:#077894;border-left:3px solid #4fc3f7}.nav-item-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.nav-item-icon img{width:24px;height:24px;object-fit:contain}.nav-item-label{opacity:0;transition:opacity var(--nav-transition)}.nav-sidebar.expanded .nav-item-label{opacity:1}.nav-bottom{margin-top:auto;border-top:1px solid #0b6379;padding-top:8px;flex-shrink:0}.nav-auth{padding:8px 12px;display:flex;align-items:center;gap:12px}.nav-auth img{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}#mainContent.with-sidebar{position:fixed;top:0;left:var(--nav-collapsed-width);width:calc(100% - var(--nav-collapsed-width));height:100%;display:flex;justify-content:center;align-items:flex-start;transition:left var(--nav-transition),width var(--nav-transition)}body.fullscreen-overlay-active #mainContent.with-sidebar{left:0;width:100%}#mainContent.with-sidebar.sidebar-expanded{left:var(--nav-expanded-width);width:calc(100% - var(--nav-expanded-width))}#mainContent.with-sidebar>.content-wrapper{width:min(100%,var(--content-desktop-ratio),800px);height:100%;overflow-y:auto;overflow-x:hidden}.hamburger-btn,.mobile-overlay,.mobile-menu{display:none!important}}@media(max-width:768px){.nav-sidebar,body.fullscreen-overlay-active .hamburger-btn,body.fullscreen-overlay-active .mobile-overlay,body.fullscreen-overlay-active .mobile-menu{display:none!important}.hamburger-btn{position:fixed;top:0;left:0;width:var(--hamburger-size);height:var(--hamburger-size);background:var(--nav-bg);border:none;border-radius:0 0 12px;cursor:pointer;color:#fff;font-size:1.5rem;z-index:1001;display:flex;align-items:center;justify-content:center;box-shadow:2px 2px 8px #0000004d;transition:background .2s}.hamburger-btn:hover{background:var(--nav-bg-hover)}.hamburger-btn.menu-open{z-index:1003}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.mobile-overlay.visible{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--nav-bg);z-index:1002;display:flex;flex-direction:column;padding:60px 20px 20px;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu .nav-item{display:flex;align-items:center;gap:16px;width:100%;padding:16px 20px;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#fff;font-size:1.125rem;text-align:left;transition:background .2s;margin-bottom:4px}.mobile-menu .nav-item:hover{background:var(--nav-bg-hover)}.mobile-menu .nav-item.active{background:#077894}.mobile-menu .nav-item-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.mobile-menu .nav-item-icon img{width:28px;height:28px;object-fit:contain}.mobile-menu .nav-item-label{opacity:1}.mobile-menu .nav-bottom{margin-top:auto;border-top:1px solid #0b6379;padding-top:16px}.mobile-menu .nav-auth{padding:12px 20px;display:flex;align-items:center;gap:16px}.mobile-menu .nav-auth img{width:40px;height:40px;border-radius:50%;object-fit:cover}#mainContent.with-sidebar{position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;background:#0b6379dc}#mainContent.with-sidebar>.content-wrapper{width:100%;min-height:100%;padding-top:var(--hamburger-size)}}.content-wrapper{position:relative}@media(min-width:769px){.nav-group{display:flex;flex-direction:column}.nav-group:first-of-type{border-top:1px solid #0b6379;margin-top:4px;padding-top:4px}.nav-group-header{display:flex;align-items:center;gap:12px;width:100%;min-height:var(--nav-collapsed-width);padding:0 16px;background:transparent;border:none;cursor:pointer;color:#ffffffb3;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;transition:background .2s,color .2s}.nav-group-header:hover{background:var(--nav-bg-hover);color:#fff}.nav-group.has-active-child .nav-group-header{color:#4fc3f7}.nav-group-header .nav-item-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.nav-group-header .nav-item-label{opacity:0;transition:opacity var(--nav-transition);flex:1}.nav-sidebar.expanded .nav-group-header .nav-item-label{opacity:1}.nav-group-chevron{font-size:.7rem;opacity:0;transition:opacity var(--nav-transition),transform .2s;flex-shrink:0}.nav-sidebar.expanded .nav-group-chevron{opacity:.7}.nav-group.open .nav-group-chevron{transform:rotate(90deg)}.nav-group-items{max-height:0;overflow:hidden;transition:max-height .25s ease}.nav-group.open .nav-group-items{max-height:300px}.nav-group-items .nav-item{padding-left:28px;min-height:44px;font-size:.9rem}.nav-sidebar:not(.expanded) .nav-group-items{display:none}.nav-sidebar:not(.expanded) .nav-group-header{min-height:var(--nav-collapsed-width)}}@media(max-width:768px){.nav-group{display:flex;flex-direction:column}.nav-group:first-of-type{border-top:1px solid #0b6379;margin-top:8px;padding-top:8px}.nav-group-header{display:flex;align-items:center;gap:16px;width:100%;padding:14px 20px;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#ffffffb3;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:left;transition:background .2s,color .2s;margin-bottom:4px}.nav-group-header:hover{background:var(--nav-bg-hover);color:#fff}.nav-group.has-active-child .nav-group-header{color:#4fc3f7}.nav-group-header .nav-item-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.nav-group-header .nav-item-label{opacity:1;flex:1}.nav-group-chevron{font-size:.8rem;opacity:.7;transition:transform .2s;flex-shrink:0}.nav-group.open .nav-group-chevron{transform:rotate(90deg)}.nav-group-items{max-height:0;overflow:hidden;transition:max-height .25s ease}.nav-group.open .nav-group-items{max-height:400px}.nav-group-items .nav-item{padding-left:52px;padding-top:12px;padding-bottom:12px;font-size:1rem}}.nav-auth-container,.nav-auth-container #gisButton{width:100%}@media(max-width:768px){body.impersonating .hamburger-btn{top:52px}body.impersonating .mobile-menu,body.impersonating #mainContent.with-sidebar{top:52px;height:calc(100% - 52px)}body.impersonating #mainContent.with-sidebar>.content-wrapper{padding-top:var(--hamburger-size)}}:is(.world-building,.story-structure,.student-settings){padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}:is(.world-building,.story-structure,.student-settings) h1,:is(.world-building,.story-structure,.student-settings) h2,:is(.world-building,.story-structure,.student-settings) h3{margin:0}.world-building__form,.student-settings__form{display:grid;gap:1.5rem}:is(.world-building,.student-settings) fieldset{border:1px solid #333;border-radius:.75rem;padding:1rem 1.25rem;margin:0}:is(.world-building,.student-settings) legend{padding:0 .5rem;font-weight:600}.world-building__grid,.story-structure__grid,.student-settings__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.world-building__field,.story-structure__field,.student-settings__field{display:flex;flex-direction:column;gap:.35rem}.world-building__field label,.story-structure__field label,.student-settings__field label{font-weight:600;color:#f5f5f5}.world-building__hint,.student-settings__hint{font-size:.85rem;color:#a0a0a0}:is(.world-building,.story-structure,.student-settings) input,:is(.world-building,.story-structure,.student-settings) textarea,:is(.world-building,.story-structure,.student-settings) select{width:100%;padding:.5rem .65rem;border-radius:.5rem;border:1px solid #444;background-color:#141414;color:#f0f0f0;transition:border-color .2s ease,box-shadow .2s ease}:is(.world-building,.story-structure,.student-settings) input:focus,:is(.world-building,.story-structure,.student-settings) textarea:focus,:is(.world-building,.story-structure,.student-settings) select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40}:is(.world-building,.story-structure,.student-settings) textarea{resize:vertical;min-height:3.5rem}.world-building__list,.story-structure__list,.student-settings__list{display:grid;gap:1rem}.world-building__card,.story-structure__card,.student-settings__card{border:1px solid #2a2a2a;border-radius:.75rem;padding:1rem;background:#0f0f0f;display:flex;flex-direction:column;gap:1rem}.world-building__card-header,.story-structure__card-header,.student-settings__card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.world-building__card-title,.story-structure__card-title,.student-settings__card-title{font-size:1rem;font-weight:600}.world-building__button-row,.story-structure__button-row,.student-settings__button-row{display:flex;gap:.75rem;flex-wrap:wrap}.world-building__button,.story-structure__button,.student-settings__button{border:none;border-radius:.5rem;padding:.5rem .9rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;color:#f9fafb;background-color:#2563eb}.world-building__button:hover:not(:disabled),.story-structure__button:hover:not(:disabled),.student-settings__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #2563eb40}.world-building__button:disabled,.story-structure__button:disabled,.student-settings__button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.world-building__button--secondary,.student-settings__button--secondary{background-color:transparent;border:1px solid #444;color:#f1f1f1}.world-building__button--danger,.story-structure__button--danger,.student-settings__button--danger{background-color:transparent;border:1px solid #ef4444;color:#fca5a5}.world-building__button--ghost,.story-structure__button--ghost,.student-settings__button--ghost{background-color:transparent;border:1px dashed #3a3a3a;color:#d1d5db}.world-building__daily-life{display:grid;gap:.75rem}.world-building__daily-life-row{display:grid;gap:.75rem;grid-template-columns:minmax(120px,180px) 1fr auto;align-items:center}.world-building__daily-life-row textarea{min-height:2.5rem}.story-structure__preset-row{display:flex;flex-wrap:wrap;gap:.75rem}.story-structure__empty,.world-building__empty-hint,.student-settings__empty-hint{font-size:.9rem;color:#9ca3af}.world-building__output,.story-structure__output,.student-settings__output{display:flex;flex-direction:column;gap:.75rem}.world-building__output pre,.story-structure__output pre,.student-settings__output pre{background:#111;color:#f1f1f1;padding:1rem;border-radius:.75rem;overflow-x:auto;margin:0}.student-settings__values-grid{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.student-settings__value-option{display:flex;align-items:center;gap:.5rem}.student-settings__value-option label{font-weight:500;color:#e5e5e5}.student-settings__value-option input{width:auto;accent-color:#2563eb}@media(max-width:720px){.world-building__daily-life-row{grid-template-columns:1fr}.world-building__card-header,.story-structure__card-header,.student-settings__card-header{flex-direction:column;align-items:flex-start}.story-structure__button-row,.student-settings__button-row{flex-wrap:wrap}}.story-structure__header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.story-structure__loading{color:#9ca3af;font-style:italic}.story-structure__error{color:#fca5a5;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem}.story-structure__status{font-size:.875rem;padding:.25rem .75rem;border-radius:.375rem;white-space:nowrap}.story-structure__status--saving{color:#fcd34d;background:#fcd34d1a}.story-structure__status--saved{color:#34d399;background:#34d3991a}.story-structure__status--error{color:#fca5a5;background:#ef44441a}.readability-checker{max-width:900px;margin:0 auto;padding:20px}.readability-checker h2{margin-bottom:8px;color:#333}.readability-checker .description{color:#666;margin-bottom:24px;line-height:1.5}.input-section{margin-bottom:24px}.input-section textarea{width:100%;padding:16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;line-height:1.6;resize:vertical;font-family:inherit;transition:border-color .2s}.input-section textarea:focus{outline:none;border-color:#2196f3}.input-section textarea:disabled{background:#f5f5f5;color:#999}.controls{display:flex;justify-content:space-between;align-items:center;margin-top:12px;flex-wrap:wrap;gap:12px}.ai-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#555}.ai-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer}.ai-hint{color:#999;font-size:12px}.controls button{padding:12px 24px;background:#2196f3;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s}.controls button:hover:not(:disabled){background:#1976d2}.controls button:disabled{background:#bdbdbd;cursor:not-allowed}.error-message{background:#ffebee;color:#c62828;padding:12px 16px;border-radius:6px;margin-bottom:20px}.result-section{background:#fafafa;border-radius:12px;padding:24px}.main-score{text-align:center;padding:24px;background:#fff;border-radius:12px;border:4px solid;margin-bottom:20px;box-shadow:0 2px 8px #0000000f}.score-value{font-size:72px;font-weight:700;line-height:1}.score-label{font-size:18px;font-weight:600;color:#333;margin-top:8px}.score-scale{font-size:14px;color:#999}.reasoning-box{background:#fff;padding:16px 20px;border-radius:8px;margin-bottom:20px;display:flex;align-items:flex-start;gap:12px;border-left:4px solid #2196f3}.reasoning-box p{flex:1;margin:0;line-height:1.5;color:#444}.ai-badge{background:#e3f2fd;color:#1565c0;padding:4px 10px;border-radius:12px;font-size:12px;white-space:nowrap}.score-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.breakdown-item{background:#fff;padding:16px;border-radius:8px;box-shadow:0 1px 4px #0000000d}.breakdown-item h4{margin:0 0 12px;font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.5px}.breakdown-item.warning{background:#fff3e0;border:1px solid #ffcc80}.breakdown-item.warning h4{color:#e65100}.breakdown-item.warning p{margin:0;font-size:13px;color:#bf360c}.metric{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.metric-value{font-size:28px;font-weight:600;color:#333}.metric-label{font-size:13px;color:#888}.cefr-badge{padding:4px 12px;border-radius:4px;color:#fff!important;font-size:16px!important;text-shadow:0 1px 2px rgba(0,0,0,.2)}.details-section{background:#fff;border-radius:8px;overflow:hidden}.details-section summary{padding:12px 16px;cursor:pointer;font-weight:500;color:#555;background:#f5f5f5;-webkit-user-select:none;user-select:none}.details-section summary:hover{background:#eee}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;padding:16px}.detail-card{background:#fafafa;padding:16px;border-radius:6px}.detail-card.wide{grid-column:1 / -1}.detail-card h4{margin:0 0 12px;font-size:14px;color:#555}.detail-card ul{margin:0;padding:0;list-style:none}.detail-card li{padding:4px 0;font-size:13px;color:#666}.detail-card li strong{color:#333}.level-bars{display:flex;flex-direction:column;gap:8px}.level-bar{display:flex;align-items:center;gap:8px}.bar-label{width:50px;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;color:#fff;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,.2)}.bar-container{flex:1;height:16px;background:#e0e0e0;border-radius:8px;overflow:hidden}.bar-fill{height:100%;border-radius:8px;transition:width .3s ease}.bar-count{width:30px;text-align:right;font-size:13px;color:#666;font-weight:500}@media(max-width:600px){.readability-checker{padding:12px}.score-value{font-size:56px}.controls{flex-direction:column;align-items:stretch}.controls button{width:100%}}.account-switcher{position:relative;z-index:1000;width:fit-content;margin:0}.account-switcher--inline{position:static;z-index:auto;width:100%;margin-bottom:1rem}body.impersonating .nav-sidebar,body.impersonating #mainContent.with-sidebar{top:52px;height:calc(100% - 52px)}@media(max-width:768px){body.impersonating .hamburger-btn{top:52px}body.impersonating .mobile-menu{top:52px;height:calc(100% - 52px)}}.btn-switch-account{background:#4285f4;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px;transition:background .2s}.btn-switch-account:hover{background:#3367d6}.btn-switch-account:active{background:#2952b3}.impersonation-banner{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;padding:14px 24px;display:flex;justify-content:space-between;align-items:center;z-index:10000;box-shadow:0 2px 12px #00000040;font-weight:600;animation:slideDown .3s ease-out}.impersonation-banner--inline{position:static;border-radius:8px;animation:none}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.impersonation-info{display:flex;align-items:center;gap:8px;font-size:15px}.impersonation-label{font-weight:500}.impersonation-target{font-size:16px;font-weight:700}.impersonation-email{font-size:13px;opacity:.9;font-weight:400}.btn-stop-impersonating{background:#fff;color:#ff6b35;border:2px solid white;padding:8px 20px;border-radius:6px;cursor:pointer;font-weight:700;font-size:14px;transition:all .2s}.btn-stop-impersonating:hover{background:#fff9f7;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.btn-stop-impersonating:active{transform:translateY(0)}.btn-stop-impersonating:disabled{opacity:.6;cursor:not-allowed;transform:none}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9998;animation:fadeIn .2s ease-out}.user-list-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#130636;border-radius:12px;box-shadow:0 8px 32px #0000004d;z-index:9999;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #251225}.btn-close{background:none;border:none;font-size:32px;line-height:1;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s}.btn-close:hover{background:#440439;color:#333}.user-list{overflow-y:auto;padding:8px;flex:1}.user-item{display:flex;align-items:center;gap:16px;padding:14px 16px;border:none;width:100%;text-align:left;cursor:pointer;border-radius:8px;transition:all .2s;margin-bottom:6px;background:#00000026;color:#f0f0f0}.user-item:hover{background:#55aeb9;transform:translate(4px)}.user-item:active{background:#382737}.user-item:disabled{opacity:.5;cursor:not-allowed;transform:none}.user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #0d0c0e}.user-info{flex:1;display:flex;flex-direction:column;gap:4px}.user-name{font-size:15px;font-weight:600;color:#c1e4cd;display:flex;align-items:center;gap:8px}.account-status{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:lowercase}.account-status[data-has-account=true]{color:#2e7d32}.account-status[data-has-account=false]{color:#e65100}.user-email{font-size:13px;color:#afafaf}.user-role-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.user-role-badge[data-role=staff]{color:#1976d2}.user-role-badge[data-role=student]{color:#7b1fa2}.user-role-badge[data-role=outsider]{color:#c2185b}.loading,.no-users{padding:40px 24px;text-align:center;color:#666;font-size:15px}.error-message{padding:12px 24px;background:#420a12;color:#c62828;border-left:4px solid #c62828;margin:12px 24px;border-radius:4px;font-size:14px}.error-message strong{font-weight:700}@media(max-width:640px){.impersonation-banner{flex-direction:column;gap:12px;padding:12px 16px}.impersonation-info{flex-direction:column;align-items:flex-start;gap:4px}.user-list-modal{width:95%;max-height:85vh}.modal-header{padding:16px}.user-item{padding:12px}.user-avatar{width:40px;height:40px}}.about-me{max-width:600px;margin:0 auto;padding:1rem}.about-me h1{margin-bottom:1.5rem;color:#e0e0e0}.about-me--loading,.about-me--error{text-align:center;padding:2rem;color:#999}.about-me__field{margin-bottom:1.25rem}.about-me__label{display:block;margin-bottom:.5rem;color:#b0b0b0;font-size:.875rem;font-weight:500}.about-me__input{width:100%;padding:.75rem 1rem;border:1px solid #444;border-radius:8px;background:#0003;color:#f0f0f0;font-size:1rem;transition:border-color .2s,box-shadow .2s}.about-me__input:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 3px #4285f433}.about-me__input--disabled{background:#0006;color:#888;cursor:not-allowed}.about-me__gender-selector{display:flex;gap:.75rem;flex-wrap:wrap}.about-me__gender-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:2px solid #444;border-radius:12px;background:#0003;color:silver;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.about-me__gender-option:hover{border-color:#666;background:#ffffff0d;transform:translateY(-2px)}.about-me__gender-option--selected{border-color:#4285f4;background:#4285f426;color:#fff}.about-me__gender-emoji{font-size:2rem}.about-me__gender-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.about-me__actions{margin-top:2rem;display:flex;gap:1rem}.about-me__btn-save{padding:.75rem 2rem;border:none;border-radius:8px;background:linear-gradient(135deg,#4285f4,#3367d6);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.about-me__btn-save:hover:not(:disabled){background:linear-gradient(135deg,#5a9cf5,#4285f4);transform:translateY(-1px);box-shadow:0 4px 12px #4285f44d}.about-me__btn-save:active:not(:disabled){transform:translateY(0)}.about-me__btn-save:disabled{opacity:.6;cursor:not-allowed}.about-me__message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem}.about-me__message--error{background:#c6282833;border:1px solid #c62828;color:#ef5350}.about-me__message--success{background:#2e7d3233;border:1px solid #2e7d32;color:#66bb6a}@media(max-width:480px){.about-me__gender-selector{justify-content:center}.about-me__gender-option{flex:1;min-width:80px;padding:.75rem 1rem}.about-me__gender-emoji{font-size:1.5rem}}.dream-editor{max-width:600px;margin:0 auto}.dream-editor.compact{max-width:100%}.dream-editor-header{margin-bottom:1.5rem}.dream-editor-header h2{margin:0;color:var(--text-primary, #1a1a1a)}.dream-editor-error{background:#fee;color:#c00;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.dream-editor-field{margin-bottom:1.25rem}.dream-editor-field label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary, #333)}.dream-editor-field input[type=text],.dream-editor-field textarea{width:100%;padding:.625rem .875rem;border:1px solid var(--border-color, #ddd);border-radius:6px;font-size:.95rem;font-family:inherit;background:var(--input-bg, #fff);color:var(--text-primary, #333);transition:border-color .2s,box-shadow .2s}.dream-editor-field input[type=text]:focus,.dream-editor-field textarea:focus{outline:none;border-color:var(--primary-color, #4a90d9);box-shadow:0 0 0 3px #4a90d926}.dream-editor-field textarea{resize:vertical;min-height:60px}.dream-type-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}@media(max-width:480px){.dream-type-selector{grid-template-columns:repeat(2,1fr)}}.dream-type-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;border:2px solid var(--border-color, #ddd);border-radius:8px;background:var(--card-bg, #fff);cursor:pointer;transition:all .2s}.dream-type-btn:hover{border-color:var(--primary-color, #4a90d9);background:var(--hover-bg, #f5f8fc)}.dream-type-btn.active{border-color:var(--primary-color, #4a90d9);background:var(--primary-bg, #e8f1fc)}.dream-type-icon{font-size:1.75rem}.dream-type-label{font-size:.85rem;font-weight:500;color:var(--text-primary, #333)}.dream-image-field{border:1px dashed var(--border-color, #ddd);border-radius:8px;padding:1rem;background:var(--subtle-bg, #fafafa)}.dream-image-preview{margin-bottom:1rem;text-align:center}.dream-image-preview img{max-width:200px;max-height:200px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.dream-image-upload{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.dream-image-upload input[type=file]{font-size:.9rem}.dream-quota-info{font-size:.85rem;color:var(--text-secondary, #666)}.dream-uploading{font-size:.85rem;color:var(--primary-color, #4a90d9);font-style:italic}.dream-editor-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #eee)}.dream-btn{padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.dream-btn:disabled{opacity:.6;cursor:not-allowed}.dream-btn-primary{background:var(--primary-color, #4a90d9);color:#fff}.dream-btn-primary:hover:not(:disabled){background:var(--primary-hover, #3a7bc8)}.dream-btn-secondary{background:var(--secondary-bg, #e5e5e5);color:var(--text-primary, #333)}.dream-btn-secondary:hover:not(:disabled){background:var(--secondary-hover, #d5d5d5)}.dream-share-field{background:var(--highlight-bg, rgba(16, 17, 17, .08));border-radius:8px;padding:1rem;margin-top:1rem;border:1px solid var(--primary-color-faint, rgba(74, 144, 217, .2))}.dream-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:var(--text-primary, #ccc4c4)}.dream-checkbox-label input[type=checkbox]{width:1.2rem;height:1.2rem;cursor:pointer;accent-color:var(--primary-color, #4a90d9)}.dream-share-description{margin:.5rem 0 0 1.7rem;font-size:.85rem;color:var(--text-secondary, #74cbd1);line-height:1.4}.dream-dynamic-fields{margin-top:1rem}.dream-dynamic-field{margin-bottom:1rem}.dream-field-row{display:flex;gap:.5rem;align-items:flex-start}.dream-field-inputs{flex:1;display:flex;flex-direction:column;gap:.5rem}.dream-field-key{padding:.5rem .75rem;font-size:.9rem;font-weight:500;border:1px solid var(--border-color, #ddd);border-radius:4px;background:var(--input-bg, #fff);color:var(--text-primary, #333);font-family:inherit}.dream-field-key:focus{outline:none;border-color:var(--primary-color, #4a90d9);box-shadow:0 0 0 3px #4a90d926}.dream-field-value{padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--border-color, #ddd);border-radius:4px;background:var(--input-bg, #fff);color:var(--text-primary, #333);resize:vertical;min-height:60px;font-family:inherit}.dream-field-value:focus{outline:none;border-color:var(--primary-color, #4a90d9);box-shadow:0 0 0 3px #4a90d926}.dream-field-delete-btn{padding:.5rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:4px;color:#dc2626;cursor:pointer;transition:background .2s;min-width:36px;font-size:1rem}.dream-field-delete-btn:hover{background:#fecaca}.dream-field-hint{display:block;font-size:.75rem;color:var(--text-muted, #888);margin-top:.25rem;font-style:italic}.dream-add-field-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;width:100%;background:var(--success-light, #dcfce7);border:1px dashed var(--success-border, #86efac);border-radius:6px;color:var(--success-text, #166534);cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.dream-add-field-btn:hover{background:var(--success-hover, #bbf7d0)}.adm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000}.adm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:560px;max-height:85vh;display:flex;flex-direction:column;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;z-index:1001;overflow:hidden}.adm-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--ui-border, #22303a)}.adm-title{flex:1;margin:0;font-size:1.15rem;color:var(--ui-text, #e6eef8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-edit-name{flex:1;padding:.4rem .6rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:1rem}.adm-close{padding:.25rem .5rem;background:none;border:none;color:var(--ui-muted, #9aa6b2);font-size:1.1rem;cursor:pointer}.adm-close:hover{color:var(--ui-text, #e6eef8)}.adm-error{padding:.5rem 1.25rem;background:#ff6b6b26;color:var(--ui-danger, #ff6b6b);font-size:.85rem;border-bottom:1px solid var(--ui-border, #22303a)}.adm-content{flex:1;overflow-y:auto;padding:1rem 1.25rem}.adm-image{margin-bottom:1rem;text-align:center}.adm-image img{max-width:100%;max-height:240px;border-radius:8px;object-fit:contain}.adm-type-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;background:var(--ui-bg, #0b0f14);border-radius:4px;font-size:.82rem;color:var(--ui-accent, #4f9cff);margin-bottom:.75rem;text-transform:capitalize}.adm-type-icon{font-size:1rem}.adm-creator{font-size:.85rem;color:var(--ui-muted, #9aa6b2);margin-bottom:1rem}.adm-properties{display:flex;flex-direction:column;gap:.75rem}.adm-property h4{margin:0 0 .25rem;font-size:.8rem;font-weight:600;color:var(--ui-muted, #9aa6b2);text-transform:capitalize}.adm-property p{margin:0;font-size:.9rem;color:var(--ui-text, #e6eef8);line-height:1.5;white-space:pre-wrap;word-break:break-word}.adm-edit-properties{display:flex;flex-direction:column;gap:.75rem}.adm-edit-row{display:grid;grid-template-columns:120px 1fr auto;gap:.5rem;align-items:start}.adm-edit-key{padding:.4rem .5rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.85rem}.adm-edit-value{padding:.4rem .5rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.85rem;resize:vertical;min-height:2.5rem}.adm-edit-delete{padding:.35rem .5rem;background:none;border:none;cursor:pointer;font-size:.9rem}.adm-edit-add{padding:.4rem .75rem;background:none;border:1px dashed var(--ui-border, #22303a);border-radius:4px;color:var(--ui-accent, #4f9cff);cursor:pointer;font-size:.85rem}.adm-edit-add:hover{border-color:var(--ui-accent, #4f9cff)}.adm-actions{display:flex;gap:.5rem;padding:.75rem 1.25rem;border-top:1px solid var(--ui-border, #22303a);flex-wrap:wrap}.adm-btn{padding:.4rem .85rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);cursor:pointer;font-size:.85rem}.adm-btn:hover{border-color:var(--ui-accent, #4f9cff)}.adm-btn:disabled{opacity:.5;cursor:not-allowed}.adm-btn-primary{background:var(--ui-accent, #4f9cff);border-color:var(--ui-accent, #4f9cff);color:#fff}.adm-btn-primary:hover{opacity:.9}.adm-btn-danger{background:var(--ui-danger, #ff6b6b);border-color:var(--ui-danger, #ff6b6b);color:#fff}.adm-btn-danger:hover{opacity:.9}.adm-btn-warning{background:var(--ui-warning, #e67e22);border-color:var(--ui-warning, #e67e22);color:#fff}.adm-btn-warning:hover{opacity:.9}.adm-delete-confirm{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.adm-delete-confirm-text{font-size:.85rem;color:var(--ui-danger, #ff6b6b);font-weight:500}@media(max-width:600px){.adm-modal{width:95%;max-height:90vh}.adm-edit-row{grid-template-columns:1fr auto}.adm-edit-key{grid-column:1 / -1}}.dream-browser{width:100%}.dream-browser-controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.dream-search{flex:1;min-width:200px}.dream-search input{width:100%;padding:.625rem 1rem;border:1px solid var(--border-color, #ddd);border-radius:6px;font-size:.95rem;background:var(--input-bg, #fff)}.dream-search input:focus{outline:none;border-color:var(--primary-color, #4a90d9);box-shadow:0 0 0 3px #4a90d926}.dream-filters{display:flex;gap:.5rem}.dream-filters select{padding:.625rem .75rem;border:1px solid var(--border-color, #ddd);border-radius:6px;font-size:.9rem;background:var(--input-bg, #fff);cursor:pointer}.dream-browser-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--text-secondary, #666)}.dream-spinner{width:40px;height:40px;border:3px solid var(--border-color, #eee);border-top-color:var(--primary-color, #4a90d9);border-radius:50%;animation:spin .8s linear infinite}.dream-browser-error{background:#fee;color:#c00;padding:1rem;border-radius:6px;margin-bottom:1rem}.dream-browser-empty{text-align:center;padding:3rem;color:var(--text-secondary, #666)}.dream-empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.dream-asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.dream-asset-card{position:relative;display:flex;flex-direction:column;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e5e5e5);border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.dream-asset-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.dream-asset-card.selectable{cursor:pointer}.dream-asset-card.selectable:hover{border-color:var(--primary-color, #4a90d9)}.dream-card-image{aspect-ratio:4/3;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden}.dream-card-image img{width:100%;height:100%;object-fit:cover}.dream-card-type-icon{font-size:3rem;opacity:.8}.dream-card-content{padding:1rem;flex:1}.dream-card-name{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:var(--text-primary, #1a1a1a)}.dream-card-type{display:inline-block;font-size:.75rem;padding:.125rem .5rem;background:var(--subtle-bg, #f0f0f0);border-radius:4px;color:var(--text-secondary, #666);margin-bottom:.5rem}.dream-card-creator{display:block;font-size:.85rem;color:var(--primary-color, #4a90d9);background:none;border:none;padding:0;cursor:pointer;text-align:left;margin-bottom:.5rem}.dream-card-creator:hover{text-decoration:underline}.dream-card-description{font-size:.85rem;color:var(--text-secondary, #666);margin:0;line-height:1.4}.dream-card-actions{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border-color, #eee);background:var(--subtle-bg, #fafafa)}.dream-card-btn{flex:1;padding:.5rem;border:none;border-radius:6px;background:var(--card-bg, #fff);cursor:pointer;transition:background .2s}.dream-card-btn:hover{background:var(--hover-bg, #f0f0f0)}.dream-card-btn.active{background:#ffe0e0}.dream-card-btn-select{background:var(--primary-color, #4a90d9);color:#fff;font-weight:500}.dream-card-btn-select:hover{background:var(--primary-hover, #3a7bc8)}.dream-card-popularity{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;background:#0009;color:#fff;border-radius:4px;font-size:.75rem}.dream-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border-color, #eee)}.dream-page-btn{padding:.5rem .75rem;border:1px solid var(--border-color, #ddd);border-radius:6px;background:var(--card-bg, #fff);cursor:pointer;font-weight:500;transition:all .2s}.dream-page-btn:hover:not(:disabled){border-color:var(--primary-color, #4a90d9);background:var(--hover-bg, #f5f8fc)}.dream-page-btn:disabled{opacity:.5;cursor:not-allowed}.dream-page-info{padding:0 1rem;color:var(--text-secondary, #666);font-size:.9rem}.dream-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dream-detail-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;max-height:85vh;background:var(--card-bg, #fff);border-radius:12px;box-shadow:0 20px 60px #0000004d;z-index:1001;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.dream-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border-color, #eee);background:var(--header-bg, #f8f9fa)}.dream-detail-header h2{margin:0;font-size:1.25rem;color:var(--text-primary, #222)}.dream-detail-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;font-size:1.25rem;color:var(--text-secondary, #666);cursor:pointer;transition:background .2s,color .2s}.dream-detail-close:hover{background:var(--hover-bg, #eee);color:var(--text-primary, #333)}.dream-detail-content{flex:1;overflow-y:auto;padding:1.25rem}.dream-detail-image{width:100%;max-height:300px;margin-bottom:1rem;border-radius:8px;overflow:hidden;background:var(--placeholder-bg, #f0f0f0)}.dream-detail-image img{width:100%;height:100%;object-fit:contain}.dream-detail-type{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:var(--tag-bg, #e8f4fd);color:var(--primary-color, #4a90d9);border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:.75rem}.dream-detail-type-icon{font-size:1rem}.dream-detail-creator{font-size:.9rem;color:var(--text-secondary, #666);margin-bottom:1rem}.dream-detail-section{margin-bottom:1rem}.dream-detail-section h4{margin:0 0 .375rem;font-size:.85rem;font-weight:600;color:var(--text-secondary, #666);text-transform:uppercase;letter-spacing:.5px}.dream-detail-section p{margin:0;line-height:1.6;color:var(--text-primary, #333);white-space:pre-wrap}.dream-detail-actions{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--border-color, #eee);background:var(--header-bg, #f8f9fa)}.dream-detail-btn{flex:1;padding:.625rem 1rem;border:1px solid var(--border-color, #ddd);border-radius:6px;background:var(--button-bg, #fff);color:var(--text-primary, #333);font-size:.9rem;cursor:pointer;transition:background .2s,border-color .2s}.dream-detail-btn:hover{background:var(--hover-bg, #f0f0f0);border-color:var(--border-hover, #ccc)}.dream-detail-btn.active{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.dream-detail-btn-primary{background:var(--primary-color, #3b82f6);border-color:var(--primary-color, #3b82f6);color:#fff}.dream-detail-btn-primary:hover{background:var(--primary-hover, #2563eb);border-color:var(--primary-hover, #2563eb)}.dream-edit-name-input{width:100%;padding:.5rem;font-size:1.25rem;font-weight:600;border:2px solid var(--border-color, #ddd);border-radius:6px;background:var(--input-bg, #fff);color:var(--text-primary, #333)}.dream-edit-name-input:focus{outline:none;border-color:var(--primary-color, #3b82f6)}.dream-edit-properties{display:flex;flex-direction:column;gap:.75rem}.dream-edit-property{display:grid;grid-template-columns:1fr 2fr auto;gap:.5rem;align-items:start}.dream-edit-key{padding:.5rem;font-size:.9rem;font-weight:500;border:1px solid var(--border-color, #ddd);border-radius:4px;background:var(--input-bg, #fff);color:var(--text-primary, #333)}.dream-edit-key:focus{outline:none;border-color:var(--primary-color, #3b82f6)}.dream-edit-value{padding:.5rem;font-size:.875rem;border:1px solid var(--border-color, #ddd);border-radius:4px;background:var(--input-bg, #fff);color:var(--text-primary, #333);resize:vertical;min-height:60px;font-family:inherit}.dream-edit-value:focus{outline:none;border-color:var(--primary-color, #3b82f6)}.dream-edit-delete-btn{padding:.5rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:4px;color:#dc2626;cursor:pointer;transition:background .2s}.dream-edit-delete-btn:hover{background:#fecaca}.dream-edit-add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;background:var(--success-light, #dcfce7);border:1px dashed var(--success-border, #86efac);border-radius:6px;color:var(--success-text, #166534);cursor:pointer;font-size:.9rem;transition:background .2s}.dream-edit-add-btn:hover{background:var(--success-hover, #bbf7d0)}.dream-edit-share-field{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-dim, #334155)}.dream-edit-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:var(--ui-text, #e6eef8)}.dream-edit-checkbox-label input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:var(--ui-accent, #4f9cff);cursor:pointer}.dream-edit-share-description{margin:.5rem 0 0 1.625rem;font-size:.8rem;color:var(--ui-muted, #9aa6b2);line-height:1.4}@media(max-width:640px){.dream-browser-controls{flex-direction:column}.dream-filters{width:100%}.dream-filters select{flex:1}.dream-asset-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.dream-card-content{padding:.75rem}.dream-card-name{font-size:1rem}.dream-detail-modal{width:95%;max-height:90vh}.dream-detail-actions{flex-direction:column}}.dream-world-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:2000}.dream-world-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--modal-bg, #1a1a2e);border-radius:12px;padding:1.5rem;width:90%;max-width:400px;max-height:80vh;overflow-y:auto;z-index:2001;box-shadow:0 8px 32px #0006}.dream-world-modal h3{margin:0 0 .5rem;font-size:1.25rem;color:var(--text-primary, #eee)}.dream-world-modal-asset{margin:0 0 1rem;padding:.5rem;background:var(--surface-bg, rgba(255, 255, 255, .05));border-radius:6px;font-style:italic;color:var(--text-secondary, #aaa)}.dream-world-loading,.dream-world-empty{text-align:center;padding:2rem 1rem;color:var(--text-secondary, #aaa)}.dream-world-list{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;margin-bottom:1rem}.dream-world-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--item-bg, rgba(255, 255, 255, .05));border-radius:8px;cursor:pointer;transition:background .2s}.dream-world-item:hover{background:var(--item-hover-bg, rgba(255, 255, 255, .1))}.dream-world-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--accent-color, #4a90d9)}.dream-world-name{flex:1;color:var(--text-primary, #eee)}.dream-world-toggling{color:var(--text-secondary, #aaa);animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dream-world-modal-actions{display:flex;justify-content:flex-end;padding-top:.5rem;border-top:1px solid var(--border-color, rgba(255, 255, 255, .1))}.dream-world-modal-close{padding:.5rem 1rem;background:var(--btn-bg, #3a3a5a);color:var(--text-primary, #eee);border:none;border-radius:6px;cursor:pointer;transition:background .2s}.dream-world-modal-close:hover{background:var(--btn-hover-bg, #4a4a7a)}.world-manager{width:100%}.world-manager-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.world-manager-header h2{margin:0;flex:1}.world-back-btn{background:none;border:none;color:var(--primary-color, #4a90d9);cursor:pointer;font-size:.95rem;padding:0}.world-back-btn:hover{text-decoration:underline}.world-list{display:flex;flex-direction:column;gap:.75rem}.world-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e5e5e5);border-radius:10px;cursor:pointer;transition:all .2s}.world-card:hover{border-color:var(--primary-color, #4a90d9);background:var(--hover-bg, #f9fbfd)}.world-card.favourites{border-color:#ffccd5;background:linear-gradient(135deg,#fff5f7,#fff)}.world-card-icon{font-size:2rem;width:48px;text-align:center}.world-card-content{flex:1}.world-card-content h3{margin:0 0 .25rem;font-size:1.1rem;color:var(--text-primary, #1a1a1a)}.world-card-content p{margin:0 0 .5rem;font-size:.9rem;color:var(--text-secondary, #666)}.world-asset-count{font-size:.8rem;color:var(--text-muted, #999)}.world-delete-btn{background:none;border:none;font-size:1.25rem;cursor:pointer;opacity:.5;transition:opacity .2s;padding:.5rem}.world-delete-btn:hover{opacity:1}.world-empty{text-align:center;padding:3rem;color:var(--text-secondary, #666)}.world-empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.world-empty p{margin-bottom:1.5rem}.world-create-form{max-width:500px}.world-detail-actions{display:flex;gap:.75rem;margin-bottom:1.5rem}.world-assets{display:flex;flex-direction:column;gap:.75rem}.world-asset-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e5e5e5);border-radius:8px;transition:border-color .2s}.world-asset-item:hover{border-color:var(--primary-color, #4a90d9)}.world-asset-image{width:48px;height:48px;border-radius:6px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden}.world-asset-image img{width:100%;height:100%;object-fit:cover}.world-asset-type-icon{font-size:1.5rem;opacity:.8}.world-asset-info{flex:1}.world-asset-info h4{margin:0 0 .125rem;font-size:1rem;color:var(--text-primary, #1a1a1a)}.world-asset-type{display:inline-block;font-size:.75rem;padding:.125rem .4rem;background:var(--subtle-bg, #f0f0f0);border-radius:4px;color:var(--text-secondary, #666);margin-right:.5rem}.world-asset-creator{font-size:.8rem;color:var(--text-muted, #999)}.world-asset-actions{display:flex;gap:.25rem}.world-asset-btn{background:none;border:none;font-size:1.1rem;cursor:pointer;opacity:.5;padding:.5rem;transition:opacity .2s}.world-asset-btn:hover{opacity:1}@media(max-width:640px){.world-manager-header{flex-wrap:wrap}.world-detail-actions{flex-direction:column}.world-detail-actions .dream-btn{width:100%}}.world-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.world-modal{background:var(--card-bg, #0f1720);border:1px solid var(--border-color, #22303a);border-radius:12px;padding:1.5rem;max-width:400px;width:100%;max-height:80vh;overflow-y:auto}.world-modal h3{margin:0 0 1rem;color:var(--text-primary, #e6eef8)}.world-modal label{display:block;margin-bottom:.5rem;color:var(--text-secondary, #9aa6b2);font-size:.9rem}.world-modal input,.world-modal textarea{width:100%;padding:.75rem;border:1px solid var(--border-color, #22303a);border-radius:8px;background:var(--input-bg, #0b0f14);color:var(--text-primary, #e6eef8);font-size:1rem;margin-bottom:1rem}.world-modal input:focus,.world-modal textarea:focus{outline:none;border-color:var(--primary-color, #4a90d9)}.world-modal textarea{min-height:100px;resize:vertical}.world-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.world-modal-actions .dream-btn{min-width:80px}.approval-queue{width:100%}.approval-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.approval-header h2{margin:0}.approval-loading,.approval-access-denied,.approval-empty{text-align:center;padding:3rem;color:var(--text-secondary, #666)}.approval-spinner,.approval-denied-icon,.approval-empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.approval-empty-sub{font-size:.9rem;color:var(--text-muted, #999)}.approval-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff5f5;border:1px solid #f8b4b4;border-radius:8px;color:#c53030;margin-bottom:1rem}.approval-error button{margin-left:auto;background:none;border:none;cursor:pointer;opacity:.7}.approval-error button:hover{opacity:1}.approval-count{font-size:.9rem;color:var(--text-secondary, #666);margin-bottom:1rem}.approval-list{display:flex;flex-direction:column;gap:1rem}.approval-card{display:flex;gap:1rem;padding:1rem;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e5e5e5);border-radius:12px;transition:all .2s}.approval-card:hover{border-color:var(--primary-color, #4a90d9)}.approval-card.rejecting{border-color:#f8b4b4;background:snow}.approval-preview{flex-shrink:0;width:100px;height:100px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.approval-image{width:100%;height:100%;object-fit:cover}.approval-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;opacity:.8}.approval-info{flex:1;min-width:0}.approval-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.approval-type{font-size:.8rem;padding:.2rem .5rem;background:var(--subtle-bg, #f0f0f0);border-radius:4px;color:var(--text-secondary, #666)}.approval-date{font-size:.8rem;color:var(--text-muted, #999)}.approval-name{margin:0 0 .25rem;font-size:1.15rem;color:var(--text-primary, #1a1a1a)}.approval-creator{font-size:.9rem;color:var(--text-secondary, #666);margin:0 0 .75rem}.approval-data{display:flex;flex-direction:column;gap:.5rem;font-size:.85rem;margin-top:.75rem}.approval-data-row{display:flex;gap:.5rem;align-items:baseline}.approval-data-key{color:var(--text-muted, #999);font-weight:500;min-width:120px;flex-shrink:0}.approval-data-value{color:var(--text-secondary, #666);flex:1;word-wrap:break-word;overflow-wrap:break-word}.approval-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;justify-content:center;min-width:120px}.approval-actions .dream-btn{width:100%;justify-content:center}.rejection-form{width:100%;display:flex;flex-direction:column;gap:.5rem}.rejection-form textarea{width:100%;padding:.5rem;border:1px solid #f8b4b4;border-radius:6px;resize:vertical;font-family:inherit;font-size:.9rem}.rejection-form textarea:focus{outline:none;border-color:#e53e3e}.rejection-buttons{display:flex;gap:.5rem}.rejection-buttons .dream-btn{flex:1}.dream-btn-danger{background:#e53e3e;color:#fff}.dream-btn-danger:hover{background:#c53030}@media(max-width:768px){.approval-card{flex-direction:column}.approval-preview{width:100%;height:150px}.approval-actions{flex-direction:row;width:100%;min-width:unset}.approval-actions .dream-btn{flex:1}}@media(max-width:480px){.approval-header{flex-direction:column;align-items:flex-start}.approval-actions{flex-direction:column}}.edit-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.edit-modal{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0006}.edit-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--ui-border, #22303a);background:var(--ui-bg, #0b0f14)}.edit-modal-header h2{margin:0;font-size:1.25rem;color:var(--ui-text, #e6eef8)}.edit-modal-close{background:none;border:none;color:var(--ui-muted, #9aa6b2);font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.edit-modal-close:hover{background:#ffffff1a;color:var(--ui-text, #e6eef8)}.edit-modal-close:disabled{opacity:.5;cursor:not-allowed}.edit-modal-body{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.edit-modal-actions{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--ui-border, #22303a);background:var(--ui-bg, #0b0f14);justify-content:flex-end}.edit-modal .dream-form-group{flex:1;min-width:0}.edit-modal .dream-form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--ui-text, #e6eef8);margin-bottom:.4rem}.edit-modal .dream-form-row{display:flex;gap:1rem}.edit-modal .dream-input,.edit-modal .dream-textarea{width:100%;padding:.6rem .75rem;font-size:.95rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);transition:border-color .2s}.edit-modal .dream-input:focus,.edit-modal .dream-textarea:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.edit-modal .dream-input:disabled,.edit-modal .dream-textarea:disabled{opacity:.6;cursor:not-allowed}.edit-modal .dream-textarea{resize:vertical;min-height:70px}.dream-btn-success{background:#38a169;color:#fff}.dream-btn-success:hover{background:#2f855a}.dream-btn-success:disabled{background:#38a169;opacity:.6;cursor:not-allowed}@media(max-width:600px){.edit-modal{max-height:95vh}.edit-modal-body{padding:1rem}.edit-modal .dream-form-row,.edit-modal-actions{flex-direction:column}.edit-modal-actions .dream-btn{width:100%}}.curriculum-manager{max-width:900px;margin:0 auto;padding:0 1rem}.curriculum-header{margin-bottom:1.5rem}.curriculum-header h1{margin:0 0 .5rem;color:var(--text-primary, #e4e4e4);font-size:1.75rem}.curriculum-subtitle{color:var(--text-secondary, #a8a8a8);margin:0;font-size:.95rem}.curriculum-loading,.curriculum-error,.curriculum-empty{text-align:center;padding:2rem;color:var(--text-secondary, #bdbdbd)}.curriculum-error{background:#911c1c;color:#fab8b8;border-radius:8px}.curriculum-textbook-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding:.5rem;background:var(--card-bg, #0a2846);border-radius:8px}.textbook-tab{padding:.5rem 1rem;border:2px solid transparent;border-radius:6px;background:var(--input-bg, #233f20);color:var(--text-primary, #dbdbdb);font-weight:500;cursor:pointer;transition:all .2s}.textbook-tab:hover{border-color:var(--primary-color, #4a90d9);background:var(--hover-bg, #2876dd)}.textbook-tab.active{background:var(--primary-color, #4a90d9);color:#fff;border-color:var(--primary-color, #4a90d9)}.curriculum-chapter-list{margin-bottom:1.5rem}.curriculum-chapter-list h3{margin:0 0 .75rem;font-size:1rem;color:var(--text-secondary, #c9c4c4)}.chapter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.chapter-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.625rem 1rem;min-width:60px;border:2px solid var(--border-color, #3b2525);border-radius:8px;background:var(--card-bg, #257b9c);cursor:pointer;transition:all .2s}.chapter-btn:hover{border-color:var(--primary-color, #4a90d9);background:var(--hover-bg, #194785)}.chapter-btn.active{background:var(--primary-color, #0a499c);color:#fff;border-color:var(--primary-color, #236dce)}.chapter-num{font-weight:600;font-size:1.1rem}.chapter-title{font-size:.75rem;opacity:.8;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter-editor{background:var(--card-bg, #000000);border:1px solid var(--border-color, #241818);border-radius:12px;padding:1.5rem;margin-top:1rem}.chapter-editor-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color, #cacaca)}.chapter-editor-header h2{margin:0;color:var(--text-primary, #cacaca);font-size:1.25rem}.editor-section{margin-bottom:1rem;border:1px solid var(--border-color, #252525);border-radius:8px;overflow:hidden}.editor-section-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:var(--section-bg, #222);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.editor-section-header:hover{background:var(--hover-bg, #333131)}.editor-section-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-primary, #ddd)}.editor-section-toggle{font-size:.875rem;color:var(--text-secondary, #999);transition:transform .2s}.editor-section.expanded .editor-section-toggle{transform:rotate(180deg)}.editor-section-content{padding:1rem;border-top:1px solid var(--border-color, #333)}.editor-section-count{background:var(--primary-color, #162c44);color:#fff;font-size:.75rem;padding:.125rem .5rem;border-radius:10px;font-weight:500}.tag-input-container{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem;border:1px solid var(--border-color, #535353);border-radius:6px;background:var(--input-bg, #000000);min-height:44px}.tag-input-container:focus-within{border-color:var(--primary-color, #1c3652);box-shadow:0 0 0 3px #4a90d926}.tag-item{display:flex;align-items:center;gap:.375rem;padding:.25rem .625rem;background:var(--tag-bg, #38393b);color:var(--tag-color, #1967d2);border-radius:4px;font-size:.875rem}.tag-item.saving{opacity:.6}.tag-remove{background:none;border:none;padding:0;font-size:1rem;line-height:1;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s}.tag-remove:hover{opacity:1}.tag-remove:disabled{cursor:not-allowed}.tag-input{flex:1;min-width:120px;border:none;outline:none;font-size:.9rem;background:transparent;color:var(--text-primary, #b68282)}.tag-input::placeholder{color:var(--text-secondary, #9c7373)}.editable-field{position:relative}.editable-field textarea,.editable-field input[type=text]{width:100%;padding:.625rem .875rem;border:1px solid var(--border-color, #241a1a);border-radius:6px;font-size:.9rem;font-family:inherit;background:var(--input-bg, #2e2222);color:var(--text-primary, #cacaca);transition:border-color .2s,box-shadow .2s,opacity .2s;resize:vertical}.editable-field textarea:focus,.editable-field input[type=text]:focus{outline:none;border-color:var(--primary-color, #152b42);box-shadow:0 0 0 3px #4a90d926}.editable-field textarea:disabled,.editable-field input[type=text]:disabled{opacity:.6;cursor:not-allowed;background:var(--disabled-bg, #000000)}.editable-field .saving-indicator{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--text-secondary, #cacaca)}.item-list{display:flex;flex-direction:column;gap:.75rem}.item-card{padding:1rem;border:1px solid var(--border-color, #313131);border-radius:8px;background:var(--card-bg, #000000)}.item-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.item-card-actions{display:flex;gap:.25rem}.item-card-btn{padding:.25rem .5rem;border:none;border-radius:4px;background:transparent;cursor:pointer;font-size:.875rem;transition:background-color .2s}.item-card-btn:hover{background:var(--hover-bg, #000000)}.item-card-btn.delete{color:#c00}.item-card-btn.delete:hover{background:#000}.item-card-btn:disabled{opacity:.5;cursor:not-allowed}.add-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:2px dashed var(--border-color, #ddd);border-radius:6px;background:transparent;color:var(--text-secondary, #bbbbbb);cursor:pointer;transition:all .2s;width:100%;justify-content:center;margin-top:.75rem}.add-button:hover{border-color:var(--primary-color, #4a90d9);color:var(--primary-color, #4a90d9)}.add-button:disabled{opacity:.5;cursor:not-allowed}.skills-group{margin-bottom:1rem}.skills-group:last-child{margin-bottom:0}.skills-group-header{font-weight:600;color:var(--text-primary, #c2c2c2);margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid var(--border-color, #e0e0e0)}.values-autocomplete{position:relative}.values-dropdown{position:absolute;top:100%;left:0;right:0;border:1px solid var(--border-color, #ddd);border-radius:6px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:10}.values-dropdown-item{padding:.625rem .875rem;cursor:pointer;transition:background-color .15s}.values-dropdown-item:hover{background:var(--hover-bg, #11396d)}.values-dropdown-item.create-new{color:var(--primary-color, #4a90d9);font-weight:500;border-top:1px solid var(--border-color, #e0e0e0)}.examples-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-left:1rem;border-left:2px solid var(--border-color, #e0e0e0)}.example-item{display:flex;align-items:center;gap:.5rem}.example-item input{flex:1}@media(max-width:600px){.curriculum-textbook-tabs{gap:.375rem}.textbook-tab{padding:.375rem .75rem;font-size:.875rem}.chapter-btn{padding:.5rem .75rem;min-width:50px}.chapter-editor{padding:1rem}.editor-section-header,.editor-section-content{padding:.75rem}}._dashboard_xno4g_3{padding:1rem;min-height:100%}._dashboardGrid_xno4g_13{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:1400px;margin:0 auto}@media(min-width:1024px){._dashboardGrid_xno4g_13{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){._dashboardGrid_xno4g_13{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){._dashboard_xno4g_3{padding:.5rem}._dashboardGrid_xno4g_13{grid-template-columns:1fr;gap:.75rem}}._widget_xno4g_79{background:#fffffff2;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}._widget_xno4g_79:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}._widgetHeader_xno4g_109{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1)}._widgetIcon_xno4g_127{font-size:1.25rem}._widgetTitle_xno4g_135{font-size:.875rem;font-weight:600;color:#333;margin:0}._widgetContent_xno4g_149{font-size:.875rem;color:#555}._widgetError_xno4g_161{display:flex;align-items:center;justify-content:center;min-height:60px;font-size:2rem;opacity:.6}._widgetLoading_xno4g_181{display:flex;align-items:center;justify-content:center;min-height:60px}._spinner_xno4g_195{width:24px;height:24px;border:3px solid rgba(0,0,0,.1);border-top-color:#4285f4;border-radius:50%;animation:_spin_xno4g_195 .8s linear infinite}@keyframes _spin_xno4g_195{to{transform:rotate(360deg)}}._profileWidget_xno4g_227{grid-column:span 1}._profileContent_xno4g_235{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}._avatar_xno4g_251{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #4285f4}._avatarPlaceholder_xno4g_267{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#4285f4,#34a853);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}._userName_xno4g_293{font-weight:600;color:#333;margin:0}._userEmail_xno4g_305{font-size:.75rem;color:#666;margin:0}._userType_xno4g_317{font-size:.7rem;padding:.25rem .5rem;border-radius:12px;background:#e8f0fe;color:#1967d2;text-transform:uppercase;letter-spacing:.5px}._userType_xno4g_317._staff_xno4g_337{background:#e6f4ea;color:#137333}._userType_xno4g_317._student_xno4g_347{background:#fef7e0;color:#b06000}._userType_xno4g_317._guest_xno4g_357{background:#f1f3f4;color:#5f6368}._logoutBtn_xno4g_367{margin-top:.5rem;padding:.5rem 1rem;font-size:.75rem;background:transparent;border:1px solid #dadce0;border-radius:4px;cursor:pointer;color:#5f6368;transition:background .2s}._logoutBtn_xno4g_367:hover{background:#f1f3f4}._loginPrompt_xno4g_399{text-align:center;padding:1rem 0}._loginPrompt_xno4g_399 p{margin-bottom:1rem;color:#666}._infoWidget_xno4g_421{grid-column:span 1}._infoGrid_xno4g_429{display:grid;gap:.5rem}._infoRow_xno4g_439{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}._infoLabel_xno4g_453{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px}._infoValue_xno4g_467{font-weight:500;color:#333}._powerUpCredits_xno4g_477{color:#e09000;font-weight:700;font-size:1.1rem}._callsign_xno4g_489{font-size:1.5rem;font-weight:700;color:#4285f4;text-align:center;padding:.5rem;background:#e8f0fe;border-radius:8px;margin-bottom:.5rem}._container_3ro2w_1{padding:1rem;max-width:800px;margin:0 auto}._header_3ro2w_13{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._backButton_3ro2w_29{background:transparent;border:1px solid rgba(255,255,255,.3);color:inherit;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .2s}._backButton_3ro2w_29:hover{background:#ffffff1a}._title_3ro2w_59{font-size:1.5rem;margin:0;flex:1}._dismissAllButton_3ro2w_71{background:#e5393526;border:1px solid rgba(229,57,53,.3);color:#ff6b6b;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .2s,border-color .2s}._dismissAllButton_3ro2w_71:hover:not(:disabled){background:#e5393540;border-color:#e5393580}._dismissAllButton_3ro2w_71:disabled{opacity:.5;cursor:not-allowed}._loading_3ro2w_119{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#999}._spinner_3ro2w_137{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#4285f4;border-radius:50%;animation:_spin_3ro2w_137 .8s linear infinite;margin-bottom:1rem}@keyframes _spin_3ro2w_137{to{transform:rotate(360deg)}}._error_3ro2w_171{text-align:center;padding:2rem;color:#ff6b6b}._retryButton_3ro2w_183{margin-top:1rem;background:#4285f4;border:none;color:#fff;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.875rem}._retryButton_3ro2w_183:hover{background:#3367d6}._empty_3ro2w_215{text-align:center;padding:3rem 1rem;color:#888}._emptyIcon_3ro2w_227{font-size:3rem;display:block;margin-bottom:1rem}._list_3ro2w_241{display:flex;flex-direction:column;gap:.75rem}._notificationItem_3ro2w_253{background:#fffffff2;border-radius:8px;padding:1rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 2px 8px #0000001a}._notificationContent_3ro2w_273{flex:1;min-width:0}._message_3ro2w_283{margin:0 0 .5rem;color:#333;font-size:.9375rem;line-height:1.5;word-wrap:break-word}._timestamp_3ro2w_299{font-size:.75rem;color:#888}._dismissButton_3ro2w_309{background:transparent;border:1px solid #ddd;color:#888;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,color .2s,border-color .2s}._dismissButton_3ro2w_309:hover:not(:disabled){background:#fee;border-color:#e53935;color:#e53935}._dismissButton_3ro2w_309:disabled{opacity:.5;cursor:not-allowed}._modalOverlay_3ro2w_371{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_3ro2w_371{background:#fff;border-radius:12px;padding:1.5rem;max-width:400px;width:100%;box-shadow:0 4px 24px #0003}._modal_3ro2w_371 h3{margin:0 0 .75rem;color:#333;font-size:1.125rem}._modal_3ro2w_371 p{margin:0 0 1.5rem;color:#666;font-size:.875rem;line-height:1.5}._modalActions_3ro2w_443{display:flex;gap:.75rem;justify-content:flex-end}._cancelButton_3ro2w_455{background:transparent;border:1px solid #ddd;color:#666;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .2s}._cancelButton_3ro2w_455:hover:not(:disabled){background:#f5f5f5}._confirmButton_3ro2w_485{background:#e53935;border:none;color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .2s}._confirmButton_3ro2w_485:hover:not(:disabled){background:#c62828}._confirmButton_3ro2w_485:disabled,._cancelButton_3ro2w_455:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){._container_3ro2w_1{padding:.75rem}._header_3ro2w_13{flex-direction:column;align-items:stretch;gap:.75rem}._title_3ro2w_59{font-size:1.25rem}._dismissAllButton_3ro2w_71{width:100%;text-align:center}._notificationItem_3ro2w_253{padding:.875rem}}.wizard-progress-bar{padding:1rem 1.5rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a)}.progress-track{height:4px;background:var(--ui-border, #22303a);border-radius:2px;margin-bottom:.75rem;position:relative}.progress-fill{position:absolute;top:0;left:0;height:100%;background:var(--ui-accent, #4f9cff);border-radius:2px;transition:width .3s ease}.progress-steps{display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:transparent;border:none;padding:0;cursor:default;color:var(--ui-muted, #9aa6b2);transition:all .2s}.progress-step:disabled{cursor:default}.progress-step:not(:disabled){cursor:pointer}.progress-step:not(:disabled):hover{color:var(--ui-text, #e6eef8)}.progress-step.completed{color:var(--ui-accent, #4f9cff)}.progress-step.current{color:var(--ui-text, #e6eef8)}.step-icon{font-size:1.25rem;line-height:1}.step-number{font-size:.65rem;font-weight:600;background:var(--ui-border, #22303a);border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center}.progress-step.current .step-number,.progress-step.completed .step-number{background:var(--ui-accent, #4f9cff);color:var(--ui-bg, #0b0f14)}.progress-label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.step-count{color:var(--ui-muted, #9aa6b2);font-weight:500}.step-name{color:var(--ui-text, #e6eef8);font-weight:600}@media(max-width:768px){.wizard-progress-bar{padding:.75rem 1rem}.step-icon{font-size:1rem}.step-number{width:1rem;height:1rem;font-size:.6rem}.progress-step:nth-child(n+3):nth-child(-n+7) .step-icon{display:none}}.wizard-navigation{display:flex;justify-content:space-between;padding:1rem 1.5rem;background:var(--ui-surface, #0f1720);border-top:1px solid var(--ui-border, #22303a);gap:1rem}.nav-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.back-btn{background:transparent;color:var(--ui-muted, #9aa6b2);border:1px solid var(--ui-border, #22303a)}.back-btn:hover:not(:disabled){background:#ffffff0d;color:var(--ui-text, #e6eef8)}.back-btn:disabled{opacity:.4;cursor:not-allowed}.next-btn{background:var(--ui-accent, #4f9cff);color:#fff;margin-left:auto}.next-btn:hover:not(:disabled){background:#6aadff}.next-btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon{font-size:1.1rem}@media(max-width:768px){.wizard-navigation{padding:.75rem 1rem;position:sticky;bottom:0;left:0;right:0}.nav-btn{padding:.65rem 1rem;font-size:.9rem}}.wizard-step{max-width:800px;margin:0 auto}.step-intro{margin-bottom:2rem;text-align:center}.step-intro h2{margin:0 0 .5rem;font-size:1.5rem;color:var(--ui-text, #e6eef8)}.step-intro p{margin:0;color:var(--ui-muted, #9aa6b2);font-size:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--ui-text, #e6eef8)}.required-marker{color:var(--ui-danger, #ff6b6b);margin-left:.25rem}.form-group textarea{width:100%;padding:.75rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;color:var(--ui-text, #e6eef8);font-size:1rem;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .2s}.form-group textarea:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.form-group textarea.invalid{border-color:var(--ui-danger, #ff6b6b)}.form-group textarea::placeholder{color:var(--ui-muted, #9aa6b2)}.char-counter{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.8rem}.char-counter .below-min{color:var(--ui-danger, #ff6b6b)}.char-counter .valid{color:var(--ui-muted, #9aa6b2)}.validation-hint{color:var(--ui-danger, #ff6b6b)}.text-type-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.text-type-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--ui-surface, #0f1720);border:2px solid var(--ui-border, #22303a);border-radius:8px;color:var(--ui-text, #e6eef8);cursor:pointer;transition:all .2s}.text-type-btn:hover{background:#4f9cff1a;border-color:var(--ui-accent, #4f9cff)}.text-type-btn.selected{background:#4f9cff33;border-color:var(--ui-accent, #4f9cff)}.type-icon{font-size:1.5rem}.type-name{font-size:.85rem;font-weight:500}.step-tips{margin-top:2rem;padding:1rem 1.25rem;background:#4f9cff1a;border:1px solid var(--ui-accent, #4f9cff);border-radius:8px}.step-tips h3{margin:0 0 .75rem;font-size:.95rem;color:var(--ui-accent, #4f9cff)}.step-tips ul{margin:0;padding-left:1.25rem}.step-tips li{margin-bottom:.5rem;color:var(--ui-muted, #9aa6b2);font-size:.9rem}.step-tips li:last-child{margin-bottom:0}.selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.selection-card{display:flex;flex-direction:column;padding:1rem;background:var(--ui-surface, #0f1720);border:2px solid var(--ui-border, #22303a);border-radius:8px;cursor:pointer;transition:all .2s}.selection-card:hover{border-color:var(--ui-accent, #4f9cff)}.selection-card.selected{background:#4f9cff26;border-color:var(--ui-accent, #4f9cff)}.selection-card .card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.selection-card .card-icon{font-size:1.25rem}.selection-card .card-title{font-weight:600;color:var(--ui-text, #e6eef8);font-size:.95rem}.selection-card .card-meta{font-size:.8rem;color:var(--ui-muted, #9aa6b2)}.selection-card .card-selected-indicator{margin-top:auto;padding-top:.5rem;text-align:right;color:var(--ui-accent, #4f9cff);font-size:.8rem}.priority-list{display:flex;flex-direction:column;gap:.5rem}.priority-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;cursor:grab;transition:all .2s}.priority-item:active{cursor:grabbing}.priority-item.required{background:#4f9cff1a;border-color:var(--ui-accent, #4f9cff)}.priority-item.dragging{opacity:.5;box-shadow:0 4px 12px #0000004d}.priority-item .drag-handle{color:var(--ui-muted, #9aa6b2);font-size:1rem}.priority-item .item-rank{font-weight:700;color:var(--ui-muted, #9aa6b2);min-width:1.5rem}.priority-item.required .item-rank{color:var(--ui-accent, #4f9cff)}.priority-item .item-content{flex:1}.priority-item .item-name{font-weight:500;color:var(--ui-text, #e6eef8)}.priority-item .item-meta{font-size:.8rem;color:var(--ui-muted, #9aa6b2)}.priority-item .required-badge{padding:.25rem .5rem;background:var(--ui-accent, #4f9cff);color:#fff;border-radius:4px;font-size:.7rem;font-weight:600}.priority-threshold{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;color:var(--ui-accent, #4f9cff);font-size:.85rem;font-weight:500}.priority-threshold:before,.priority-threshold:after{content:"";flex:1;height:1px;background:var(--ui-accent, #4f9cff)}.review-section{margin-bottom:2rem;padding:1rem 1.25rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px}.review-section h3{display:flex;align-items:center;justify-content:space-between;margin:0 0 1rem;font-size:1rem;color:var(--ui-text, #e6eef8)}.review-section .edit-btn{background:transparent;border:1px solid var(--ui-border, #22303a);color:var(--ui-muted, #9aa6b2);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;cursor:pointer;transition:all .2s}.review-section .edit-btn:hover{background:#ffffff0d;color:var(--ui-text, #e6eef8)}.review-section .review-content{color:var(--ui-muted, #9aa6b2);font-size:.95rem;line-height:1.5}.review-section .review-list{display:flex;flex-wrap:wrap;gap:.5rem}.review-section .review-tag{padding:.35rem .65rem;background:#4f9cff26;border-radius:4px;font-size:.85rem;color:var(--ui-text, #e6eef8)}.review-section .review-tag.required{background:var(--ui-accent, #4f9cff);color:#fff}.level-description{margin:0 0 1rem;color:var(--ui-muted, #9aa6b2);font-size:.9rem;line-height:1.5}.level-selector{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0}.level-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--ui-surface, #0f1720);border:2px solid var(--ui-border, #22303a);border-radius:50%;color:var(--ui-text, #e6eef8);font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .2s}.level-btn:hover:not(:disabled){border-color:var(--ui-accent, #4f9cff);background:#4f9cff26}.level-btn:disabled{opacity:.3;cursor:not-allowed}.level-display{display:flex;flex-direction:column;align-items:center;min-width:80px}.level-value{font-size:2.5rem;font-weight:700;color:var(--ui-text, #e6eef8);line-height:1}.level-diff{font-size:.85rem;color:var(--ui-accent, #4f9cff);margin-top:.25rem}.level-override-note{margin:1rem 0 0;padding:.75rem 1rem;background:#4f9cff1a;border-radius:6px;font-size:.9rem;color:var(--ui-muted, #9aa6b2);text-align:center}.level-not-assigned{padding:1rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;color:var(--ui-muted, #9aa6b2);font-size:.95rem;text-align:center}.word-count-description{margin:0 0 1rem;color:var(--ui-muted, #9aa6b2);font-size:.9rem;line-height:1.5}.word-count-selector{margin:1rem 0}.word-count-labels{display:flex;justify-content:space-between;margin-bottom:.5rem}.word-count-labels .range-label{font-size:.85rem;color:var(--ui-muted, #9aa6b2)}.word-count-slider{width:100%;height:8px;background:linear-gradient(to right,#32e93b,#7db4fc,#f7bc8c);border-radius:4px;outline:none;-webkit-appearance:none;margin-bottom:1rem}.word-count-slider::-webkit-slider-thumb{border-radius:50%;transition:background .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30px;height:30px;background:transparent;border:none;cursor:pointer;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><text y='22' font-size='22'>📖</text></svg>");background-repeat:no-repeat;background-size:contain}.word-count-slider::-webkit-slider-thumb:hover{background-color:#4f9cffcc}.word-count-slider::-moz-range-thumb{width:20px;height:20px;background:var(--ui-accent, #4f9cff);border:none;border-radius:50%;cursor:pointer;transition:background .2s}.word-count-slider::-moz-range-thumb:hover{background:#4f9cffcc}.word-count-display{display:flex;align-items:center;justify-content:center;gap:1rem}.word-count-value{font-size:1.75rem;font-weight:700;color:var(--ui-text, #e6eef8)}.reset-suggested-btn{padding:.4rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-muted, #9aa6b2);font-size:.85rem;cursor:pointer;transition:all .2s}.reset-suggested-btn:hover{border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.word-count-suggestion{margin:1rem 0 0;padding:.75rem 1rem;background:#4f9cff1a;border-radius:6px;font-size:.9rem;color:var(--ui-muted, #9aa6b2);text-align:center}.submit-step{text-align:center;max-width:600px}.submit-preview{margin:2rem 0;padding:1.5rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px}.submit-preview .preview-stat{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--ui-border, #22303a)}.submit-preview .preview-stat:last-child{border-bottom:none}.submit-preview .stat-label{color:var(--ui-muted, #9aa6b2)}.submit-preview .stat-value{font-weight:600;color:var(--ui-text, #e6eef8)}.submit-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#4f9cff,#6366f1);border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #4f9cff66}.submit-btn .btn-icon{font-size:1.25rem}.credits-warning{margin-top:1.5rem;padding:1rem;background:#ff6b6b26;border:1px solid var(--ui-danger, #ff6b6b);border-radius:8px;color:var(--ui-danger, #ff6b6b)}.search-bar{display:flex;gap:.75rem;margin-bottom:1rem}.search-bar input{flex:1;padding:.65rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;color:var(--ui-text, #e6eef8);font-size:.95rem}.search-bar input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.search-bar input::placeholder{color:var(--ui-muted, #9aa6b2)}.asset-toolbar{display:flex;gap:.75rem;margin-bottom:1rem;align-items:center}.asset-toolbar .search-input{flex:1;min-width:120px;padding:.5rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:.9rem}.asset-toolbar .search-input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.asset-toolbar .search-input::placeholder{color:var(--ui-muted, #9aa6b2)}.toolbar-btn{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:.85rem;cursor:pointer;transition:all .2s;white-space:nowrap}.toolbar-btn:hover{background:#ffffff0d;border-color:var(--ui-accent, #4f9cff)}.toolbar-btn.world-import-btn{background:#4f9cff1a;border-color:#4f9cff4d}.toolbar-btn.world-import-btn:hover{background:#4f9cff33;border-color:var(--ui-accent, #4f9cff)}.filter-cycle-btn{min-width:100px;justify-content:center}.toolbar-btn.own-only-btn{min-width:50px;justify-content:center;font-size:1.2rem}.toolbar-btn.own-only-btn.active{background:#4f9cff26;border-color:var(--ui-accent, #4f9cff)}.toolbar-btn.own-only-btn:hover{background:#4f9cff1a}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tab{padding:.5rem .75rem;background:transparent;border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-muted, #9aa6b2);font-size:.85rem;cursor:pointer;transition:all .2s}.filter-tab:hover{background:#ffffff0d}.filter-tab.active{background:var(--ui-accent, #4f9cff);border-color:var(--ui-accent, #4f9cff);color:#fff}.empty-state{text-align:center;padding:3rem 1rem;color:var(--ui-muted, #9aa6b2)}.empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state p{margin:0;font-size:1rem}.world-import-section{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:1rem;margin-bottom:1rem}.world-import-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.world-import-header .import-icon{font-size:1.2rem}.world-import-header .import-label{font-weight:600;color:var(--ui-text, #e6eef8)}.world-import-controls{display:flex;gap:.75rem;align-items:center}.world-selector{flex:1;padding:.5rem .75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:.95rem;cursor:pointer}.world-selector:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.world-selector:disabled{opacity:.6;cursor:not-allowed}.import-btn{padding:.5rem 1rem;background:var(--ui-accent, #4f9cff);border:none;border-radius:6px;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s;white-space:nowrap}.import-btn:hover:not(:disabled){background:#3d8be8}.import-btn:disabled{opacity:.6;cursor:not-allowed}.append-description-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.9rem;color:var(--ui-muted, #9aa6b2);cursor:pointer}.append-description-checkbox input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.import-success{margin-top:.75rem;padding:.5rem .75rem;background:#2ecc7126;border:1px solid rgba(46,204,113,.3);border-radius:6px;color:#2ecc71;font-size:.9rem}.selection-counter{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;margin-bottom:1rem}.selection-counter .count{font-weight:600;color:var(--ui-accent, #4f9cff)}.selection-counter .clear-btn{background:transparent;border:none;color:var(--ui-muted, #9aa6b2);font-size:.85rem;cursor:pointer}.selection-counter .clear-btn:hover{color:var(--ui-danger, #ff6b6b)}.asset-toolbar .search-input.search-empty{border-color:var(--ui-danger, #ff6b6b);background:#ff6b6b14}.toolbar-btn.refresh-btn{background:#4f9cff1a;border-color:#4f9cff4d}.toolbar-btn.refresh-btn:hover:not(:disabled){background:#4f9cff33;border-color:var(--ui-accent, #4f9cff)}.toolbar-btn.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.selected-section{margin-bottom:1.5rem;padding:1rem;background:#4f9cff14;border:1px solid rgba(79,156,255,.25);border-radius:10px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.section-title{font-weight:600;color:var(--ui-accent, #4f9cff);font-size:.95rem}.clear-btn{background:transparent;border:none;color:var(--ui-muted, #9aa6b2);font-size:.8rem;cursor:pointer;transition:color .2s}.clear-btn:hover{color:var(--ui-danger, #ff6b6b)}.selected-grid{display:flex;flex-wrap:wrap;gap:.75rem}.selected-grid .selection-card{flex:0 0 auto;min-width:140px;max-width:200px}.offered-section{margin-top:1rem}.offered-section .section-header{margin-bottom:.5rem}.offered-section .section-title{color:var(--ui-muted, #9aa6b2);font-size:.9rem}.empty-offered{min-height:100px;display:flex;align-items:center;justify-content:center}.loading-text{text-align:center;padding:2rem;color:var(--ui-muted, #9aa6b2)}.vocab-step{display:flex;flex-direction:column;height:100%}.textbook-quickjump{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.quickjump-label{font-size:.85rem;color:var(--ui-muted, #9aa6b2);white-space:nowrap}.quickjump-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.35rem;flex:1;min-width:200px}.quickjump-btn{padding:.35rem .5rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.quickjump-btn:hover:not(:disabled){background:#4f9cff26;border-color:var(--ui-accent, #4f9cff)}.quickjump-btn.empty,.quickjump-btn:disabled{opacity:.4;cursor:not-allowed}.vocab-search{margin-bottom:1rem;position:relative}.vocab-search input{width:100%;padding:.65rem 2.5rem .65rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;color:var(--ui-text, #e6eef8);font-size:.95rem}.vocab-search input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--ui-muted, #9aa6b2);font-size:1.2rem;cursor:pointer;padding:.25rem;line-height:1}.search-clear:hover{color:var(--ui-text, #e6eef8)}.vocab-scroll-container{flex:1;overflow-y:auto;border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:1rem;background:#0000001a;max-height:400px;margin-bottom:1rem}.vocab-textbook-section{margin-bottom:1.5rem}.vocab-textbook-section:last-child{margin-bottom:0}.textbook-header{margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--ui-accent, #4f9cff);color:var(--ui-accent, #4f9cff);font-size:1.1rem;font-weight:700}.vocab-chapter-section{margin-bottom:1rem;padding-left:.5rem}.vocab-chapter-section:last-child{margin-bottom:0}.chapter-subheader{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:var(--ui-muted, #9aa6b2)}.selected-vocab-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.selected-vocab-grid .vocab-chip{background:var(--ui-accent, #4f9cff);border-color:var(--ui-accent, #4f9cff);color:#fff}.selected-vocab-grid .vocab-chip:hover{background:#3a87e8}.remove-icon{margin-left:.35rem;font-size:.85rem;opacity:.7}.vocab-chip:hover .remove-icon{opacity:1}.vocab-chip.in-offers{background:#4f9cff33;border-color:var(--ui-accent, #4f9cff);color:var(--ui-accent, #4f9cff)}.vocab-chip .check-icon{margin-left:.35rem;font-size:.8rem}.vocab-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.vocab-chip{display:inline-flex;align-items:center;padding:.5rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:20px;color:var(--ui-text, #e6eef8);font-size:.9rem;cursor:pointer;transition:all .2s}.vocab-chip:hover{background:#4f9cff1a;border-color:var(--ui-accent, #4f9cff)}.vocab-chip.selected{background:var(--ui-accent, #4f9cff);border-color:var(--ui-accent, #4f9cff);color:#fff}.vocab-chip.custom-word{background:#ffc10726;border-color:#ffc107;border-style:dashed}.vocab-chip.custom-word.selected{background:#ffc107;border-color:#ffc107;color:#1a1a2e}.vocab-chip .custom-badge{margin-right:.25rem;font-size:.75rem}.add-custom-word-btn{background:#ffc10733;border:1px dashed #ffc107;color:#ffc107;padding:.4rem .75rem;border-radius:6px;cursor:pointer;font-size:.85rem;white-space:nowrap;transition:all .2s;margin-left:.5rem}.add-custom-word-btn:hover{background:#ffc1074d;border-style:solid}.vocab-virtual-container{width:100%;border:1px solid var(--ui-border, #22303a);border-radius:8px;background:var(--ui-bg, #0b0f14)}.vocab-virtual-list{scrollbar-width:thin;scrollbar-color:var(--ui-accent, #4f9cff) var(--ui-surface, #0f1720)}.vocab-virtual-list::-webkit-scrollbar{width:8px}.vocab-virtual-list::-webkit-scrollbar-track{background:var(--ui-surface, #0f1720);border-radius:4px}.vocab-virtual-list::-webkit-scrollbar-thumb{background:var(--ui-accent, #4f9cff);border-radius:4px}.virtual-row{box-sizing:border-box}.textbook-header-row{display:flex;align-items:center;padding:.75rem 1rem;background:linear-gradient(135deg,var(--ui-surface, #0f1720),var(--ui-bg, #0b0f14));border-bottom:2px solid var(--ui-accent, #4f9cff);font-weight:600;font-size:1rem;color:var(--ui-accent, #4f9cff)}.chapter-header-row{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);font-size:.9rem;color:var(--ui-muted, #9aa6b2);font-weight:500}.vocab-grid-row{display:flex;flex-wrap:wrap;align-content:flex-start;gap:.4rem;padding:.4rem 1rem;box-sizing:border-box}.vocab-grid-row .vocab-chip{padding:.35rem .6rem;font-size:.85rem}.curriculum-selectors{display:flex;gap:1rem;margin-bottom:1rem}.curriculum-selectors select{flex:1;padding:.65rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;color:var(--ui-text, #e6eef8);font-size:.95rem;cursor:pointer}.curriculum-selectors select:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.review-header h3{margin:0}.edit-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .65rem;background:transparent;border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-muted, #9aa6b2);font-size:.8rem;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#ffffff0d;color:var(--ui-text, #e6eef8);border-color:var(--ui-accent, #4f9cff)}.review-content{padding:0}.review-meta{margin-bottom:.5rem}.meta-label{color:var(--ui-muted, #9aa6b2);font-size:.85rem}.meta-value{color:var(--ui-text, #e6eef8);font-weight:500;text-transform:capitalize}.review-story-request{margin:0;padding:.75rem 1rem;background:#0003;border-radius:6px;color:var(--ui-text, #e6eef8);font-style:italic;line-height:1.5}.review-empty{margin:0;color:var(--ui-muted, #9aa6b2);font-style:italic}.review-group{margin-bottom:1rem}.review-group:last-child{margin-bottom:0}.group-label{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.group-label.required{background:var(--ui-accent, #4f9cff);color:#fff}.group-label.optional{background:#9aa6b233;color:var(--ui-muted, #9aa6b2)}.review-items{display:flex;flex-wrap:wrap;gap:.5rem}.review-items.inline{gap:.35rem}.review-item{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;font-size:.85rem;color:var(--ui-text, #e6eef8)}.review-item.required{border-color:var(--ui-accent, #4f9cff);background:#4f9cff1a}.review-item.vocab{padding:.35rem .65rem;border-radius:20px;font-size:.8rem}.completion-checklist{margin-top:2rem;padding:1rem 1.25rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px}.completion-checklist h3{margin:0 0 .75rem;font-size:1rem;color:var(--ui-text, #e6eef8)}.completion-checklist ul{margin:0;padding:0;list-style:none}.completion-checklist li{padding:.35rem 0;font-size:.9rem}.completion-checklist li.complete{color:#4ade80}.completion-checklist li.incomplete,.completion-checklist li.info{color:var(--ui-muted, #9aa6b2)}.submit-tier-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.tier-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;background:var(--ui-surface, #0f1720);border:2px solid var(--ui-border, #22303a);border-radius:12px;transition:border-color .2s,box-shadow .2s}.tier-premium-card{border-color:#f0b429}.tier-premium-card:hover{box-shadow:0 0 16px #f0b42926}.tier-free-card:hover{border-color:var(--ui-accent, #4f9cff)}.submit-tier-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1.25rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}.submit-tier-btn:active:not(:disabled){transform:scale(.97)}.premium-btn{background:linear-gradient(135deg,#f0b429,#e0900c);color:#1a1a1a}.premium-btn:hover:not(:disabled){background:linear-gradient(135deg,#f5c542,#e89e1e)}.premium-btn.disabled,.premium-btn:disabled{opacity:.45;cursor:not-allowed}.free-btn{background:var(--ui-accent, #4f9cff);color:#fff}.free-btn:hover:not(:disabled){background:#6aadff}.free-btn:disabled{opacity:.6;cursor:not-allowed}.tier-credits{text-align:center;font-size:.85rem}.tier-credits.has-credits{color:#f0b429}.tier-credits.no-credits{color:var(--ui-danger, #ff6b6b)}.tier-credits-count{font-weight:700;font-size:1rem}.tier-credits-label{color:var(--ui-muted, #9aa6b2)}.tier-unlimited{text-align:center;font-size:.85rem;color:var(--ui-muted, #9aa6b2)}.tier-explainer{margin:1rem 0 1.5rem;padding:1rem 1.25rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;text-align:left}.tier-explainer .explainer-zh{margin:0 0 .5rem;font-size:.9rem;color:var(--ui-text, #e6eef8);line-height:1.6}.tier-explainer .explainer-i18n{margin:0;font-size:.85rem;color:var(--ui-muted, #9aa6b2);line-height:1.5;font-style:italic}.credit-display{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 2rem;background:var(--ui-surface, #0f1720);border:2px solid var(--ui-border, #22303a);border-radius:12px;margin:2rem 0}.credit-display.has-credits{border-color:var(--ui-accent, #4f9cff)}.credit-display.no-credits{border-color:var(--ui-danger, #ff6b6b)}.credit-icon{font-size:2.5rem}.credit-info{text-align:left}.credit-count{display:block;font-size:2rem;font-weight:700;color:var(--ui-text, #e6eef8)}.credit-label{font-size:.85rem;color:var(--ui-muted, #9aa6b2)}.warning-banner{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#ff6b6b1a;border:1px solid var(--ui-danger, #ff6b6b);border-radius:8px;margin-bottom:1.5rem;text-align:left}.warning-icon{font-size:1.5rem;flex-shrink:0}.warning-content strong{display:block;color:var(--ui-danger, #ff6b6b);margin-bottom:.25rem}.warning-content p{margin:0;color:var(--ui-muted, #9aa6b2);font-size:.9rem}.submit-info{text-align:left;margin:1.5rem 0;padding:1rem 1.25rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px}.submit-info h3{margin:0 0 .75rem;font-size:1rem;color:var(--ui-text, #e6eef8)}.submit-info ol{margin:0;padding-left:1.25rem}.submit-info li{margin-bottom:.5rem;color:var(--ui-muted, #9aa6b2);font-size:.9rem}.submit-info li:last-child{margin-bottom:0}.title-preview{margin-bottom:1.5rem;padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;text-align:left}.preview-label{display:block;font-size:.8rem;color:var(--ui-muted, #9aa6b2);margin-bottom:.25rem}.preview-value{font-weight:600;color:var(--ui-text, #e6eef8);font-size:1.1rem}.confirm-checkbox{display:flex;align-items:center;justify-content:center;gap:.65rem;margin-bottom:1.5rem;cursor:pointer}.confirm-checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer}.confirm-checkbox span{color:var(--ui-text, #e6eef8);font-size:.95rem}.error-banner{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#ff6b6b26;border:1px solid var(--ui-danger, #ff6b6b);border-radius:8px;margin-bottom:1rem;color:var(--ui-danger, #ff6b6b);font-size:.9rem}.submit-btn.disabled{opacity:.5;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.text-type-grid{grid-template-columns:repeat(2,1fr)}.selection-grid{grid-template-columns:1fr}.curriculum-selectors{flex-direction:column;gap:.5rem}.search-bar{flex-direction:column}.credit-display{flex-direction:column;text-align:center}.credit-info{text-align:center}.submit-btn{width:100%;justify-content:center}.submit-tier-buttons{grid-template-columns:1fr}}.world-import-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.world-import-modal{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;width:90%;max-width:400px;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--ui-border, #22303a)}.modal-header h3{margin:0;font-size:1.1rem;color:var(--ui-text, #e6eef8)}.modal-header .close-btn{background:none;border:none;color:var(--ui-muted, #9aa6b2);font-size:1.2rem;cursor:pointer;padding:.25rem;line-height:1}.modal-header .close-btn:hover{color:var(--ui-text, #e6eef8)}.modal-body{padding:1rem}.modal-body .loading-text,.modal-body .error-text,.modal-body .empty-text{text-align:center;color:var(--ui-muted, #9aa6b2);margin:1rem 0}.modal-body .error-text{color:var(--ui-danger, #ff6b6b)}.modal-body .world-select{width:100%;padding:.75rem;border:1px solid var(--ui-border, #22303a);border-radius:8px;background:var(--ui-bg, #0b0f14);color:var(--ui-text, #e6eef8);font-size:1rem;margin-bottom:.75rem}.modal-body .checkbox-label{display:flex;align-items:center;gap:.5rem;color:var(--ui-muted, #9aa6b2);font-size:.9rem;cursor:pointer}.modal-body .checkbox-label input{width:16px;height:16px}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem;border-top:1px solid var(--ui-border, #22303a)}.modal-footer .cancel-btn{padding:.5rem 1rem;border:1px solid var(--ui-border, #22303a);border-radius:6px;background:transparent;color:var(--ui-text, #e6eef8);cursor:pointer}.modal-footer .cancel-btn:hover:not(:disabled){background:var(--ui-border, #22303a)}.modal-footer .import-btn{padding:.5rem 1rem;border:none;border-radius:6px;background:var(--ui-accent, #4f9cff);color:#fff;cursor:pointer;font-weight:500}.modal-footer .import-btn:hover:not(:disabled){opacity:.9}.modal-footer .import-btn:disabled,.modal-footer .cancel-btn:disabled{opacity:.5;cursor:not-allowed}.book-assembler-wizard{display:flex;flex-direction:column;height:100%;min-height:100vh;background:var(--ui-bg, #0b0f14);color:var(--ui-text, #e6eef8)}.wizard-header{display:flex;align-items:center;padding:1rem 1.5rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);gap:1rem}.wizard-header h1{margin:0;font-size:1.25rem;font-weight:600;flex:1}.credits-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#4f9cff26;border:1px solid var(--ui-accent, #4f9cff);border-radius:8px;font-size:.875rem}.credits-icon{font-size:1rem}.credits-count{font-weight:700;color:var(--ui-accent, #4f9cff)}.credits-label{color:var(--ui-muted, #9aa6b2)}.exit-btn{background:transparent;border:none;color:var(--ui-muted, #9aa6b2);font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:color .2s,background .2s}.exit-btn:hover{color:var(--ui-text, #e6eef8);background:#ffffff1a}.wizard-error{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#ff6b6b26;border-bottom:1px solid var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b);font-size:.875rem}.wizard-error button{background:transparent;border:none;color:inherit;cursor:pointer;padding:.25rem}.wizard-content{flex:1;overflow-y:auto;padding:1.5rem}.wizard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem;color:var(--ui-muted, #9aa6b2)}.spinner{width:40px;height:40px;border:3px solid var(--ui-border, #22303a);border-top-color:var(--ui-accent, #4f9cff);border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.wizard-header{padding:.75rem 1rem;flex-wrap:wrap}.wizard-header h1{font-size:1.1rem;order:1;flex-basis:calc(100% - 3rem)}.exit-btn{order:2}.credits-badge{order:3;flex-basis:100%;justify-content:center;margin-top:.5rem}.wizard-content{padding:1rem}}.book-share-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.book-share-modal{background:var(--ui-surface, #0f1720);border-radius:12px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.book-share-modal .modal-header{padding:1rem 1.5rem;border-bottom:1px solid var(--ui-border, #22303a);position:relative}.book-share-modal .modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--ui-muted, #9aa6b2);font-size:1.5rem;cursor:pointer}.book-share-modal .modal-close:hover{color:var(--ui-text, #e6eef8)}.book-share-modal .modal-header h2{margin:0;font-size:1.2rem;color:var(--ui-text, #e6eef8)}.book-title-hint{margin:.5rem 0 0;color:var(--ui-muted, #9aa6b2);font-size:.9rem}.book-share-modal .modal-content{flex:1;overflow-y:auto;padding:1.5rem}.modal-error{background:#ff6b6b1a;border:1px solid var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b);padding:.75rem;border-radius:6px;margin-bottom:1rem}.class-selector{margin-bottom:1.5rem}.class-selector label{display:block;margin-bottom:.5rem;color:var(--ui-muted, #9aa6b2)}.class-selector select{width:100%;padding:.75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:1rem}.class-selector select:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.student-list{margin-bottom:1.5rem}.student-list table{width:100%;border-collapse:collapse}.student-list th,.student-list td{padding:.75rem;text-align:left;border-bottom:1px solid var(--ui-border, #22303a)}.student-list th{color:var(--ui-muted, #9aa6b2);font-weight:400;font-size:.9rem}.student-list td{color:var(--ui-text, #e6eef8)}.student-list .col-number,.student-list .col-action{width:50px;text-align:center}.student-list tbody tr{cursor:pointer;transition:background .2s}.student-list tbody tr:hover:not(.already-reader){background:#4f9cff0d}.student-list tbody tr.selected{background:#4f9cff1a}.student-list tbody tr.already-reader{opacity:.6;cursor:default}.shared-badge{color:#4caf50}.no-students{color:var(--ui-muted, #9aa6b2);text-align:center;padding:2rem}.btn-add-readers{width:100%;padding:.75rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:opacity .2s,background .2s}.btn-add-readers:hover:not(:disabled){opacity:.9}.btn-add-readers:disabled{background:var(--ui-border, #22303a);cursor:not-allowed;color:var(--ui-muted, #9aa6b2)}.current-readers{border-top:1px solid var(--ui-border, #22303a);padding-top:1.5rem}.current-readers h3{margin:0 0 1rem;font-size:1rem;color:var(--ui-muted, #9aa6b2)}.current-readers ul{list-style:none;padding:0;margin:0}.current-readers li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8)}.btn-remove-reader{background:none;border:none;color:var(--ui-danger, #ff6b6b);cursor:pointer;padding:.25rem .5rem;font-size:1rem}.btn-remove-reader:hover{opacity:.8}.book-share-modal .modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--ui-border, #22303a)}.modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.modal-loading p{color:var(--ui-muted, #9aa6b2)}.book-share-modal .spinner{width:40px;height:40px;border:3px solid var(--ui-border, #22303a);border-top-color:var(--ui-accent, #4f9cff);border-radius:50%;animation:share-spin 1s linear infinite;margin:0 auto 1rem}@keyframes share-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.book-share-modal{max-height:90vh}.book-share-modal .modal-content{padding:1rem}.student-list th,.student-list td{padding:.5rem}}.voca-catch-particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10001;overflow:hidden}.voca-catch-flash{position:fixed;width:24px;height:24px;border-radius:50%;background:radial-gradient(circle,rgba(0,229,255,.9) 0%,transparent 70%);transform:translate(-50%,-50%) scale(0);animation:voca-flash-burst .4s ease-out forwards}@keyframes voca-flash-burst{0%{transform:translate(-50%,-50%) scale(0);opacity:1}50%{transform:translate(-50%,-50%) scale(2.5);opacity:.8}to{transform:translate(-50%,-50%) scale(3.5);opacity:0}}.voca-catch-particle{position:fixed;border-radius:50%;transform:translate(-50%,-50%) scale(1);animation:voca-particle-fly .5s ease-out forwards;will-change:transform,opacity}@keyframes voca-particle-fly{0%{transform:translate(-50%,-50%) scale(1);opacity:1}30%{transform:translate(calc(-50% + var(--particle-tx, 0px) * .4),calc(-50% + var(--particle-ty, 0px) * .4)) scale(1.3);opacity:1}to{transform:translate(calc(-50% + var(--particle-tx, 0px)),calc(-50% + var(--particle-ty, 0px))) scale(0);opacity:0}}.voca-catch-glow{position:fixed;border-radius:4px;pointer-events:none;z-index:10001;box-shadow:0 0 8px #00e5ffcc,0 0 16px #00e5ff66,inset 0 0 6px #00e5ff4d;animation:voca-glow-pulse .4s ease-out forwards}@keyframes voca-glow-pulse{0%{opacity:0;box-shadow:0 0 4px #00e5ff66,0 0 8px #00e5ff33}40%{opacity:1;box-shadow:0 0 12px #00e5ff,0 0 24px #00e5ff99,inset 0 0 8px #00e5ff66}to{opacity:0;box-shadow:0 0 20px #00e5ff4d,0 0 40px #00e5ff1a}}@media(prefers-reduced-motion:reduce){.voca-catch-particle,.voca-catch-flash,.voca-catch-glow{animation-duration:.01ms!important}}.mcq-player{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ui-bg, #0b0f14);z-index:1000;display:flex;flex-direction:column}.mcq-header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid var(--ui-border, #22303a)}.mcq-close-btn{background:none;border:none;color:var(--ui-text, #e6eef8);font-size:1.5rem;cursor:pointer;padding:.5rem}.mcq-header h1{flex:1;text-align:center;margin:0;font-size:1.2rem;color:var(--ui-text, #e6eef8)}.mcq-content{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.mcq-intro{text-align:center;max-width:400px}.mcq-intro h2{margin-bottom:1rem;color:var(--ui-text, #e6eef8)}.mcq-intro>p{color:var(--ui-muted, #9aa6b2)}.mcq-intro-tips{text-align:left;margin:1.5rem 0;padding-left:1rem;list-style:none}.mcq-intro-tips li{margin:.5rem 0;color:var(--ui-muted, #9aa6b2)}.mcq-start-btn{padding:1rem 2rem;font-size:1.2rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.mcq-start-btn:hover{opacity:.9}.mcq-question-container{width:100%;max-width:600px}.mcq-progress{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;color:var(--ui-muted, #9aa6b2)}.mcq-progress-dots{display:flex;gap:.5rem}.mcq-progress-dots .dot{width:12px;height:12px;border-radius:50%;background:var(--ui-border, #22303a)}.mcq-progress-dots .dot.current{background:var(--ui-accent, #4f9cff)}.mcq-progress-dots .dot.complete.correct{background:#4caf50}.mcq-progress-dots .dot.complete.incorrect{background:var(--ui-danger, #ff6b6b)}.mcq-question{margin-bottom:2rem}.mcq-question .question-type{font-size:2rem;display:block;margin-bottom:.5rem}.mcq-question p{font-size:1.2rem;line-height:1.6;color:var(--ui-text, #e6eef8)}.mcq-question .target-word{margin-top:1rem;color:var(--ui-accent, #4f9cff)}.mcq-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.mcq-option{display:flex;align-items:center;padding:1rem 1.5rem;background:var(--ui-surface, #0f1720);border:2px solid var(--ui-border, #22303a);border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;color:var(--ui-text, #e6eef8)}.mcq-option:hover:not(:disabled){border-color:var(--ui-accent, #4f9cff)}.mcq-option.selected{border-color:var(--ui-accent, #4f9cff);background:#4f9cff1a}.mcq-option.correct{border-color:#4caf50;background:#4caf501a}.mcq-option.incorrect{border-color:var(--ui-danger, #ff6b6b);background:#ff6b6b1a}.mcq-option .option-letter{font-weight:700;margin-right:1rem;color:var(--ui-muted, #9aa6b2)}.mcq-option .option-text{flex:1}.mcq-option .option-icon{margin-left:1rem;font-size:1.2rem}.mcq-actions{display:flex;justify-content:center}.mcq-confirm-btn,.mcq-next-btn{padding:1rem 2rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.mcq-confirm-btn{background:var(--ui-accent, #4f9cff);color:#fff}.mcq-confirm-btn:disabled{background:var(--ui-border, #22303a);cursor:not-allowed}.mcq-confirm-btn:not(:disabled):hover{opacity:.9}.mcq-next-btn{background:#4caf50;color:#fff}.mcq-next-btn:hover{opacity:.9}.mcq-results{text-align:center;max-width:400px}.mcq-results h2{color:var(--ui-text, #e6eef8)}.score-display{margin:2rem 0}.score-circle{display:inline-flex;align-items:baseline;justify-content:center;width:150px;height:150px;border-radius:50%;background:var(--ui-surface, #0f1720);border:4px solid var(--ui-border, #22303a)}.score-circle[data-perfect=true]{border-color:gold;box-shadow:0 0 20px #ffd7004d}.score-number{font-size:3rem;font-weight:700;color:var(--ui-accent, #4f9cff)}.score-divider{font-size:2rem;color:var(--ui-muted, #9aa6b2);margin:0 .25rem}.score-total{font-size:2rem;color:var(--ui-muted, #9aa6b2)}.score-percent{font-size:1.5rem;color:var(--ui-text, #e6eef8);margin-top:1rem}.perfect-message,.best-score-message{font-size:1.2rem;margin:1rem 0}.perfect-message{color:gold}.best-score-message{color:#4caf50}.mcq-error{color:var(--ui-danger, #ff6b6b);margin:1rem 0}.mcq-results-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.mcq-results-actions button{padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem}.mcq-results-actions .btn-secondary{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8)}.mcq-results-actions .btn-secondary:hover{border-color:var(--ui-accent, #4f9cff)}.mcq-results-actions .btn-primary{background:var(--ui-accent, #4f9cff);border:none;color:#fff}.mcq-results-actions .btn-primary:hover{opacity:.9}.mcq-submitting{text-align:center}.mcq-submitting p{color:var(--ui-muted, #9aa6b2)}.mcq-player .spinner{width:40px;height:40px;border:3px solid var(--ui-border, #22303a);border-top-color:var(--ui-accent, #4f9cff);border-radius:50%;animation:mcq-spin 1s linear infinite;margin:0 auto 1rem}@keyframes mcq-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.mcq-content{padding:1rem}.mcq-question p{font-size:1rem}.mcq-option{padding:.75rem 1rem}.score-circle{width:120px;height:120px}.score-number{font-size:2.5rem}.score-divider,.score-total{font-size:1.5rem}}@media(min-width:768px)and (max-width:1024px){.mcq-question p{font-size:1.3rem}.mcq-option{padding:1.25rem 1.75rem}}.story-reader{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--ui-bg, #0b0f14);z-index:1100;display:flex;flex-direction:column}.story-reader-header{background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);padding:1rem 1.5rem;flex-shrink:0}.close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:var(--ui-muted, #9aa6b2);cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.close-button:hover{color:var(--ui-text, #e6eef8)}.story-title{font-size:1.5rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 .5rem;max-width:calc(100% - 10rem)}.text-size-controls{position:absolute;top:1rem;right:4rem;display:flex;gap:.5rem}.text-size-button{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8);font-size:.875rem;font-weight:600;padding:.4rem .6rem;border-radius:4px;cursor:pointer;transition:all .2s;line-height:1;min-width:2.5rem}.text-size-button:hover:not(:disabled){background:var(--ui-border, #22303a);border-color:var(--ui-accent, #4f9cff);color:var(--ui-accent, #4f9cff)}.text-size-button:disabled{opacity:.4;cursor:not-allowed}.reading-progress{height:4px;background:var(--ui-border, #22303a);border-radius:2px;overflow:hidden;margin-top:.5rem}.progress-bar{height:100%;background:var(--ui-accent, #4f9cff);transition:width .3s ease}.story-content{flex:1;overflow-y:auto;padding:2rem;-webkit-overflow-scrolling:touch}.story-text{max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.8;color:var(--ui-text, #e6eef8);font-family:Georgia,Times New Roman,serif}.story-text p{margin-bottom:1.5rem}.story-text h1,.story-text h2,.story-text h3{color:var(--ui-text, #e6eef8);margin-top:2rem;margin-bottom:1rem;font-weight:600}.story-text h1{font-size:2rem}.story-text h2{font-size:1.5rem}.story-text h3{font-size:1.25rem}.finished-cta{max-width:600px;margin:3rem auto;padding:2rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;text-align:center}.finished-cta h2{font-size:1.5rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 1rem}.finished-cta p{font-size:1rem;color:var(--ui-muted, #9aa6b2);margin:0 0 1.5rem}.start-mcq-button{background:var(--ui-accent, #4f9cff);color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:opacity .2s}.start-mcq-button:hover{opacity:.9}.vocab-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem}.vocab-popup{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;padding:2rem;max-width:500px;width:100%;position:relative;box-shadow:0 8px 32px #0006}.popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:var(--ui-muted, #9aa6b2);cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.popup-close:hover{color:var(--ui-text, #e6eef8)}.vocab-word-title{font-size:1.75rem;font-weight:600;color:var(--ui-accent, #4f9cff);margin:0 0 .5rem}.vocab-pos{font-size:.875rem;color:var(--ui-muted, #9aa6b2);font-style:italic;margin:0 0 1rem}.vocab-definition{font-size:1rem;color:var(--ui-text, #e6eef8);line-height:1.6;margin:0 0 1rem}.vocab-example{font-size:.875rem;color:var(--ui-muted, #9aa6b2);line-height:1.6;margin:0;padding:1rem;background:var(--ui-bg, #0b0f14);border-left:3px solid var(--ui-accent, #4f9cff);border-radius:4px}.vocab-example em{font-style:normal}@media(max-width:768px){.story-reader-header{padding:1rem}.story-title{font-size:1.25rem;max-width:100%;padding-right:0;margin-bottom:2.5rem}.text-size-controls{position:static;margin-bottom:.5rem}.close-button{top:.5rem;right:.5rem}.story-content{padding:1rem}.story-text{font-size:1rem;line-height:1.7}.finished-cta,.vocab-popup{padding:1.5rem}}@media(min-width:768px)and (max-width:1024px){.story-text{font-size:1.25rem;line-height:1.9}.story-content{padding:3rem 2rem}}.voca-ball-tray{display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative}.voca-ball{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease,opacity .2s;position:relative;user-select:none;-webkit-user-select:none;flex-shrink:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.voca-ball-img{width:100%;height:100%;object-fit:contain;pointer-events:none;display:block}.voca-ball--empty{animation:voca-ball-idle 2s ease-in-out infinite}.voca-ball--empty:hover{transform:scale(1.1);box-shadow:0 0 12px #00e5ff80}.voca-ball--ready{animation:voca-ball-ready-pulse .8s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(0,229,255,.6))}@keyframes voca-ball-ready-pulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 6px rgba(0,229,255,.4))}50%{transform:scale(1.15);filter:drop-shadow(0 0 14px rgba(0,229,255,.8))}}.voca-ball--full{cursor:pointer;transform:scale(1.2);filter:drop-shadow(0 0 6px rgba(255,82,82,.5));animation:none}.voca-ball--full:hover{transform:scale(1.3);filter:drop-shadow(0 0 12px rgba(255,82,82,.7))}.voca-ball--loading{opacity:.3;animation:voca-ball-loading-pulse 1.4s ease-in-out infinite}.voca-ball--loading .voca-ball-img{filter:grayscale(1) brightness(.6)}@keyframes voca-ball-loading-pulse{0%,to{opacity:.35;transform:scale(.95)}50%{opacity:.65;transform:scale(1)}}.voca-ball--catching{animation:voca-ball-pulse .6s ease-in-out infinite}.voca-ball--just-caught{animation:voca-ball-fill .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes voca-ball-fill{0%{transform:scale(.3);opacity:.4;box-shadow:0 0 #ff525200}50%{transform:scale(1.5);opacity:1;filter:drop-shadow(0 0 16px rgba(255,82,82,.7)) drop-shadow(0 0 30px rgba(0,229,255,.3))}to{transform:scale(1.2);opacity:1;filter:drop-shadow(0 0 6px rgba(255,82,82,.5))}}.voca-ball-label{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);font-size:.65rem;color:var(--ui-muted, #9aa6b2);white-space:nowrap;max-width:60px;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.paged-reader .vocab-word--targeted{position:relative;background:#00e5ff26;outline:2px solid #00e5ff;outline-offset:2px;border-radius:3px;animation:vocab-targeting-pulse 1s ease-in-out infinite}.paged-reader .vocab-word--targeted:after{content:"";position:absolute;top:50%;left:50%;width:28px;height:28px;transform:translate(-50%,-50%);background-image:url(/ball.png);background-size:contain;background-repeat:no-repeat;opacity:.7;pointer-events:none;animation:vocab-reticule-spin 2s linear infinite;z-index:10}@keyframes vocab-targeting-pulse{0%,to{outline-color:#00e5ff99;background:#00e5ff1a}50%{outline-color:#00e5ff;background:#00e5ff40}}@keyframes vocab-reticule-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.voca-toast{position:absolute;top:-36px;left:50%;transform:translate(-50%);padding:.3rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap;pointer-events:none;animation:voca-toast-in .3s ease-out;z-index:100}.voca-toast--success{background:#00c853e6;color:#fff}.voca-toast--error{background:#ff5252e6;color:#fff}@keyframes voca-ball-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes voca-ball-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}@keyframes voca-toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:600px){.voca-ball{width:40px;height:40px}.voca-ball-tray{gap:.5rem}.voca-ball-label{font-size:.6rem;max-width:48px}}.voca-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1300;padding:1rem;animation:voca-modal-fade-in .2s ease-out}@keyframes voca-modal-fade-in{0%{opacity:0}to{opacity:1}}.voca-modal{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:16px;padding:2rem;max-width:400px;width:100%;position:relative;box-shadow:0 12px 40px #00000080;animation:voca-modal-slide-up .25s cubic-bezier(.34,1.56,.64,1)}@keyframes voca-modal-slide-up{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.voca-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.25rem;color:var(--ui-muted, #9aa6b2);cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.voca-modal-close:hover{color:var(--ui-text, #e6eef8)}.voca-modal-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem}.voca-modal-ball{width:48px;height:48px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ff8a80,#d32f2f);border:2px solid rgba(255,138,128,.6);box-shadow:0 0 14px #ff525266;flex-shrink:0}.voca-modal-word{font-size:1.75rem;font-weight:700;color:var(--ui-text, #e6eef8);margin:0;text-align:center}.voca-modal-pos{font-size:.875rem;color:var(--ui-muted, #9aa6b2);font-style:italic}.voca-modal-section{margin-bottom:1.25rem}.voca-modal-definition{font-size:1rem;color:var(--ui-text, #e6eef8);line-height:1.6;margin:0;text-align:center}.voca-modal-label{display:block;font-size:.75rem;font-weight:600;color:var(--ui-muted, #9aa6b2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.voca-modal-mastery-bar{height:10px;background:var(--ui-border, #22303a);border-radius:5px;overflow:hidden;margin-bottom:.35rem}.voca-modal-mastery-fill{height:100%;background:linear-gradient(90deg,#00e5ff,#4fc3f7);border-radius:5px;transition:width .4s ease;min-width:2px}.voca-modal-mastery-value{font-size:.875rem;font-weight:600;color:var(--ui-accent, #4f9cff);display:block;text-align:right}.voca-modal-actions{margin-top:1rem;text-align:center}.voca-modal-release-btn{background:transparent;border:1px solid var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b);font-size:.9rem;font-weight:600;padding:.6rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .2s}.voca-modal-release-btn:hover{background:#ff6b6b1a}.voca-modal-confirm{animation:voca-modal-fade-in .2s ease-out}.voca-modal-confirm-text{font-size:.875rem;color:var(--ui-muted, #9aa6b2);margin:0 0 1rem;line-height:1.5}.voca-modal-confirm-buttons{display:flex;gap:.75rem;justify-content:center}.voca-modal-confirm-yes{background:var(--ui-danger, #ff6b6b);color:#fff;border:none;font-size:.85rem;font-weight:600;padding:.55rem 1.25rem;border-radius:6px;cursor:pointer;transition:opacity .2s}.voca-modal-confirm-yes:hover:not(:disabled){opacity:.85}.voca-modal-confirm-yes:disabled{opacity:.5;cursor:not-allowed}.voca-modal-confirm-no{background:transparent;border:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8);font-size:.85rem;font-weight:500;padding:.55rem 1.25rem;border-radius:6px;cursor:pointer;transition:all .2s}.voca-modal-confirm-no:hover:not(:disabled){border-color:var(--ui-muted, #9aa6b2)}.voca-modal-confirm-no:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.voca-modal{padding:1.5rem;max-width:95%}.voca-modal-word{font-size:1.5rem}.voca-modal-ball{width:40px;height:40px}}.paged-reader{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--ui-bg, #0b0f14);z-index:1100;display:flex;flex-direction:column}.paged-reader-header{background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);padding:1rem 1.5rem;flex-shrink:0;position:relative}.paged-reader-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:var(--ui-muted, #9aa6b2);cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.paged-reader-close:hover{color:var(--ui-text, #e6eef8)}.paged-reader-title{font-size:1.5rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 .5rem;max-width:calc(100% - 10rem)}.paged-reader-text-controls{position:absolute;top:1rem;right:4rem;display:flex;gap:.5rem}.paged-reader-text-controls .text-size-button{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8);font-size:.875rem;font-weight:600;padding:.4rem .6rem;border-radius:4px;cursor:pointer;transition:all .2s;line-height:1;min-width:2.5rem}.paged-reader-text-controls .text-size-button:hover:not(:disabled){background:var(--ui-border, #22303a);border-color:var(--ui-accent, #4f9cff);color:var(--ui-accent, #4f9cff)}.paged-reader-text-controls .text-size-button:disabled{opacity:.4;cursor:not-allowed}.paged-reader-progress{height:4px;background:var(--ui-border, #22303a);border-radius:2px;overflow:hidden;margin-top:.5rem}.paged-reader-progress-bar{height:100%;background:var(--ui-accent, #4f9cff);transition:width .3s ease}.paged-reader-content{flex:1;overflow-y:auto;padding:2rem;-webkit-overflow-scrolling:touch;display:flex;justify-content:center;align-items:flex-start}.paged-reader-cover{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:800px;width:100%;margin:auto;padding:2rem 0}.paged-reader-cover-title{font-size:2rem;font-weight:700;color:var(--ui-text, #e6eef8);margin:0 0 2rem}.paged-reader-cover-image{max-width:100%;max-height:60vh;border-radius:8px;object-fit:contain;box-shadow:0 4px 24px #00000080}.paged-reader-story{max-width:800px;width:100%;margin:0 auto}.paged-reader-text{font-size:1.125rem;line-height:1.8;color:var(--ui-text, #e6eef8);font-family:Georgia,Times New Roman,serif}.paged-reader-text p{margin-bottom:1.5rem}.paged-reader-text h1,.paged-reader-text h2,.paged-reader-text h3{color:var(--ui-text, #e6eef8);margin-top:2rem;margin-bottom:1rem;font-weight:600}.paged-reader-text h1{font-size:2rem}.paged-reader-text h2{font-size:1.5rem}.paged-reader-text h3{font-size:1.25rem}.paged-reader-images{margin-top:1.5rem}.paged-reader-images .paged-reader-page-image{width:100%;border-radius:6px;object-fit:contain}.paged-reader-images--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.paged-reader-images--grid .paged-reader-page-image{width:100%;max-height:40vh}.paged-reader-finished-cta{max-width:600px;margin:3rem auto;padding:2rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;text-align:center}.paged-reader-finished-cta h2{font-size:1.5rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 1rem}.paged-reader-finished-cta p{font-size:1rem;color:var(--ui-muted, #9aa6b2);margin:0 0 1.5rem}.paged-reader-mcq-button{background:var(--ui-accent, #4f9cff);color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:opacity .2s}.paged-reader-mcq-button:hover{opacity:.9}.paged-reader-summary{max-width:600px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.paged-reader-summary-title{font-size:1.4rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0;text-align:center}.paged-reader-summary-balls{display:flex;flex-direction:column;gap:1rem;width:100%}.paged-reader-summary-ball{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:10px;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);transition:opacity .2s}.paged-reader-summary-ball--empty{opacity:.45}.paged-reader-summary-ball-orb{width:36px;height:36px;border-radius:50%;flex-shrink:0}.paged-reader-summary-ball--full .paged-reader-summary-ball-orb{background:radial-gradient(circle at 35% 35%,#ff8a80,#d32f2f);border:2px solid rgba(255,138,128,.6);box-shadow:0 0 10px #ff525259}.paged-reader-summary-ball--empty .paged-reader-summary-ball-orb{background:radial-gradient(circle at 35% 35%,#e0f7fa99,#00bcd44d);border:2px solid rgba(0,229,255,.25)}.paged-reader-summary-ball-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.paged-reader-summary-ball-word{font-size:1.05rem;font-weight:600;color:var(--ui-text, #e6eef8)}.paged-reader-summary-ball-pos{font-size:.75rem;color:var(--ui-muted, #9aa6b2);font-style:italic}.paged-reader-summary-ball-def{font-size:.8rem;color:var(--ui-muted, #9aa6b2);margin:.15rem 0 0;line-height:1.35;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.paged-reader-summary-ball-empty-label{font-size:.85rem;color:var(--ui-muted, #9aa6b2);opacity:.6}.paged-reader-summary-hint{text-align:center;color:var(--ui-muted, #9aa6b2);font-size:.9rem;margin:0;line-height:1.5}.paged-reader-summary .paged-reader-finished-cta{margin-top:1rem}.paged-reader-goal{max-width:480px;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.paged-reader-goal-title{font-size:1.5rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0}.paged-reader-goal-subtitle{font-size:1rem;color:var(--ui-muted, #9aa6b2);margin:0}.paged-reader-goal-options{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem}.paged-reader-goal-btn{background:var(--ui-surface, #0f1720);border:2px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8);font-size:1.05rem;padding:.85rem 1.25rem;border-radius:10px;cursor:pointer;transition:all .2s;text-align:center}.paged-reader-goal-btn:hover{border-color:var(--ui-accent, #4f9cff);background:#4f9cff14}.paged-reader-goal-btn--selected{border-color:var(--ui-accent, #4f9cff);background:#4f9cff26;box-shadow:0 0 12px #4f9cff33}.paged-reader-goal-ready{font-size:1.1rem;color:var(--ui-accent, #4f9cff);margin:.5rem 0 0;animation:goalFadeIn .3s ease-out}@keyframes goalFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.paged-reader-goal-reflect{width:100%;text-align:center;padding:1rem 0;animation:goalFadeIn .4s ease-out}.paged-reader-goal-reflect-q{font-size:1.1rem;color:var(--ui-text, #e6eef8);margin:0 0 1rem;line-height:1.5}.paged-reader-goal-reflect-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.paged-reader-goal-reflect-btn{font-size:1rem;padding:.65rem 1.5rem;border-radius:8px;border:2px solid var(--ui-border, #22303a);background:var(--ui-surface, #0f1720);color:var(--ui-text, #e6eef8);cursor:pointer;transition:all .2s}.paged-reader-goal-reflect-btn--yes{border-color:#4caf50;color:#81c784}.paged-reader-goal-reflect-btn--yes:hover{background:#4caf5026;box-shadow:0 0 10px #4caf5040}.paged-reader-goal-reflect-btn--no{border-color:var(--ui-border, #22303a);color:var(--ui-muted, #9aa6b2)}.paged-reader-goal-reflect-btn--no:hover{border-color:var(--ui-muted, #9aa6b2);background:#9aa6b214}.paged-reader-nav{background:var(--ui-surface, #0f1720);border-top:1px solid var(--ui-border, #22303a);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.paged-reader-nav-btn{background:transparent;border:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8);font-size:.9rem;padding:.5rem 1.25rem;border-radius:6px;cursor:pointer;transition:all .2s;min-width:6rem}.paged-reader-nav-btn:hover:not(:disabled){border-color:var(--ui-accent, #4f9cff);color:var(--ui-accent, #4f9cff)}.paged-reader-nav-btn:disabled{opacity:.3;cursor:not-allowed}.paged-reader-page-indicator{font-size:.875rem;color:var(--ui-muted, #9aa6b2);-webkit-user-select:none;user-select:none}.paged-reader .vocab-word--caught{background:linear-gradient(135deg,#00e5ff,#00b8d4,#4fc3f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;font-weight:600;filter:drop-shadow(0 0 4px rgba(0,229,255,.4));cursor:default}.paged-reader .vocab-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem}.paged-reader .vocab-popup{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;padding:2rem;max-width:500px;width:100%;position:relative;box-shadow:0 8px 32px #0006}.paged-reader .popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:var(--ui-muted, #9aa6b2);cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.paged-reader .popup-close:hover{color:var(--ui-text, #e6eef8)}.paged-reader .vocab-word-title{font-size:1.75rem;font-weight:600;color:var(--ui-accent, #4f9cff);margin:0 0 .5rem}.paged-reader .vocab-pos{font-size:.875rem;color:var(--ui-muted, #9aa6b2);font-style:italic;margin:0 0 1rem}.paged-reader .vocab-definition{font-size:1rem;color:var(--ui-text, #e6eef8);line-height:1.6;margin:0 0 1rem}.paged-reader .vocab-example{font-size:.875rem;color:var(--ui-muted, #9aa6b2);line-height:1.6;margin:0;padding:1rem;background:var(--ui-bg, #0b0f14);border-left:3px solid var(--ui-accent, #4f9cff);border-radius:4px}.paged-reader .vocab-example em{font-style:normal}@media(max-width:768px){.paged-reader-header{padding:1rem}.paged-reader-title{font-size:1.25rem;max-width:100%;margin-bottom:2.5rem}.paged-reader-text-controls{position:static;margin-bottom:.5rem}.paged-reader-close{top:.5rem;right:.5rem}.paged-reader-content{padding:1rem}.paged-reader-text{font-size:1rem;line-height:1.7}.paged-reader-nav{padding:.5rem 1rem}.paged-reader-nav-btn{min-width:5rem;font-size:.85rem;padding:.5rem .75rem}.paged-reader .vocab-popup{padding:1.5rem}}@media(min-width:768px)and (max-width:1024px){.paged-reader-text{font-size:1.25rem;line-height:1.9}.paged-reader-content{padding:3rem 2rem}}.wse{display:flex;flex-direction:column;height:100%;min-height:0}.wse-textarea{flex:1;width:100%;min-height:0;resize:none;background:var(--ui-bg, #0b0f14);color:var(--ui-text, #e6eef8);border:1px solid var(--ui-border, #22303a);border-radius:6px;padding:1rem;font-family:SF Mono,Fira Code,Cascadia Code,Menlo,monospace;font-size:1rem;line-height:1.7;outline:none;transition:border-color .2s}.wse-textarea:focus{border-color:var(--ui-accent, #4f9cff)}.wse-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 0;flex-shrink:0}.wse-word-count{color:var(--ui-muted, #9aa6b2);font-size:.8125rem;white-space:nowrap}.wse-status{color:var(--ui-muted, #9aa6b2);font-size:.8125rem;text-align:center;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wse-status--saved{color:#66d9a0}.wse-status--error{color:var(--ui-danger, #ff6b6b)}.wse-actions{display:flex;gap:.5rem;flex-shrink:0}.wse-btn{font-size:.8125rem;padding:.4rem .875rem;border-radius:6px;cursor:pointer;transition:all .2s;white-space:nowrap;min-height:36px}.wse-btn:disabled{opacity:.45;cursor:default}.wse-btn--cancel{background:transparent;border:1px solid var(--ui-border, #22303a);color:var(--ui-muted, #9aa6b2)}.wse-btn--cancel:hover:not(:disabled){color:var(--ui-text, #e6eef8);border-color:var(--ui-muted, #9aa6b2)}.wse-btn--save{background:var(--ui-accent, #4f9cff);border:1px solid transparent;color:#fff}.wse-btn--save:hover:not(:disabled){filter:brightness(1.12)}@media(max-width:768px){.wse-textarea{font-size:.9375rem;padding:.75rem;line-height:1.6}.wse-footer{flex-wrap:wrap;gap:.5rem;padding:.5rem 0}.wse-word-count{order:1}.wse-status{order:3;flex-basis:100%;text-align:left}.wse-actions{order:2;margin-left:auto}}.designer-text-view{flex:1;overflow-y:auto;padding:1rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:8px;min-height:200px}.designer-page-group{margin-bottom:.5rem}.designer-page-separator{display:flex;align-items:center;gap:.75rem;margin:.75rem 0;color:var(--ui-muted, #9aa6b2);font-size:.8rem;-webkit-user-select:none;user-select:none}.designer-page-separator:before,.designer-page-separator:after{content:"";flex:1;height:1px;background:var(--ui-border, #22303a)}.designer-words-container{line-height:1.8;white-space:pre-wrap}.designer-word{display:inline;cursor:pointer;padding:2px 1px;border-radius:3px;color:var(--ui-text, #e6eef8);transition:background .15s}.designer-word:hover{background:#4f9cff26}.designer-word.selected{background:var(--ui-accent, #4f9cff);color:#fff}@media(pointer:coarse){.designer-word{padding:4px 2px}}.designer-page-inline-images{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding:.6rem .75rem;background:#4f9cff0f;border:1px dashed var(--ui-border, #22303a);border-radius:6px}.designer-page-inline-img{display:flex;align-items:center;gap:.75rem}.designer-page-inline-thumb{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--ui-border, #22303a);flex-shrink:0}.designer-page-inline-img-info{display:flex;flex-direction:column;gap:.3rem;min-width:0}.designer-page-inline-img-title{font-size:.8rem;color:var(--ui-text, #e6eef8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.designer-page-inline-img-remove{font-size:.75rem;background:transparent;border:1px solid var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b);border-radius:4px;padding:2px 8px;cursor:pointer;line-height:1.5;align-self:flex-start;transition:background .15s}.designer-page-inline-img-remove:hover{background:#ff6b6b26}.designer-page-panel{width:280px;overflow-y:auto;padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.designer-page-panel-title{font-size:.85rem;font-weight:600;color:var(--ui-muted, #9aa6b2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.designer-page-card{padding:.5rem;border:1px solid var(--ui-border, #22303a);border-radius:6px;cursor:pointer;transition:border-color .15s}.designer-page-card:hover{border-color:var(--ui-accent, #4f9cff)}.designer-page-card-header{font-size:.8rem;font-weight:600;color:var(--ui-accent, #4f9cff);margin-bottom:.25rem}.designer-page-card-preview{font-size:.75rem;color:var(--ui-muted, #9aa6b2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.designer-page-card-images{display:flex;gap:.25rem;margin-top:.4rem;flex-wrap:wrap}.designer-page-card-img-wrap{position:relative}.designer-page-card-thumb{width:40px;height:40px;object-fit:cover;border-radius:4px;border:1px solid var(--ui-border, #22303a)}.designer-page-card-remove-img{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:50%;border:none;background:var(--ui-danger, #ff6b6b);color:#fff;font-size:10px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}@media(max-width:768px){.designer-page-panel{width:100%;max-height:250px}}.word-actions-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.word-actions-popover{position:fixed;z-index:1001;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:.5rem;display:flex;flex-direction:column;gap:2px;min-width:180px;box-shadow:0 4px 20px #00000080}.word-actions-popover button{display:block;width:100%;text-align:left;padding:.5rem .75rem;border:none;border-radius:4px;background:transparent;color:var(--ui-text, #e6eef8);font-size:.85rem;cursor:pointer;white-space:nowrap}.word-actions-popover button:hover:not(:disabled){background:#4f9cff26}.word-actions-popover button:disabled{color:var(--ui-muted, #9aa6b2);opacity:.5;cursor:not-allowed}.word-actions-popover button.danger{color:var(--ui-danger, #ff6b6b)}.word-actions-popover button.danger:hover:not(:disabled){background:#ff6b6b26}.cover-editor{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;margin-bottom:1rem;overflow:hidden}.cover-editor-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;background:transparent;border:none;color:var(--ui-text, #e6eef8);cursor:pointer;font-size:.9rem;text-align:left}.cover-editor-toggle:hover{background:#4f9cff0f}.cover-editor-chevron{display:inline-block;transition:transform .15s ease;font-size:.85rem;color:var(--ui-muted, #9aa6b2)}.cover-editor-chevron.open{transform:rotate(90deg)}.cover-editor-toggle-label{font-weight:600}.cover-editor-mini-previews{display:flex;gap:.4rem;margin-left:auto;align-items:center}.cover-editor-mini-thumb{width:28px;height:38px;object-fit:cover;border-radius:3px;border:1px solid var(--ui-border, #22303a)}.cover-editor-mini-empty{display:inline-flex;align-items:center;justify-content:center;width:28px;height:38px;border:1px dashed var(--ui-border, #22303a);border-radius:3px;color:var(--ui-muted, #9aa6b2);font-size:.7rem}.cover-editor-body{display:flex;gap:1rem;padding:0 1rem 1rem}.cover-editor-slot{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.cover-editor-label{font-size:.8rem;color:var(--ui-muted, #9aa6b2);text-transform:uppercase;letter-spacing:.05em}.cover-editor-thumb{width:120px;height:160px;object-fit:cover;border-radius:6px;border:1px solid var(--ui-border, #22303a)}.cover-editor-placeholder{width:120px;height:160px;display:flex;align-items:center;justify-content:center;border:2px dashed var(--ui-border, #22303a);border-radius:6px;color:var(--ui-muted, #9aa6b2);font-size:.85rem;cursor:pointer;transition:border-color .15s}.cover-editor-placeholder:hover{border-color:var(--ui-accent, #4f9cff);color:var(--ui-accent, #4f9cff)}.cover-editor-actions{display:flex;gap:.5rem}.cover-editor-actions button{padding:.25rem .5rem;font-size:.75rem;border:1px solid var(--ui-border, #22303a);border-radius:4px;background:transparent;color:var(--ui-text, #e6eef8);cursor:pointer}.cover-editor-actions button:hover{background:#4f9cff26}.cover-editor-actions button.remove{color:var(--ui-danger, #ff6b6b);border-color:var(--ui-danger, #ff6b6b)}.cover-editor-actions button.remove:hover{background:#ff6b6b26}@media(max-width:480px){.cover-editor-body{flex-direction:column;align-items:center}}.image-uploader{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:1rem}.image-uploader-dropzone{border:2px dashed var(--ui-border, #22303a);border-radius:6px;padding:2rem;text-align:center;cursor:pointer;transition:border-color .2s;color:var(--ui-muted, #9aa6b2)}.image-uploader-dropzone:hover{border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.image-uploader-dropzone input[type=file]{display:none}.image-uploader-preview{margin-top:1rem;text-align:center}.image-uploader-preview img{max-width:100%;max-height:240px;border-radius:6px;border:1px solid var(--ui-border, #22303a)}.image-uploader-actions{display:flex;gap:.5rem;margin-top:.75rem;justify-content:center}.image-uploader-upload-btn{background:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:6px;padding:.5rem 1.25rem;cursor:pointer;font-size:.9rem}.image-uploader-upload-btn:hover{opacity:.85}.image-uploader-upload-btn:disabled{opacity:.5;cursor:not-allowed}.image-uploader-clear-btn{background:transparent;color:var(--ui-muted, #9aa6b2);border:1px solid var(--ui-border, #22303a);border-radius:6px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem}.image-uploader-clear-btn:hover{border-color:var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b)}.image-uploader-error{color:var(--ui-danger, #ff6b6b);margin-top:.5rem;font-size:.85rem;text-align:center}.image-uploader-error-detail{margin-top:.35rem;text-align:left}.image-uploader-error-detail summary{cursor:pointer;font-size:.75rem;color:var(--ui-muted, #9aa6b2);-webkit-user-select:none;user-select:none}.image-uploader-error-detail code{display:block;margin-top:.25rem;padding:.4rem .5rem;font-size:.7rem;background:#0000004d;border-radius:4px;color:var(--ui-muted, #9aa6b2);word-break:break-all;white-space:pre-wrap}.image-uploader-file-info{margin-top:.5rem;text-align:center;font-size:.75rem;color:var(--ui-muted, #9aa6b2)}.image-uploader-success{color:#4caf50;margin-top:.5rem;font-size:.85rem;text-align:center}.image-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.image-picker{background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:10px;width:90vw;max-width:720px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.image-picker-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--ui-border, #22303a)}.image-picker-header h2{margin:0;font-size:1.1rem;color:var(--ui-text, #e6eef8)}.image-picker-close-btn{background:transparent;border:none;color:var(--ui-muted, #9aa6b2);font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;line-height:1}.image-picker-close-btn:hover{color:var(--ui-text, #e6eef8);background:var(--ui-surface, #0f1720)}.image-picker-body{overflow-y:auto;padding:1rem;flex:1}.image-picker-section-title{color:var(--ui-muted, #9aa6b2);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.image-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-bottom:1.25rem}.image-picker-item{cursor:pointer;border-radius:6px;overflow:hidden;border:2px solid transparent;transition:border-color .15s;background:var(--ui-surface, #0f1720)}.image-picker-item:hover{border-color:var(--ui-accent, #4f9cff)}.image-picker-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.image-picker-item-title{padding:.25rem .4rem;font-size:.75rem;color:var(--ui-muted, #9aa6b2);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.image-picker-empty{text-align:center;color:var(--ui-muted, #9aa6b2);padding:1.5rem;font-size:.9rem}.image-picker-loading{text-align:center;color:var(--ui-muted, #9aa6b2);padding:1.5rem}.book-designer{display:flex;flex-direction:column;gap:1rem;height:100%;color:var(--ui-text, #e6eef8)}.book-designer-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.book-designer-save-btn{padding:.4rem 1rem;border:none;border-radius:6px;background:var(--ui-accent, #4f9cff);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.book-designer-save-btn:disabled{opacity:.5;cursor:not-allowed}.book-designer-save-btn:hover:not(:disabled){opacity:.85}.book-designer-status{font-size:.8rem;color:var(--ui-muted, #9aa6b2)}.book-designer-status.dirty{color:var(--ui-danger, #ff6b6b)}.book-designer-body{display:flex;gap:1rem;flex:1;min-height:0}.book-designer-error{padding:.5rem .75rem;background:#ff6b6b1a;border:1px solid var(--ui-danger, #ff6b6b);border-radius:6px;color:var(--ui-danger, #ff6b6b);font-size:.85rem}@media(max-width:768px){.book-designer-body{flex-direction:column}}.image-library{padding:1rem}.image-library-header{margin-bottom:1rem}.image-library-header h2{color:var(--ui-text, #e6eef8);margin:0 0 .75rem;font-size:1.25rem}.image-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-top:1rem}.image-library-card{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.image-library-card:hover{border-color:var(--ui-accent, #4f9cff)}.image-library-thumb{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:var(--ui-bg, #0b0f14)}.image-library-card-info{padding:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.25rem}.image-library-title{flex:1;background:transparent;border:1px solid transparent;border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.8rem;padding:.2rem .35rem;min-width:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.image-library-title:hover,.image-library-title:focus{border-color:var(--ui-border, #22303a);outline:none}.image-library-delete-btn{background:transparent;border:none;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:1rem;padding:.25rem;border-radius:4px;line-height:1;flex-shrink:0}.image-library-delete-btn:hover{color:var(--ui-danger, #ff6b6b);background:#ff6b6b1a}.image-library-loading,.image-library-empty{text-align:center;color:var(--ui-muted, #9aa6b2);padding:2rem}.workshop-team{max-width:900px;margin:0 auto}.workshop-team-header{margin-bottom:1.5rem}.workshop-team-header h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:var(--ui-text, #e6eef8)}.workshop-team-subtitle{margin:0;color:var(--ui-muted, #9aa6b2);font-size:.9rem}.workshop-team-error{background:#ff6b6b1a;border:1px solid var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b);padding:.75rem;border-radius:6px;margin-bottom:1rem}.workshop-team-layout{display:flex;gap:1.5rem}.workshop-team-browse,.workshop-team-current{flex:1;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:10px;padding:1.25rem}.workshop-team-browse h3,.workshop-team-current h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--ui-text, #e6eef8)}.workshop-team-count{font-weight:400;color:var(--ui-muted, #9aa6b2)}.workshop-team-class-filter{margin-bottom:1rem}.workshop-team-class-filter label{display:block;margin-bottom:.35rem;color:var(--ui-muted, #9aa6b2);font-size:.8125rem}.workshop-team-class-filter select{width:100%;padding:.5rem .75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:.875rem}.workshop-team-class-filter select:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.workshop-team-student-list{margin-bottom:1rem;max-height:360px;overflow-y:auto}.workshop-team-student-list table{width:100%;border-collapse:collapse}.workshop-team-student-list th,.workshop-team-student-list td{padding:.5rem;text-align:left;border-bottom:1px solid var(--ui-border, #22303a);font-size:.875rem}.workshop-team-student-list th{color:var(--ui-muted, #9aa6b2);font-weight:400}.workshop-team-student-list td{color:var(--ui-text, #e6eef8)}.workshop-team-student-list .col-number{width:36px;text-align:center}.workshop-team-student-list .col-role{width:140px}.workshop-team-student-list tbody tr{cursor:pointer;transition:background .15s}.workshop-team-student-list tbody tr:hover{background:#ffffff05}.workshop-team-student-list tbody tr.already-member{background:#4f9cff14}.workshop-team-checks{display:flex;gap:.75rem;align-items:center;justify-content:flex-start}.workshop-team-check-label{display:flex;flex-direction:column;align-items:center;cursor:pointer;font-size:.7rem;color:var(--ui-muted, #9aa6b2);-webkit-user-select:none;user-select:none;line-height:1}.workshop-team-check-label:hover{color:var(--ui-text, #e6eef8)}.workshop-team-check-label input{margin:0 0 4px;cursor:pointer}.checkbox-text{font-weight:600}.workshop-team-mini-spinner{width:14px;height:14px;border:2px solid var(--ui-border, #22303a);border-top-color:var(--ui-accent, #4f9cff);border-radius:50%;animation:workshop-team-spin 1s linear infinite;margin-left:.25rem}.workshop-team-member-list{list-style:none;padding:0;margin:0}.workshop-team-member{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--ui-border, #22303a)}.workshop-team-member:last-child{border-bottom:none}.workshop-team-member-info{flex:1;min-width:0}.workshop-team-member-name{display:block;color:var(--ui-text, #e6eef8);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workshop-team-member-class{display:block;color:var(--ui-muted, #9aa6b2);font-size:.75rem}.workshop-team-role-badge{display:inline-block;background:#4f9cff1f;color:var(--ui-accent, #4f9cff);border:1px solid rgba(79,156,255,.3);border-radius:12px;font-size:.7rem;font-weight:600;padding:.15rem .5rem;white-space:nowrap;text-transform:capitalize;flex-shrink:0}.workshop-team-remove-btn{background:none;border:none;color:var(--ui-danger, #ff6b6b);cursor:pointer;padding:.25rem .5rem;font-size:.9rem;flex-shrink:0;border-radius:4px;transition:background .15s}.workshop-team-remove-btn:hover{background:#ff6b6b1a}.workshop-team-empty{color:var(--ui-muted, #9aa6b2);text-align:center;padding:2rem 1rem;font-size:.9rem}.workshop-team-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.workshop-team-loading p{color:var(--ui-muted, #9aa6b2)}.workshop-team-spinner{width:36px;height:36px;border:3px solid var(--ui-border, #22303a);border-top-color:var(--ui-accent, #4f9cff);border-radius:50%;animation:workshop-team-spin 1s linear infinite;margin:0 auto 1rem}@keyframes workshop-team-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.workshop-team-layout{flex-direction:column}.workshop-team-browse,.workshop-team-current{padding:1rem}.workshop-team-student-list{max-height:260px}}.workshop{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--ui-bg, #0b0f14);z-index:1100;display:flex;flex-direction:column}.workshop-header{background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);padding:1rem 1.5rem 0;flex-shrink:0}.workshop-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.workshop-title{font-size:1.25rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1;padding-right:1rem}.workshop-exit-button{background:transparent;border:1px solid var(--ui-border, #22303a);color:var(--ui-muted, #9aa6b2);font-size:.875rem;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0;min-height:44px}.workshop-exit-button:hover{color:var(--ui-text, #e6eef8);border-color:var(--ui-muted, #9aa6b2)}.workshop-tabs{display:flex;gap:0;margin:0 -.25rem}.workshop-tab{background:transparent;border:none;color:var(--ui-muted, #9aa6b2);font-size:.875rem;font-weight:500;padding:.625rem 1rem;cursor:pointer;position:relative;transition:color .2s;min-height:44px}.workshop-tab:hover{color:var(--ui-text, #e6eef8)}.workshop-tab[aria-selected=true]{color:var(--ui-accent, #4f9cff)}.workshop-tab[aria-selected=true]:after{content:"";position:absolute;bottom:0;left:.5rem;right:.5rem;height:2px;background:var(--ui-accent, #4f9cff);border-radius:2px 2px 0 0}.workshop-content{flex:1;overflow-y:auto;padding:1.5rem;-webkit-overflow-scrolling:touch}.workshop-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--ui-muted, #9aa6b2);font-size:1rem}.workshop-back-button{background:transparent;border:none;color:var(--ui-accent, #4f9cff);font-size:.9375rem;font-weight:500;padding:.25rem 0;cursor:pointer;flex-shrink:0;min-height:44px;display:flex;align-items:center}.workshop-back-button:hover{text-decoration:underline}.workshop-active-tab-label{font-size:.8125rem;color:var(--ui-muted, #9aa6b2);margin-top:.25rem;padding-bottom:.625rem}.workshop-title-block{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1;padding-right:1rem;overflow:hidden}.workshop-role-badge{display:inline-block;background:#4f9cff26;color:var(--ui-accent, #4f9cff);border:1px solid rgba(79,156,255,.35);border-radius:20px;font-size:.75rem;font-weight:600;padding:.2rem .65rem;white-space:nowrap;flex-shrink:0}.workshop-landing{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;gap:2rem;min-height:100%}.workshop-landing-intro{text-align:center}.workshop-landing-title{font-size:1.5rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 .5rem}.workshop-landing-role{color:var(--ui-muted, #9aa6b2);font-size:1rem;margin:0}.workshop-landing-role strong{color:var(--ui-text, #e6eef8)}.workshop-landing-cards{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:480px}.workshop-landing-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;padding:1.25rem 1.5rem;cursor:pointer;text-align:left;transition:border-color .2s,background .2s;min-height:88px}.workshop-landing-card:hover{border-color:var(--ui-accent, #4f9cff);background:#4f9cff0f}.workshop-landing-card-icon{font-size:1.75rem;line-height:1;margin-bottom:.25rem}.workshop-landing-card-title{font-size:1.125rem;font-weight:600;color:var(--ui-text, #e6eef8)}.workshop-landing-card-desc{font-size:.875rem;color:var(--ui-muted, #9aa6b2)}@media(min-width:600px){.workshop-landing-cards{flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:800px}.workshop-landing-card{flex:1 1 200px;max-width:240px}}@media(max-width:768px){.workshop-header{padding:.75rem 1rem 0}.workshop-header-top{margin-bottom:.5rem}.workshop-title{font-size:1rem}.workshop-exit-button{font-size:.8125rem;padding:.4rem .75rem}.workshop-tab{font-size:.8125rem;padding:.5rem .75rem}.workshop-content{padding:1rem}}.my-books{padding:1rem;max-width:1200px;margin:0 auto}.my-books-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.header-text{flex:1}.my-books-header h1{margin:0 0 .25rem;font-size:1.75rem;color:var(--ui-text, #e6eef8)}.header-subtitle{margin:0;font-size:.875rem;color:var(--ui-muted, #9aa6b2);font-weight:400}.create-book-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s}.create-book-btn:hover{background:#3d8ce6;transform:translateY(-1px)}.create-book-btn:active{transform:translateY(0)}.create-book-btn .btn-icon{font-size:1.1rem}.create-book-btn.primary{padding:1rem 1.5rem;font-size:1.1rem}.my-books-error{background:#ff6b6b26;border:1px solid var(--ui-danger, #ff6b6b);border-radius:8px;padding:1rem;text-align:center;margin-bottom:1rem}.my-books-error p{margin:0 0 .5rem;color:var(--ui-danger, #ff6b6b)}.my-books-error button{background:var(--ui-danger, #ff6b6b);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.my-books-loading{text-align:center;padding:3rem 1rem;color:var(--ui-muted, #9aa6b2)}.my-books-empty{text-align:center;padding:4rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px}.my-books-empty .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.my-books-empty h2{margin:0 0 .5rem;font-size:1.5rem;color:var(--ui-text, #e6eef8)}.my-books-empty p{margin:0 0 1.5rem;color:var(--ui-muted, #9aa6b2);font-size:1.1rem}.books-list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.book-card{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;padding:1.25rem;transition:border-color .2s,transform .2s,box-shadow .2s}.book-card.editable{cursor:pointer}.book-card.editable:hover{border-color:var(--ui-accent, #4f9cff);transform:translateY(-2px);box-shadow:0 4px 20px #4f9cff26}.book-card.editable:focus{outline:2px solid var(--ui-accent, #4f9cff);outline-offset:2px}.book-card.readable{cursor:pointer}.book-card.readable:hover{border-color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 20px #4caf5026}.book-card.readable:focus{outline:2px solid #4caf50;outline-offset:2px}.book-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.book-title{margin:0;font-size:1.1rem;font-weight:600;color:var(--ui-text, #e6eef8);flex:1;line-height:1.3}.book-status-badge{flex-shrink:0;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.025em}.book-description{margin:0 0 .75rem;color:var(--ui-muted, #9aa6b2);font-size:.9rem;line-height:1.5;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.book-rejection{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:6px;padding:.75rem;margin-bottom:.75rem;display:flex;gap:.5rem;align-items:flex-start}.book-rejection .rejection-icon{flex-shrink:0}.book-rejection .rejection-text{color:var(--ui-danger, #ff6b6b);font-size:.85rem;line-height:1.4}.book-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid var(--ui-border, #22303a);margin-top:.5rem}.book-date{color:var(--ui-muted, #9aa6b2);font-size:.8rem}.book-text-type{background:var(--ui-bg, #0b0f14);color:var(--ui-muted, #9aa6b2);padding:.2rem .5rem;border-radius:4px;font-size:.75rem;text-transform:capitalize}.book-edit-hint{text-align:center;color:var(--ui-accent, #4f9cff);font-size:.8rem;margin-top:.75rem;opacity:0;transition:opacity .2s}.book-card.editable:hover .book-edit-hint,.book-card.editable:focus .book-edit-hint{opacity:1}.book-actions{margin-top:1rem;display:flex;gap:.5rem;justify-content:center}.read-book-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.read-book-btn:hover{background:#3d8ce6;transform:translateY(-1px);box-shadow:0 4px 12px #4f9cff4d}.read-book-btn:active{transform:translateY(0)}.publish-book-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#9c27b0;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.publish-book-btn:hover{background:#7b1fa2;transform:translateY(-1px);box-shadow:0 4px 12px #9c27b04d}.publish-book-btn:active{transform:translateY(0)}.publish-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem}.publish-modal{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;padding:2rem;max-width:500px;width:100%;position:relative;box-shadow:0 8px 32px #0006}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:var(--ui-muted, #9aa6b2);cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.modal-close:hover{color:var(--ui-text, #e6eef8)}.modal-title{font-size:1.5rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 1rem}.modal-description{font-size:.875rem;color:var(--ui-muted, #9aa6b2);line-height:1.5;margin:0 0 1.5rem}.modal-form{margin-bottom:1.5rem}.modal-label{display:block;font-size:.875rem;font-weight:500;color:var(--ui-text, #e6eef8);margin-bottom:.5rem}.modal-input{width:100%;padding:.75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:1rem;transition:border-color .2s}.modal-input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.modal-hint{display:block;font-size:.75rem;color:var(--ui-muted, #9aa6b2);margin-top:.5rem}.modal-error{padding:.75rem;background:#ff6b6b1a;border:1px solid var(--ui-danger, #ff6b6b);border-radius:6px;color:var(--ui-danger, #ff6b6b);font-size:.875rem;margin-bottom:1rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.modal-btn.secondary{background:var(--ui-border, #22303a);color:var(--ui-text, #e6eef8)}.modal-btn.secondary:hover{background:#2a3847}.modal-btn.primary{background:var(--ui-accent, #4f9cff);color:#fff}.modal-btn.primary:hover:not(:disabled){background:#3d8ce6}.modal-btn.primary:disabled{opacity:.5;cursor:not-allowed}.book-card.readable{cursor:default}.book-card.readable:hover{transform:none;box-shadow:0 2px 8px #0003}@media(max-width:768px){.my-books{padding:.75rem}.my-books-header{flex-direction:column;align-items:stretch}.my-books-header h1{font-size:1.5rem;text-align:center}.create-book-btn{justify-content:center}.books-list{grid-template-columns:1fr}.book-card-header{flex-direction:column;gap:.5rem}.book-status-badge{align-self:flex-start}}.book-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid var(--ui-border, #22303a)}.book-tab{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--ui-muted, #9aa6b2);font-size:1rem;cursor:pointer;transition:all .2s}.book-tab:hover{color:var(--ui-text, #e6eef8)}.book-tab.active{color:var(--ui-accent, #4f9cff);border-bottom-color:var(--ui-accent, #4f9cff)}.tab-reload-icon{margin-left:.4rem;font-size:.85em;opacity:.5;transition:opacity .2s}.book-tab.active:hover .tab-reload-icon{opacity:1}.perfect-star{margin-left:.5rem;font-size:1.1em}.share-book-btn,.workshop-book-btn{padding:.5rem 1rem;background:var(--ui-surface, #0f1720);color:var(--ui-text, #e6eef8);border:1px solid var(--ui-border, #22303a);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.share-book-btn:hover,.workshop-book-btn:hover{border-color:var(--ui-accent, #4f9cff);color:var(--ui-accent, #4f9cff)}.archive-book-btn{padding:.5rem 1rem;background:var(--ui-surface, #0f1720);color:var(--ui-muted, #9aa6b2);border:1px solid var(--ui-border, #22303a);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.archive-book-btn:hover:not(:disabled){border-color:#f39c12;color:#f39c12}.archive-book-btn:disabled{opacity:.5;cursor:not-allowed}.unarchive-book-btn{padding:.5rem 1rem;background:var(--ui-surface, #0f1720);color:var(--ui-accent, #4f9cff);border:1px solid var(--ui-accent, #4f9cff);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.unarchive-book-btn:hover:not(:disabled){background:var(--ui-accent, #4f9cff);color:#fff}.unarchive-book-btn:disabled{opacity:.5;cursor:not-allowed}.shared-books-section,.archived-books-section{margin-top:1rem}.archived-badge{flex-shrink:0;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:500;background:#f39c12;color:#1a1a2e;text-transform:uppercase;letter-spacing:.025em}.book-card.archived{border-color:#f39c124d;background:linear-gradient(135deg,var(--ui-surface, #0f1720) 0%,rgba(243,156,18,.05) 100%)}.ownership-info{color:var(--ui-accent, #4f9cff);font-size:.875rem;margin:.5rem 0}.shared-by-info{color:var(--ui-muted, #9aa6b2);font-size:.875rem;margin:.5rem 0}.book-section{margin-bottom:2rem}.book-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--ui-text, #e6eef8);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--ui-border, #22303a)}.book-section-title .section-count{background:var(--ui-bg, #0b0f14);color:var(--ui-muted, #9aa6b2);padding:.15rem .5rem;border-radius:10px;font-size:.8rem;font-weight:500}.book-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--ui-border, #22303a)}.book-section-header .book-section-title{margin-bottom:0;padding-bottom:0;border-bottom:none}.refresh-btn-box{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.85rem;font-weight:600;border-radius:6px;border:2px solid var(--ui-border, #22303a);background:var(--ui-surface, #0f1720);color:var(--ui-text, #e6eef8);cursor:pointer;transition:background .2s,color .2s,border-color .2s,opacity .2s;white-space:nowrap;flex-shrink:0}.refresh-btn-box:hover:not(:disabled){background:var(--ui-accent, #4f9cff);color:#fff}.refresh-btn-box.refresh-cooldown{cursor:not-allowed;opacity:.65;background:var(--ui-bg, #0b0f14);color:var(--ui-muted, #9aa6b2);border-color:#ff6b6b;animation:cooldown-border 30s linear forwards}@keyframes cooldown-border{0%{border-color:#ff6b6b}to{border-color:#f1c40f}}.refresh-btn-box.refresh-done{border-color:#4fbd8b;background:#4fbd8b1f;color:var(--ui-text, #e6eef8)}.refresh-btn-box.refresh-ready{border-color:var(--ui-border, #22303a)}.book-card.processing{cursor:default;position:relative;background:linear-gradient(135deg,var(--ui-surface, #0f1720) 0%,rgba(155,89,182,.08) 100%);border-color:#9b59b64d}.book-card.processing .book-title{opacity:.85}.book-card.processing .book-description{opacity:.7}.book-card.processing:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;background:linear-gradient(90deg,transparent 0%,rgba(155,89,182,.05) 50%,transparent 100%);animation:shimmer 2s infinite linear;pointer-events:none}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.book-processing-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(155,89,182,.2);color:#9b59b6;font-size:.85rem}.book-card.processing.teacher-waiting{background:linear-gradient(135deg,var(--ui-surface, #0f1720) 0%,rgba(230,126,34,.08) 100%);border-color:#e67e224d}.book-card.processing.teacher-waiting:before{background:linear-gradient(90deg,transparent 0%,rgba(230,126,34,.05) 50%,transparent 100%)}.book-card.processing.teacher-waiting .book-processing-hint{border-top-color:#e67e2233;color:#e67e22}.book-processing-hint .spinner{width:14px;height:14px;border:2px solid rgba(155,89,182,.3);border-top-color:#9b59b6;border-radius:50%;animation:spin 1s linear infinite}.book-section-empty{text-align:center;padding:2rem 1rem;color:var(--ui-muted, #9aa6b2);font-size:.9rem;background:var(--ui-bg, #0b0f14);border-radius:8px;border:1px dashed var(--ui-border, #22303a)}.living-library{padding:1.5rem;max-width:1400px;margin:0 auto}.living-library-header{margin-bottom:2rem;text-align:center}.living-library-header h1{font-size:2rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 .5rem}.library-subtitle{font-size:1rem;color:var(--ui-muted, #9aa6b2);margin:0}.library-filters{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.library-search{width:100%;padding:.75rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;color:var(--ui-text, #e6eef8);font-size:1rem}.library-search::placeholder{color:var(--ui-muted, #9aa6b2)}.library-search:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.library-filter-row{display:flex;gap:1rem;flex-wrap:wrap}.library-filter{flex:1;min-width:150px;padding:.75rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;color:var(--ui-text, #e6eef8);font-size:.875rem;cursor:pointer}.library-filter:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.living-library-loading{text-align:center;padding:4rem 1rem;color:var(--ui-muted, #9aa6b2)}.living-library-error{text-align:center;padding:4rem 1rem}.living-library-error p{color:var(--ui-danger, #ff6b6b);margin-bottom:1rem}.living-library-error button{padding:.75rem 1.5rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:opacity .2s}.living-library-error button:hover{opacity:.9}.living-library-empty{text-align:center;padding:4rem 1rem}.living-library-empty .empty-icon{font-size:4rem;margin-bottom:1rem}.living-library-empty h2{font-size:1.5rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 .5rem}.living-library-empty p{color:var(--ui-muted, #9aa6b2);margin:0}.library-books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.library-book-card{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;overflow:hidden;transition:all .2s}.library-book-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;border-color:var(--ui-accent, #4f9cff)}.book-cover{width:100%;height:200px;background:var(--ui-bg, #0b0f14);display:flex;align-items:center;justify-content:center;overflow:hidden}.book-cover img{width:100%;height:100%;object-fit:cover}.book-card-content{padding:1.25rem}.book-card-title{font-size:1.125rem;font-weight:600;color:var(--ui-text, #e6eef8);margin:0 0 .5rem;line-height:1.4}.book-card-authors{font-size:.875rem;color:var(--ui-muted, #9aa6b2);margin:0 0 1rem;font-style:italic}.book-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.book-meta-item{font-size:.75rem;color:var(--ui-muted, #9aa6b2);background:var(--ui-bg, #0b0f14);padding:.25rem .5rem;border-radius:4px}.book-card-genres{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.genre-tag{font-size:.75rem;color:var(--ui-accent, #4f9cff);background:#4f9cff1a;border:1px solid var(--ui-accent, #4f9cff);padding:.25rem .75rem;border-radius:12px}.read-library-book-btn{width:100%;padding:.75rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.read-library-book-btn:hover{background:#3d8ce6;transform:translateY(-1px);box-shadow:0 4px 12px #4f9cff4d}.read-library-book-btn:active{transform:translateY(0)}@media(max-width:768px){.living-library{padding:1rem}.living-library-header h1{font-size:1.5rem}.library-filter-row{flex-direction:column}.library-filter{width:100%}.library-books-grid{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1024px){.library-books-grid{grid-template-columns:repeat(2,1fr)}}._container_1ip88_11{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:1.5rem;margin:1rem 0}._header_1ip88_27{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._title_1ip88_41{margin:0;color:var(--ui-text, #e6eef8);font-size:1.1rem;font-weight:600}._clearAllButton_1ip88_55{background:var(--ui-danger, #ff6b6b);color:var(--ui-text, #e6eef8);border:none;border-radius:4px;padding:.4rem .85rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:opacity .2s}._clearAllButton_1ip88_55:disabled{opacity:.4;cursor:not-allowed}._clearAllButton_1ip88_55:not(:disabled):hover{opacity:.85}._description_1ip88_97{margin:0 0 1rem;color:var(--ui-muted, #9aa6b2);font-size:.9rem;line-height:1.5}._stages_1ip88_111{display:flex;flex-direction:column;gap:1rem}._stage_1ip88_111{display:flex;flex-direction:column;gap:.4rem}._label_1ip88_135{color:var(--ui-text, #e6eef8);font-weight:500;font-size:.9rem;margin-bottom:.1rem}._inputGroup_1ip88_149{display:flex;gap:.5rem;align-items:center}._input_1ip88_149{flex:1;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;padding:.6rem .75rem;color:var(--ui-text, #e6eef8);font-family:Courier New,monospace;font-size:.85rem;transition:border-color .2s,box-shadow .2s}._input_1ip88_149::placeholder{color:var(--ui-muted, #9aa6b2);opacity:.6}._input_1ip88_149:focus{outline:none;border-color:var(--ui-accent, #4f9cff);box-shadow:0 0 0 3px #4f9cff26}._buttons_1ip88_207{display:flex;gap:.35rem}._iconButton_1ip88_217{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:4px;padding:.5rem .65rem;cursor:pointer;font-size:1rem;line-height:1;transition:all .2s;color:var(--ui-text, #e6eef8)}._iconButton_1ip88_217:hover:not(:disabled){background:var(--ui-accent, #4f9cff);border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}._iconButton_1ip88_217:disabled{opacity:.3;cursor:not-allowed}._iconButton_1ip88_217:last-child{color:var(--ui-danger, #ff6b6b)}._iconButton_1ip88_217:last-child:hover:not(:disabled){background:var(--ui-danger, #ff6b6b);border-color:var(--ui-danger, #ff6b6b);color:var(--ui-text, #e6eef8)}.book-approval-queue{display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;background:var(--ui-bg, #0b0f14);color:var(--ui-text, #e6eef8);overflow:hidden}.book-approval-header{padding:1rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);flex-shrink:0}.book-approval-header h1{margin:0;font-size:1.5rem;font-weight:600}.book-approval-panels{display:flex;flex-direction:column;flex:1;min-height:0;gap:0}.book-approval-panel{background:var(--ui-surface, #0f1720);overflow-y:auto;overflow-x:hidden}.top-panel{flex:0 0 40%;border-bottom:2px solid var(--ui-border, #22303a)}.bottom-panel{flex:1 1 60%}.book-approval-loading,.book-approval-error,.book-approval-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;height:100%}.book-approval-error{color:var(--ui-danger, #ff6b6b)}.book-approval-error button,.book-approval-loading button{margin-top:1rem;padding:.5rem 1rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border:none;border-radius:4px;cursor:pointer}.book-approval-empty h3{margin:0 0 .5rem;font-size:1.25rem}.book-approval-empty p{margin:0;color:var(--ui-muted, #9aa6b2)}.book-approval-list{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.book-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.book-item:hover{border-color:var(--ui-accent, #4f9cff);background:#4f9cff0d}.book-item.selected{border-color:var(--ui-accent, #4f9cff);background:#4f9cff1a}.book-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.book-title{margin:0;font-size:1rem;font-weight:600;flex:1}.book-text-type{padding:.25rem .5rem;background:var(--ui-border, #22303a);border-radius:4px;font-size:.75rem;white-space:nowrap}.book-student,.book-submitted{margin:0;font-size:.875rem;color:var(--ui-muted, #9aa6b2)}.book-counts{display:flex;gap:1rem;font-size:.75rem;color:var(--ui-muted, #9aa6b2);flex-wrap:wrap}.book-counts span{white-space:nowrap}.book-detail-empty,.book-detail-loading{display:flex;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;color:var(--ui-muted, #9aa6b2)}.book-detail-content{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.book-detail-section{display:flex;flex-direction:column;gap:.75rem}.book-detail-section h3{margin:0;font-size:1rem;font-weight:600;color:var(--ui-accent, #4f9cff)}.student-info-grid{display:flex;flex-direction:column;gap:.5rem}.info-row{display:flex;gap:.5rem;font-size:.875rem}.info-label{font-weight:600;color:var(--ui-muted, #9aa6b2);min-width:120px}.info-value{color:var(--ui-text, #e6eef8)}.story-request{padding:1rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;font-size:.9375rem;line-height:1.6;white-space:pre-wrap}.attachment-summary{display:flex;gap:1rem;font-size:.875rem;color:var(--ui-muted, #9aa6b2);flex-wrap:wrap}.toggle-attachments-btn{padding:.5rem 1rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:opacity .2s}.toggle-attachments-btn:hover{opacity:.8}.queue-tier-selection{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem .75rem;background:var(--ui-bg, #0b0f14);border-radius:6px}.queue-tier-label{font-size:.8rem;color:var(--ui-muted, #9aa6b2);white-space:nowrap}.queue-tier-toggle{display:flex;gap:.25rem;border:1px solid var(--ui-border, #22303a);border-radius:6px;padding:2px}.tier-btn{padding:.35rem .75rem;font-size:.75rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;background:transparent;color:var(--ui-muted, #9aa6b2);transition:all .2s}.tier-btn:hover:not(.active){background:var(--ui-border, #22303a);color:var(--ui-text, #e6eef8)}.tier-btn.active{background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.tier-btn.tier-premium.active{background:linear-gradient(135deg,#f59e0b,#d97706)}.book-detail-actions{display:flex;gap:.75rem;flex-wrap:wrap}.action-btn{flex:1;min-width:90px;padding:.75rem 1rem;font-size:.875rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.edit-btn{background:var(--ui-border, #22303a);color:var(--ui-muted, #9aa6b2)}.confirm-hint{margin:0;font-size:.75rem;color:var(--ui-muted, #9aa6b2);text-align:center;font-style:italic}.inspection-panel{display:flex;flex-direction:column;height:100%;padding:1rem}.inspection-panel h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600}.inspection-tabs{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid var(--ui-border, #22303a)}.inspection-tab{padding:.5rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;transition:all .2s}.inspection-tab:hover{color:var(--ui-text, #e6eef8)}.inspection-tab.active{color:var(--ui-accent, #4f9cff);border-bottom-color:var(--ui-accent, #4f9cff)}.inspection-content{flex:1;overflow-y:auto}.inspection-empty{padding:2rem;text-align:center;color:var(--ui-muted, #9aa6b2)}.inspection-item{padding:1rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;margin-bottom:1rem}.asset-header,.criterion-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.asset-header h4,.criterion-header h4{margin:0;font-size:1rem;font-weight:600}.asset-type{padding:.25rem .5rem;background:var(--ui-border, #22303a);border-radius:4px;font-size:.75rem}.required-badge{padding:.25rem .5rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border-radius:4px;font-size:.75rem;font-weight:600}.asset-image{width:100%;max-width:400px;height:auto;border-radius:6px;margin:.75rem 0}.asset-data{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.asset-data-row{display:flex;gap:.5rem;overflow-y:auto;max-height:30vh}.asset-data-key{font-weight:600;color:var(--ui-muted, #9aa6b2);min-width:120px;text-transform:capitalize}.asset-data-value{color:var(--ui-text, #e6eef8)}.criterion-description{margin:0;font-size:.9375rem;line-height:1.5}.criterion-meta,.word-meta{margin:.5rem 0 0;font-size:.75rem;color:var(--ui-muted, #9aa6b2)}.vocabulary-list{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.5rem}.vocabulary-word{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--ui-surface, #0f1720);border-radius:4px;flex-wrap:wrap}.custom-word-alert{background:#ffc10726;border:1px solid #ffc107;border-radius:6px;padding:.75rem;margin-bottom:.75rem;font-size:.875rem;color:#ffc107}.vocabulary-word.custom-word{background:#ffc1071a;border:1px dashed #ffc107}.vocabulary-word .custom-badge{font-size:.75rem}.vocabulary-word .custom-meta{color:#ffc107;font-style:italic}.vocabulary-word .word{font-weight:600;font-size:.9375rem}.inspection-pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ui-border, #22303a)}.inspection-pagination button{padding:.5rem 1rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border:none;border-radius:4px;cursor:pointer;font-size:.875rem}.inspection-pagination button:disabled{opacity:.3;cursor:not-allowed}.inspection-pagination span{font-size:.875rem;color:var(--ui-muted, #9aa6b2)}.modal-content{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-content p{margin:0 0 1rem;font-size:.9375rem;color:var(--ui-muted, #9aa6b2);line-height:1.5}.modal-content label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.modal-content textarea{width:100%;padding:.75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.9375rem;font-family:inherit;resize:vertical;min-height:100px}.modal-content textarea:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.modal-error{margin:.5rem 0;font-size:.875rem;color:var(--ui-danger, #ff6b6b)}@media(min-width:768px){.book-approval-header h1{font-size:1.75rem}.book-approval-list{padding:1rem;gap:.75rem}.book-item{padding:1.25rem}.book-detail-content{padding:1.5rem;gap:2rem}.book-detail-actions{gap:1rem}.action-btn{min-width:120px}.inspection-panel{padding:1.5rem}}@media(min-width:1024px){.book-approval-panels{flex-direction:row}.top-panel{flex:0 0 40%;border-bottom:none;border-right:2px solid var(--ui-border, #22303a)}.bottom-panel{flex:1 1 60%}}.stage-model-overrides-section{margin:1.5rem 0}.bcd-empty{text-align:center;padding:2rem 1rem;color:var(--ui-muted, #9aa6b2)}.bcd-mcqs{display:flex;flex-direction:column;gap:1rem}.bcd-mcq-card{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.bcd-mcq-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.bcd-mcq-number{font-weight:600;color:var(--ui-accent, #4f9cff)}.bcd-mcq-type{padding:.125rem .5rem;background:var(--ui-border, #22303a);border-radius:4px;font-size:.75rem;color:var(--ui-muted, #9aa6b2);text-transform:capitalize}.bcd-mcq-question{margin:0 0 1rem;font-size:.9375rem;font-weight:500;color:var(--ui-text, #e6eef8)}.bcd-mcq-answers{display:flex;flex-direction:column;gap:.5rem}.bcd-answer{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--ui-bg, #0b0f14);border-radius:4px;font-size:.875rem;color:var(--ui-text, #e6eef8)}.bcd-answer-marker{font-weight:600}.bcd-answer.correct .bcd-answer-marker{color:#4caf50}.bcd-answer.wrong .bcd-answer-marker{color:var(--ui-danger, #ff6b6b)}.bcd-planning{display:flex;flex-direction:column;gap:1rem}.bcd-structural-notes{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.bcd-structural-notes h4{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:var(--ui-accent, #4f9cff)}.bcd-notes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem}.bcd-notes-grid p{margin:0;font-size:.875rem;color:var(--ui-text, #e6eef8)}.bcd-phases{display:flex;flex-direction:column;gap:1rem}.bcd-phase-card{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.bcd-phase-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.bcd-phase-badge{padding:.25rem .5rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.bcd-phase-name{margin:0;font-size:1rem;font-weight:600;color:var(--ui-text, #e6eef8)}.bcd-phase-summary{margin:0 0 .5rem;font-size:.9375rem;color:var(--ui-text, #e6eef8);line-height:1.6}.bcd-phase-field{margin:.35rem 0 0;font-size:.85rem;color:var(--ui-muted, #9aa6b2);line-height:1.5}.bcd-phase-field strong{color:var(--ui-text, #e6eef8)}.bcd-review{display:flex;flex-direction:column;gap:1rem}.bcd-review-summary{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.bcd-review-summary p{margin:.25rem 0;font-size:.9rem;color:var(--ui-text, #e6eef8)}.bcd-verdict{font-weight:600}.bcd-verdict.approved,.bcd-verdict.pass{color:#4caf50}.bcd-verdict.flagged,.bcd-verdict.fail{color:var(--ui-danger, #ff6b6b)}.bcd-review-text{color:var(--ui-muted, #9aa6b2)!important;line-height:1.6;margin-top:.5rem!important}.bcd-check-item{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.bcd-check-item.passed{border-left:3px solid #4caf50}.bcd-check-item.failed{border-left:3px solid var(--ui-danger, #ff6b6b)}.bcd-check-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.bcd-check-indicator{font-weight:600;font-size:1rem}.bcd-check-item.passed .bcd-check-indicator{color:#4caf50}.bcd-check-item.failed .bcd-check-indicator{color:var(--ui-danger, #ff6b6b)}.bcd-check-name{font-weight:600;color:var(--ui-text, #e6eef8)}.bcd-check-comment{margin:0;font-size:.875rem;color:var(--ui-muted, #9aa6b2);line-height:1.5}.bcd-level-comparison{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;margin-top:.5rem}.bcd-level-comparison p{margin:.25rem 0;font-size:.875rem;color:var(--ui-text, #e6eef8)}.bcd-level-reasoning{margin-top:.75rem!important;color:var(--ui-muted, #9aa6b2)!important;font-style:italic}.staff-book-editor{display:flex;flex-direction:column;height:100%;width:100%;background:var(--ui-bg, #0b0f14);color:var(--ui-text, #e6eef8);overflow:hidden}.editor-header{padding:1rem 1.5rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);flex-shrink:0}.editor-header h1{margin:0;font-size:1.5rem;font-weight:600}.editor-subtitle{margin:.25rem 0 0;font-size:.875rem;color:var(--ui-muted, #9aa6b2)}.editor-error{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#ff6b6b1a;border-bottom:1px solid var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b)}.editor-error p{margin:0;font-size:.875rem}.editor-error button{background:transparent;border:none;color:var(--ui-danger, #ff6b6b);cursor:pointer;padding:.25rem;font-size:1rem}.editor-tabs{display:flex;gap:0;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);flex-shrink:0;padding:0 1rem}.editor-tab{padding:.75rem 1.25rem;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.9375rem;transition:all .2s}.editor-tab:hover{color:var(--ui-text, #e6eef8)}.editor-tab.active{color:var(--ui-accent, #4f9cff);border-bottom-color:var(--ui-accent, #4f9cff)}.editor-content{flex:1;overflow-y:auto;padding:1.5rem}.editor-story{display:flex;flex-direction:column;gap:1.5rem;max-width:800px}.editor-field{display:flex;flex-direction:column;gap:.5rem}.editor-field label{font-size:.875rem;font-weight:600;color:var(--ui-muted, #9aa6b2)}.editor-field input[type=text]{padding:.75rem 1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:1rem}.editor-field input[type=text]:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.editor-field textarea{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:.9375rem;font-family:inherit;line-height:1.7;resize:vertical;min-height:300px}.editor-field textarea:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.word-count{margin:0;font-size:.8125rem;color:var(--ui-muted, #9aa6b2);text-align:right}.editor-mcqs{display:flex;flex-direction:column;gap:1rem;max-width:800px}.no-mcqs{text-align:center;padding:3rem;color:var(--ui-muted, #9aa6b2)}.no-mcqs p{margin:0 0 1rem}.mcq-editor-item{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;overflow:hidden}.mcq-editor-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0003;border-bottom:1px solid var(--ui-border, #22303a)}.mcq-number{font-weight:600;color:var(--ui-accent, #4f9cff);min-width:2rem}.mcq-type-select{padding:.375rem .75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.8125rem;cursor:pointer}.mcq-type-select:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.mcq-actions{display:flex;gap:.25rem;margin-left:auto}.mcq-action-btn{padding:.375rem .5rem;background:transparent;border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;transition:all .2s}.mcq-action-btn:hover:not(:disabled){border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.mcq-action-btn:disabled{opacity:.3;cursor:not-allowed}.mcq-action-btn.delete:hover:not(:disabled){border-color:var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b)}.mcq-editor-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mcq-question-input{padding:.75rem 1rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:.9375rem}.mcq-question-input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.mcq-answer{display:flex;align-items:center;gap:.5rem}.answer-label{min-width:1.5rem;font-weight:600;text-align:center}.mcq-answer.correct .answer-label{color:#4caf50}.mcq-answer.wrong .answer-label{color:var(--ui-danger, #ff6b6b)}.mcq-answer input{flex:1;padding:.5rem .75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.875rem}.mcq-answer input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.add-mcq-btn{padding:.875rem 1.25rem;background:transparent;border:2px dashed var(--ui-border, #22303a);border-radius:8px;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.9375rem;transition:all .2s}.editor-footer{display:flex;gap:1rem;padding:1rem 1.5rem;background:var(--ui-surface, #0f1720);border-top:1px solid var(--ui-border, #22303a);flex-shrink:0}.editor-btn{flex:1;padding:.875rem 1.25rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.editor-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-btn:hover:not(:disabled){background:#2a3844}.editor-planning{display:flex;flex-direction:column;gap:2rem;max-width:900px}.planning-structural-notes{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:1.25rem}.planning-structural-notes h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--ui-accent, #4f9cff)}.structural-notes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.structural-notes-grid .editor-field input[type=text],.structural-notes-grid .editor-field input[type=number]{padding:.5rem .75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.875rem;width:100%}.structural-notes-grid .editor-field input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.planning-phases{display:flex;flex-direction:column;gap:1rem}.phases-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.phases-header h3{margin:0;font-size:1rem;font-weight:600;color:var(--ui-accent, #4f9cff)}.add-phase-btn{padding:.5rem 1rem;background:transparent;border:1px dashed var(--ui-border, #22303a);border-radius:6px;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;transition:all .2s}.add-phase-btn:hover{border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.no-phases{text-align:center;padding:2rem;color:var(--ui-muted, #9aa6b2);border:1px dashed var(--ui-border, #22303a);border-radius:8px}.no-phases p{margin:0}.phases-list{display:flex;flex-direction:column;gap:1rem}.phase-editor-item{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;overflow:hidden}.phase-editor-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#0003;border-bottom:1px solid var(--ui-border, #22303a)}.phase-number{font-weight:600;color:var(--ui-accent, #4f9cff)}.phase-actions{display:flex;gap:.25rem}.phase-action-btn{padding:.375rem .5rem;background:transparent;border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;transition:all .2s}.phase-action-btn:hover:not(:disabled){border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.phase-action-btn:disabled{opacity:.3;cursor:not-allowed}.phase-action-btn.delete:hover:not(:disabled){border-color:var(--ui-danger, #ff6b6b);color:var(--ui-danger, #ff6b6b)}.phase-editor-body{padding:1rem;display:flex;flex-direction:column;gap:1rem}.phase-editor-body .editor-field input,.phase-editor-body .editor-field textarea{background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.875rem;width:100%}.phase-editor-body .editor-field input{padding:.5rem .75rem}.phase-editor-body .editor-field textarea{padding:.75rem;min-height:80px;resize:vertical}.phase-editor-body .editor-field input:focus,.phase-editor-body .editor-field textarea:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.phase-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.phase-details-grid .editor-field{gap:.25rem}.phase-details-grid .editor-field label{font-size:.75rem}.phase-details-grid .editor-field input{padding:.375rem .5rem;font-size:.8125rem}@media(min-width:768px){.editor-header{padding:1.25rem 2rem}.editor-header h1{font-size:1.75rem}.editor-content{padding:2rem}.editor-footer{padding:1.25rem 2rem}.structural-notes-grid{grid-template-columns:repeat(3,1fr)}.phase-details-grid{grid-template-columns:repeat(5,1fr)}}.book-review-detail{display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;background:var(--ui-bg, #0b0f14);color:var(--ui-text, #e6eef8);overflow:hidden}.detail-header{padding:1rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);flex-shrink:0}.back-btn{display:inline-block;padding:.5rem 0;background:transparent;border:none;color:var(--ui-accent, #4f9cff);cursor:pointer;font-size:.875rem;margin-bottom:.5rem}.back-btn:hover{text-decoration:underline}.header-main{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.header-main h1{margin:0;font-size:1.25rem;font-weight:600}.header-meta{margin:.5rem 0 0;font-size:.875rem;color:var(--ui-muted, #9aa6b2)}.detail-tabs{display:flex;gap:0;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);overflow-x:auto;flex-shrink:0}.tab-btn{padding:.75rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;white-space:nowrap;transition:all .2s}.tab-btn:hover{color:var(--ui-text, #e6eef8)}.tab-btn.active{color:var(--ui-accent, #4f9cff);border-bottom-color:var(--ui-accent, #4f9cff)}.detail-content{flex:1;overflow-y:auto;padding:1rem}.detail-loading,.detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.detail-error{color:var(--ui-danger, #ff6b6b)}.detail-error button{margin-top:1rem;padding:.5rem 1rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border:none;border-radius:4px;cursor:pointer}.tab-content-story{display:flex;flex-direction:column;gap:1rem}.story-text{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;font-size:.9375rem;line-height:1.7;white-space:pre-wrap}.word-count{margin:0;font-size:.8125rem;color:var(--ui-muted, #9aa6b2)}.tab-content-planning,.planning-phases{display:flex;flex-direction:column;gap:1rem}.planning-phase{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.phase-key{padding:.25rem .5rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.phase-name{margin:0;font-size:1rem;font-weight:600}.phase-summary{margin:0;font-size:.9375rem;color:var(--ui-text, #e6eef8);line-height:1.6}.mcq-item{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.mcq-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.mcq-number{font-weight:600;color:var(--ui-accent, #4f9cff)}.mcq-type{padding:.125rem .5rem;background:var(--ui-border, #22303a);border-radius:4px;font-size:.75rem;color:var(--ui-muted, #9aa6b2)}.mcq-question{margin:0 0 1rem;font-size:.9375rem;font-weight:500}.answer{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--ui-bg, #0b0f14);border-radius:4px;font-size:.875rem}.answer-marker{font-weight:600}.answer.correct .answer-marker{color:#4caf50}.answer.wrong .answer-marker{color:var(--ui-danger, #ff6b6b)}.tab-content-review{display:flex;flex-direction:column;gap:1rem}.review-check-item{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.review-check-item.passed{border-left:3px solid #4caf50}.review-check-item.failed{border-left:3px solid var(--ui-danger, #ff6b6b)}.check-indicator{font-weight:600;font-size:1rem}.review-check-item.passed .check-indicator{color:#4caf50}.review-check-item.failed .check-indicator{color:var(--ui-danger, #ff6b6b)}.check-name{font-weight:600}.check-comment{margin:0;font-size:.875rem;color:var(--ui-muted, #9aa6b2);line-height:1.5}.level-comparison{margin-top:1rem;padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.level-comparison p{margin:.25rem 0;font-size:.875rem}.level-reasoning{margin-top:.75rem!important;color:var(--ui-muted, #9aa6b2);font-style:italic}.tab-content-assets{display:flex;flex-direction:column;gap:1rem}.asset-item{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.asset-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.asset-header h4{margin:0;font-size:1rem;font-weight:600}.asset-type{padding:.125rem .5rem;background:var(--ui-border, #22303a);border-radius:4px;font-size:.75rem}.required-badge{padding:.125rem .5rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border-radius:4px;font-size:.75rem;font-weight:600}.asset-image{width:100%;max-width:300px;height:auto;border-radius:6px;margin-top:.75rem}.tab-content-criteria{display:flex;flex-direction:column;gap:1rem}.criterion-item{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.criterion-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.criterion-type{font-weight:600;color:var(--ui-accent, #4f9cff)}.criterion-description{margin:0;font-size:.9375rem}.criterion-meta{margin:.5rem 0 0;font-size:.75rem;color:var(--ui-muted, #9aa6b2)}.vocabulary-section{padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px}.vocabulary-section h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--ui-accent, #4f9cff)}.required-marker{color:var(--ui-danger, #ff6b6b);margin-left:.125rem}.no-items{text-align:center;color:var(--ui-muted, #9aa6b2);padding:2rem}.detail-actions{display:flex;gap:.75rem;padding:1rem;background:var(--ui-surface, #0f1720);border-top:1px solid var(--ui-border, #22303a);flex-shrink:0}.action-btn{flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.action-btn:disabled{opacity:.5;cursor:not-allowed}.approve-btn{background:#4caf50;color:var(--ui-text, #e6eef8)}.approve-btn:hover:not(:disabled){background:#45a049}.reject-btn{background:var(--ui-danger, #ff6b6b);color:var(--ui-text, #e6eef8)}.reject-btn:hover:not(:disabled){background:#f55}.edit-btn{background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.edit-btn:hover:not(:disabled){background:#3d8ce6}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:1.5rem;width:100%;max-height:90vh;overflow-y:auto}.modal-content h2{margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.modal-description{margin:0 0 1rem;font-size:.9375rem;color:var(--ui-muted, #9aa6b2)}.reject-modal{max-width:500px}.reject-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.reject-option{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s}.reject-option:hover{background:#4f9cff0d}.reject-option input{margin-top:.125rem;accent-color:var(--ui-accent, #4f9cff)}.reject-option span{font-size:.9375rem}.reject-modal .queue-tier-selection{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem;background:var(--ui-bg, #0b0f14);border-radius:6px}.reject-modal .queue-tier-label{font-size:.875rem;color:var(--ui-muted, #9aa6b2);white-space:nowrap}.reject-modal .queue-tier-toggle{display:flex;gap:.25rem;border:1px solid var(--ui-border, #22303a);border-radius:6px;padding:2px}.reject-modal .tier-btn{padding:.4rem .85rem;font-size:.8rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;background:transparent;color:var(--ui-muted, #9aa6b2);transition:all .2s}.reject-modal .tier-btn:hover:not(.active){background:var(--ui-border, #22303a);color:var(--ui-text, #e6eef8)}.reject-modal .tier-btn.active{background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.reject-modal .tier-btn.tier-premium.active{background:linear-gradient(135deg,#f59e0b,#d97706)}.reject-reason-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.reject-reason-input{width:100%;padding:.75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.9375rem;font-family:inherit;resize:vertical;min-height:100px}.reject-reason-input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.reason-error{margin:.5rem 0 0;font-size:.8125rem;color:var(--ui-danger, #ff6b6b)}.edit-modal{max-width:700px}.edit-modal-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.edit-tabs{display:flex;gap:.5rem}.edit-tab{padding:.5rem 1rem;background:transparent;border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;transition:all .2s}.edit-tab:hover{border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.edit-tab.active{background:var(--ui-accent, #4f9cff);border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.edit-modal-content{max-height:50vh;overflow-y:auto;margin-bottom:1rem}.edit-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.edit-title-input{width:100%;padding:.75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.9375rem;margin-bottom:1rem}.edit-title-input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.edit-story-textarea{width:100%;padding:.75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.9375rem;font-family:inherit;resize:vertical;line-height:1.6}.edit-story-textarea:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.edit-mcqs{display:flex;flex-direction:column;gap:1rem}.edit-mcq-item{padding:1rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px}.edit-mcq-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.edit-mcq-header span{font-weight:600;color:var(--ui-accent, #4f9cff)}.edit-mcq-header select{padding:.375rem .5rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.8125rem}.delete-mcq-btn{margin-left:auto;padding:.25rem .5rem;background:transparent;border:1px solid var(--ui-danger, #ff6b6b);border-radius:4px;color:var(--ui-danger, #ff6b6b);cursor:pointer;font-size:.875rem}.delete-mcq-btn:hover{background:#ff6b6b1a}.edit-mcq-question{width:100%;padding:.5rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.875rem;margin-bottom:.75rem}.edit-mcq-question:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.edit-mcq-answers{display:flex;flex-direction:column;gap:.5rem}.edit-answer{display:flex;align-items:center;gap:.5rem}.edit-answer .answer-marker{font-weight:600;min-width:1rem}.edit-answer.correct .answer-marker{color:#4caf50}.edit-answer.wrong .answer-marker{color:var(--ui-danger, #ff6b6b)}.edit-answer input{flex:1;padding:.5rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:4px;color:var(--ui-text, #e6eef8);font-size:.875rem}.edit-answer input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.add-mcq-btn{padding:.75rem 1rem;background:transparent;border:1px dashed var(--ui-border, #22303a);border-radius:6px;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;transition:all .2s}.add-mcq-btn:hover{border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.modal-actions{display:flex;gap:.75rem;margin-top:1.5rem}.modal-btn{flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.cancel-btn{background:var(--ui-border, #22303a);color:var(--ui-text, #e6eef8)}.cancel-btn:hover{background:#2a3844}.submit-btn{background:var(--ui-danger, #ff6b6b);color:var(--ui-text, #e6eef8)}.submit-btn:hover:not(:disabled){background:#f55}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.save-btn{background:#4caf50;color:var(--ui-text, #e6eef8)}.save-btn:hover:not(:disabled){background:#45a049}.save-btn:disabled{opacity:.5;cursor:not-allowed}@media(min-width:768px){.header-main h1{font-size:1.5rem}.detail-content,.detail-actions{padding:1.5rem}}.failed-book-detail{max-width:900px;margin:0 auto;padding:1rem}.failed-book-detail .detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.failed-book-detail .back-btn{background:var(--ui-surface, #0f1720);color:var(--ui-text, #e6eef8);border:1px solid var(--ui-border, #22303a);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem}.failed-book-detail .back-btn:hover{background:var(--ui-border, #22303a)}.failed-book-detail .detail-header h1{flex:1;margin:0;font-size:1.5rem;color:var(--ui-text, #e6eef8)}.failed-book-detail .status-badge{padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600}.failed-book-detail .status-badge.failed{background:#ff6b6b33;color:var(--ui-danger, #ff6b6b);border:1px solid var(--ui-danger, #ff6b6b)}.failed-book-detail .detail-loading,.failed-book-detail .detail-error{text-align:center;padding:3rem;color:var(--ui-muted, #9aa6b2)}.failed-book-detail .detail-error button{margin-top:1rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer}.failed-book-detail .detail-section{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:1.25rem;margin-bottom:1rem}.failed-book-detail .detail-section h2{margin:0 0 1rem;font-size:1.1rem;color:var(--ui-text, #e6eef8);border-bottom:1px solid var(--ui-border, #22303a);padding-bottom:.5rem}.failed-book-detail .detail-section h3{margin:1rem 0 .5rem;font-size:.95rem;color:var(--ui-text, #e6eef8)}.failed-book-detail .info-grid,.failed-book-detail .failure-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.failed-book-detail .info-item,.failed-book-detail .failure-item{display:flex;flex-direction:column;gap:.25rem}.failed-book-detail .info-item label,.failed-book-detail .failure-item label{font-size:.8rem;color:var(--ui-muted, #9aa6b2);text-transform:uppercase;letter-spacing:.5px}.failed-book-detail .info-item span,.failed-book-detail .failure-item span{color:var(--ui-text, #e6eef8)}.failed-book-detail .info-item code,.failed-book-detail .failure-item code{font-family:monospace;font-size:.85rem;color:var(--ui-accent, #4f9cff)}.failed-book-detail .story-request{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ui-border, #22303a)}.failed-book-detail .story-request p{margin:0;color:var(--ui-muted, #9aa6b2);line-height:1.6;white-space:pre-wrap}.ticket-failure-section{border-color:var(--ui-danger, #ff6b6b)!important}.failed-book-detail .tier-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.failed-book-detail .tier-badge.free{background:#4f9cff33;color:var(--ui-accent, #4f9cff)}.failed-book-detail .tier-badge.premium{background:#ffc10733;color:#ffc107}.failed-book-detail .failed-stage{font-weight:600;color:var(--ui-danger, #ff6b6b)}.failed-book-detail .error-code-box,.failed-book-detail .error-message-box{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ui-border, #22303a)}.failed-book-detail .error-code-box label,.failed-book-detail .error-message-box label{display:block;font-size:.8rem;color:var(--ui-muted, #9aa6b2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.failed-book-detail .error-code{display:inline-block;background:#ff6b6b1a;color:var(--ui-danger, #ff6b6b);padding:.3rem .6rem;border-radius:4px;font-family:monospace;font-size:.9rem}.failed-book-detail .error-message{margin:0;background:#0000004d;color:var(--ui-danger, #ff6b6b);padding:1rem;border-radius:6px;font-family:monospace;font-size:.85rem;white-space:pre-wrap;overflow-x:auto;max-height:300px;overflow-y:auto}.failed-book-detail .no-ticket{color:var(--ui-muted, #9aa6b2);font-style:italic}.content-preview-section .content-note{color:var(--ui-muted, #9aa6b2);font-size:.85rem;font-style:italic;margin-bottom:.5rem}.failed-book-detail .story-preview{background:#0003;padding:1rem;border-radius:6px;color:var(--ui-text, #e6eef8);line-height:1.6;white-space:pre-wrap}.failed-book-detail .assets-list{display:flex;flex-wrap:wrap;gap:.5rem}.failed-book-detail .asset-item{display:flex;align-items:center;gap:.5rem;background:var(--ui-bg, #0b0f14);padding:.4rem .8rem;border-radius:6px;font-size:.85rem}.failed-book-detail .asset-type{color:var(--ui-muted, #9aa6b2);font-size:.75rem;text-transform:uppercase}.failed-book-detail .asset-name{color:var(--ui-text, #e6eef8)}.failed-book-detail .required-badge{color:#ffc107}.failed-book-detail .s0-badge{background:#4f9cff33;color:var(--ui-accent, #4f9cff);padding:.1rem .3rem;border-radius:3px;font-size:.7rem;font-weight:600}.failed-book-detail .detail-actions{display:flex;gap:1rem;margin-top:1.5rem}.failed-book-detail .action-btn{flex:1;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.failed-book-detail .action-btn:disabled{opacity:.5;cursor:not-allowed}.failed-book-detail .action-btn:not(:disabled):hover{transform:translateY(-1px)}.failed-book-detail .requeue-btn{background:var(--ui-accent, #4f9cff);color:#fff}.failed-book-detail .requeue-btn:not(:disabled):hover{background:#3a8ae0}.failed-book-detail .refund-btn{background:#28a745;color:#fff}.failed-book-detail .refund-btn:not(:disabled):hover{background:#218838}.failed-book-detail .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.failed-book-detail .modal-content{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:12px;padding:1.5rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.failed-book-detail .modal-content h2{margin:0 0 .5rem;color:var(--ui-text, #e6eef8)}.failed-book-detail .modal-desc{color:var(--ui-muted, #9aa6b2);margin-bottom:1.5rem}.failed-book-detail .form-group{margin-bottom:1.25rem}.failed-book-detail .form-group label{display:block;margin-bottom:.5rem;color:var(--ui-text, #e6eef8);font-weight:500}.failed-book-detail .form-group select{width:100%;padding:.75rem;background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:1rem}.failed-book-detail .form-group select:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.failed-book-detail .tier-options{display:flex;gap:.75rem}.failed-book-detail .tier-option{flex:1;display:flex;flex-direction:column;padding:1rem;background:var(--ui-bg, #0b0f14);border:2px solid var(--ui-border, #22303a);border-radius:8px;cursor:pointer;text-align:left}.failed-book-detail .tier-option:hover{border-color:var(--ui-muted, #9aa6b2)}.failed-book-detail .tier-option.selected{border-color:var(--ui-accent, #4f9cff);background:#4f9cff1a}.failed-book-detail .tier-name{font-weight:600;color:var(--ui-text, #e6eef8);margin-bottom:.25rem}.failed-book-detail .tier-desc{font-size:.8rem;color:var(--ui-muted, #9aa6b2)}.failed-book-detail .refund-warning{background:#ffc10726;border:1px solid rgba(255,193,7,.5);color:#ffc107;padding:1rem;border-radius:6px;margin-bottom:1rem}.failed-book-detail .refund-details{background:var(--ui-bg, #0b0f14);padding:1rem;border-radius:6px;margin-bottom:1rem}.failed-book-detail .refund-details p{margin:.25rem 0;color:var(--ui-text, #e6eef8)}.failed-book-detail .modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.failed-book-detail .cancel-btn{flex:1;padding:.75rem 1.5rem;background:transparent;border:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8);border-radius:6px;cursor:pointer}.failed-book-detail .cancel-btn:not(:disabled):hover{background:var(--ui-border, #22303a)}.failed-book-detail .confirm-btn{flex:1;padding:.75rem 1.5rem;background:var(--ui-accent, #4f9cff);border:none;color:#fff;border-radius:6px;cursor:pointer;font-weight:600}.failed-book-detail .confirm-btn:not(:disabled):hover{background:#3a8ae0}.failed-book-detail .confirm-btn.danger{background:var(--ui-danger, #ff6b6b)}.failed-book-detail .confirm-btn.danger:not(:disabled):hover{background:#e55555}.failed-book-detail .cancel-btn:disabled,.failed-book-detail .confirm-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.failed-book-detail .detail-header{flex-direction:column;align-items:flex-start}.failed-book-detail .detail-actions,.failed-book-detail .tier-options{flex-direction:column}.failed-book-detail .modal-actions{flex-direction:column-reverse}}.staff-review-queue{display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;background:var(--ui-bg, #0b0f14);color:var(--ui-text, #e6eef8);overflow:hidden}.staff-review-header{padding:1rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);flex-shrink:0}.staff-review-header h1{margin:0;font-size:1.5rem;font-weight:600}.queue-mode-toggle{display:flex;gap:.25rem;padding:.75rem 1rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a)}.mode-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.mode-tab:first-child{border-radius:6px 0 0 6px}.mode-tab:last-child{border-radius:0 6px 6px 0}.mode-tab:hover:not(.active){border-color:var(--ui-muted, #9aa6b2);color:var(--ui-text, #e6eef8)}.mode-tab.active{background:var(--ui-accent, #4f9cff);border-color:var(--ui-accent, #4f9cff);color:#fff}.mode-tab .failed-count{background:#ff6b6b4d;color:var(--ui-danger, #ff6b6b);padding:.1rem .4rem;border-radius:10px;font-size:.75rem;font-weight:600}.mode-tab.active .failed-count{background:#fff3;color:#fff}.staff-review-filters{display:flex;gap:.5rem;padding:1rem;background:var(--ui-surface, #0f1720);border-bottom:1px solid var(--ui-border, #22303a);flex-wrap:wrap;align-items:center}.filter-tab{padding:.5rem 1rem;background:transparent;border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.875rem;transition:all .2s}.filter-tab:hover{border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.filter-tab.active{background:var(--ui-accent, #4f9cff);border-color:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8)}.refresh-btn-staff{margin-left:auto;padding:.5rem 1rem;background:var(--ui-border, #22303a);border:none;border-radius:6px;color:var(--ui-text, #e6eef8);cursor:pointer;font-size:.875rem;transition:all .2s}.refresh-btn-staff:hover:not(:disabled){background:#2a3844}.refresh-btn-staff:disabled{opacity:.5;cursor:not-allowed}.requeue-all-inline{display:flex;align-items:center;gap:.75rem;padding:1rem .75rem;margin-top:.5rem;border-top:1px solid var(--ui-border, #22303a)}.requeue-all-btn{padding:.5rem 1rem;background:#e67e22;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s}.requeue-all-btn:hover:not(:disabled){background:#d35400}.requeue-all-btn:disabled{opacity:.5;cursor:not-allowed}.requeue-all-result{font-size:.85rem;color:var(--ui-muted, #9aa6b2);padding:.25rem .5rem}.staff-review-loading,.staff-review-error,.staff-review-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;flex:1}.staff-review-error{color:var(--ui-danger, #ff6b6b)}.staff-review-error button{margin-top:1rem;padding:.5rem 1rem;background:var(--ui-accent, #4f9cff);color:var(--ui-text, #e6eef8);border:none;border-radius:4px;cursor:pointer}.staff-review-empty h3{margin:0 0 .5rem;font-size:1.25rem}.staff-review-empty p{margin:0;color:var(--ui-muted, #9aa6b2)}.staff-review-list{display:flex;flex-direction:column;gap:.75rem;padding:1rem;overflow-y:auto;flex:1}.review-book-item{display:flex;flex-direction:column;padding:1rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.review-book-item:hover{border-color:var(--ui-accent, #4f9cff);background:#4f9cff0d}.book-item-main{display:flex;flex-direction:column;gap:.5rem}.book-item-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.book-icon{font-size:1.25rem}.book-title{margin:0;font-size:1rem;font-weight:600;flex:1;min-width:0}.verdict-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.verdict-badge.approved{background:#4caf5033;color:#4caf50}.verdict-badge.flagged{background:#ff6b6b33;color:var(--ui-danger, #ff6b6b)}.book-student{margin:0;font-size:.875rem;color:var(--ui-muted, #9aa6b2)}.book-meta{margin:0;font-size:.8125rem;color:var(--ui-muted, #9aa6b2)}.book-flags{margin:0;font-size:.8125rem;color:var(--ui-danger, #ff6b6b)}.book-flags-passed{margin:0;font-size:.8125rem;color:#4caf50}.review-book-item .ticket-error-preview{margin-top:.5rem;padding:.5rem .75rem;background:#ff6b6b1a;border-radius:4px;font-size:.8rem;font-family:monospace}.ticket-error-preview .error-code{color:var(--ui-danger, #ff6b6b);font-weight:600}.ticket-error-preview .error-message{color:var(--ui-muted, #9aa6b2);margin-left:.5rem}.ticket-error-preview .error-message:before{content:"— "}.review-book-item .ticket-meta{margin-top:.25rem;font-size:.75rem;color:var(--ui-muted, #9aa6b2)}.ticket-meta .tier-badge{display:inline-block;padding:.1rem .4rem;border-radius:3px;font-size:.7rem;font-weight:600;margin-left:.5rem}.ticket-meta .tier-badge.free{background:#4f9cff33;color:var(--ui-accent, #4f9cff)}.ticket-meta .tier-badge.premium{background:#ffc10733;color:#ffc107}@media(min-width:768px){.staff-review-header h1{font-size:1.75rem}.staff-review-list{padding:1.5rem;gap:1rem}.review-book-item{padding:1.25rem}.book-title{font-size:1.125rem}}.staff-release-panel{padding:1.5rem;max-width:900px;margin:0 auto}.staff-release-panel h2{margin:0 0 1rem;color:#e6eef8;font-size:1.5rem}.release-info{margin-bottom:1.5rem;padding:1rem;background:#4f9cff1a;border-radius:8px;border:1px solid rgba(79,156,255,.2)}.release-info .total-count{font-size:1.1rem;font-weight:600;color:#e6eef8;margin:0 0 .5rem}.release-info .unassigned-warning{color:#ffa726;font-size:.9rem;margin:.5rem 0}.release-info .academic-year{color:#9aa6b2;font-size:.85rem;margin:.5rem 0 0}.class-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.year-row{display:flex;align-items:center;gap:.75rem}.year-button{min-width:48px;height:48px;padding:.5rem;font-size:.9rem;font-weight:700;border-radius:8px;border:2px solid rgba(79,156,255,.3);background:#0f1720cc;color:#9aa6b2;cursor:pointer;transition:all .2s ease}.year-button:hover{background:#4f9cff26;border-color:#4f9cff80;color:#e6eef8}.year-button.selected{background:#4f9cff40;border-color:#4f9cff;color:#4f9cff}.year-button.partial{background:#4f9cff26;border-color:#4f9cff80;border-style:dashed;color:#4f9cff}.class-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.class-button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:56px;height:56px;padding:.4rem .6rem;border-radius:8px;border:2px solid rgba(79,156,255,.2);background:#0f172099;cursor:pointer;transition:all .2s ease}.class-button:hover:not(:disabled){background:#4f9cff1f;border-color:#4f9cff66}.class-button.selected{background:#4f9cff33;border-color:#4f9cff}.class-button.selected .class-name{color:#4f9cff}.class-button.empty{opacity:.4;cursor:not-allowed}.class-button .class-name{font-size:.85rem;font-weight:600;color:#e6eef8}.class-button .class-count{font-size:.7rem;color:#9aa6b2;margin-top:2px}.class-button.selected .class-count{color:#7eb8ff}.release-actions{padding:1rem;background:#0f172080;border-radius:8px;border:1px solid rgba(34,48,58,.8)}.selection-summary{margin-bottom:1rem;color:#e6eef8;font-size:.95rem}.selection-summary .no-selection{color:#9aa6b2;font-style:italic}.btn-release{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;background:linear-gradient(135deg,#4f9cff,#3d7dd8);color:#fff;cursor:pointer;transition:all .2s ease}.btn-release:hover:not(:disabled){background:linear-gradient(135deg,#6aafff,#4f9cff);transform:translateY(-1px);box-shadow:0 4px 12px #4f9cff4d}.btn-release:disabled{opacity:.5;cursor:not-allowed}.confirm-dialog{padding:1rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px}.confirm-text{margin:0 0 1rem;color:#ffc107;font-weight:500}.confirm-buttons{display:flex;gap:.75rem}.btn-confirm{padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;border-radius:6px;border:none;background:#4caf50;color:#fff;cursor:pointer;transition:all .2s ease}.btn-confirm:hover:not(:disabled){background:#5cb860}.btn-confirm:disabled{opacity:.6;cursor:wait}.btn-cancel{padding:.6rem 1.2rem;font-size:.95rem;border-radius:6px;border:1px solid rgba(154,166,178,.4);background:transparent;color:#9aa6b2;cursor:pointer;transition:all .2s ease}.btn-cancel:hover:not(:disabled){background:#9aa6b21a;border-color:#9aa6b299}.release-result{margin-top:1.5rem;padding:1rem;border-radius:8px}.release-result.success{background:#4caf501f;border:1px solid rgba(76,175,80,.3)}.release-result.success h3{margin:0 0 .5rem;color:#4caf50;font-size:1.1rem}.release-result.success p{margin:0;color:#a5d6a7}.release-result.error{background:#f443361f;border:1px solid rgba(244,67,54,.3)}.release-result.error p{margin:0;color:#ef9a9a}.released-books-list{margin-top:1rem}.released-books-list summary{cursor:pointer;color:#81c784;font-size:.9rem;padding:.3rem 0}.released-books-list summary:hover{text-decoration:underline}.released-books-list ul{margin:.5rem 0 0;padding:0 0 0 1.5rem;list-style:disc}.released-books-list li{color:#c8e6c9;font-size:.85rem;margin-bottom:.3rem}.released-books-list .book-meta{color:#9aa6b2}.loading-spinner{text-align:center;padding:2rem;color:#9aa6b2}.error-message{padding:1rem;background:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:8px;color:#ef9a9a;margin-bottom:1rem}.btn-retry{padding:.5rem 1rem;border-radius:6px;border:1px solid rgba(79,156,255,.4);background:transparent;color:#4f9cff;cursor:pointer;transition:all .2s}.btn-retry:hover{background:#4f9cff1a}@media(max-width:600px){.staff-release-panel{padding:1rem}.year-row{flex-wrap:wrap}.year-button{min-width:42px;height:42px;font-size:.85rem}.class-button{min-width:50px;height:50px}.class-button .class-name{font-size:.8rem}.confirm-buttons{flex-direction:column}.auto-release-year-row{flex-wrap:wrap}.auto-release-class-btn{min-width:50px;height:44px}.auto-release-all-row{flex-direction:column;align-items:stretch;gap:.5rem}}.auto-release-section{margin-bottom:2rem;padding:1.25rem;background:#0f172099;border-radius:10px;border:1px solid rgba(255,193,7,.2)}.auto-release-header{margin-bottom:1rem}.auto-release-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.auto-release-title-row h3{margin:0;color:#e6eef8;font-size:1.15rem}.auto-release-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:99px}.auto-release-badge.active{background:#4caf5033;color:#81c784;border:1px solid rgba(76,175,80,.35)}.auto-release-badge.sleeping{background:#9aa6b226;color:#9aa6b2;border:1px solid rgba(154,166,178,.3)}.auto-release-desc{margin:.4rem 0 0;font-size:.85rem;color:#9aa6b2;line-height:1.4}.auto-release-error{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;margin-bottom:1rem;background:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:6px;color:#ef9a9a;font-size:.85rem}.auto-release-error button{background:none;border:none;color:#ef9a9a;font-size:1.1rem;cursor:pointer;padding:0 .3rem}.auto-release-grid{display:flex;flex-direction:column;gap:.6rem}.auto-release-all-row{display:flex;align-items:center;gap:1rem;padding-bottom:.6rem;margin-bottom:.4rem;border-bottom:1px solid rgba(34,48,58,.6)}.auto-release-all-btn{padding:.5rem 1rem;font-size:.85rem;font-weight:600;border-radius:6px;border:2px solid rgba(154,166,178,.3);background:#0f1720cc;color:#9aa6b2;cursor:pointer;transition:all .2s ease}.auto-release-all-btn:hover:not(:disabled){border-color:#ffc10780;color:#e6eef8;background:#ffc10714}.auto-release-all-btn.enabled{border-color:#ffc10799;background:#ffc1071f;color:#ffc107}.auto-release-all-btn:disabled{opacity:.5;cursor:wait}.auto-release-count{font-size:.8rem;color:#9aa6b2}.auto-release-year-row{display:flex;align-items:center;gap:.6rem}.auto-release-year-btn{min-width:44px;height:44px;padding:.4rem;font-size:.85rem;font-weight:700;border-radius:8px;border:2px solid rgba(154,166,178,.25);background:#0f1720b3;color:#9aa6b2;cursor:pointer;transition:all .2s ease}.auto-release-year-btn:hover:not(:disabled){border-color:#ffc10780;color:#e6eef8}.auto-release-year-btn.enabled{border-color:#ffc10799;background:#ffc1071f;color:#ffc107}.auto-release-year-btn.partial{border-style:dashed;border-color:#ffc10780;color:#ffc107}.auto-release-year-btn:disabled{opacity:.5;cursor:wait}.auto-release-class-btns{display:flex;gap:.4rem;flex-wrap:wrap}.auto-release-class-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:52px;height:48px;padding:.3rem .5rem;border-radius:8px;border:2px solid rgba(154,166,178,.2);background:#0f172080;cursor:pointer;transition:all .2s ease}.auto-release-class-btn:hover:not(:disabled){border-color:#ffc10766;background:#ffc1070f}.auto-release-class-btn.enabled{border-color:#ffc1078c;background:#ffc1071a}.auto-release-class-btn.enabled .ar-class-name,.auto-release-class-btn.enabled .ar-class-indicator{color:#ffc107}.auto-release-class-btn:disabled{opacity:.5;cursor:wait}.ar-class-name{font-size:.8rem;font-weight:600;color:#e6eef8}.ar-class-indicator{font-size:.65rem;color:#9aa6b2;margin-top:1px}.manual-release-section{margin-top:.5rem}.manual-release-section h3{margin:0 0 .3rem;color:#e6eef8;font-size:1.15rem}.manual-release-desc{margin:0 0 1rem;font-size:.85rem;color:#9aa6b2;line-height:1.4}.recipe-test{max-width:800px;margin:0 auto;padding:1rem}.recipe-test h1{color:var(--ui-text, #e6eef8);margin-bottom:.5rem}.recipe-test .description{color:var(--ui-muted, #9aa6b2);margin-bottom:1.5rem;font-size:.9rem}.recipe-test .form-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.recipe-test .form-group input[type=text]{flex:1;min-width:200px;padding:.75rem 1rem;border:1px solid var(--ui-border, #22303a);border-radius:6px;background:var(--ui-surface, #0f1720);color:var(--ui-text, #e6eef8);font-size:1rem}.recipe-test .tier-toggle{display:flex;gap:1rem;width:100%;margin:.5rem 0}.recipe-test .tier-toggle label{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--ui-border, #22303a);border-radius:6px;background:var(--ui-surface, #0f1720);color:var(--ui-muted, #9aa6b2);cursor:pointer;transition:all .2s}.recipe-test .tier-toggle label.active{border-color:var(--ui-accent, #4f9cff);color:var(--ui-accent, #4f9cff);background:#4f9cff1a}.recipe-test .tier-toggle label:hover:not(.active){border-color:var(--ui-muted, #9aa6b2)}.recipe-test .tier-toggle input[type=radio]{display:none}.recipe-test .form-group input:focus{outline:none;border-color:var(--ui-accent, #4f9cff)}.recipe-test .form-group input::placeholder{color:var(--ui-muted, #9aa6b2)}.recipe-test .form-group button{padding:.75rem 1.5rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:opacity .2s}.recipe-test .form-group button:hover:not(:disabled){opacity:.9}.recipe-test .form-group button:disabled{opacity:.5;cursor:not-allowed}.recipe-test .status{padding:1rem;border-radius:6px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.recipe-test .status.loading{background:#4f9cff26;border:1px solid rgba(79,156,255,.3);color:var(--ui-accent, #4f9cff)}.recipe-test .status.error{background:#ff6b6b26;border:1px solid rgba(255,107,107,.3);color:var(--ui-danger, #ff6b6b)}.recipe-test .status.warning{background:#ffc10726;border:1px solid rgba(255,193,7,.3);color:#ffc107}.recipe-test .status.success{background:#4caf5026;border:1px solid rgba(76,175,80,.3);color:#4caf50}.recipe-test .spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recipe-test .result{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;overflow:hidden}.recipe-test .result-tabs{display:flex;border-bottom:1px solid var(--ui-border, #22303a)}.recipe-test .result-tabs button{flex:1;padding:.75rem;background:transparent;border:none;color:var(--ui-muted, #9aa6b2);cursor:pointer;transition:all .2s}.recipe-test .result-tabs button.active{color:var(--ui-accent, #4f9cff);background:#4f9cff1a;border-bottom:2px solid var(--ui-accent, #4f9cff)}.recipe-test .result-tabs button:disabled{opacity:.4;cursor:not-allowed}.recipe-test .result-content{padding:1.5rem}.recipe-test .recipe-formatted h2{color:var(--ui-accent, #4f9cff);margin:0 0 .5rem;font-size:1.5rem}.recipe-test .recipe-meta{color:var(--ui-muted, #9aa6b2);font-size:.9rem;margin-bottom:1rem;display:flex;gap:1.5rem}.recipe-test .recipe-description{color:var(--ui-text, #e6eef8);margin-bottom:1.5rem;line-height:1.5}.recipe-test .recipe-section{margin-bottom:1.5rem}.recipe-test .recipe-section h3{color:var(--ui-text, #e6eef8);font-size:1.1rem;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--ui-border, #22303a)}.recipe-test .recipe-section ul,.recipe-test .recipe-section ol{margin:0;padding-left:1.5rem;color:var(--ui-text, #e6eef8)}.recipe-test .recipe-section li{margin-bottom:.5rem;line-height:1.4}.recipe-test .recipe-section .ingredient-quantity{color:var(--ui-accent, #4f9cff);font-weight:500}.recipe-test .recipe-tips{background:#4f9cff1a;border-radius:6px;padding:1rem}.recipe-test .recipe-tips h3{border-bottom:none;padding-bottom:0}.recipe-test .recipe-tips ul{margin:0}.recipe-test .json-raw{background:#0a0f14;border-radius:4px;padding:1rem;overflow-x:auto;font-family:Consolas,Monaco,monospace;font-size:.85rem;line-height:1.5;color:#a5d6ff;white-space:pre-wrap;word-break:break-word}.recipe-test .model-info{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ui-border, #22303a);color:var(--ui-muted, #9aa6b2);font-size:.85rem;display:flex;flex-wrap:wrap;gap:1rem}.recipe-test .model-info span{display:flex;gap:.25rem}.recipe-test .model-info .label{color:var(--ui-muted, #9aa6b2)}.recipe-test .model-info .value{color:var(--ui-text, #e6eef8)}.student-level-browser{max-width:99vw;margin:0;padding:0}.slb-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.slb-header h1{margin:0;font-size:1.5rem;color:#e6eef8}.slb-controls{display:flex;align-items:center;gap:.75rem}.slb-controls label{color:#9aa6b2;font-weight:500}.slb-controls select{padding:.5rem .75rem;border:1px solid #22303a;border-radius:6px;background:#0f1720;color:#e6eef8;font-size:.95rem;cursor:pointer}.slb-controls select:focus{outline:none;border-color:#4f9cff}.slb-year{padding:.4rem .75rem;background:#4f9cff26;border-radius:4px;color:#4f9cff;font-weight:600;font-size:.85rem}.slb-error{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ff6b6b26;border:1px solid rgba(255,107,107,.3);border-radius:6px;color:#ff6b6b;margin-bottom:1rem}.slb-error button{background:none;border:none;color:#ff6b6b;font-size:1.2rem;cursor:pointer;padding:0 .25rem}.slb-loading{text-align:center;padding:3rem;color:#9aa6b2}.slb-table-wrapper{overflow-x:auto;border-radius:8px;background:#0f1720;border:1px solid #22303a}.slb-table{width:100%;border-collapse:collapse}.slb-table th,.slb-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #22303a}.slb-table th{background:#4f9cff14;color:#9aa6b2;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.slb-table tbody tr:hover{background:#4f9cff0d}.slb-table tbody tr.is-alumni{opacity:.5}.col-number{width:60px;text-align:center;color:#9aa6b2}.col-name{min-width:200px}.col-level{width:120px;text-align:center}.col-credits,.col-actions{width:100px;text-align:center}.student-name{display:flex;flex-direction:column;gap:.15rem}.name-cn{font-weight:600;color:#e6eef8}.name-en{font-size:.85rem;color:#9aa6b2}.level-display{background:#4f9cff26;border:1px solid transparent;border-radius:6px;color:#4f9cff;font-weight:700;font-size:1.1rem;padding:.4rem 1rem;cursor:pointer;transition:all .2s;min-width:50px}.level-display:hover{background:#4f9cff40;border-color:#4f9cff}.level-input{width:60px;padding:.4rem .5rem;border:2px solid #4f9cff;border-radius:6px;background:#0f1720;color:#e6eef8;font-weight:700;font-size:1.1rem;text-align:center}.level-input:focus{outline:none;box-shadow:0 0 0 3px #4f9cff4d}.credits-display{background:#4caf5026;border:1px solid transparent;border-radius:6px;color:#76d079;font-weight:700;font-size:1rem;padding:.35rem .75rem;cursor:pointer;transition:all .2s;min-width:40px}.credits-display:hover{background:#4caf5040;border-color:#76d079}.credits-input{width:50px;padding:.35rem .4rem;border:2px solid #76d079;border-radius:6px;background:#0f1720;color:#e6eef8;font-weight:700;font-size:1rem;text-align:center}.credits-input:focus{outline:none;box-shadow:0 0 0 3px #4caf504d}.no-account{color:#9aa6b2;font-style:italic}.btn-bulk-credits{background:#4caf5026;border:1px solid rgba(76,175,80,.3);color:#76d079;cursor:pointer;padding:.5rem .75rem;font-size:.85rem;font-weight:600;border-radius:6px;transition:all .2s}.btn-bulk-credits:hover:not(:disabled){background:#4caf5040;border-color:#76d079}.btn-bulk-credits:disabled{opacity:.5;cursor:not-allowed}.slb-bulk-credits-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background:#0f1720;border:1px solid #22303a;border-radius:12px;z-index:1001;box-shadow:0 10px 40px #0006}.slb-bulk-credits-modal header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #22303a;background:#4caf5014}.slb-bulk-credits-modal header h2{margin:0;font-size:1.1rem;color:#e6eef8}.bulk-credits-content{padding:1.25rem}.bulk-credits-content p{margin:0 0 1rem;color:#9aa6b2;line-height:1.5}.bulk-credits-content strong{color:#e6eef8}.bulk-credits-actions{display:flex;flex-direction:column;gap:.75rem}.btn-bulk-add,.btn-bulk-subtract{padding:.75rem 1rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-bulk-add{background:#4caf5033;color:#76d079}.btn-bulk-add:hover:not(:disabled){background:#4caf5059}.btn-bulk-subtract{background:#ff6b6b33;color:#ff6b6b}.btn-bulk-subtract:hover:not(:disabled){background:#ff6b6b59}.btn-bulk-add:disabled,.btn-bulk-subtract:disabled{opacity:.5;cursor:not-allowed}.bulk-credits-loading{text-align:center;color:#4f9cff;margin-top:1rem;font-style:italic}.bulk-credits-footer{padding:1rem 1.25rem;border-top:1px solid #22303a;display:flex;justify-content:flex-end}.btn-cancel{background:none;border:1px solid #22303a;color:#9aa6b2;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.btn-cancel:hover{background:#ffffff0d;border-color:#9aa6b2;color:#e6eef8}.btn-history,.btn-impersonate{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.3rem .5rem;border-radius:4px;transition:background .2s}.btn-history:hover{background:#ffffff1a}.btn-impersonate{opacity:.6}.btn-impersonate:hover{background:#ffc10733;opacity:1}.slb-empty{text-align:center;padding:2rem;color:#9aa6b2}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000}.slb-history-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;max-height:80vh;overflow-y:auto;background:#0f1720;border:1px solid #22303a;border-radius:12px;z-index:1001;box-shadow:0 10px 40px #0006}.slb-history-modal header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #22303a;background:#4f9cff14}.slb-history-modal header h2{margin:0;font-size:1.1rem;color:#e6eef8}.btn-close{background:none;border:none;color:#9aa6b2;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.btn-close:hover{color:#e6eef8}.history-student-info{padding:1rem 1.25rem;background:#ffffff08;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.history-student-info strong{color:#e6eef8}.history-student-info span{color:#9aa6b2}.history-student-info .current-level{margin-left:auto;padding:.25rem .6rem;background:#4f9cff26;border-radius:4px;color:#4f9cff;font-weight:600;font-size:.85rem}.history-table{width:100%;border-collapse:collapse}.history-table th,.history-table td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid #22303a}.history-table th{color:#9aa6b2;font-weight:600;font-size:.8rem;text-transform:uppercase}.history-level{font-weight:700;color:#4f9cff}.history-date{color:#9aa6b2;font-size:.9rem}.history-granter{color:#e6eef8}.history-actions{text-align:center}.btn-delete-record{background:none;border:none;font-size:1rem;cursor:pointer;opacity:.5;padding:.2rem .4rem}.btn-delete-record:hover{opacity:1;background:#ff6b6b26;border-radius:4px}@media(max-width:600px){.slb-header{flex-direction:column;align-items:flex-start}.slb-controls{width:100%}.slb-controls select{flex:1}.col-actions{width:80px}.btn-history,.btn-impersonate,.btn-books{padding:.2rem .3rem}}.btn-books{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.3rem .5rem;border-radius:4px;transition:background .2s}.btn-books:hover{background:#4f9cff33}.slb-books-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:700px;max-height:80vh;overflow-y:auto;background:#0f1720;border:1px solid #22303a;border-radius:12px;z-index:1001;box-shadow:0 10px 40px #0006}.slb-books-modal header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #22303a;background:#4f9cff14}.slb-books-modal header h2{margin:0;font-size:1.1rem;color:#e6eef8}.books-student-info{padding:1rem 1.25rem;background:#ffffff08;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.books-student-info strong{color:#e6eef8}.books-student-info span{color:#9aa6b2}.books-list{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.book-item{padding:1rem;background:#ffffff08;border:1px solid #22303a;border-radius:8px;transition:border-color .2s}.book-item:hover{border-color:#4f9cff}.book-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.book-header h4{margin:0;color:#e6eef8;font-size:1rem;flex:1}.book-status{padding:.25rem .5rem;background:#4f9cff26;border-radius:4px;color:#4f9cff;font-size:.75rem;white-space:nowrap}.book-meta{display:flex;flex-wrap:wrap;gap:1rem;color:#9aa6b2;font-size:.85rem;margin-bottom:.75rem}.btn-view-details{background:#4f9cff;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.btn-view-details:hover{background:#3d7fd9}.slb-book-details-view{background:#0f1720;min-height:100%;padding-bottom:2rem}.slb-book-details-view header{padding:1rem 1.25rem;border-bottom:1px solid #22303a;background:#4f9cff14;position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.slb-book-details-view header h2{margin:0;font-size:1.3rem;color:#e6eef8;flex:1}.btn-back{background:none;border:none;color:#4f9cff;cursor:pointer;padding:.5rem 0;font-size:.9rem;transition:opacity .2s;width:100%;text-align:left}.btn-back:hover{opacity:.8}.btn-edit-content{background:#4f9cff26;border:1px solid rgba(79,156,255,.3);color:#4f9cff;cursor:pointer;padding:.5rem 1rem;font-size:.85rem;font-weight:600;border-radius:6px;transition:all .2s}.btn-edit-content:hover{background:#4f9cff40;border-color:#4f9cff}.book-details-tabs{padding:0}.detail-tabs{display:flex;gap:0;border-bottom:1px solid #22303a;overflow-x:auto;padding:0 1rem}.tab-btn{background:none;border:none;color:#9aa6b2;cursor:pointer;padding:.75rem 1rem;font-size:.9rem;font-weight:500;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap}.tab-btn:hover{color:#e6eef8;background:#ffffff0d}.tab-btn.active{color:#4f9cff;border-bottom-color:#4f9cff}.detail-content{padding:1.5rem}.tab-content-story .story-text{background:#ffffff08;padding:1.5rem;border-radius:8px;color:#e6eef8;line-height:1.8;white-space:pre-wrap;margin-bottom:1rem}.word-count{color:#9aa6b2;font-size:.85rem}.tab-content-mcqs{display:flex;flex-direction:column;gap:1rem}.mcq-item{background:#ffffff08;border:1px solid #22303a;border-radius:8px;padding:1rem}.mcq-header{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem}.mcq-number{background:#4f9cff;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600}.mcq-type{background:#4f9cff26;color:#4f9cff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.mcq-question{color:#e6eef8;margin-bottom:.75rem}.mcq-answers{display:flex;flex-direction:column;gap:.5rem}.answer{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px}.answer.correct{background:#4caf5026;color:#76d079}.answer.wrong{background:#ff6b6b1a;color:#ffb3b3}.answer-marker{font-weight:700}.planning-structural-notes,.planning-phases{margin-bottom:1.5rem}.planning-structural-notes h4{margin:0 0 1rem;color:#e6eef8}.structural-notes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.structural-notes-grid p{margin:0;color:#9aa6b2;font-size:.9rem}.structural-notes-grid strong{color:#e6eef8}.planning-phase{background:#ffffff08;border:1px solid #22303a;border-radius:8px;padding:1rem;margin-bottom:1rem}.phase-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.phase-key{background:#4f9cff;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.phase-name{margin:0;color:#e6eef8;font-size:1rem}.phase-summary,.phase-events,.phase-assets,.phase-values,.phase-vocab,.phase-word-count{margin:.5rem 0;color:#9aa6b2;font-size:.9rem;line-height:1.6}.phase-summary{color:#e6eef8}.review-summary{background:#4f9cff1a;border:1px solid rgba(79,156,255,.3);border-radius:8px;padding:1rem;margin-bottom:1rem}.overall-verdict{margin:0 0 .5rem;font-size:1rem}.overall-verdict.approved{color:#76d079}.overall-verdict.flagged{color:#ff9800}.review-summary-text{margin:.5rem 0 0;color:#e6eef8;line-height:1.6}.review-check-item{background:#ffffff08;border:1px solid #22303a;border-radius:8px;padding:1rem;margin-bottom:.75rem}.review-check-item.passed{border-left:3px solid #76d079}.review-check-item.failed{border-left:3px solid #ff6b6b}.check-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.check-indicator{font-weight:700;font-size:1.1rem}.review-check-item.passed .check-indicator{color:#76d079}.review-check-item.failed .check-indicator{color:#ff6b6b}.check-name{color:#e6eef8;font-weight:500}.check-comment{margin:0;color:#9aa6b2;line-height:1.6}.level-comparison{background:#ffffff08;border:1px solid #22303a;border-radius:8px;padding:1rem;margin-top:1rem}.level-comparison p{margin:.5rem 0;color:#9aa6b2}.level-reasoning{margin-top:.75rem;color:#e6eef8!important;line-height:1.6}.asset-item{background:#ffffff08;border:1px solid #22303a;border-radius:8px;padding:1rem;margin-bottom:1rem}.asset-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.asset-header h4{margin:0;color:#e6eef8;flex:1}.asset-type{background:#4f9cff26;color:#4f9cff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.required-badge{background:#ffc10733;color:#ffc107;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.asset-image{max-width:100%;height:auto;border-radius:8px;margin-top:.5rem}.criterion-item{background:#ffffff08;border:1px solid #22303a;border-radius:8px;padding:1rem;margin-bottom:.75rem}.criterion-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.criterion-type{background:#4f9cff26;color:#4f9cff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;text-transform:capitalize}.criterion-description{margin:.5rem 0;color:#e6eef8;line-height:1.6}.criterion-meta{margin:.5rem 0 0;color:#9aa6b2;font-size:.85rem}.vocabulary-section{margin-top:1.5rem}.vocabulary-section h4{margin:0 0 1rem;color:#e6eef8}.vocabulary-list{display:flex;flex-wrap:wrap;gap:.5rem}.required-marker{color:#ffc107;margin-left:.25rem}.no-items{text-align:center;padding:2rem;color:#9aa6b2;font-style:italic}.feature-lock-manager{max-width:99vw;margin:0;padding:0}.flm-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.flm-header h1{margin:0;font-size:1.5rem;color:#e6eef8}.flm-controls{display:flex;align-items:center;gap:.75rem}.flm-controls label{color:#9aa6b2;font-weight:500}.flm-controls select{padding:.5rem .75rem;border:1px solid #22303a;border-radius:6px;background:#0f1720;color:#e6eef8;font-size:.95rem;cursor:pointer}.flm-controls select:focus{outline:none;border-color:#4f9cff}.flm-year{padding:.4rem .75rem;background:#4f9cff26;border-radius:4px;color:#4f9cff;font-weight:600;font-size:.85rem}.flm-error{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ff6b6b26;border:1px solid rgba(255,107,107,.3);border-radius:6px;color:#ff6b6b;margin-bottom:1rem}.flm-error button{background:none;border:none;color:#ff6b6b;font-size:1.2rem;cursor:pointer;padding:0 .25rem}.flm-loading{text-align:center;padding:3rem;color:#9aa6b2}.flm-features{display:flex;flex-direction:column;gap:.75rem}.flm-feature{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#0f1720;border:1px solid #22303a;border-radius:8px;transition:border-color .2s,background .2s}.flm-feature:hover{border-color:#4f9cff;background:#4f9cff0d}.flm-feature.locked{border-color:#ff6b6b4d;background:#ff6b6b0d}.flm-feature.locked:hover{border-color:#ff6b6b80}.flm-feature.enabled{border-color:#4fbd8b59;background:#4fbd8b0f}.flm-feature.enabled:hover{border-color:#4fbd8b99}.flm-feature.enabled .toggle-switch input:checked+.toggle-slider{background-color:#4fbd8b}.flm-feature-info{display:flex;align-items:center;gap:1rem}.flm-feature-icon{font-size:1.5rem}.flm-feature-text{display:flex;flex-direction:column;gap:.25rem}.flm-feature-name{font-weight:600;color:#e6eef8;font-size:1rem}.flm-lock-meta{font-size:.8rem;color:#9aa6b2}.flm-feature-toggle{display:flex;align-items:center;gap:.75rem}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#22303a;border-radius:26px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#e6eef8;border-radius:50%;transition:.3s}.toggle-switch input:checked+.toggle-slider{background-color:#ff6b6b}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.toggle-switch input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.flm-status{font-size:.85rem;font-weight:600;min-width:70px;text-align:center}.status-locked{color:#ff6b6b}.status-unlocked,.status-enabled{color:#4fbd8b}.status-disabled{color:#9aa6b2}.flm-no-locks{text-align:center;padding:2rem;color:#4fbd8b;background:#4fbd8b1a;border-radius:8px;border:1px solid rgba(79,189,139,.2)}@media(max-width:600px){.flm-header{flex-direction:column;align-items:flex-start}.flm-controls{width:100%;flex-wrap:wrap}.flm-controls select{flex:1;min-width:150px}.flm-feature{flex-direction:column;align-items:flex-start;gap:1rem}.flm-feature-toggle{width:100%;justify-content:space-between}}.book-inspector{max-width:1100px;margin:0 auto}.bi-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.bi-back{padding:.4rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-accent, #4f9cff);cursor:pointer;font-size:.85rem;white-space:nowrap}.bi-back:hover{border-color:var(--ui-accent, #4f9cff)}.bi-title{flex:1;color:var(--ui-text, #e6eef8);margin:0;font-size:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bi-status{display:inline-block;padding:2px 10px;border-radius:4px;font-size:.78rem;text-transform:capitalize;white-space:nowrap;background:#4f9cff1f;color:var(--ui-accent, #4f9cff)}.bi-status-public_release{background:#50c87826;color:#50c878}.bi-status-private_release{background:#c8a03c26;color:#c8a03c}.bi-status-library_review,.bi-status-library_catalog{background:#a078dc26;color:#a078dc}.bi-tabs{display:flex;gap:2px;border-bottom:1px solid var(--ui-border, #22303a);margin-bottom:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.bi-tab{padding:.5rem .85rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--ui-muted, #9aa6b2);cursor:pointer;font-size:.85rem;white-space:nowrap;transition:color .15s,border-color .15s}.bi-tab:hover{color:var(--ui-text, #e6eef8)}.bi-tab.active{color:var(--ui-accent, #4f9cff);border-bottom-color:var(--ui-accent, #4f9cff)}.bi-content{min-height:200px}.bi-loading,.bi-empty{text-align:center;padding:3rem 1rem;color:var(--ui-muted, #9aa6b2)}.bi-error{padding:1rem;background:#ff6b6b1f;border:1px solid var(--ui-danger, #ff6b6b);border-radius:8px;color:var(--ui-danger, #ff6b6b)}.bi-danger{color:var(--ui-danger, #ff6b6b)}.bi-mono{font-family:Fira Code,Cascadia Code,Consolas,monospace;font-size:.82rem;word-break:break-all}.bi-tag{display:inline-block;padding:1px 6px;background:#4f9cff1a;color:var(--ui-accent, #4f9cff);border-radius:3px;font-size:.78rem;text-transform:capitalize}.bi-pretext{white-space:pre-wrap;font-size:.88rem}.bi-pre{background:var(--ui-bg, #0b0f14);border:1px solid var(--ui-border, #22303a);border-radius:6px;padding:.75rem;font-family:Fira Code,Cascadia Code,Consolas,monospace;font-size:.8rem;color:var(--ui-text, #e6eef8);overflow-x:auto;white-space:pre-wrap;word-break:break-word}.bi-pre-scroll{max-height:400px;overflow-y:auto}.bi-dl{display:grid;grid-template-columns:160px 1fr;gap:.4rem 1rem;margin:0}.bi-dl dt{color:var(--ui-muted, #9aa6b2);font-size:.85rem;font-weight:500}.bi-dl dd{margin:0;color:var(--ui-text, #e6eef8);font-size:.9rem}.bi-section{margin-bottom:1.5rem}.bi-section h4{color:var(--ui-muted, #9aa6b2);font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.bi-story-content{color:var(--ui-text, #e6eef8);line-height:1.7;white-space:pre-wrap;font-size:.95rem}.bi-mcqs{display:flex;flex-direction:column;gap:.75rem}.bi-mcq-card{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:.75rem 1rem}.bi-mcq-q{margin:0 0 .5rem;color:var(--ui-text, #e6eef8)}.bi-mcq-options{margin:0;padding-left:1.5rem;list-style:upper-alpha}.bi-mcq-options li{padding:2px 0;color:var(--ui-text, #e6eef8)}.bi-mcq-options li.correct{color:#50c878;font-weight:600}.bi-simple-table{width:100%;border-collapse:collapse;font-size:.85rem}.bi-simple-table th{text-align:left;padding:.5rem .75rem;background:var(--ui-surface, #0f1720);color:var(--ui-muted, #9aa6b2);font-weight:600;border-bottom:1px solid var(--ui-border, #22303a)}.bi-simple-table td{padding:.5rem .75rem;color:var(--ui-text, #e6eef8);border-bottom:1px solid var(--ui-border, #22303a)}.bi-view-btn{background:none;border:1px solid var(--ui-border, #22303a);border-radius:4px;padding:.2rem .5rem;cursor:pointer;font-size:.85rem}.bi-view-btn:hover{border-color:var(--ui-accent, #4f9cff)}.bi-curriculum{display:flex;flex-direction:column;gap:.5rem}.bi-curriculum-card{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:8px;padding:.75rem 1rem}.bi-curriculum-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.bi-required-badge{font-size:.7rem;padding:.15rem .4rem;background:#4f9cff26;border-radius:4px;color:var(--ui-accent, #4f9cff);text-transform:uppercase;font-weight:600}.bi-curriculum-fields{display:flex;flex-direction:column;gap:.25rem}.bi-curriculum-field{margin:0;font-size:.85rem;color:var(--ui-text, #e6eef8);word-break:break-word}.bi-curriculum-field strong{color:var(--ui-muted, #9aa6b2);text-transform:capitalize}.bi-muted{color:var(--ui-muted, #9aa6b2)}.bi-llm-logs{display:flex;flex-direction:column;gap:1px}.bi-log-header,.bi-log-summary{display:grid;grid-template-columns:140px 80px 1fr 70px 70px 60px 30px 20px;gap:.5rem;align-items:center;padding:.5rem .75rem;font-size:.82rem}.bi-log-header{color:var(--ui-muted, #9aa6b2);font-weight:600;border-bottom:1px solid var(--ui-border, #22303a)}.bi-log-entry{border:1px solid var(--ui-border, #22303a);border-radius:4px;margin-bottom:2px;transition:border-color .15s}.bi-log-entry.expanded{border-color:var(--ui-accent, #4f9cff)}.bi-log-summary{cursor:pointer;background:var(--ui-surface, #0f1720)}.bi-log-summary:hover{background:#4f9cff0d}.bi-log-date{color:var(--ui-muted, #9aa6b2);font-size:.78rem}.bi-log-stage{color:var(--ui-accent, #4f9cff);font-weight:500;text-transform:capitalize}.bi-log-model{color:var(--ui-text, #e6eef8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bi-log-tokens,.bi-log-cost,.bi-log-latency{color:var(--ui-muted, #9aa6b2);text-align:right;font-variant-numeric:tabular-nums}.bi-log-status{text-align:center}.bi-log-status.ok{color:#50c878}.bi-log-status.failed{color:var(--ui-danger, #ff6b6b)}.bi-log-chevron{color:var(--ui-muted, #9aa6b2);text-align:center}.bi-log-detail{padding:.75rem;background:var(--ui-bg, #0b0f14);border-top:1px solid var(--ui-border, #22303a)}.bi-log-error{padding:.5rem .75rem;background:#ff6b6b1a;border-radius:4px;color:var(--ui-danger, #ff6b6b);margin-bottom:.75rem;font-size:.85rem}.bi-log-payload{margin-bottom:.75rem}.bi-log-payload h5{color:var(--ui-muted, #9aa6b2);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .35rem}.bi-log-meta{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid var(--ui-border, #22303a);color:var(--ui-muted, #9aa6b2);font-size:.78rem}@media(max-width:768px){.bi-dl{grid-template-columns:1fr}.bi-dl dt{margin-top:.5rem}.bi-tabs{gap:0}.bi-tab{padding:.4rem .5rem;font-size:.78rem}.bi-log-header,.bi-log-summary{grid-template-columns:1fr 60px 1fr 50px 20px;font-size:.75rem}.bi-log-tokens,.bi-log-latency,.bi-log-status{display:none}}.content-browser{max-width:1100px;margin:0 auto}.content-browser h2{color:var(--ui-text, #e6eef8);margin-bottom:1rem}.cb-controls{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.cb-search{flex:1;min-width:180px;padding:.5rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:.9rem}.cb-search::placeholder{color:var(--ui-muted, #9aa6b2)}.cb-sort-select{padding:.5rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-text, #e6eef8);font-size:.9rem;cursor:pointer}.cb-sort-order{padding:.5rem .75rem;background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:6px;color:var(--ui-accent, #4f9cff);font-size:1rem;cursor:pointer;line-height:1}.cb-sort-order:hover{border-color:var(--ui-accent, #4f9cff)}.cb-error{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ff6b6b1f;border:1px solid var(--ui-danger, #ff6b6b);border-radius:8px;color:var(--ui-danger, #ff6b6b);margin-bottom:1rem}.cb-error button{background:none;border:none;color:var(--ui-danger, #ff6b6b);font-size:1.2rem;cursor:pointer}.cb-loading,.cb-empty{text-align:center;padding:3rem 1rem;color:var(--ui-muted, #9aa6b2)}.cb-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid var(--ui-border, #22303a)}.cb-table{width:100%;border-collapse:collapse;font-size:.88rem}.cb-table th{text-align:left;padding:.6rem .75rem;background:var(--ui-surface, #0f1720);color:var(--ui-muted, #9aa6b2);font-weight:600;border-bottom:1px solid var(--ui-border, #22303a);white-space:nowrap}.cb-table td{padding:.6rem .75rem;border-bottom:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8)}.cb-cell-title{max-width:320px;padding:0}.cb-title-button{display:flex;flex-direction:column;gap:2px;width:100%;padding:.6rem .75rem;background:none;border:none;color:inherit;text-align:left;cursor:pointer;transition:background .15s}.cb-title-button:hover{background:#4f9cff0f}.cb-title-button:focus-visible{outline:2px solid var(--ui-accent, #4f9cff);outline-offset:-2px}.cb-book-title{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ui-accent, #4f9cff)}.cb-book-type{font-size:.75rem;color:var(--ui-muted, #9aa6b2);text-transform:capitalize}.cb-cell-director{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.cb-cell-level{text-align:center;font-variant-numeric:tabular-nums}.cb-cell-date{white-space:nowrap;color:var(--ui-muted, #9aa6b2)}.cb-status{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;text-transform:capitalize;white-space:nowrap;background:#4f9cff1f;color:var(--ui-accent, #4f9cff)}.cb-status-public_release{background:#50c87826;color:#50c878}.cb-status-private_release{background:#c8a03c26;color:#c8a03c}.cb-status-library_review,.cb-status-library_catalog{background:#a078dc26;color:#a078dc}.cb-load-more{display:flex;align-items:center;justify-content:center;padding:2rem 0;min-height:80px}.cb-load-more span{color:var(--ui-muted, #9aa6b2);font-size:.85rem}@media(max-width:640px){.cb-controls{flex-direction:column}.cb-search{min-width:auto}.cb-cell-title{max-width:180px}.cb-cell-director{max-width:120px}}.vocadex-view{max-width:900px;margin:0 auto;padding:1rem 0}.vocadex-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.vocadex-title{font-size:1.5rem;font-weight:700;color:var(--ui-text, #e6eef8);margin:0}.vocadex-controls{display:flex;align-items:center;gap:.5rem}.vocadex-sort{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);color:var(--ui-text, #e6eef8);font-size:.85rem;padding:.4rem .75rem;border-radius:6px;cursor:pointer}.vocadex-sort:focus{outline:2px solid var(--ui-accent, #4f9cff);outline-offset:1px}.vocadex-loading,.vocadex-error,.vocadex-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:var(--ui-muted, #9aa6b2)}.vocadex-spinner{width:32px;height:32px;border:3px solid var(--ui-border, #22303a);border-top-color:var(--ui-accent, #4f9cff);border-radius:50%;animation:vocadex-spin .7s linear infinite;margin-bottom:1rem}@keyframes vocadex-spin{to{transform:rotate(360deg)}}.vocadex-error button{margin-top:1rem;background:var(--ui-accent, #4f9cff);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:6px;cursor:pointer}.vocadex-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.vocadex-empty p{max-width:400px;line-height:1.6}.vocadex-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.vocadex-card{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:10px;padding:1rem;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:.35rem;transition:border-color .2s,box-shadow .2s,transform .15s;font-family:inherit;color:inherit}.vocadex-card:hover{border-color:var(--ui-accent, #4f9cff);box-shadow:0 0 12px #4f9cff26;transform:translateY(-2px)}.vocadex-card:focus-visible{outline:2px solid var(--ui-accent, #4f9cff);outline-offset:2px}.vocadex-card-word{font-size:1.05rem;font-weight:600;color:var(--ui-text, #e6eef8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vocadex-card-pos{font-size:.75rem;color:var(--ui-muted, #9aa6b2);font-style:italic}.vocadex-card-mastery-bar{height:6px;background:var(--ui-border, #22303a);border-radius:3px;overflow:hidden;margin-top:.25rem}.vocadex-card-mastery-fill{height:100%;background:linear-gradient(90deg,#00e5ff,#4fc3f7);border-radius:3px;transition:width .4s ease;min-width:2px}.vocadex-card-mastery-value{font-size:.75rem;font-weight:600;color:var(--ui-accent, #4f9cff);text-align:right}.vocadex-total{text-align:center;font-size:.85rem;color:var(--ui-muted, #9aa6b2);margin-top:1.5rem}.vocadex-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem;animation:vocadex-detail-fade .2s ease-out}@keyframes vocadex-detail-fade{0%{opacity:0}to{opacity:1}}.vocadex-detail{background:var(--ui-surface, #0f1720);border:1px solid var(--ui-border, #22303a);border-radius:16px;padding:2rem;max-width:480px;width:100%;position:relative;box-shadow:0 12px 40px #00000080;max-height:85vh;overflow-y:auto;animation:vocadex-detail-slide .25s cubic-bezier(.34,1.56,.64,1)}@keyframes vocadex-detail-slide{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.vocadex-detail-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.25rem;color:var(--ui-muted, #9aa6b2);cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.vocadex-detail-close:hover{color:var(--ui-text, #e6eef8)}.vocadex-detail-word{font-size:2rem;font-weight:700;color:var(--ui-text, #e6eef8);margin:0 0 .25rem}.vocadex-detail-pos{display:inline-block;font-size:.875rem;color:var(--ui-muted, #9aa6b2);font-style:italic;margin-bottom:1rem}.vocadex-detail-definition{font-size:1rem;color:var(--ui-text, #e6eef8);line-height:1.6;margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--ui-border, #22303a)}.vocadex-detail-forms{font-size:.85rem;color:var(--ui-muted, #9aa6b2);margin-bottom:.75rem}.vocadex-detail-forms-label{font-weight:600;margin-right:.5rem}.vocadex-detail-forms-list{font-style:italic}.vocadex-detail-section{margin-bottom:1.25rem}.vocadex-detail-label{display:block;font-size:.75rem;font-weight:600;color:var(--ui-muted, #9aa6b2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.vocadex-detail-mastery-bar{height:10px;background:var(--ui-border, #22303a);border-radius:5px;overflow:hidden;margin-bottom:.35rem}.vocadex-detail-mastery-fill{height:100%;background:linear-gradient(90deg,#00e5ff,#4fc3f7);border-radius:5px;transition:width .6s ease;min-width:2px}.vocadex-detail-mastery-value{font-size:.875rem;font-weight:600;color:var(--ui-accent, #4f9cff);display:block;text-align:right}.vocadex-detail-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.vocadex-detail-meta-item{display:flex;flex-direction:column;gap:.15rem}.vocadex-detail-meta-label{font-size:.7rem;font-weight:600;color:var(--ui-muted, #9aa6b2);text-transform:uppercase;letter-spacing:.04em}.vocadex-detail-meta-value{font-size:.85rem;color:var(--ui-text, #e6eef8)}.vocadex-detail-books-loading,.vocadex-detail-books-empty{font-size:.85rem;color:var(--ui-muted, #9aa6b2);margin:0}.vocadex-detail-books{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.vocadex-detail-book{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--ui-bg, #0b0f14);border-radius:6px;gap:.5rem}.vocadex-detail-book-title{font-size:.85rem;color:var(--ui-text, #e6eef8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.vocadex-detail-book-date{font-size:.75rem;color:var(--ui-muted, #9aa6b2);flex-shrink:0}@media(max-width:600px){.vocadex-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.vocadex-card{padding:.75rem}.vocadex-card-word{font-size:.95rem}.vocadex-detail{padding:1.5rem;max-width:95%}.vocadex-detail-word{font-size:1.5rem}}@media(min-width:600px)and (max-width:768px){.vocadex-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.error-fallback{display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem}.error-fallback-content{text-align:center;max-width:400px}.error-fallback-icon{font-size:3rem;display:block;margin-bottom:1rem}.error-fallback-title{font-size:1.5rem;margin-bottom:.5rem;color:var(--ui-text, #e6eef8)}.error-fallback-message{color:var(--ui-muted, #9aa6b2);margin-bottom:1.5rem;line-height:1.5}.error-fallback-button{padding:.75rem 1.5rem;font-size:1rem;background-color:var(--ui-accent, #4f9cff);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.error-fallback-button:hover{opacity:.85}.error-fallback-button:active{opacity:.7}.access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;text-align:center;min-height:40vh}.access-denied .denied-icon{font-size:3rem;line-height:1}.access-denied h2{margin:0;color:var(--ui-danger, #ff6b6b);font-size:1.5rem}.access-denied p{margin:0;color:var(--ui-muted, #9aa6b2);max-width:28rem;line-height:1.5}.access-denied .btn-back-to-dashboard{margin-top:.5rem;padding:.6rem 1.6rem;border:1px solid var(--ui-accent, #4f9cff);border-radius:6px;background:transparent;color:var(--ui-accent, #4f9cff);font-size:.95rem;cursor:pointer;transition:background .15s,color .15s}.access-denied .btn-back-to-dashboard:hover{background:var(--ui-accent, #4f9cff);color:var(--ui-bg, #0b0f14)}html,body,div#root{color:#ece6e6;font-family:system-ui,Arial,sans-serif;background:#020c29}body{margin:0;padding:0;overscroll-behavior-y:contain}*{box-sizing:border-box}
