@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Arial,sans-serif}button,input,select{font:inherit}:root{--accent:#635bff;--text:#f7f8fb;--muted:#a8adba;--side:#172132f2;--panel:#121a28e8;--panel2:#202b3ceb;--field:#3b4659;--line:#3b4659;--bg1:#121827;--bg2:#090c13}body{color:var(--text);background:#111827 url("background.jpg") center/cover fixed no-repeat;transition:.25s}body:before{content:"";position:fixed;inset:0;z-index:-2}body.light{--text:#172033;--muted:#697386;--side:#eef2f8f2;--panel:#ffffffeb;--panel2:#f1f4f9ed;--field:#edf1f7;--line:#d7deea;--bg1:#f3f5f9;--bg2:#dfe6f0}body.blue{--accent:#2684ff;--bg1:#102c4d;--bg2:#071524;--panel:#112b47e8;--panel2:#183a5be8;--field:#294c6b;--line:#365d7c}body.pink{--accent:#ec4899;--bg1:#3b1933;--bg2:#160b18;--panel:#32182ee8;--panel2:#46203ce8;--field:#60304f;--line:#78415f}body.light{background:#f3f4f6}body.blue{background:linear-gradient(135deg,#eff6ff,#dbeafe)}body.pink{background:linear-gradient(135deg,#fdf2f8,#fce7f3)}body.light .panel,body.blue .panel,body.pink .panel{background:rgba(255,255,255,.75);border-color:rgba(0,0,0,.1)}body.light .page-head p,body.blue .page-head p,body.pink .page-head p{color:#4b5563}.shell{min-height:100vh}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:80px;background:rgba(31,41,55,.8);backdrop-filter:blur(4px);border-right:1px solid #374151;display:flex;flex-direction:column;align-items:center;padding:16px}.logo{font-size:42px;line-height:1;color:#818cf8;margin-bottom:26px;cursor:pointer}.nav{display:flex;flex-direction:column;gap:4px;width:100%}.nav button,.bottom-nav button{width:48px;height:44px;border:0;border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer;font-size:18px;position:relative}.nav button:hover,.nav button.active,.bottom-nav button:hover{color:white;background:#111827}.nav button.active{color:#fff}.nav button:hover:after{content:attr(data-tip);position:absolute;left:54px;top:8px;background:#090d15;color:#fff;padding:6px 9px;border-radius:5px;font-size:11px;white-space:nowrap}.bottom-nav{margin-top:auto;width:100%;display:grid;gap:4px}.main{margin-left:80px;min-height:100vh;padding:32px}.page{display:none;animation:show .22s ease}.page.active{display:block}@keyframes show{from{opacity:.3;transform:translateY(3px)}}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.page-head h1{font-size:30px;margin:0 0 4px;letter-spacing:0}.page-head p{color:#d1d5db;margin:0;font-size:16px}.buttons{display:flex;gap:8px}.btn{border:0;border-radius:8px;padding:8px 16px;min-height:40px;color:white;background:#4f46e5;font-weight:700;cursor:pointer}.btn.gray{background:#4b5563}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:hover:not(:disabled){filter:brightness(1.1)}.panel{background:rgba(17,24,39,.6);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:8px}.dashboard-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.metric{height:108px;padding:24px;display:flex;justify-content:space-between;align-items:center}.metric span{font-size:14px;color:#9ca3af}.metric strong{display:block;font-size:30px;margin-top:4px}.metric i{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;font-style:normal;font-size:24px;background:color-mix(in srgb,var(--c) 20%,transparent);color:var(--c)}.dashboard-panels{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:32px}.dash-panel{height:478px;padding:24px}.dash-panel h2{font-size:20px;margin:0 0 28px}.line-chart{height:342px;border-left:1px solid #374151;border-bottom:1px solid #374151;position:relative;background:repeating-linear-gradient(to bottom,transparent 0,transparent 84px,#374151 85px)}.line-chart:after{content:"";position:absolute;left:0;right:0;bottom:1px;height:2px;background:#6366f1;box-shadow:0 0 7px #6366f1}.chart-labels{position:absolute;bottom:-26px;left:0;right:0;display:flex;justify-content:space-between;color:#9ca3af;font-size:10px}.reader-bar{margin:35px 10px}.reader-bar label{display:inline-block;width:65px;color:#d1d5db;font-size:12px}.reader-bar span{display:inline-block;height:78px;background:#169b50;width:var(--w);vertical-align:middle}.content-panel{padding:24px}.fields{display:flex;gap:16px;margin-bottom:16px}.input{border:1px solid #4b5563;background:#374151;color:#fff;border-radius:8px;padding:10px;outline:none;min-width:270px;min-height:42px}.input:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:850px;color:#9ca3af}.table th{background:rgba(55,65,81,.65);color:#d1d5db;text-align:left;padding:12px 16px;font-size:12px;text-transform:uppercase}.table td{padding:16px;border-bottom:1px solid #374151;font-size:14px;color:#9ca3af;height:96px}.table td strong{color:#fff}.book-cell{display:flex;align-items:center;gap:13px}.cover{width:40px;height:58px;border-radius:2px;background:linear-gradient(135deg,var(--c),#f6df88);box-shadow:1px 2px 5px #0008;display:grid;place-items:center;color:#222;font-size:7px;text-align:center}.actions-cell button{border:0;background:transparent;cursor:pointer;font-size:14px;padding:3px}.green{color:#4ade80}.blue-t{color:#60a5fa}.red{color:#f87171}.pager{display:flex;justify-content:center;gap:7px;margin:22px}.pager button{border:1px solid #4b5563;background:#374151;color:#fff;border-radius:5px;padding:7px 11px;cursor:pointer}.pager button.active{background:#4f46e5}.split{display:grid;grid-template-columns:357px 1fr;gap:32px}.form-panel{padding:24px;height:428px}.field{margin-bottom:90px}.field label{display:block;color:#cbd0da;font-size:12px;font-weight:700;margin-bottom:10px}.field input{width:100%}.form-panel .btn{width:100%}.empty{padding:38px;text-align:center;color:var(--muted)}.section-title{font-size:20px;margin:0 0 19px}.reserve-table{margin-top:25px}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.report{padding:22px;text-align:left;cursor:pointer;color:var(--text);transition:.2s}.report:hover,.report.active{border-color:var(--accent);transform:translateY(-2px)}.report i{font-style:normal;font-size:24px;color:var(--accent)}.report h3{margin:13px 0 8px;font-size:15px}.report p{margin:0;color:var(--muted);font-size:12px}.report-result{margin-top:22px;padding:23px;min-height:165px}.chat{max-width:920px;padding:23px}.bubble{max-width:75%;padding:13px 15px;border-radius:12px;background:var(--panel2);font-size:13px;line-height:1.55}.bubble.user{margin-left:auto;background:var(--accent);color:#fff}.chat-input{display:flex;gap:10px;margin-top:25px}.chat-input input{flex:1}.theme-dots{position:fixed;z-index:25;right:24px;bottom:22px;background:#050911c9;border-radius:30px;padding:9px;display:flex;gap:10px}.theme-dots button{width:25px;height:25px;border-radius:50%;border:2px solid #fff;cursor:pointer}.theme-dots button:nth-child(1){background:#0b111d}.theme-dots button:nth-child(2){background:#fff}.theme-dots button:nth-child(3){background:#dcecff}.theme-dots button:nth-child(4){background:#ffe6f3}.login{position:fixed;z-index:100;inset:0;display:grid;place-items:center;background:url("background2.jpg") center/cover fixed no-repeat}.login.hidden{display:none}.login-card{width:448px;padding:32px;background:rgba(31,41,55,.8);border:1px solid #374151;border-radius:16px;backdrop-filter:blur(4px);box-shadow:0 25px 50px #0008}.login-card h1{text-align:center;margin:0;font-size:30px;color:#fff}.login-card p{text-align:center;color:#9ca3af;margin:10px 0}.login-card .sub{font-size:14px;line-height:1.55;margin-bottom:28px}.login-card label{display:block;color:#e5e7eb;font-size:14px;margin:20px 0 8px}.login-card input{width:100%;height:48px;border:0;border-radius:6px;padding-left:40px}.login-card .btn{width:100%;height:46px;margin-top:24px;border-radius:6px;background:#2563eb;font-size:14px}.login-error{display:none;padding:12px;text-align:center;border:1px solid #ef4444;color:#fca5a5;border-radius:7px;font-size:12px}.login-error.show{display:block}.modal-bg{display:none;position:fixed;z-index:80;inset:0;background:#000b;place-items:center}.modal-bg.show{display:grid}.modal{width:min(880px,calc(100% - 30px));height:90vh;overflow:auto;padding:32px;background:#111827;border:1px solid #374151;border-radius:8px}.modal h2{margin:0 0 24px;font-size:28px}.modal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.modal-grid label{display:block;font-size:12px;color:#d1d5db;font-weight:700}.modal-grid input,.modal-grid select,.modal-grid textarea{width:100%;min-width:0;margin-top:9px}.modal-grid .wide{grid-column:span 2}.modal-grid .full{grid-column:1/-1}.google-box{grid-column:1/-1;border:1px solid #4f46e5;border-radius:8px;padding:16px;background:#312e811f}.google-line{display:flex;gap:8px;margin-top:10px}.google-line input{flex:1;margin:0}.acquisition{grid-column:span 2;border:1px solid #4b5563;border-radius:8px;padding:16px}.acquisition h3{margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid #374151}.modal-foot{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.toast{display:none;position:fixed;z-index:120;right:25px;top:20px;background:#168457;color:#fff;padding:12px 18px;border-radius:7px;font-size:12px}.toast.show{display:block}.public{margin-left:-80px;padding:0}.public-head{height:69px;padding:0 7%;display:flex;align-items:center;justify-content:space-between;background:#101827e8;border-bottom:1px solid var(--line)}.public-head b{font-size:19px}.public-main{max-width:1100px;margin:55px auto;text-align:center}.public-main h1{font-size:36px;margin-bottom:8px}.public-search{width:min(650px,90%);margin:30px auto}.catalog{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:left}.catalog .panel{padding:17px}.catalog-cover{height:165px;background:linear-gradient(145deg,var(--c),#191f2c);border-radius:5px;margin-bottom:13px}.catalog h3{font-size:13px}.catalog p{font-size:11px;color:var(--muted)}@media(max-width:1000px){.dashboard-cards{grid-template-columns:1fr 1fr}.dashboard-panels,.split{grid-template-columns:1fr}.report-grid,.catalog{grid-template-columns:1fr 1fr}.form-panel{height:auto}.field{margin-bottom:25px}}@media(max-width:650px){.sidebar{inset:auto 0 0;width:100%;height:62px;flex-direction:row;padding:5px}.logo,.bottom-nav{display:none}.nav{flex-direction:row;justify-content:space-around}.nav button:nth-child(n+6){display:none}.main{margin-left:0;padding:22px 13px 82px}.page-head{align-items:flex-start}.page-head h1{font-size:23px}.dashboard-cards,.dashboard-panels,.report-grid,.catalog{grid-template-columns:1fr}.buttons{display:none}.fields{flex-direction:column}.input{min-width:0;width:100%}.theme-dots{bottom:72px}.public{margin-left:0}.modal-grid{grid-template-columns:1fr}}:root{--accent:#0b4f91;--accent2:#1672c4;--text:#17243a;--muted:#718096;--side:#07396f;--panel:#fff;--panel2:#f1f5f9;--field:#f8fafc;--line:#e2e8f0}body,body.light,body.blue,body.pink,body.stars{color:var(--text);background:#f4f7fb}.sidebar{width:244px;align-items:stretch;padding:22px 16px;background:linear-gradient(180deg,#073d76,#062e59);border:0;box-shadow:10px 0 30px #123a6312}.logo{height:54px;margin:0 4px 26px;padding:0 10px;display:flex;align-items:center;gap:12px;color:#fff;font-size:25px}.logo:after{content:"Sistema Biblioteca Prof.ª Maria Angélica";font-size:17px;font-weight:800;letter-spacing:.01em}.nav{gap:5px}.nav button,.bottom-nav button{width:100%;height:44px;padding:0 13px;display:flex;align-items:center;gap:13px;color:#b9cee4;font-size:16px;text-align:left}.nav button:after,.bottom-nav button:after{content:attr(data-tip);font-size:12px;font-weight:650;white-space:nowrap}.nav button:hover:after{position:static;background:none;padding:0}.nav button:hover,.nav button.active,.bottom-nav button:hover{color:#fff;background:#ffffff18}.nav button.active{box-shadow:inset 3px 0 #69b9ff}.bottom-nav{gap:5px}.bottom-nav button:last-child:after{content:"Sair"}.main{margin-left:244px;padding:32px 38px 55px}.page{max-width:1500px;margin:auto}.page-head{margin-bottom:24px}.page-head h1{font-size:25px;line-height:1.25;color:#14233a}.page-head p{font-size:13px!important;color:var(--muted)!important;margin-top:7px}.panel,body.light .panel,body.blue .panel,body.pink .panel{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 28px rgba(26,51,82,.06);backdrop-filter:none}.btn{border-radius:9px;background:var(--accent);box-shadow:0 4px 11px #0b4f9122;font-size:12px;transition:.2s}.btn.gray{background:#e8eef5;color:#39516d;box-shadow:none}.btn:hover:not(:disabled){filter:none;background:var(--accent2);transform:translateY(-1px)}.dashboard-cards{gap:16px}.metric{height:116px;padding:21px}.metric span{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.metric strong{color:#14233a;font-size:29px}.metric i{border-radius:12px}.dashboard-panels{gap:16px;margin-top:16px}.dash-panel{height:390px;padding:22px}.dash-panel h2,.section-title{font-size:14px;color:#20314a}.line-chart{height:270px;border-color:#dfe7f0;background:repeating-linear-gradient(to bottom,transparent 0,transparent 66px,#e8edf3 67px)}.line-chart:after{height:3px;background:var(--accent2);box-shadow:none}.chart-labels{color:var(--muted)}.reader-bar{margin:31px 8px}.reader-bar label{color:#52647b}.reader-bar span{height:22px;border-radius:0 12px 12px 0;background:linear-gradient(90deg,#0b4f91,#2b8bd5)}.content-panel{padding:20px}.fields{gap:10px}.input{border:1px solid #dbe3ec;background:#f8fafc;color:#17243a;border-radius:9px;min-height:42px;font-size:12px}.input:focus{border-color:#3583c9;box-shadow:0 0 0 3px #2580cf18}.table{color:#607086}.table th{background:#f4f7fa;color:#607086;padding:12px;font-size:9px;letter-spacing:.07em}.table td{height:auto;padding:13px 12px;color:#607086;border-color:#edf1f5;font-size:11px}.table td strong{color:#1b2c44}.cover{width:38px;height:52px;border-radius:5px;box-shadow:0 3px 7px #18304b25}.pager button{border-color:#dbe3ec;background:#fff;color:#52647b}.pager button.active{background:var(--accent);color:#fff}.split{grid-template-columns:360px 1fr;gap:16px}.form-panel{height:auto;min-height:390px;padding:22px}.field{margin-bottom:23px}.field label,.modal-grid label{color:#53657b}.empty{padding:55px 20px}.report-grid{gap:14px}.report{padding:20px}.report:hover,.report.active{border-color:#5b9bd5;box-shadow:0 10px 28px #0b4f9115}.chat{max-width:none}.bubble{background:#eff4f9}.theme-dots{right:19px;bottom:17px;padding:7px;background:#fff;border:1px solid var(--line);box-shadow:0 5px 18px #1f3c5c1f}.theme-dots button{width:20px;height:20px;border-color:#d7e0e9}.login:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#061d37e8,#073e749c)}.login-card{position:relative;width:420px;padding:36px;background:#fffffff2;border:1px solid #ffffff88;border-radius:18px;backdrop-filter:blur(15px);box-shadow:0 30px 80px #00152d70}.login-card:before{content:"FAESB";display:block;text-align:center;color:#0b4f91;font-weight:900;letter-spacing:.18em;font-size:12px;margin-bottom:15px}.login-card h1{color:#14233a;font-size:28px}.login-card p{color:#718096}.login-card label{color:#42536a;font-size:11px;font-weight:700}.login-card input{background:#f6f8fb;color:#17243a;border:1px solid #dbe3ec;padding-left:14px}.login-card .btn{background:var(--accent)}.login-error{background:#fff0f0;color:#c23d45}.modal-bg{background:#0e2036aa;backdrop-filter:blur(4px)}.modal{background:#fff;border:0;border-radius:16px;color:#17243a;box-shadow:0 30px 80px #0b1e3380}.modal h2{font-size:21px}.google-box{border-color:#b9d5ee;background:#f2f8fd}.acquisition{border-color:#dbe3ec}.public{margin-left:-244px}.public-head{background:#07396f;color:#fff}.public-main h1{color:#14233a}.catalog .panel{padding:14px}.catalog-cover{border-radius:9px}.catalog h3{color:#1b2c44}.toast{top:auto;bottom:24px;border-radius:10px;box-shadow:0 8px 25px #0a2a4450}.status-pill{display:inline-flex;padding:5px 8px;border-radius:20px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.status-pill.available{background:#e8f7ef;color:#168052}.status-pill.loaned{background:#fff3dc;color:#a86608}.status-pill.overdue{background:#ffebec;color:#c63d48}.status-pill.reserved{background:#e9f2fb;color:#1768a8}.loan-card{padding:15px;margin-top:9px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.loan-card p{margin:5px 0 0;color:var(--muted);font-size:11px}.loan-card-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.loan-date-input{width:148px!important;min-width:148px!important;min-height:38px;padding:7px 9px}.operational-note{padding:11px 13px;margin-bottom:15px;border:1px solid #cfe2f3;background:#f3f8fc;border-radius:9px;color:#47647f;font-size:11px}.result-card{padding:16px;margin-top:12px}.result-card p{color:var(--muted);font-size:11px}.danger-btn{background:#fff0f0!important;color:#b93842!important}@media(max-width:1000px){.sidebar{width:82px;align-items:center}.logo{padding:0;justify-content:center}.logo:after,.nav button:after,.bottom-nav button:after{display:none}.nav button,.bottom-nav button{width:48px;justify-content:center;padding:0}.main{margin-left:82px}.public{margin-left:-82px}}@media(max-width:650px){.sidebar{inset:auto 0 0;width:100%;height:64px;flex-direction:row;padding:6px 8px}.main{margin-left:0;padding:20px 13px 82px}.public{margin-left:0}.dashboard-cards{grid-template-columns:1fr 1fr}.metric{height:100px;padding:15px}.metric strong{font-size:23px}.modal{padding:22px}.login-card{width:calc(100% - 28px)}}:root{--accent:#635bff;--text:#f7f8fb;--muted:#a8adba;--side:#172132f2;--panel:#121a28e8;--panel2:#202b3ceb;--field:#3b4659;--line:#3b4659}body,body.stars{color:var(--text);background:#0b1019 url("background.jpg") center/cover fixed no-repeat}body.stars:before{content:"";position:fixed;inset:0;z-index:-1;background:linear-gradient(#070b14b3,#111827d9)}body.light{--text:#172033;--muted:#697386;--panel:#ffffffeb;--panel2:#f1f4f9ed;--field:#edf1f7;--line:#d7deea;background:#f3f4f6}body.blue{--text:#172033;--muted:#52667d;--panel:#ffffffd9;--panel2:#eaf4ff;--field:#e5f1fc;--line:#bdd6ed;background:linear-gradient(135deg,#eff6ff,#dbeafe)}body.pink{--text:#3d2436;--muted:#826578;--panel:#fffafde8;--panel2:#fce7f3;--field:#fce7f3;--line:#f4b8d6;background:linear-gradient(135deg,#fdf2f8,#fce7f3)}.sidebar{width:80px;align-items:center;padding:16px;background:#172132f2;border-right:1px solid #374151;box-shadow:none}.logo{height:auto;margin:0 0 25px;padding:0;justify-content:center;color:#818cf8;font-size:42px}.logo:after,.nav button:after,.bottom-nav button:after{display:none}.nav,.bottom-nav{align-items:center}.nav button,.bottom-nav button{width:48px;height:44px;padding:0;justify-content:center;color:#aeb8c8;font-size:18px}.nav button:hover,.nav button.active,.bottom-nav button:hover{background:#111827;color:#fff;box-shadow:none}.nav button:hover:after{display:block;content:attr(data-tip);position:absolute;left:54px;top:8px;background:#090d15;padding:6px 9px;border-radius:5px;font-size:11px;white-space:nowrap}.bottom-nav button:last-child:after{display:none}.main{margin-left:80px;padding:32px;max-width:none}.page{max-width:none}.public{margin-left:-80px}.page-head h1{color:var(--text);font-size:30px}.page-head p{color:var(--muted)!important;font-size:16px!important}.panel,body.light .panel,body.blue .panel,body.pink .panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:none;backdrop-filter:blur(16px)}.btn{background:#4f46e5;border-radius:8px;font-size:14px;box-shadow:none}.btn.gray{background:#4b5563;color:#fff}.metric{height:108px;padding:24px}.metric span{color:var(--muted);font-size:14px;text-transform:none;letter-spacing:0}.metric strong{color:var(--text);font-size:30px}.metric i{border-radius:50%}.dashboard-cards{gap:24px}.dashboard-panels{gap:32px;margin-top:32px}.dash-panel{height:478px;padding:24px}.dash-panel h2,.section-title{font-size:20px;color:var(--text)}.line-chart{height:342px;border-color:var(--line);background:repeating-linear-gradient(to bottom,transparent 0,transparent 84px,#374151 85px)}.reader-bar{margin:35px 10px}.reader-bar label{color:var(--muted)}.reader-bar span{height:78px;border-radius:0;background:#169b50}.content-panel{padding:24px}.input{border:1px solid #4b5563;background:var(--field);color:var(--text);border-radius:8px;font-size:14px}.input:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.table{color:var(--muted)}.table th{background:#2a3445;color:#d1d5db;font-size:12px}.table td{padding:16px;color:var(--muted);border-color:var(--line);font-size:14px}.table td strong{color:var(--text)}.form-panel{min-height:428px}.field{margin-bottom:70px}.status-pill.available{background:#064e2c;color:#5bf095}.status-pill.overdue{background:#5f1f29;color:#ff929b}.status-pill.loaned{background:#684d0d;color:#ffd268}.modal{background:#111827;border:1px solid #374151;color:#fff;border-radius:8px}.modal h2{font-size:28px}.modal-grid label{color:#d1d5db}.google-box{background:#312e811f;border-color:#4f46e5}.acquisition{border-color:#4b5563}.user-dialog{height:auto;max-height:90vh}.operational-note{background:#17263b;border-color:#35516f;color:#b9c8d9}.theme-dots{background:#050911c9;border:0;box-shadow:none}.login-card{background:rgba(31,41,55,.84);border:1px solid #374151}.login-card:before{color:#818cf8}.login-card h1{color:#fff}.login-card p{color:#9ca3af}.login-card label{color:#e5e7eb}.login-card input{background:#fff;color:#172033}.public-head{background:#101827e8}.public-main h1{color:var(--text)}.chart-box{position:relative;height:385px}.dash-panel canvas{max-height:385px}.recognition{min-height:24px;margin-top:10px;font-size:13px;font-weight:700}.recognition.ok{color:#4ade80}.recognition.error{color:#f87171}.book-detail{display:block;margin-top:4px;color:var(--muted);font-size:10px}.catalog-status{font-size:11px;color:var(--muted);margin:10px 0}.isbn-loading{opacity:.65;pointer-events:none}.cover-image{width:40px;height:60px;border-radius:3px;object-fit:cover;background:#374151;cursor:pointer}.book-title-btn{border:0;background:none;padding:0;color:var(--text);font-weight:700;text-align:left;cursor:pointer}.book-title-btn:hover{color:#818cf8}.catalog-cover{display:grid;place-items:center;overflow:hidden}.catalog-cover img{width:100%;height:100%;object-fit:contain;background:#111827;cursor:pointer}.detail-layout{display:grid;grid-template-columns:150px 1fr;gap:24px}.detail-cover{width:150px;max-height:220px;object-fit:contain;border-radius:7px;background:#253044}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.detail-item{padding:10px;background:var(--panel2);border-radius:7px}.detail-item b,.detail-item span{display:block}.detail-item b{font-size:10px;color:var(--muted);text-transform:uppercase}.detail-item span{margin-top:4px;font-size:12px}.detail-summary{margin-top:18px;line-height:1.6;color:var(--muted);font-size:12px}.pager-info{display:flex;align-items:center;padding:7px;color:var(--muted);font-size:11px}.exemplar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.exemplar-form{display:flex;gap:8px;margin-bottom:18px}.exemplar-form input{flex:1}.available-text{color:#4ade80;font-weight:700}.loaned-text{color:#facc15;font-weight:700}.damaged-text{color:#fb923c;font-weight:700}.missing-text{color:#f87171;font-weight:700}.exemplar-status{min-width:150px}.icon-btn{width:30px;height:30px;border:0;border-radius:7px;background:transparent;display:inline-grid;place-items:center;cursor:pointer;font-size:15px}.icon-btn.blue{color:#60a5fa}.icon-btn.red{color:#fb7185}.icon-btn.green{color:#60a5fa}.icon-btn:hover{background:#ffffff12}.tombo-saved-list{display:grid;gap:8px;margin-bottom:16px}.tombo-saved-item{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:9px 10px;border:1px solid #334155;border-radius:8px;background:#111827}.tombo-saved-item strong{color:#e5e7eb}.tombo-saved-item small{color:#94a3b8}.report-table-wrap{max-height:420px;overflow:auto;margin-top:14px}.settings-block{margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.muted-help{color:var(--muted);font-size:11px;margin:7px 0 0;line-height:1.45}.chat{background:#101827!important}.chat #messages{display:grid;gap:12px;max-height:560px;overflow:auto}.chat .bubble{background:#202b3c!important;color:#f7f8fb!important;border:1px solid #3b4659;box-shadow:0 8px 18px #0002}.chat .bubble strong{color:#fff}.chat .bubble.user{background:#4f46e5!important;color:#fff!important;border-color:#4f46e5}.chat .input{background:#1f2937!important;color:#fff!important;border-color:#4b5563!important}.chat .input::placeholder{color:#a8adba}.paid-report-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px}.fine-actions{display:flex;gap:8px;flex-wrap:wrap}.fine-justification{width:100%;min-height:90px}.fine-note{font-size:11px;color:#93a4b8;line-height:1.35}.source-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.source-links a{color:#c7d2fe;text-decoration:none;border:1px solid #4f46e5;border-radius:999px;padding:6px 10px;font-size:11px;background:#312e811f}.tombo-cell{display:flex;align-items:center;gap:8px;white-space:nowrap}.tombo-help{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#243044;color:#fff;border:1px solid #4b5563;font-size:11px;font-weight:900;cursor:help}.tombo-tooltip{position:absolute;left:50%;bottom:calc(100%+8px);transform:translate(-50%,4px);z-index:60;min-width:210px;max-width:360px;max-height:220px;overflow:auto;padding:10px 12px;background:#050911;color:#e5e7eb;border:1px solid #374151;border-radius:8px;box-shadow:0 14px 30px #0008;visibility:hidden;opacity:0;pointer-events:none;transition:.12s}.tombo-help:hover .tombo-tooltip,.tombo-help:focus .tombo-tooltip{visibility:visible;opacity:1;transform:translate(-50%,0)}.tombo-tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;margin-left:-6px;border-width:6px 6px 0;border-style:solid;border-color:#050911 transparent transparent}.tombo-tooltip strong{display:block;margin-bottom:7px;color:#fff}.tombo-tooltip span{display:flex;justify-content:space-between;gap:14px;padding:4px 0;border-bottom:1px solid #ffffff12}.tombo-tooltip span:last-child{border-bottom:0}.tombo-tooltip em{font-style:normal;color:#a8adba}.label-start-control{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}.label-start-control .input{width:148px;min-width:148px}.public-only .sidebar{display:none}.public-only .main{margin-left:0}.public-only .public{margin-left:0}.admin-only-hidden{display:none!important}.readonly-note{padding:10px 12px;margin-bottom:12px;border:1px solid #facc15;background:#78350f30;color:#fde68a;border-radius:8px;font-size:11px}.sync-status{position:fixed;z-index:35;left:96px;bottom:24px;padding:8px 12px;border-radius:999px;background:#111827e8;border:1px solid #374151;color:#d1d5db;font-size:11px;font-weight:800;box-shadow:0 8px 25px #0003}.sync-status.ok{color:#86efac;border-color:#166534}.sync-status.warn{color:#fde68a;border-color:#92400e}.sync-status.error{color:#fca5a5;border-color:#991b1b}body.public-view .sync-status{left:24px}.sidebar{transition:width .2s}.sidebar:hover{width:245px;align-items:stretch}.sidebar:hover .logo{justify-content:flex-start;gap:12px;font-size:30px}.sidebar:hover .logo:after{display:block;content:"Sistema Biblioteca Prof.ª Maria Angélica";font-size:17px;font-weight:800;color:#fff}.sidebar:hover .nav,.sidebar:hover .bottom-nav{align-items:stretch}.sidebar:hover .nav button,.sidebar:hover .bottom-nav button{width:100%;justify-content:flex-start;gap:13px;padding:0 13px}.sidebar:hover .nav button:after,.sidebar:hover .bottom-nav button:after{display:block;content:attr(data-tip);position:static;background:none;padding:0;font-size:14px;font-weight:600}body.public-view .sidebar{display:none}body.public-view .main{margin-left:0;padding:0}body.public-view .public{margin-left:0;min-height:100vh}body.public-view .theme-dots{display:flex}.author-tools,.tombo-tools{display:flex;gap:8px;margin-top:8px}.author-tools .input,.tombo-tools .input{flex:1}.mini-btn{min-height:34px;padding:6px 10px}.print-sheet{display:none}.print-label{width:66.7mm;height:25.4mm;border:1px solid #222;border-radius:4px;color:#111;background:#fff;font-family:Arial,Helvetica,sans-serif;page-break-inside:avoid;overflow:hidden;display:grid}.print-label.blank{visibility:hidden}.label-spine{height:62mm;padding:8mm 4mm 4mm;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #222}.label-title{writing-mode:vertical-rl;transform:rotate(180deg);font-size:9pt;font-weight:800;line-height:1.18;text-align:center;max-height:54mm;overflow:hidden}.label-code{display:grid;gap:.45mm;padding:1.6mm 2.3mm;font-size:8.5pt;line-height:.96}.label-code strong{font-size:9.6pt}.label-code small{font-size:6.5pt;color:#333}.label-extra{font-size:6.5pt;border-top:1px solid #ddd;margin-top:.8mm;padding-top:.8mm}.print-label.shelf-only .label-code{height:100%;align-content:center;text-align:center;padding:1.7mm 3mm;font-size:8.5pt;line-height:.96}.print-label.shelf-only .label-code strong{display:block;font-size:9.6pt;margin-bottom:.25mm}.print-label.shelf-only .label-code span{display:block}.book-modal{width:min(980px,calc(100% - 24px));height:94vh;padding:20px;background:#070d18;border:1px solid #17233a;color:#e9f0fb}.book-modal h2{font-size:18px;margin:0 0 16px;color:#f4f7ff}.book-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.book-col{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-content:start}.book-col label{font-size:10px;color:#a9b6c8;font-weight:800}.book-col .input{min-height:34px;margin-top:5px;padding:8px 9px;border-radius:5px;background:#374255;border-color:#5b6679;color:#fff;font-size:11px}.book-col .wide{grid-column:span 2}.book-col .full{grid-column:1/-1}.book-panel{grid-column:1/-1;border:1px solid #263556;border-radius:7px;padding:10px;background:#0d1424}.book-panel-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px;color:#cfd8e8;font-size:10px;font-weight:900}.author-box{grid-column:1/-1}.author-box textarea{height:34px;min-height:34px;resize:vertical;overflow:auto}.author-tools,.tombo-tools{gap:6px}.author-tools .input,.tombo-tools .input{margin-top:0}.mini-btn{min-height:32px;border-radius:6px;padding:5px 9px}.book-panel .tombo-list{height:118px;resize:vertical;font-family:Consolas,monospace;font-size:11px}.section-caption{grid-column:1/-1;margin:4px 0 -3px;border-bottom:1px solid #303b4f;color:#cfd8e8;font-size:11px;font-weight:900;padding-bottom:7px}.cover-upload{display:flex;align-items:center;gap:10px}.cover-upload input[type=file]{font-size:10px;color:#a9b6c8}.purple-pill{background:#5b45e8;color:#fff;border:0;border-radius:999px;padding:7px 12px;font-size:10px;font-weight:900}.hidden-helper{display:none!important}.book-modal .modal-foot{margin-top:16px}.book-modal .btn{min-height:34px;padding:7px 13px}.book-col textarea.input{line-height:1.35}.book-form-grid,.book-col,.book-panel,.book-col label{min-width:0}.book-col{grid-template-columns:repeat(4,minmax(0,1fr))}.book-col .input{width:100%;min-width:0}.mini-btn,.purple-pill{white-space:nowrap}.cover-upload{min-width:0}.cover-upload input[type=file]{display:none}.cover-file-name{min-width:0;color:#a9b6c8;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:850px){.book-form-grid{grid-template-columns:1fr}.book-col{grid-template-columns:1fr 1fr}.book-col .wide,.book-col .full,.book-panel{grid-column:1/-1}}@media print{body>*:not(.print-sheet){display:none!important}.print-sheet{display:grid!important;grid-template-columns:repeat(3,66.7mm);grid-auto-rows:25.4mm;gap:0;background:#fff;padding:12.7mm 4.65mm 0 4.65mm;align-items:start;justify-items:start}@page{size:A4;margin:0}}.book-panel-title span:last-child{min-width:18px;height:18px;border-radius:999px;background:#5b5ff0;color:#fff;display:grid;place-items:center}.subjects-box{grid-column:1/-1}.subjects-box textarea{height:34px;min-height:34px;resize:vertical;overflow:auto}.subjects-tools{display:flex;gap:6px;margin-top:8px}.subjects-tools .input{flex:1;margin-top:0}.tombo-preview{display:grid;gap:7px;margin-bottom:12px}.tombo-preview-row{display:flex;align-items:center;justify-content:space-between;border:1px solid #364663;border-radius:4px;background:#111b2c;padding:8px 10px;color:#cfd8e8;font-family:Consolas,monospace;font-size:11px}.tombo-preview-row .status-pill{font-family:Inter,Arial,sans-serif;text-transform:none}.tombo-add-label{display:block;margin:10px 0 6px;color:#a7a6ff;font-size:10px;font-weight:900}.book-panel .tombo-list{height:82px}.cover-preview{display:none;width:68px;max-height:104px;object-fit:cover;border-radius:5px;margin-top:12px;box-shadow:0 6px 18px #0004;background:#1f2937}.cover-preview.show{display:block}@media(max-width:650px){.sidebar{width:100%;height:62px;padding:5px}.main{margin-left:0;padding:22px 13px 82px}.public{margin-left:0}.nav{flex-direction:row}.nav button:nth-child(n+7){display:none}.dashboard-cards{grid-template-columns:1fr}.page-head h1{font-size:23px}.chart-box{height:300px}}.login{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,rgba(12,30,52,.78),rgba(11,20,38,.9)),url("background2.jpg") center/cover fixed no-repeat;overflow:hidden}.login:before{content:"";position:absolute;inset:-18px;background:radial-gradient(circle at 18% 18%,rgba(24,136,169,.24),transparent 34%),radial-gradient(circle at 82% 24%,rgba(58,96,160,.18),transparent 36%);filter:blur(10px);pointer-events:none}.login.hidden{display:none}.login-card{position:relative;width:min(420px,calc(100vw - 32px));padding:30px 32px 28px;background:rgba(13,26,47,.46);border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 30px 90px rgba(0,0,0,.35);backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}.login-card:before{content:none}.login-card h1{margin:0;text-align:center;color:#f8fafc;font-size:31px;line-height:1.1;font-weight:800}.login-card p{margin:12px 0 0;text-align:center;color:rgba(220,227,238,.7);font-size:16px;line-height:1.35}.login-card .sub{max-width:340px;margin:12px auto 30px;color:rgba(220,227,238,.68);font-size:16px;line-height:1.35}.login-card label{display:block;margin:0 0 8px;color:rgba(244,247,251,.82);font-size:14px;font-weight:700}.login-card label+.input{margin-bottom:24px}.login-card input{width:100%;height:48px;border:1px solid rgba(255,255,255,.04);border-radius:6px;background-color:rgba(90,103,122,.58);color:#f8fafc;padding:0 14px 0 44px;outline:none;box-shadow:none;background-repeat:no-repeat;background-position:13px center;background-size:18px 18px}.login-card input:focus{border-color:rgba(96,165,250,.7);background-color:rgba(89,104,126,.72);box-shadow:0 0 0 3px rgba(37,99,235,.18)}.login-card #email{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%239ca3af'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm-.4 4.25-7.07 5.3a.9.9 0 0 1-1.06 0L4.4 8.25V6.7l7.6 5.7 7.6-5.7v1.55Z'/%3E%3C/svg%3E")}.login-card #password{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%239ca3af'%3E%3Cpath d='M17 9V7A5 5 0 0 0 7 7v2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-1Zm-8 0V7a3 3 0 0 1 6 0v2H9Z'/%3E%3C/svg%3E")}.login-card .btn{width:100%;height:46px;margin-top:0;border:0;border-radius:6px;background:#2f66ee;color:#fff;font-size:14px;font-weight:800;box-shadow:0 12px 28px rgba(47,102,238,.28)}.login-card .btn:hover{background:#2563eb;transform:translateY(-1px)}.login-error{margin:-12px 0 18px;padding:10px 12px;border:1px solid rgba(248,113,113,.45);border-radius:8px;background:rgba(127,29,29,.35);color:#fecaca;font-size:12px;text-align:center}@media (max-width:520px){.login{padding:16px}.login-card{padding:26px 22px 24px}.login-card h1{font-size:28px}.login-card p,.login-card .sub{font-size:14px}}.sync-status{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.sync-status.show{opacity:1;visibility:visible;transform:translateY(0)}:root{--accent:#2f80ed;--accent-2:#f2c94c;--accent-3:#2f80ed;--text:#f7f8f3;--muted:#c3c8bd;--side:rgba(8,19,14,.86);--panel:rgba(12,25,19,.72);--panel2:rgba(21,39,30,.78);--field:rgba(246,241,224,.09);--line:rgba(246,241,224,.16);--shadow:0 24px 70px rgba(0,0,0,.32);--soft-shadow:0 14px 38px rgba(0,0,0,.22)}html{scroll-behavior:smooth}body,body.stars{background:#07120e url("background.jpg") center/cover fixed no-repeat;color:var(--text);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-3;background:linear-gradient(110deg,rgba(3,15,12,.95) 0%,rgba(7,27,20,.78) 42%,rgba(10,35,27,.84) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 86px),repeating-linear-gradient(0deg,rgba(255,255,255,.028) 0 1px,transparent 1px 86px);pointer-events:none}body:after{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(115deg,transparent 0%,rgba(31,191,117,.13) 18%,transparent 34%,rgba(242,201,76,.08) 48%,transparent 65%);transform:translateX(-35%);animation:librarySweep 12s ease-in-out infinite alternate;pointer-events:none}@keyframes librarySweep{to{transform:translateX(28%)}}.shell{position:relative}.sidebar{width:88px;padding:18px 16px;background:linear-gradient(180deg,rgba(5,17,13,.92),rgba(11,29,21,.8));border-right:1px solid rgba(242,201,76,.15);box-shadow:16px 0 45px rgba(0,0,0,.24);backdrop-filter:blur(18px) saturate(135%);-webkit-backdrop-filter:blur(18px) saturate(135%)}.logo{width:54px;height:54px;display:grid;place-items:center;margin-bottom:30px;border-radius:8px;color:#062016;background:linear-gradient(135deg,#f2c94c,#2f80ed 78%);box-shadow:0 12px 32px rgba(31,191,117,.28),inset 0 1px 0 rgba(255,255,255,.55);font-size:27px;transition:transform .35s ease,box-shadow .35s ease}.logo:hover{transform:translateY(-2px) rotate(-4deg);box-shadow:0 18px 42px rgba(31,191,117,.38),inset 0 1px 0 rgba(255,255,255,.65)}.nav,.bottom-nav{gap:9px}.nav button,.bottom-nav button{width:54px;height:48px;border-radius:8px;color:rgba(247,248,243,.62);transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.nav button:hover,.nav button.active,.bottom-nav button:hover{color:#fff;background:linear-gradient(135deg,rgba(31,191,117,.22),rgba(242,201,76,.12));box-shadow:inset 0 0 0 1px rgba(242,201,76,.18),0 10px 24px rgba(0,0,0,.18);transform:translateX(3px)}.nav button.active:before{content:"";position:absolute;left:-14px;top:10px;width:4px;height:28px;border-radius:99px;background:#f2c94c;box-shadow:0 0 20px rgba(242,201,76,.8)}.main{margin-left:88px;padding:34px clamp(22px,3vw,44px)}.page{animation:pageRise .42s cubic-bezier(.2,.8,.2,1)}@keyframes pageRise{from{opacity:0;transform:translateY(18px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.page-head{min-height:112px;padding:8px 0 26px;margin-bottom:24px;position:relative}.page-head:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,rgba(242,201,76,.55),rgba(31,191,117,.28),transparent 72%)}.page-head h1,.public-main h1{max-width:980px;font-weight:900;letter-spacing:0;line-height:1.04;color:#fffdf5;text-shadow:0 12px 42px rgba(0,0,0,.38)}.page-head h1{font-size:clamp(28px,4vw,58px)}.page-head p{margin-top:10px;color:rgba(237,241,230,.75);font-size:clamp(14px,1.35vw,18px)}.panel,body.light .panel,body.blue .panel,body.pink .panel{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(18,35,27,.74),rgba(10,23,18,.58));border:1px solid rgba(242,201,76,.13);border-radius:8px;box-shadow:var(--shadow);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);transform:translateZ(0)}.panel:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.16),transparent 18%,transparent 74%,rgba(31,191,117,.12));opacity:.52;pointer-events:none}.panel:after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);opacity:.6}.dashboard-cards .metric,.report,.catalog .panel{transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.dashboard-cards .metric:hover,.report:hover,.catalog .panel:hover{transform:translateY(-7px);border-color:rgba(242,201,76,.32);box-shadow:0 30px 80px rgba(0,0,0,.36),0 0 0 1px rgba(31,191,117,.14)}.metric{min-height:122px;height:auto;padding:24px;animation:cardIn .55s cubic-bezier(.2,.8,.2,1) both}.metric:nth-child(2){animation-delay:.06s}.metric:nth-child(3){animation-delay:.12s}.metric:nth-child(4){animation-delay:.18s}@keyframes cardIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.metric span{color:rgba(237,241,230,.68);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.metric strong{font-size:clamp(30px,3vw,42px);color:#fffef7}.metric i{border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--c) 24%,transparent),rgba(255,255,255,.08));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 14px 30px rgba(0,0,0,.22)}.btn,.purple-pill{border-radius:8px;background:linear-gradient(135deg,#2f80ed,#2563eb);color:#fff;box-shadow:0 12px 28px rgba(31,191,117,.24);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn.gray{background:linear-gradient(135deg,rgba(246,241,224,.2),rgba(246,241,224,.1));box-shadow:inset 0 0 0 1px rgba(246,241,224,.13)}.btn:hover:not(:disabled),.purple-pill:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 18px 38px rgba(31,191,117,.32)}.input,.modal-grid input,.modal-grid select,.modal-grid textarea{border:1px solid rgba(246,241,224,.15);border-radius:8px;background:rgba(246,241,224,.08);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.input:focus,.modal-grid input:focus,.modal-grid select:focus,.modal-grid textarea:focus{border-color:rgba(31,191,117,.72);background:rgba(246,241,224,.12);box-shadow:0 0 0 4px rgba(31,191,117,.14);outline:none}.table-wrap,.table{border-radius:8px}.table th{color:#f2c94c;background:rgba(4,15,11,.42);text-transform:uppercase;letter-spacing:.07em;font-size:11px}.table td{border-top:1px solid rgba(246,241,224,.09)}.table tbody tr{transition:background .18s ease,transform .18s ease}.table tbody tr:hover{background:rgba(31,191,117,.08)}.icon-btn{border-radius:8px;transition:transform .18s ease,box-shadow .18s ease}.icon-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.24)}.cover,.catalog-cover,.detail-cover{border-radius:8px;background:linear-gradient(145deg,#27412f,#071b3a 72%);box-shadow:inset 0 0 0 1px rgba(242,201,76,.22),0 14px 32px rgba(0,0,0,.26)}.cover-image,.catalog-cover img,.detail-cover{border-radius:8px;box-shadow:0 14px 34px rgba(0,0,0,.32)}.modal-bg{background:rgba(1,8,6,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.modal-bg.show .modal{animation:modalLift .34s cubic-bezier(.2,.8,.2,1)}@keyframes modalLift{from{opacity:0;transform:translateY(22px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.modal{background:linear-gradient(150deg,rgba(18,35,27,.96),rgba(8,20,15,.94));border:1px solid rgba(242,201,76,.18);border-radius:8px;box-shadow:0 34px 100px rgba(0,0,0,.52)}.modal h2,.section-title,.dash-panel h2,.report h3,.catalog h3{color:#fffdf5;letter-spacing:0}.login{background:linear-gradient(115deg,rgba(3,14,10,.88),rgba(9,31,22,.72)),url("background2.jpg") center/cover fixed no-repeat}.login:before{background:linear-gradient(115deg,transparent,rgba(31,191,117,.18),transparent 46%,rgba(242,201,76,.12),transparent 74%),repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 74px);filter:none;animation:librarySweep 9s ease-in-out infinite alternate}.login-card{width:min(460px,calc(100vw - 32px));padding:34px;background:linear-gradient(145deg,rgba(12,29,21,.74),rgba(5,17,12,.62));border:1px solid rgba(242,201,76,.18);border-radius:8px;box-shadow:0 34px 100px rgba(0,0,0,.45);animation:loginReveal .56s cubic-bezier(.2,.8,.2,1)}@keyframes loginReveal{from{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.login-card:before{content:"";display:block;width:58px;height:4px;margin:0 auto 22px;border-radius:99px;background:linear-gradient(90deg,#f2c94c,#2f80ed);box-shadow:0 0 24px rgba(31,191,117,.44)}.login-card h1{color:#fffdf5;font-size:34px;font-weight:900}.login-card .btn{background:linear-gradient(135deg,#f2c94c,#2f80ed 72%);color:#062016;box-shadow:0 16px 42px rgba(31,191,117,.3)}.public{background:transparent}.public-head{margin:0 0 28px;padding:14px 0 20px;border-bottom:1px solid rgba(242,201,76,.16)}.public-main h1{font-size:clamp(40px,6vw,82px)}.public-main>p{color:rgba(237,241,230,.74)}.catalog{align-items:stretch}.catalog .panel{animation:cardIn .5s cubic-bezier(.2,.8,.2,1) both}.theme-dots{padding:8px;border:1px solid rgba(242,201,76,.13);border-radius:8px;background:rgba(7,20,15,.68);box-shadow:var(--soft-shadow);backdrop-filter:blur(14px)}.theme-dots button{border-radius:7px;transition:transform .18s ease}.theme-dots button:hover{transform:translateY(-2px) scale(1.04)}.toast,.sync-status{border-radius:8px;box-shadow:0 18px 44px rgba(0,0,0,.28)}body.light{--text:#15221b;--muted:#5d685f;--panel:rgba(255,255,250,.86);--panel2:rgba(244,247,238,.9);--field:rgba(15,34,25,.06);--line:rgba(15,34,25,.14);background:linear-gradient(135deg,#f7f7ef,#eaf4eb)}body.light:before,body.blue:before,body.pink:before{background:repeating-linear-gradient(90deg,rgba(15,34,25,.05) 0 1px,transparent 1px 86px),linear-gradient(135deg,rgba(255,255,255,.7),rgba(232,244,234,.78))}body.light .page-head h1,body.blue .page-head h1,body.pink .page-head h1,body.light .metric strong,body.blue .metric strong,body.pink .metric strong,body.light .modal h2,body.blue .modal h2,body.pink .modal h2,body.light .section-title,body.blue .section-title,body.pink .section-title{color:#14231b;text-shadow:none}body.light .sidebar,body.blue .sidebar,body.pink .sidebar{background:rgba(255,255,250,.82);border-right-color:rgba(20,35,27,.14)}body.light .nav button,body.blue .nav button,body.pink .nav button,body.light .bottom-nav button,body.blue .bottom-nav button,body.pink .bottom-nav button{color:#526057}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}@media (max-width:1000px){.main{padding:26px 18px 86px}.page-head{min-height:auto}.dashboard-cards{gap:16px}}@media (max-width:650px){.sidebar{width:100%;height:66px;padding:7px 10px;border-right:0;border-bottom:1px solid rgba(242,201,76,.15)}.logo{width:46px;height:46px;margin:0 8px 0 0;font-size:23px}.nav button,.bottom-nav button{width:44px;height:44px}.main{margin-left:0;padding:88px 14px 86px}.page-head{display:block;padding-bottom:20px}.page-head .btn,.buttons{margin-top:16px}.page-head h1{font-size:30px}.metric{min-height:106px}.public-main h1{font-size:42px}}@media (max-width:650px){.sidebar{inset:auto 0 0;flex-direction:row}.main{margin-left:0;padding:22px 14px 88px}.public{margin-left:0}}.sidebar .logo:after,.sidebar:hover .logo:after{content:none !important;display:none !important}.sidebar .logo{flex:0 0 auto;overflow:hidden}.cover{width:44px !important;height:62px !important;min-width:44px;display:grid !important;place-items:center !important;overflow:hidden;padding:0 !important;line-height:1 !important;font-size:8px !important;font-weight:900;letter-spacing:0 !important;text-align:center;color:#f7f8f3 !important;background:linear-gradient(145deg,var(--c,#1d4ed8),#071b3a 72%) !important}.catalog-cover{width:100%;aspect-ratio:3 / 4;min-height:132px;display:grid;place-items:center;overflow:hidden}.catalog-cover:empty:before{content:"FAESB";display:grid;place-items:center;width:48px;height:66px;border-radius:7px;color:#f7f8f3;font-size:9px;font-weight:900;background:linear-gradient(145deg,var(--c,#1d4ed8),#071b3a 72%);box-shadow:inset 0 0 0 1px rgba(242,201,76,.22),0 12px 26px rgba(0,0,0,.26)}.cover-image{width:44px;height:62px;object-fit:cover;display:block}.login-type-title{min-height:46px;display:flex;align-items:center;justify-content:center;margin-bottom:2px !important;font-family:"Consolas","Courier New",monospace;color:#93c5fd !important;text-shadow:0 0 14px rgba(57,255,121,.42),0 8px 28px rgba(0,0,0,.36) !important;letter-spacing:0 !important}#loginTypewriter{display:inline-block;min-width:16ch;text-align:left;white-space:nowrap;overflow:hidden}#loginTypewriter:after{content:"";display:inline-block;width:2px;height:.92em;margin-left:4px;vertical-align:-.08em;background:#93c5fd;box-shadow:0 0 12px rgba(57,255,121,.8);animation:typeCursor .78s steps(1) infinite}@keyframes typeCursor{50%{opacity:0}}@media (max-width:520px){.login-type-title{min-height:42px;font-size:27px !important}#loginTypewriter{min-width:15ch}}.login-type-title{width:100%;justify-content:center !important;text-align:center;font-size:clamp(22px,6.2vw,34px) !important;line-height:1.15 !important}#loginTypewriter{width:100%;min-width:0 !important;max-width:100%;text-align:center;white-space:normal !important;overflow:visible !important;overflow-wrap:normal;word-break:normal}@media (max-width:380px){.login-type-title{font-size:clamp(20px,6vw,27px) !important}}.beta3d-btn{width:auto !important;min-width:88px;height:30px !important;padding:0 9px !important;border:1px solid rgba(57,255,121,.42) !important;border-radius:8px !important;background:linear-gradient(135deg,rgba(57,255,121,.16),rgba(242,201,76,.12)) !important;color:#93c5fd !important;font-size:9px !important;font-weight:900 !important;letter-spacing:0 !important;white-space:nowrap;box-shadow:0 0 18px rgba(57,255,121,.14)}.beta3d-btn:hover{color:#07120e !important;background:linear-gradient(135deg,#93c5fd,#f2c94c) !important}.book3d-modal{width:min(1180px,calc(100vw - 28px));max-height:calc(100vh - 28px);padding:0;overflow:hidden}.book3d-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid rgba(242,201,76,.14);background:linear-gradient(135deg,rgba(5,17,12,.82),rgba(16,48,34,.62))}.book3d-kicker{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border:1px solid rgba(57,255,121,.35);border-radius:8px;color:#93c5fd;font-family:Consolas,"Courier New",monospace;font-size:11px;font-weight:900;background:rgba(57,255,121,.08)}.book3d-head h2{margin:10px 0 6px;font-size:clamp(24px,3vw,42px);line-height:1.04}.book3d-head p{margin:0;color:rgba(237,241,230,.72)}.book3d-tabs{display:flex;gap:8px;padding:14px 26px;background:rgba(3,14,10,.5);border-bottom:1px solid rgba(242,201,76,.12)}.book3d-tabs button{border:1px solid rgba(246,241,224,.14);border-radius:8px;background:rgba(246,241,224,.06);color:rgba(247,248,243,.78);min-height:34px;padding:0 14px;font-weight:800;cursor:pointer}.book3d-tabs button.active{color:#07120e;background:linear-gradient(135deg,#f2c94c,#93c5fd);border-color:transparent}.book3d-content{padding:22px 26px 26px;overflow:auto;max-height:calc(100vh - 190px)}.book3d-tab{display:none}.book3d-tab.active{display:block}#book3dTabScene.active{display:grid;grid-template-columns:minmax(360px,1.25fr) minmax(260px,.75fr);gap:22px}.book3d-stage{position:relative;min-height:520px;border-radius:8px;overflow:hidden;background:linear-gradient(115deg,rgba(31,191,117,.12),transparent 38%,rgba(242,201,76,.08)),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 72px),#07120e;border:1px solid rgba(242,201,76,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 26px 70px rgba(0,0,0,.3)}.book3d-stage canvas{display:block;width:100% !important;height:100% !important}.book3d-fallback{position:absolute;inset:0;display:grid;place-items:center;perspective:900px}.book3d-stage.is-three .book3d-fallback{display:none}.book3d-css-book{width:190px;height:286px;display:grid;place-items:center;padding:18px;border-radius:7px;color:#f7f8f3;font-weight:900;text-align:center;background:linear-gradient(145deg,#1d4ed8,#071b3a 72%);box-shadow:inset 9px 0 0 rgba(0,0,0,.28),inset 0 0 0 1px rgba(242,201,76,.28),0 28px 72px rgba(0,0,0,.42);transform:rotateY(-23deg) rotateX(8deg);animation:book3dFloat 3.8s ease-in-out infinite alternate}@keyframes book3dFloat{to{transform:rotateY(23deg) rotateX(4deg) translateY(-10px)}}.book3d-summary,.book3d-info-grid,.book3d-copy-list{display:grid;gap:12px}.book3d-summary-card,.book3d-info-item,.book3d-copy-item{border:1px solid rgba(242,201,76,.14);border-radius:8px;padding:14px;background:linear-gradient(145deg,rgba(18,35,27,.72),rgba(5,17,12,.45))}.book3d-summary-card b,.book3d-info-item b,.book3d-copy-item b{display:block;color:#f2c94c;font-size:11px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px}.book3d-summary-card span,.book3d-info-item span,.book3d-copy-item span{color:#f7f8f3;line-height:1.4}.book3d-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.book3d-copy-item{display:flex;justify-content:space-between;gap:14px;align-items:center}@media (max-width:850px){#book3dTabScene.active,.book3d-info-grid{grid-template-columns:1fr}.book3d-stage{min-height:360px}.book3d-head{display:block}.book3d-head .btn{margin-top:16px}}.beta3d-cover-btn{min-height:34px !important;height:34px !important;margin-left:6px}.book3d-simple-modal{width:min(760px,calc(100vw - 28px))}.book3d-simple-modal .book3d-tabs,.book3d-simple-modal .book3d-summary,.book3d-simple-modal .book3d-info-grid,.book3d-simple-modal .book3d-copy-list{display:none !important}.book3d-simple-modal .book3d-content{padding:0;max-height:none;overflow:hidden}.book3d-simple-modal .book3d-stage{min-height:min(62vh,560px);border:0;border-radius:0 0 8px 8px}.book3d-simple-modal .book3d-head{padding:18px 20px 14px}.book3d-simple-modal .book3d-head h2{font-size:clamp(20px,2.4vw,30px)}@media (max-width:650px){.cover-upload{align-items:flex-start}.beta3d-cover-btn{margin-left:0;margin-top:8px}.book3d-simple-modal .book3d-stage{min-height:390px}}.book3d-cover-info-layout{display:grid;grid-template-columns:minmax(320px,1.25fr) minmax(240px,.75fr);gap:0}.book3d-cover-info-layout .book3d-stage{border-radius:0 0 0 8px}.book3d-live-info{display:grid;align-content:start;gap:10px;padding:18px;background:linear-gradient(145deg,rgba(18,35,27,.9),rgba(5,17,12,.76));border-left:1px solid rgba(242,201,76,.16)}.book3d-info-row{padding:10px 12px;border:1px solid rgba(242,201,76,.13);border-radius:8px;background:rgba(246,241,224,.055)}.book3d-info-row b{display:block;margin-bottom:4px;color:#f2c94c;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.book3d-info-row span{color:#f7f8f3;font-size:13px;line-height:1.35}.book3d-css-book.has-cover{background-image:var(--book-cover),linear-gradient(145deg,#1d4ed8,#071b3a 72%);background-size:cover,cover;background-position:center,center;color:transparent}.book3d-css-book.has-cover span{display:none}.book3d-css-book.has-cover:after{content:"";position:absolute;inset:0;border-radius:7px;box-shadow:inset 10px 0 0 rgba(0,0,0,.28),inset 0 0 0 2px rgba(242,201,76,.26);pointer-events:none}@media (max-width:760px){.book3d-cover-info-layout{grid-template-columns:1fr}.book3d-cover-info-layout .book3d-stage{border-radius:0}.book3d-live-info{border-left:0;border-top:1px solid rgba(242,201,76,.16)}}.book3d-css-book{position:relative;overflow:hidden}#book3dCoverImg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none;border-radius:7px;z-index:1}.book3d-css-book.has-cover #book3dCoverImg{display:block}.book3d-css-book.has-cover{background:linear-gradient(145deg,#1d4ed8,#071b3a 72%) !important;color:transparent}.book3d-css-book.has-cover:before{content:"";position:absolute;inset:0;z-index:2;box-shadow:inset 10px 0 0 rgba(0,0,0,.32),inset 0 0 0 2px rgba(242,201,76,.28);pointer-events:none}.book3d-css-book.has-cover:after{z-index:3}.login{background:#03110c !important;isolation:isolate}.login:before{background:linear-gradient(115deg,rgba(2,10,8,.92),rgba(3,22,15,.7) 48%,rgba(6,32,23,.86)),radial-gradient(circle at 72% 18%,rgba(57,255,121,.14),transparent 34%),radial-gradient(circle at 18% 82%,rgba(242,201,76,.11),transparent 36%) !important;animation:loginLightSweep 12s ease-in-out infinite alternate !important}.login:after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:82px 82px;mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent);animation:loginGridDrift 18s linear infinite;pointer-events:none}@keyframes loginLightSweep{from{transform:translateX(-1.5%);filter:saturate(1)}to{transform:translateX(1.5%);filter:saturate(1.25)}}@keyframes loginGridDrift{to{background-position:82px 164px}}.login-ambient{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.login-ambient span{position:absolute;width:34vmax;height:34vmax;border-radius:999px;background:radial-gradient(circle,rgba(57,255,121,.12),transparent 62%);filter:blur(8px);animation:ambientFloat 14s ease-in-out infinite alternate}.login-ambient span:nth-child(1){left:-12vmax;top:-8vmax}.login-ambient span:nth-child(2){right:-14vmax;top:6vmax;animation-delay:-4s;background:radial-gradient(circle,rgba(242,201,76,.1),transparent 62%)}.login-ambient span:nth-child(3){left:26%;bottom:-20vmax;animation-delay:-7s;background:radial-gradient(circle,rgba(47,128,237,.1),transparent 62%)}.login-ambient span:nth-child(4){right:18%;bottom:8%;width:18vmax;height:18vmax;animation-delay:-10s}@keyframes ambientFloat{to{transform:translate3d(30px,-22px,0) scale(1.08)}}.falling-books{position:absolute;inset:-90px 0 0;z-index:2;overflow:hidden;pointer-events:none}.falling-books i{position:absolute;top:-70px;width:18px;height:26px;border-radius:2px 4px 4px 2px;background:linear-gradient(90deg,rgba(2,28,17,.96) 0 28%,rgba(31,191,117,.84) 29% 100%);box-shadow:inset -2px 0 0 rgba(242,201,76,.35),0 10px 26px rgba(0,0,0,.22);opacity:.38;transform:rotate(10deg);animation:bookFall 13s linear infinite}.falling-books i:before{content:"";position:absolute;left:4px;top:4px;right:4px;height:2px;background:rgba(242,201,76,.55);box-shadow:0 6px 0 rgba(247,248,243,.2)}.falling-books i:nth-child(1){left:7%;animation-delay:-1s;animation-duration:15s;transform:scale(.72) rotate(-8deg)}.falling-books i:nth-child(2){left:16%;animation-delay:-8s;animation-duration:18s;transform:scale(.55) rotate(12deg)}.falling-books i:nth-child(3){left:25%;animation-delay:-4s;animation-duration:14s;transform:scale(.8) rotate(20deg)}.falling-books i:nth-child(4){left:35%;animation-delay:-12s;animation-duration:20s;transform:scale(.62) rotate(-16deg)}.falling-books i:nth-child(5){left:46%;animation-delay:-6s;animation-duration:17s;transform:scale(.7) rotate(8deg)}.falling-books i:nth-child(6){left:57%;animation-delay:-14s;animation-duration:22s;transform:scale(.52) rotate(-10deg)}.falling-books i:nth-child(7){left:66%;animation-delay:-3s;animation-duration:16s;transform:scale(.76) rotate(18deg)}.falling-books i:nth-child(8){left:74%;animation-delay:-10s;animation-duration:19s;transform:scale(.6) rotate(-22deg)}.falling-books i:nth-child(9){left:83%;animation-delay:-5s;animation-duration:15s;transform:scale(.68) rotate(10deg)}.falling-books i:nth-child(10){left:91%;animation-delay:-13s;animation-duration:21s;transform:scale(.5) rotate(-6deg)}.falling-books i:nth-child(11){left:52%;animation-delay:-17s;animation-duration:24s;transform:scale(.45) rotate(16deg)}.falling-books i:nth-child(12){left:12%;animation-delay:-16s;animation-duration:23s;transform:scale(.48) rotate(-18deg)}@keyframes bookFall{0%{translate:0 -60px;opacity:0}12%{opacity:.42}88%{opacity:.34}100%{translate:28px calc(100vh+120px);opacity:0;rotate:38deg}}.login-card{z-index:5;background:linear-gradient(145deg,rgba(8,30,21,.76),rgba(2,12,9,.58)) !important;box-shadow:0 36px 110px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08) !important}.tombo-help.open .tombo-tooltip,.tombo-help:focus-within .tombo-tooltip{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important}.tombo-help{cursor:pointer}@media (prefers-reduced-motion:reduce){.falling-books i,.login-ambient span,.login:before,.login:after{animation:none !important}}.login{background:radial-gradient(circle at 50% -10%,rgba(53,255,124,.2),transparent 34%),linear-gradient(135deg,#020806 0%,#03140e 42%,#061d14 100%) !important}.login:before{background:linear-gradient(120deg,transparent 0%,rgba(57,255,121,.1) 18%,transparent 36%,rgba(242,201,76,.08) 54%,transparent 74%),repeating-linear-gradient(90deg,rgba(57,255,121,.075) 0 1px,transparent 1px 94px),repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 94px) !important;opacity:.9;animation:devclubMatrixSweep 9s ease-in-out infinite alternate !important}.login:after{background:linear-gradient(100deg,transparent 0 42%,rgba(57,255,121,.18) 48%,transparent 56% 100%),radial-gradient(circle at 76% 28%,rgba(57,255,121,.16),transparent 30%),radial-gradient(circle at 22% 74%,rgba(242,201,76,.1),transparent 34%) !important;background-size:180% 100%,auto,auto !important;animation:devclubLightBeam 7.5s ease-in-out infinite alternate !important;mask-image:none !important}@keyframes devclubMatrixSweep{from{transform:translate3d(-28px,-12px,0) scale(1.02)}to{transform:translate3d(28px,12px,0) scale(1.04)}}@keyframes devclubLightBeam{from{background-position:-40% 0,center,center;opacity:.55}to{background-position:120% 0,center,center;opacity:.85}}.falling-books i{width:34px !important;height:44px !important;border-radius:3px 7px 7px 3px !important;opacity:.42 !important;background:linear-gradient(90deg,rgba(1,24,14,.98) 0 18%,rgba(10,85,47,.96) 19% 24%,rgba(28,190,105,.9) 25% 100%) !important;box-shadow:inset -3px 0 0 rgba(242,201,76,.34),inset 0 0 0 1px rgba(255,255,255,.08),0 16px 34px rgba(0,0,0,.32) !important;transform-origin:center;animation-name:realBookFall !important}.falling-books i:before{left:9px !important;right:7px !important;top:9px !important;height:3px !important;background:rgba(242,201,76,.75) !important;box-shadow:0 8px 0 rgba(247,248,243,.28),0 16px 0 rgba(247,248,243,.18) !important}.falling-books i:after{content:"";position:absolute;right:3px;top:4px;bottom:4px;width:4px;border-radius:4px;background:linear-gradient(#f7f1ce,#d9c98f);opacity:.55}.falling-books i:nth-child(3n){width:42px !important;height:34px !important;border-radius:5px !important;background:transparent !important;box-shadow:none !important}.falling-books i:nth-child(3n):before,.falling-books i:nth-child(3n):after{content:"";position:absolute;top:4px;width:20px;height:28px;border-radius:3px 6px 6px 3px;background:linear-gradient(135deg,rgba(247,241,210,.82),rgba(42,191,112,.62));box-shadow:inset 0 0 0 1px rgba(242,201,76,.28),0 10px 28px rgba(0,0,0,.22);opacity:1}.falling-books i:nth-child(3n):before{left:2px;transform:skewY(-9deg) rotateY(28deg);transform-origin:right center}.falling-books i:nth-child(3n):after{right:2px;transform:skewY(9deg) rotateY(-28deg);transform-origin:left center}.falling-books i:nth-child(4n){background:linear-gradient(90deg,rgba(27,18,62,.98) 0 20%,rgba(93,60,214,.86) 21% 100%) !important}.falling-books i:nth-child(5n){background:linear-gradient(90deg,rgba(54,31,8,.98) 0 20%,rgba(242,201,76,.78) 21% 100%) !important}@keyframes realBookFall{0%{translate:0 -90px;opacity:0;rotate:-18deg}12%{opacity:.42}48%{rotate:12deg}84%{opacity:.34}100%{translate:34px calc(100vh+150px);opacity:0;rotate:42deg}}.login-card{border:1px solid rgba(57,255,121,.18) !important;box-shadow:0 0 0 1px rgba(255,255,255,.04),0 34px 110px rgba(0,0,0,.55),0 0 70px rgba(57,255,121,.08) !important}.login-card:after{content:"";position:absolute;inset:0;border-radius:8px;pointer-events:none;background:linear-gradient(135deg,rgba(57,255,121,.16),transparent 32%,rgba(242,201,76,.08) 78%,transparent);opacity:.55}.login:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='190' viewBox='0 0 220 190'%3E%3Cg fill='none' stroke='%2318b55f' stroke-opacity='.22' stroke-width='1.2'%3E%3Cpath d='M55 8 98 32v50l-43 25L12 82V32Z'/%3E%3Cpath d='M166 20 204 42v44l-38 22-38-22V42Z' opacity='.65'/%3E%3Cpath d='M110 104 148 126v44l-38 22-38-22v-44Z' opacity='.55'/%3E%3Cpath d='M196 122 226 139v35l-30 17-30-17v-35Z' opacity='.45'/%3E%3Cpath d='M25 130 58 149v38l-33 19-33-19v-38Z' opacity='.35'/%3E%3C/g%3E%3C/svg%3E"),linear-gradient(115deg,rgba(57,255,121,.07),transparent 38%,rgba(57,255,121,.05) 72%,transparent),radial-gradient(circle at 70% 18%,rgba(57,255,121,.1),transparent 34%) !important;background-size:260px 225px,180% 100%,auto !important;background-position:0 0,-30% 0,center !important;opacity:.78 !important;animation:hexDrift 22s linear infinite,devclubLightBeam 9s ease-in-out infinite alternate !important;mask-image:linear-gradient(to bottom,transparent 0%,#000 8%,#000 92%,transparent 100%) !important}.login:before{background:radial-gradient(circle at 50% -10%,rgba(57,255,121,.18),transparent 34%),linear-gradient(135deg,rgba(2,8,6,.96),rgba(3,20,14,.82) 48%,rgba(2,8,6,.94)) !important;animation:none !important}@keyframes hexDrift{from{background-position:0 0,-30% 0,center}to{background-position:260px 225px,120% 0,center}}#book3dModal{align-items:stretch;padding:14px;overflow-y:auto}#book3dModal.show{display:grid}.book3d-modal,.book3d-simple-modal{width:min(1180px,calc(100vw - 28px));height:auto;max-height:none;min-height:0;margin:auto;overflow:visible}.book3d-modal .book3d-head{position:sticky;top:0;z-index:4}.book3d-simple-modal .book3d-content,.book3d-content{max-height:none;overflow:visible}.book3d-cover-info-layout{min-height:min(760px,calc(100vh - 170px))}.book3d-cover-info-layout .book3d-stage{min-height:min(70vh,620px)}.book3d-live-info{overflow:visible}@media (max-width:760px){#book3dModal{padding:8px}.book3d-modal,.book3d-simple-modal{width:calc(100vw - 16px)}.book3d-cover-info-layout{min-height:0}.book3d-cover-info-layout .book3d-stage{min-height:420px}}#book3dModal.show{display:block;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}#book3dModal .book3d-modal{display:block;max-height:none !important;height:auto !important;margin:14px auto;overflow:visible !important}#book3dModal .book3d-content{overflow:visible !important;max-height:none !important}#book3dModal .book3d-live-info{max-height:none !important;overflow:visible !important}@media (max-height:760px){#book3dModal .book3d-cover-info-layout .book3d-stage{min-height:520px}}.falling-books i{width:42px !important;height:42px !important;border-radius:999px !important;background:url("faesb-logo-login.png") center/contain no-repeat !important;box-shadow:0 12px 28px rgba(0,0,0,.26),0 0 22px rgba(57,255,121,.10) !important;opacity:.34 !important;transform:rotate(0deg) !important}.falling-books i:before,.falling-books i:after{content:none !important;display:none !important}.falling-books i:nth-child(2n){width:34px !important;height:34px !important;opacity:.26 !important}.falling-books i:nth-child(3n){width:52px !important;height:52px !important;opacity:.22 !important}@keyframes bookFall{0%{transform:translate3d(0,-90px,0) rotate(0deg) scale(.92);opacity:0}12%{opacity:.34}100%{transform:translate3d(42px,calc(100vh+160px),0) rotate(360deg) scale(1.04);opacity:0}}.falling-books i:nth-child(odd){width:18px !important;height:26px !important;border-radius:2px 4px 4px 2px !important;background:linear-gradient(90deg,rgba(2,28,17,.96) 0 28%,rgba(31,191,117,.84) 29% 100%) !important;box-shadow:inset -2px 0 0 rgba(242,201,76,.35),0 10px 26px rgba(0,0,0,.22) !important;opacity:.38 !important}.falling-books i:nth-child(odd):before{content:"" !important;display:block !important;position:absolute;left:4px;top:4px;width:9px;height:2px;border-radius:999px;background:rgba(242,201,76,.72)}.falling-books i:nth-child(odd):after{content:"" !important;display:block !important;position:absolute;left:4px;top:9px;width:7px;height:2px;border-radius:999px;background:rgba(255,255,255,.42)}.falling-books i:nth-child(even){width:42px !important;height:42px !important;border-radius:999px !important;background:url("faesb-logo-login.png") center/contain no-repeat !important;box-shadow:0 12px 28px rgba(0,0,0,.26),0 0 22px rgba(57,255,121,.10) !important;opacity:.30 !important}.falling-books i:nth-child(6n){width:54px !important;height:54px !important;opacity:.22 !important}.ra-alert-box{margin:0 0 18px;padding:14px 16px;border:1px solid rgba(250,204,21,.42);border-radius:10px;background:linear-gradient(135deg,rgba(120,53,15,.55),rgba(24,20,9,.72));color:#fef3c7;box-shadow:0 16px 44px rgba(0,0,0,.18)}.ra-alert-box[hidden]{display:none !important}.ra-alert-box strong{display:block;margin-bottom:4px;color:#fde68a;font-size:14px}.ra-alert-box span{display:block;color:rgba(254,243,199,.82);font-size:12px}.ra-alert-box ul{margin:10px 0 0;padding-left:18px;display:grid;gap:4px;font-size:12px}body.stars{--accent:#2f80ed;--text:#f7fff9;--muted:#c6d8cb;--side:rgba(5,31,22,.94);--panel:rgba(9,42,30,.92);--panel2:rgba(14,56,40,.9);--field:rgba(255,255,255,.09);--line:rgba(179,220,193,.24)}body.blue{--accent:#2563eb;--text:#f8fbff;--muted:#c7d7ee;--side:rgba(8,29,57,.94);--panel:rgba(13,42,82,.92);--panel2:rgba(20,63,118,.9);--field:rgba(255,255,255,.11);--line:rgba(176,205,244,.25);background:linear-gradient(135deg,#06162d,#0d3b72)}body.blue:before{background:repeating-linear-gradient(90deg,rgba(167,203,255,.05) 0 1px,transparent 1px 86px),linear-gradient(135deg,rgba(5,20,43,.72),rgba(12,52,99,.78))}.table{table-layout:auto}.table th,.table td{color:var(--text);vertical-align:middle;overflow-wrap:anywhere}.table th{background:rgba(4,20,15,.52);color:#f3fff6}.table tr{background:rgba(255,255,255,.015)}.table tr:nth-child(even){background:rgba(255,255,255,.035)}.table tr:hover{background:rgba(255,255,255,.075)}body.light .table th{background:rgba(15,34,25,.08);color:#102018}body.light .table td{color:#16241d}body.light .table tr:nth-child(even){background:rgba(15,34,25,.035)}body.blue .table th{background:rgba(8,28,58,.62)}body.blue .table tr:nth-child(even){background:rgba(145,190,255,.06)}body.pink .table tr:nth-child(even){background:rgba(255,190,220,.06)}body.light .sidebar,body.light .theme-dots,body.blue .sidebar,body.blue .theme-dots,body.pink .sidebar,body.pink .theme-dots{background:var(--side)}body.light .nav button,body.light .bottom-nav button{color:#dfe8df}body.blue .nav button,body.blue .bottom-nav button,body.pink .nav button,body.pink .bottom-nav button{color:#e8eef8}.theme-dots button[data-theme="stars"]{background:#2f80ed}.theme-dots button[data-theme="blue"]{background:#2563eb}.theme-dots button[data-theme="light"]{background:#f8fafc}.theme-dots button[data-theme="pink"]{background:#f9a8d4}.theme-dots button{border:1px solid rgba(255,255,255,.45)}.modal,.book-modal,.user-dialog{background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 92%,#000 8%),color-mix(in srgb,var(--panel2) 90%,#000 10%)) !important;border-color:var(--line) !important;color:var(--text) !important}.modal *,.book-modal *,.user-dialog *{color-scheme:dark}.modal h2,.book-modal h2,.user-dialog h2,.modal-grid label,.book-col label,.field label,.cover-upload label,.tombo-add-label,.label-start-control,.section-title{color:var(--text) !important}.modal-grid label,.book-col label,.field label,.cover-upload label,.tombo-add-label{font-weight:800}.input,.modal-grid input,.modal-grid select,.modal-grid textarea,.book-col .input,.book-col textarea.input,.author-tools .input,.subjects-tools .input,.tombo-tools .input,.exemplar-form input{background:color-mix(in srgb,var(--field) 82%,#000 18%) !important;border-color:color-mix(in srgb,var(--line) 82%,#fff 18%) !important;color:var(--text) !important;caret-color:var(--accent)}.input::placeholder,.modal-grid input::placeholder,.modal-grid textarea::placeholder,.book-col .input::placeholder,.book-col textarea.input::placeholder,.author-tools .input::placeholder,.subjects-tools .input::placeholder,.tombo-tools .input::placeholder{color:color-mix(in srgb,var(--muted) 82%,#fff 18%) !important;opacity:.92}.input:focus,.modal-grid input:focus,.modal-grid select:focus,.modal-grid textarea:focus,.book-col .input:focus,.book-col textarea.input:focus{border-color:var(--accent) !important;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 34%,transparent) !important}select.input,.modal-grid select,.book-col select.input{color:var(--text) !important}select.input option,.modal-grid select option,.book-col select.input option{background:#102018;color:#f7fff9}.acquisition,.google-box,.book-panel,.tombo-preview,.tombo-saved-item{background:color-mix(in srgb,var(--panel2) 84%,#000 16%) !important;border-color:var(--line) !important;color:var(--text) !important}.acquisition *,.google-box *,.book-panel *,.tombo-preview *,.tombo-saved-item *{color:var(--text)}.tombo-saved-item small,.muted-help,.book-detail,.catalog-status,.modal .hint,.cover-upload span,#coverFileName{color:var(--muted) !important}.status-pill.available,.tombo-saved-item .status-pill.available{background:color-mix(in srgb,#059669 72%,#000 28%) !important;color:#f0fff6 !important}.btn,.subjects-tools .btn,.author-tools .btn,.tombo-tools .btn{color:#fff !important}.btn.gray{background:color-mix(in srgb,var(--field) 70%,#000 30%) !important;border:1px solid var(--line);color:var(--text) !important}.modal::-webkit-scrollbar,.book-modal::-webkit-scrollbar,.modal textarea::-webkit-scrollbar,.book-modal textarea::-webkit-scrollbar{width:12px}.modal::-webkit-scrollbar-track,.book-modal::-webkit-scrollbar-track,.modal textarea::-webkit-scrollbar-track,.book-modal textarea::-webkit-scrollbar-track{background:color-mix(in srgb,var(--panel) 70%,#000 30%)}.modal::-webkit-scrollbar-thumb,.book-modal::-webkit-scrollbar-thumb,.modal textarea::-webkit-scrollbar-thumb,.book-modal textarea::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--accent) 72%,#fff 12%);border:3px solid color-mix(in srgb,var(--panel) 70%,#000 30%);border-radius:999px}body.light .modal,body.light .book-modal,body.light .user-dialog{color-scheme:light}body.light .modal *,body.light .book-modal *,body.light .user-dialog *{color-scheme:light}body.light .input,body.light .modal-grid input,body.light .modal-grid select,body.light .modal-grid textarea,body.light .book-col .input,body.light .book-col textarea.input,body.light .author-tools .input,body.light .subjects-tools .input,body.light .tombo-tools .input{background:rgba(255,255,255,.88) !important;color:#102018 !important;border-color:rgba(15,34,25,.26) !important}body.light .input::placeholder,body.light .modal-grid textarea::placeholder,body.light .book-col textarea.input::placeholder{color:#657369 !important}body.light select.input option,body.light .modal-grid select option{background:#ffffff;color:#102018}body.blue select.input option,body.blue .modal-grid select option{background:#0d2a52;color:#f8fbff}body.pink select.input option,body.pink .modal-grid select option{background:#3b1933;color:#fff7fb}body.pink{--text:#fff7fb;--muted:#f4c7dc;--side:rgba(52,18,44,.94);--panel:rgba(71,26,60,.92);--panel2:rgba(93,35,78,.9);--field:rgba(255,255,255,.11);--line:rgba(255,190,220,.28)}body.pink:before{background:repeating-linear-gradient(90deg,rgba(255,190,220,.05) 0 1px,transparent 1px 86px),linear-gradient(135deg,rgba(54,18,45,.76),rgba(105,42,85,.78))}.recognition{min-height:30px;margin-top:10px}.recognition-badge{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:4px 9px;border-radius:999px;font-size:16px;font-weight:900;line-height:1.15}.recognition-badge.ok{color:#38f28a;background:rgba(22,163,74,.13)}.recognition-badge.error{color:#ff8f9c;background:rgba(239,68,68,.13)}.recognition-badge i{font-size:15px}body.light .recognition-badge.ok{color:#047244;background:rgba(4,120,87,.12)}body.light .recognition-badge.error{color:#b42335;background:rgba(190,18,60,.1)}:root{--accent:#2f80ed;--accent-2:#7dd3fc;--accent-3:#93c5fd}body.blue,body.stars{--accent:#2f80ed;--accent-2:#7dd3fc;--accent-3:#93c5fd;--text:#f8fbff;--muted:#c7d7ee;--side:rgba(8,29,57,.94);--panel:rgba(13,42,82,.92);--panel2:rgba(20,63,118,.9);--field:rgba(255,255,255,.11);--line:rgba(176,205,244,.25);background:#06162d url("background.jpg") center/cover fixed no-repeat}body.blue:before,body.stars:before{background:repeating-linear-gradient(90deg,rgba(167,203,255,.05) 0 1px,transparent 1px 86px),linear-gradient(135deg,rgba(5,20,43,.72),rgba(12,52,99,.78)) !important}.login{background:linear-gradient(135deg,rgba(5,18,38,.72),rgba(7,27,58,.82)),url("background2.jpg") center/cover fixed no-repeat !important}.login:before{background:radial-gradient(circle at 20% 18%,rgba(47,128,237,.30),transparent 34%),radial-gradient(circle at 82% 22%,rgba(125,211,252,.20),transparent 36%),linear-gradient(135deg,rgba(4,15,32,.26),rgba(19,62,117,.30)) !important}.login:after{background:repeating-linear-gradient(90deg,rgba(147,197,253,.08) 0 1px,transparent 1px 76px),repeating-linear-gradient(0deg,rgba(147,197,253,.05) 0 1px,transparent 1px 76px) !important}.login-card{background:rgba(8,25,54,.58) !important;border-color:rgba(147,197,253,.22) !important;box-shadow:0 30px 90px rgba(2,8,23,.45),inset 0 1px 0 rgba(255,255,255,.08) !important}.login-card h1,.login-type-title,#loginTypewriter{color:#93c5fd !important;text-shadow:0 0 22px rgba(47,128,237,.36) !important}#loginTypewriter:after{background:#93c5fd !important;box-shadow:0 0 14px rgba(147,197,253,.8) !important}.login-card p,.login-card .sub{color:rgba(226,238,255,.78) !important}.login-card label{color:#dbeafe !important}.login-card input{background-color:rgba(23,50,91,.72) !important;border-color:rgba(147,197,253,.18) !important;color:#f8fbff !important}.login-card input:focus{border-color:rgba(147,197,253,.85) !important;box-shadow:0 0 0 3px rgba(47,128,237,.24) !important}.login-card .btn{background:linear-gradient(135deg,#2563eb,#2f80ed) !important;box-shadow:0 12px 30px rgba(37,99,235,.35) !important}.login-card .btn:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb) !important}.falling-books i:nth-child(odd):before{background:linear-gradient(135deg,#1d4ed8,#0f274d 72%) !important;border-color:rgba(147,197,253,.55) !important;box-shadow:inset 7px 0 0 rgba(2,8,23,.34),0 12px 30px rgba(2,8,23,.34) !important}.falling-books i:nth-child(odd):after{background:linear-gradient(90deg,rgba(147,197,253,.8),transparent) !important}.theme-dots button[data-theme="stars"]{background:#2f80ed !important}.icon-btn.green{color:#60a5fa !important}.available-text{color:#93c5fd !important}.status-pill.available{background:#123b75 !important;color:#bfdbfe !important}.recognition-badge.ok{color:#93c5fd !important;background:rgba(47,128,237,.16) !important}.beta3d-btn,.book3d-kicker{color:#93c5fd !important;border-color:rgba(147,197,253,.44) !important;background:rgba(47,128,237,.12) !important}.beta3d-btn:hover,.book3d-tabs button.active{color:#06162d !important;background:linear-gradient(135deg,#93c5fd,#2f80ed) !important}.book3d-css-book,.book3d-cover-book,.cover,.catalog-cover:not(:has(img)){background:linear-gradient(145deg,var(--c,#1d4ed8),#071b3a 72%) !important}body.blue{--accent:#2f80ed;--accent-2:#7dd3fc;--accent-3:#93c5fd;--text:#f8fbff;--muted:#c7d7ee;--side:rgba(8,29,57,.94);--panel:rgba(13,42,82,.92);--panel2:rgba(20,63,118,.9);--field:rgba(255,255,255,.11);--line:rgba(176,205,244,.25);background:#06162d url("background.jpg") center/cover fixed no-repeat}body.green{--accent:#13a66b;--accent-2:#8ee6b8;--accent-3:#d6f7e6;--text:#f5fff8;--muted:#c5ddce;--side:rgba(5,35,24,.94);--panel:rgba(8,48,32,.92);--panel2:rgba(13,67,45,.9);--field:rgba(255,255,255,.11);--line:rgba(185,229,202,.26);background:#062017 url("background.jpg") center/cover fixed no-repeat}body.lilac{--accent:#8b5cf6;--accent-2:#c4b5fd;--accent-3:#ede9fe;--text:#fbf8ff;--muted:#d9cef2;--side:rgba(35,21,64,.94);--panel:rgba(49,31,86,.92);--panel2:rgba(67,43,116,.9);--field:rgba(255,255,255,.12);--line:rgba(216,197,255,.28);background:linear-gradient(135deg,#1a1036,#3b2673)}body.yellow{--accent:#f2b705;--accent-2:#fde68a;--accent-3:#fff7d6;--text:#fffaf0;--muted:#f3dfae;--side:rgba(58,40,7,.94);--panel:rgba(78,55,12,.92);--panel2:rgba(101,73,18,.9);--field:rgba(255,255,255,.13);--line:rgba(255,226,142,.32);background:linear-gradient(135deg,#2b1d04,#71500f)}body.red{--accent:#ef4444;--accent-2:#fca5a5;--accent-3:#fee2e2;--text:#fff8f8;--muted:#f4c7c7;--side:rgba(61,15,20,.94);--panel:rgba(82,22,29,.92);--panel2:rgba(112,30,39,.9);--field:rgba(255,255,255,.12);--line:rgba(255,189,189,.28);background:linear-gradient(135deg,#2c080d,#751925)}body.light{--accent:#2563eb;--accent-2:#60a5fa;--accent-3:#dbeafe;--text:#111827;--muted:#4b5563;--side:rgba(28,42,64,.94);--panel:rgba(255,255,255,.95);--panel2:rgba(244,247,251,.95);--field:rgba(255,255,255,.96);--line:rgba(17,24,39,.16);background:linear-gradient(135deg,#f8fafc,#e8eef8)}body.green:before,body.lilac:before,body.yellow:before,body.red:before,body.blue:before{background:repeating-linear-gradient(90deg,color-mix(in srgb,var(--accent-2) 10%,transparent) 0 1px,transparent 1px 86px),linear-gradient(135deg,color-mix(in srgb,var(--side) 68%,transparent),color-mix(in srgb,var(--panel2) 72%,transparent)) !important}body.green .panel,body.lilac .panel,body.yellow .panel,body.red .panel,body.blue .panel,body.light .panel,body.green .modal,body.lilac .modal,body.yellow .modal,body.red .modal,body.blue .modal,body.light .modal{background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 94%,#000 6%),color-mix(in srgb,var(--panel2) 92%,#000 8%)) !important;border-color:var(--line) !important;color:var(--text) !important}body.light .panel,body.light .modal{background:linear-gradient(145deg,var(--panel),var(--panel2)) !important}body.green .page-head h1,body.lilac .page-head h1,body.yellow .page-head h1,body.red .page-head h1,body.blue .page-head h1,body.green .section-title,body.lilac .section-title,body.yellow .section-title,body.red .section-title,body.blue .section-title,body.green .metric strong,body.lilac .metric strong,body.yellow .metric strong,body.red .metric strong,body.blue .metric strong,body.green .modal h2,body.lilac .modal h2,body.yellow .modal h2,body.red .modal h2,body.blue .modal h2{color:var(--text) !important;text-shadow:none !important}body.green .page-head p,body.lilac .page-head p,body.yellow .page-head p,body.red .page-head p,body.blue .page-head p,body.green .book-detail,body.lilac .book-detail,body.yellow .book-detail,body.red .book-detail,body.blue .book-detail,body.green .muted-help,body.lilac .muted-help,body.yellow .muted-help,body.red .muted-help,body.blue .muted-help{color:var(--muted) !important}body.green .input,body.lilac .input,body.yellow .input,body.red .input,body.blue .input,body.green textarea,body.lilac textarea,body.yellow textarea,body.red textarea,body.blue textarea,body.green select,body.lilac select,body.yellow select,body.red select,body.blue select{background:color-mix(in srgb,var(--field) 86%,#000 14%) !important;border-color:var(--line) !important;color:var(--text) !important;caret-color:var(--accent-2) !important}body.light .input,body.light textarea,body.light select{background:#fff !important;border-color:var(--line) !important;color:#111827 !important}body.green .input::placeholder,body.lilac .input::placeholder,body.yellow .input::placeholder,body.red .input::placeholder,body.blue .input::placeholder,body.green textarea::placeholder,body.lilac textarea::placeholder,body.yellow textarea::placeholder,body.red textarea::placeholder,body.blue textarea::placeholder{color:color-mix(in srgb,var(--muted) 78%,#fff 22%) !important}body.green .table th,body.lilac .table th,body.yellow .table th,body.red .table th,body.blue .table th{background:color-mix(in srgb,var(--panel2) 80%,#000 20%) !important;color:var(--text) !important}body.green .table td,body.lilac .table td,body.yellow .table td,body.red .table td,body.blue .table td{color:var(--text) !important;border-color:var(--line) !important}body.green .table td strong,body.lilac .table td strong,body.yellow .table td strong,body.red .table td strong,body.blue .table td strong{color:var(--text) !important}body.green .sidebar,body.lilac .sidebar,body.yellow .sidebar,body.red .sidebar,body.blue .sidebar,body.green .theme-dots,body.lilac .theme-dots,body.yellow .theme-dots,body.red .theme-dots,body.blue .theme-dots{background:var(--side) !important;border-color:var(--line) !important}body.green .nav button,body.lilac .nav button,body.yellow .nav button,body.red .nav button,body.blue .nav button,body.green .bottom-nav button,body.lilac .bottom-nav button,body.yellow .bottom-nav button,body.red .bottom-nav button,body.blue .bottom-nav button{color:color-mix(in srgb,var(--text) 82%,var(--accent-2) 18%) !important}body.green .nav button:hover,body.lilac .nav button:hover,body.yellow .nav button:hover,body.red .nav button:hover,body.blue .nav button:hover,body.green .nav button.active,body.lilac .nav button.active,body.yellow .nav button.active,body.red .nav button.active,body.blue .nav button.active{background:color-mix(in srgb,var(--accent) 26%,#000 74%) !important;color:#fff !important}.btn{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 72%,#000 28%)) !important;color:#fff !important}.btn.gray{background:color-mix(in srgb,var(--field) 66%,#000 34%) !important;color:var(--text) !important}.status-pill.available,.recognition-badge.ok{background:color-mix(in srgb,var(--accent) 22%,#000 78%) !important;color:var(--accent-3) !important}.icon-btn.green,.icon-btn.blue,.available-text{color:var(--accent-2) !important}.theme-dots button[data-theme="blue"]{background:#2f80ed !important}.theme-dots button[data-theme="green"]{background:#13a66b !important}.theme-dots button[data-theme="lilac"]{background:#8b5cf6 !important}.theme-dots button[data-theme="yellow"]{background:#f2b705 !important}.theme-dots button[data-theme="red"]{background:#ef4444 !important}.theme-dots button[data-theme="light"]{background:#f8fafc !important}.theme-dots button{width:18px;height:18px;border:2px solid rgba(255,255,255,.72) !important;box-shadow:0 0 0 1px rgba(0,0,0,.18)}body.light .theme-dots button{border-color:rgba(17,24,39,.42) !important}body.green select option{background:#083020;color:#f5fff8}body.blue select option{background:#0d2a52;color:#f8fbff}body.lilac select option{background:#312056;color:#fbf8ff}body.yellow select option{background:#4e370c;color:#fffaf0}body.red select option{background:#52161d;color:#fff8f8}.theme-dots{z-index:220 !important;pointer-events:auto !important}.theme-dots button{pointer-events:auto !important;cursor:pointer !important;position:relative}.theme-dots button.active{outline:2px solid #fff !important;outline-offset:2px;transform:scale(1.08)}body.light .theme-dots button.active{outline-color:#111827 !important}body.blue{--accent:#2f80ed !important;--accent-2:#7dd3fc !important;--accent-3:#dbeafe !important;--text:#f8fbff !important;--muted:#c7d7ee !important;--side:rgba(8,29,57,.96) !important;--panel:rgba(13,42,82,.94) !important;--panel2:rgba(20,63,118,.92) !important;--field:rgba(255,255,255,.12) !important;--line:rgba(176,205,244,.28) !important;background:linear-gradient(135deg,#06162d,#0d3b72) !important}body.green{--accent:#13a66b !important;--accent-2:#8ee6b8 !important;--accent-3:#d6f7e6 !important;--text:#f5fff8 !important;--muted:#c5ddce !important;--side:rgba(5,35,24,.96) !important;--panel:rgba(8,48,32,.94) !important;--panel2:rgba(13,67,45,.92) !important;--field:rgba(255,255,255,.12) !important;--line:rgba(185,229,202,.30) !important;background:linear-gradient(135deg,#052318,#116340) !important}body.lilac{--accent:#8b5cf6 !important;--accent-2:#c4b5fd !important;--accent-3:#ede9fe !important;--text:#fbf8ff !important;--muted:#d9cef2 !important;--side:rgba(35,21,64,.96) !important;--panel:rgba(49,31,86,.94) !important;--panel2:rgba(67,43,116,.92) !important;--field:rgba(255,255,255,.13) !important;--line:rgba(216,197,255,.30) !important;background:linear-gradient(135deg,#1a1036,#4c2f91) !important}body.pink{--accent:#ec4899 !important;--accent-2:#f9a8d4 !important;--accent-3:#fce7f3 !important;--text:#fff7fb !important;--muted:#f4c7dc !important;--side:rgba(52,18,44,.96) !important;--panel:rgba(71,26,60,.94) !important;--panel2:rgba(93,35,78,.92) !important;--field:rgba(255,255,255,.13) !important;--line:rgba(255,190,220,.30) !important;background:linear-gradient(135deg,#35132c,#8b2f65) !important}body.yellow{--accent:#f2b705 !important;--accent-2:#fde68a !important;--accent-3:#fff7d6 !important;--text:#fffaf0 !important;--muted:#f3dfae !important;--side:rgba(58,40,7,.96) !important;--panel:rgba(78,55,12,.94) !important;--panel2:rgba(101,73,18,.92) !important;--field:rgba(255,255,255,.14) !important;--line:rgba(255,226,142,.34) !important;background:linear-gradient(135deg,#2b1d04,#8a6414) !important}body.red{--accent:#ef4444 !important;--accent-2:#fca5a5 !important;--accent-3:#fee2e2 !important;--text:#fff8f8 !important;--muted:#f4c7c7 !important;--side:rgba(61,15,20,.96) !important;--panel:rgba(82,22,29,.94) !important;--panel2:rgba(112,30,39,.92) !important;--field:rgba(255,255,255,.13) !important;--line:rgba(255,189,189,.30) !important;background:linear-gradient(135deg,#2c080d,#881d2b) !important}body.light{--accent:#2563eb !important;--accent-2:#60a5fa !important;--accent-3:#dbeafe !important;--text:#111827 !important;--muted:#4b5563 !important;--side:rgba(28,42,64,.96) !important;--panel:rgba(255,255,255,.96) !important;--panel2:rgba(244,247,251,.96) !important;--field:#fff !important;--line:rgba(17,24,39,.16) !important;background:linear-gradient(135deg,#f8fafc,#e8eef8) !important}body.blue:before,body.green:before,body.lilac:before,body.pink:before,body.yellow:before,body.red:before{background:radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--accent-2) 18%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--side) 70%,transparent),color-mix(in srgb,var(--panel2) 72%,transparent)) !important}body.blue .sidebar,body.green .sidebar,body.lilac .sidebar,body.pink .sidebar,body.yellow .sidebar,body.red .sidebar,body.blue .theme-dots,body.green .theme-dots,body.lilac .theme-dots,body.pink .theme-dots,body.yellow .theme-dots,body.red .theme-dots{background:var(--side) !important}body.blue .panel,body.green .panel,body.lilac .panel,body.pink .panel,body.yellow .panel,body.red .panel,body.blue .modal,body.green .modal,body.lilac .modal,body.pink .modal,body.yellow .modal,body.red .modal{background:linear-gradient(145deg,var(--panel),var(--panel2)) !important;border-color:var(--line) !important;color:var(--text) !important}body.blue .input,body.green .input,body.lilac .input,body.pink .input,body.yellow .input,body.red .input,body.blue textarea,body.green textarea,body.lilac textarea,body.pink textarea,body.yellow textarea,body.red textarea,body.blue select,body.green select,body.lilac select,body.pink select,body.yellow select,body.red select{background:color-mix(in srgb,var(--field) 84%,#000 16%) !important;color:var(--text) !important;border-color:var(--line) !important}body.blue .table th,body.green .table th,body.lilac .table th,body.pink .table th,body.yellow .table th,body.red .table th{background:color-mix(in srgb,var(--panel2) 82%,#000 18%) !important;color:var(--text) !important}body.blue .table td,body.green .table td,body.lilac .table td,body.pink .table td,body.yellow .table td,body.red .table td{color:var(--text) !important}.theme-dots button[data-theme="pink"]{background:#ec4899 !important}body.pink select option{background:#471a3c;color:#fff7fb}body.blue .login{background:linear-gradient(135deg,rgba(5,18,38,.72),rgba(7,27,58,.82)),url("background2.jpg") center/cover fixed no-repeat !important}body.green .login{background:linear-gradient(135deg,rgba(5,35,24,.72),rgba(13,67,45,.82)),url("background2.jpg") center/cover fixed no-repeat !important}body.lilac .login{background:linear-gradient(135deg,rgba(35,21,64,.76),rgba(67,43,116,.82)),url("background2.jpg") center/cover fixed no-repeat !important}body.pink .login{background:linear-gradient(135deg,rgba(52,18,44,.76),rgba(93,35,78,.82)),url("background2.jpg") center/cover fixed no-repeat !important}body.yellow .login{background:linear-gradient(135deg,rgba(58,40,7,.78),rgba(101,73,18,.84)),url("background2.jpg") center/cover fixed no-repeat !important}body.red .login{background:linear-gradient(135deg,rgba(61,15,20,.76),rgba(112,30,39,.84)),url("background2.jpg") center/cover fixed no-repeat !important}body.light .login{background:linear-gradient(135deg,rgba(232,238,248,.82),rgba(248,250,252,.88)),url("background2.jpg") center/cover fixed no-repeat !important}body.blue .login-card,body.green .login-card,body.lilac .login-card,body.pink .login-card,body.yellow .login-card,body.red .login-card{background:color-mix(in srgb,var(--panel) 84%,transparent) !important;border-color:var(--line) !important}body.light .login-card{background:rgba(255,255,255,.72) !important;border-color:rgba(17,24,39,.14) !important}.login-card h1,.login-type-title,#loginTypewriter{color:var(--accent-2) !important;text-shadow:0 0 22px color-mix(in srgb,var(--accent) 42%,transparent) !important}#loginTypewriter:after{background:var(--accent-2) !important;box-shadow:0 0 14px color-mix(in srgb,var(--accent-2) 75%,transparent) !important}.login-card .btn{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 72%,#000 28%)) !important}body.light .login-card h1,body.light .login-type-title,body.light #loginTypewriter{color:var(--accent) !important}.bottom-nav .public-acervo-link{width:48px;height:48px;border:0;border-radius:14px;display:grid;place-items:center;color:#9fb0c9;background:transparent;text-decoration:none;font-size:18px;transition:.2s ease}.bottom-nav .public-acervo-link:hover{color:#fff;background:rgba(255,255,255,.08);transform:translateY(-2px)}.bottom-nav .public-acervo-link::after{content:attr(data-tip)}#book3dModal .book3d-modal{width:min(1120px,calc(100vw - 28px)) !important;max-height:calc(100vh - 28px) !important;overflow:auto !important}.book3d-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.book3d-stage{perspective:1200px !important;overflow:hidden !important;touch-action:none;cursor:grab}.book3d-stage:active{cursor:grabbing}.book3d-scene{width:100%;height:100%;min-height:430px;display:grid;place-items:center;transform-style:preserve-3d}.book3d-css-book{--book-w:230px;--book-h:330px;--book-d:42px;--book-color:#1d4ed8;width:var(--book-w) !important;height:var(--book-h) !important;position:relative;transform-style:preserve-3d;transition:transform .18s ease;animation:none !important;border:0 !important;background:transparent !important;box-shadow:none !important}.book3d-cover-front,.book3d-cover-back,.book3d-pages,.book3d-spine,.book3d-edge{position:absolute;inset:0;border-radius:8px;backface-visibility:hidden;overflow:hidden}.book3d-cover-front{z-index:5;transform-origin:left center;transform:translateZ(calc(var(--book-d) / 2));background:linear-gradient(145deg,color-mix(in srgb,var(--book-color) 85%,#000 15%),color-mix(in srgb,var(--book-color) 48%,#000 52%));border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 42px rgba(0,0,0,.38);display:grid;place-items:center;padding:18px;transition:transform .85s cubic-bezier(.2,.75,.18,1),box-shadow .85s}.book3d-cover-front img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:none}.book3d-css-book.has-cover .book3d-cover-front img{display:block}.book3d-cover-front span{font-size:22px;line-height:1.1;text-align:center;font-weight:900;color:#fff;overflow-wrap:anywhere;max-height:100%;overflow:hidden}.book3d-css-book.has-cover .book3d-cover-front span{display:none}.book3d-cover-back{transform:rotateY(180deg) translateZ(calc(var(--book-d) / 2));background:linear-gradient(145deg,#f7efe0,#e7dcc7);color:#102015;border:1px solid rgba(42,32,18,.28);padding:22px;display:flex;flex-direction:column;gap:10px;box-shadow:0 24px 42px rgba(0,0,0,.32)}.book3d-cover-back b{color:#0f5f3a;text-transform:uppercase;letter-spacing:.04em;font-size:13px}.book3d-cover-back p{margin:0;font-size:14px;line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-line-clamp:12;-webkit-box-orient:vertical}.book3d-pages{transform:translateZ(0);background:repeating-linear-gradient(90deg,#fff7e6 0 6px,#f1e4ca 6px 8px);box-shadow:inset -18px 0 30px rgba(104,77,38,.22);padding:28px 24px 24px 34px;color:#19231b;display:flex;align-items:center}#book3dPageInfo{width:100%;display:grid;gap:8px;font-size:13px}#book3dPageInfo div{padding:7px 0;border-bottom:1px solid rgba(35,48,38,.18)}#book3dPageInfo b{display:block;color:#0f5f3a;font-size:10px;text-transform:uppercase;letter-spacing:.06em}#book3dPageInfo span{display:block;color:#152219;font-weight:700;line-height:1.2;overflow-wrap:anywhere}.book3d-spine{width:var(--book-d);left:calc(var(--book-d) / -2);transform:rotateY(-90deg) translateZ(calc(var(--book-d) / 2));transform-origin:center;background:linear-gradient(180deg,color-mix(in srgb,var(--book-color) 70%,#000 30%),#08140f);border-radius:6px}.book3d-edge{width:var(--book-d);left:auto;right:calc(var(--book-d) / -2);transform:rotateY(90deg) translateZ(calc(var(--book-d) / 2));transform-origin:center;background:repeating-linear-gradient(0deg,#f8eed8 0 5px,#ddcfb5 5px 6px);border-radius:5px}.book3d-css-book.is-open .book3d-cover-front{transform:translateZ(calc(var(--book-d) / 2)) rotateY(-118deg);box-shadow:0 18px 34px rgba(0,0,0,.28)}.book3d-hint{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.34);color:rgba(255,255,255,.86);font-size:12px;pointer-events:none}@media (max-width:760px){.book3d-css-book{--book-w:180px;--book-h:260px;--book-d:34px}.book3d-scene{min-height:330px}.book3d-cover-back{padding:16px}.book3d-cover-back p{font-size:12px;-webkit-line-clamp:10}#book3dPageInfo{font-size:11px;gap:5px}}.book3d-css-book{--book-w:250px !important;--book-h:350px !important;--book-d:76px !important;transform-style:preserve-3d !important;transform-origin:center center !important}.book3d-cover-front,.book3d-cover-back,.book3d-pages,.book3d-spine,.book3d-edge,.book3d-top,.book3d-bottom{position:absolute !important;box-sizing:border-box !important;transform-style:preserve-3d !important;backface-visibility:visible !important}.book3d-cover-front{width:var(--book-w) !important;height:var(--book-h) !important;inset:auto !important;left:0 !important;top:0 !important;transform:translateZ(calc(var(--book-d) / 2+2px)) !important;transform-origin:left center !important;border:2px solid rgba(255,255,255,.18) !important;box-shadow:0 28px 46px rgba(0,0,0,.42),inset -18px 0 28px rgba(0,0,0,.22),inset 10px 0 16px rgba(255,255,255,.12) !important}.book3d-css-book.is-open .book3d-cover-front{transform:translateZ(calc(var(--book-d) / 2+2px)) rotateY(-128deg) !important}.book3d-cover-back{width:var(--book-w) !important;height:var(--book-h) !important;inset:auto !important;left:0 !important;top:0 !important;transform:rotateY(180deg) translateZ(calc(var(--book-d) / 2+2px)) !important;border:2px solid rgba(36,28,18,.22) !important;box-shadow:0 24px 42px rgba(0,0,0,.30),inset 16px 0 24px rgba(0,0,0,.10) !important}.book3d-pages{width:calc(var(--book-w) - 22px) !important;height:calc(var(--book-h) - 22px) !important;inset:auto !important;left:14px !important;top:11px !important;transform:translateZ(calc(var(--book-d) / 2 - 4px)) !important;border-radius:4px !important;border:1px solid rgba(109,86,45,.20) !important;box-shadow:inset -26px 0 30px rgba(100,72,34,.24),inset 0 14px 18px rgba(255,255,255,.34),0 0 0 1px rgba(88,65,35,.10) !important}.book3d-spine{width:var(--book-d) !important;height:var(--book-h) !important;inset:auto !important;left:calc(var(--book-d) / -2) !important;top:0 !important;transform:rotateY(-90deg) translateZ(calc(var(--book-d) / 2)) !important;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent 28%,rgba(0,0,0,.28)),linear-gradient(180deg,color-mix(in srgb,var(--book-color) 84%,#000 16%),color-mix(in srgb,var(--book-color) 42%,#000 58%)) !important;box-shadow:inset 10px 0 18px rgba(255,255,255,.08),inset -18px 0 28px rgba(0,0,0,.32) !important}.book3d-edge{width:var(--book-d) !important;height:calc(var(--book-h) - 18px) !important;inset:auto !important;right:calc(var(--book-d) / -2) !important;top:9px !important;transform:rotateY(90deg) translateZ(calc(var(--book-d) / 2)) !important;background:repeating-linear-gradient(0deg,#fff8e8 0 3px,#dfd2b8 3px 4px),linear-gradient(90deg,#fff7e5,#d8c9aa) !important;box-shadow:inset 18px 0 24px rgba(104,76,36,.20),inset -8px 0 14px rgba(0,0,0,.18) !important}.book3d-top,.book3d-bottom{width:calc(var(--book-w) - 18px) !important;height:var(--book-d) !important;left:9px !important;border-radius:5px !important;background:repeating-linear-gradient(90deg,#fff8e8 0 4px,#ded0b4 4px 5px) !important;box-shadow:inset 0 12px 18px rgba(107,78,38,.18) !important}.book3d-top{top:calc(var(--book-d) / -2) !important;transform:rotateX(90deg) translateZ(calc(var(--book-d) / 2)) !important}.book3d-bottom{bottom:calc(var(--book-d) / -2) !important;transform:rotateX(-90deg) translateZ(calc(var(--book-d) / 2)) !important}.book3d-scene{min-height:500px !important}.book3d-hint{bottom:18px !important}@media (max-width:760px){.book3d-css-book{--book-w:190px !important;--book-h:270px !important;--book-d:56px !important}.book3d-scene{min-height:370px !important}}.bottom-nav .public-acervo-link{width:48px !important;height:48px !important;border:0 !important;border-radius:14px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;background:transparent !important;color:inherit !important;text-decoration:none !important;font:inherit !important;cursor:pointer !important;position:relative !important;transition:.2s ease !important}.bottom-nav .public-acervo-link i{font-size:18px !important;line-height:1 !important}.bottom-nav .public-acervo-link:hover{background:rgba(255,255,255,.08) !important;color:#fff !important;transform:translateY(-2px) !important}.bottom-nav .public-acervo-link:after{content:attr(data-tip) !important}.sidebar:hover .bottom-nav .public-acervo-link{width:100% !important;justify-content:flex-start !important;gap:12px !important;padding:0 14px !important}.sidebar:hover .bottom-nav .public-acervo-link:after{opacity:1 !important;transform:translateX(0) !important;width:auto !important}body.light .bottom-nav .public-acervo-link,body.blue .bottom-nav .public-acervo-link,body.pink .bottom-nav .public-acervo-link,body.green .bottom-nav .public-acervo-link,body.lilac .bottom-nav .public-acervo-link,body.yellow .bottom-nav .public-acervo-link,body.red .bottom-nav .public-acervo-link{color:color-mix(in srgb,var(--text) 82%,var(--accent-2) 18%) !important}.bottom-nav .public-acervo-link{width:48px !important;min-width:48px !important;max-width:48px !important;height:48px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:0 !important;padding:0 !important;overflow:hidden !important;white-space:nowrap !important}.bottom-nav .public-acervo-link:after,.bottom-nav .public-acervo-link::after{content:attr(data-tip) !important;opacity:0 !important;width:0 !important;max-width:0 !important;overflow:hidden !important;margin-left:0 !important;transform:translateX(-8px) !important;transition:.2s ease !important}.sidebar:hover .bottom-nav .public-acervo-link{width:100% !important;max-width:none !important;justify-content:flex-start !important;gap:12px !important;padding:0 14px !important}.sidebar:hover .bottom-nav .public-acervo-link:after,.sidebar:hover .bottom-nav .public-acervo-link::after{opacity:1 !important;width:auto !important;max-width:190px !important;margin-left:0 !important;transform:translateX(0) !important}#book3dStage{perspective:1500px !important;perspective-origin:50% 42% !important;background:radial-gradient(circle at 50% 75%,rgba(0,0,0,.38),transparent 34%),linear-gradient(145deg,rgba(2,12,9,.96),rgba(10,35,25,.94)) !important}#book3dScene{transform-style:preserve-3d !important}#book3dCssBook{--book-w:260px !important;--book-h:360px !important;--book-d:120px !important;width:var(--book-w) !important;height:var(--book-h) !important;transform-style:preserve-3d !important;transform:rotateX(-14deg) rotateY(-52deg) !important;transform-origin:center center !important;transition:transform .16s ease !important}#book3dCssBook:before{content:"" !important;position:absolute !important;inset:18px -64px 18px auto !important;width:64px !important;transform:translateZ(0) rotateY(90deg) !important;transform-origin:left center !important;background:repeating-linear-gradient(0deg,#fff7df 0 4px,#d6c7a9 4px 6px) !important;border-radius:0 8px 8px 0 !important;box-shadow:inset 18px 0 28px rgba(70,45,18,.22),14px 0 28px rgba(0,0,0,.28) !important;pointer-events:none !important}#book3dCssBook:after{content:"" !important;position:absolute !important;left:14px !important;right:14px !important;bottom:-62px !important;height:64px !important;transform:rotateX(-90deg) translateZ(calc(var(--book-d) / 2)) !important;transform-origin:top center !important;background:repeating-linear-gradient(90deg,#fff8e8 0 5px,#d9c9aa 5px 7px) !important;border-radius:0 0 8px 8px !important;box-shadow:inset 0 18px 30px rgba(90,62,27,.22) !important;pointer-events:none !important}#book3dCssBook .book3d-cover-front{transform:translateZ(62px) !important}#book3dCssBook.is-open .book3d-cover-front{transform:translateZ(62px) rotateY(-132deg) !important}#book3dCssBook .book3d-cover-back{transform:rotateY(180deg) translateZ(62px) !important}#book3dCssBook .book3d-pages{transform:translateZ(48px) !important}#book3dCssBook .book3d-spine{width:120px !important;left:-60px !important;transform:rotateY(-90deg) translateZ(60px) !important}#book3dCssBook .book3d-edge{width:120px !important;right:-60px !important;transform:rotateY(90deg) translateZ(60px) !important}#book3dCssBook .book3d-top{height:120px !important;top:-60px !important;transform:rotateX(90deg) translateZ(60px) !important}#book3dCssBook .book3d-bottom{height:120px !important;bottom:-60px !important;transform:rotateX(-90deg) translateZ(60px) !important}#book3dCssBook.is-open{transform:rotateX(-12deg) rotateY(-32deg) !important}@media (max-width:760px){#book3dCssBook{--book-w:200px !important;--book-h:280px !important;--book-d:86px !important}#book3dCssBook .book3d-cover-front{transform:translateZ(44px) !important}#book3dCssBook.is-open .book3d-cover-front{transform:translateZ(44px) rotateY(-132deg) !important}#book3dCssBook .book3d-cover-back{transform:rotateY(180deg) translateZ(44px) !important}#book3dCssBook .book3d-spine{width:86px !important;left:-43px !important;transform:rotateY(-90deg) translateZ(43px) !important}#book3dCssBook .book3d-edge{width:86px !important;right:-43px !important;transform:rotateY(90deg) translateZ(43px) !important}}#book3dModal .book3d-modal{width:min(1180px,calc(100vw - 28px)) !important}#book3dModal .book3d-cover-info-layout{grid-template-columns:minmax(520px,1fr) 320px !important;align-items:stretch !important}#book3dStage{min-height:620px !important;perspective:1800px !important;perspective-origin:50% 44% !important;overflow:hidden !important;background:radial-gradient(ellipse at 52% 78%,rgba(0,0,0,.48),transparent 38%),linear-gradient(145deg,rgba(4,20,16,.98),rgba(7,43,30,.95)) !important}#book3dScene{height:100% !important;min-height:620px !important;display:grid !important;place-items:center !important;transform-style:preserve-3d !important}#book3dCssBook{--book-w:292px;--book-h:430px;--book-d:96px;--rx:-12deg;--ry:-34deg;--book-color:#105f3b;width:var(--book-w) !important;height:var(--book-h) !important;position:relative !important;transform-style:preserve-3d !important;transform:rotateX(var(--rx)) rotateY(var(--ry)) !important;transform-origin:center center !important;transition:transform .22s ease !important;animation:book3dIdle 5s ease-in-out infinite alternate !important}#book3dCssBook.is-open{animation:none !important}@keyframes book3dIdle{from{transform:rotateX(var(--rx)) rotateY(var(--ry))}to{transform:rotateX(calc(var(--rx)+2deg)) rotateY(calc(var(--ry) - 8deg))}}.book3d-block{position:absolute !important;inset:0 !important;transform-style:preserve-3d !important}.book3d-face{position:absolute !important;box-sizing:border-box !important;transform-style:preserve-3d !important;backface-visibility:visible !important}.book3d-front,.book3d-back,.book3d-page{width:var(--book-w) !important;height:var(--book-h) !important;left:0 !important;top:0 !important;border-radius:12px 8px 8px 12px !important}.book3d-front{z-index:6 !important;transform:translateZ(calc(var(--book-d) / 2)) !important;transform-origin:left center !important;background:linear-gradient(90deg,rgba(0,0,0,.28),transparent 16%,rgba(255,255,255,.10) 22%,transparent 34%),linear-gradient(145deg,color-mix(in srgb,var(--book-color) 86%,#000 14%),color-mix(in srgb,var(--book-color) 48%,#000 52%)) !important;border:2px solid rgba(255,255,255,.20) !important;box-shadow:0 34px 60px rgba(0,0,0,.42),inset -26px 0 36px rgba(0,0,0,.22) !important;display:grid !important;place-items:center !important;padding:20px !important;overflow:hidden !important;transition:transform .95s cubic-bezier(.19,.78,.18,1),box-shadow .95s !important}.book3d-front img{width:100% !important;height:100% !important;object-fit:cover !important;border-radius:8px !important;display:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}#book3dCssBook.has-cover .book3d-front img{display:block !important}.book3d-front span{color:#fff !important;font-size:25px !important;font-weight:900 !important;line-height:1.08 !important;text-align:center !important;overflow-wrap:anywhere !important;text-shadow:0 10px 24px rgba(0,0,0,.42) !important}#book3dCssBook.has-cover .book3d-front span{display:none !important}.book3d-back{transform:rotateY(180deg) translateZ(calc(var(--book-d) / 2)) !important;background:linear-gradient(90deg,rgba(0,0,0,.12),transparent 16%),linear-gradient(145deg,#fff6e8,#ddccb0) !important;color:#112418 !important;border:2px solid rgba(79,58,28,.25) !important;padding:26px !important;box-shadow:0 32px 58px rgba(0,0,0,.34),inset 20px 0 30px rgba(0,0,0,.10) !important;overflow:hidden !important}.book3d-back b{display:block !important;color:#0f6a42 !important;font-size:14px !important;text-transform:uppercase !important;letter-spacing:.08em !important;margin-bottom:12px !important}.book3d-back p{margin:0 !important;font-size:15px !important;line-height:1.45 !important;color:#14251b !important;display:-webkit-box !important;-webkit-line-clamp:14 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.book3d-page{transform:translateZ(calc(var(--book-d) / 2 - 12px)) !important;background:linear-gradient(90deg,rgba(115,80,38,.16),transparent 13%,rgba(255,255,255,.38) 18%,transparent 28%),#fff7e8 !important;color:#122016 !important;border:1px solid rgba(102,78,38,.20) !important;padding:36px 28px 30px 42px !important;box-shadow:inset -28px 0 36px rgba(96,70,32,.16) !important;overflow:hidden !important}#book3dPageInfo{height:100% !important;display:grid !important;align-content:center !important;gap:10px !important}#book3dPageInfo div{border-bottom:1px solid rgba(43,62,45,.16) !important;padding-bottom:8px !important}#book3dPageInfo b{display:block !important;color:#0f6a42 !important;font-size:10px !important;letter-spacing:.08em !important;text-transform:uppercase !important}#book3dPageInfo span{display:block !important;color:#17231a !important;font-size:14px !important;font-weight:800 !important;line-height:1.2 !important;overflow-wrap:anywhere !important}.book3d-left{width:var(--book-d) !important;height:var(--book-h) !important;left:calc(var(--book-d) / -2) !important;top:0 !important;transform:rotateY(-90deg) translateZ(calc(var(--book-d) / 2)) !important;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 30%,rgba(0,0,0,.34)),linear-gradient(180deg,color-mix(in srgb,var(--book-color) 82%,#000 18%),color-mix(in srgb,var(--book-color) 42%,#000 58%)) !important;border-radius:10px 0 0 10px !important;box-shadow:inset 16px 0 20px rgba(255,255,255,.08),inset -22px 0 34px rgba(0,0,0,.32) !important}.book3d-right{width:var(--book-d) !important;height:calc(var(--book-h) - 22px) !important;right:calc(var(--book-d) / -2) !important;top:11px !important;transform:rotateY(90deg) translateZ(calc(var(--book-d) / 2)) !important;background:repeating-linear-gradient(0deg,#fff9e9 0 4px,#d9c9ac 4px 6px),linear-gradient(90deg,#fff8e6,#d8c9aa) !important;border-radius:0 8px 8px 0 !important;box-shadow:inset 20px 0 30px rgba(101,74,35,.22),inset -10px 0 18px rgba(0,0,0,.18),18px 0 32px rgba(0,0,0,.24) !important}.book3d-top-face,.book3d-bottom-face{width:calc(var(--book-w) - 20px) !important;height:var(--book-d) !important;left:10px !important;background:repeating-linear-gradient(90deg,#fff9e9 0 5px,#d9c9ac 5px 7px) !important;box-shadow:inset 0 18px 26px rgba(97,70,32,.18) !important}.book3d-top-face{top:calc(var(--book-d) / -2) !important;transform:rotateX(90deg) translateZ(calc(var(--book-d) / 2)) !important;border-radius:8px 8px 0 0 !important}.book3d-bottom-face{bottom:calc(var(--book-d) / -2) !important;transform:rotateX(-90deg) translateZ(calc(var(--book-d) / 2)) !important;border-radius:0 0 8px 8px !important}#book3dCssBook.is-open .book3d-front{transform:translateZ(calc(var(--book-d) / 2)) rotateY(-128deg) !important;box-shadow:0 20px 42px rgba(0,0,0,.28),inset -18px 0 28px rgba(0,0,0,.18) !important}#book3dCssBook.is-open .book3d-page{transform:translateZ(calc(var(--book-d) / 2 - 4px)) rotateY(-2deg) !important}.book3d-hint{bottom:18px !important;background:rgba(0,0,0,.42) !important}@media (max-width:900px){#book3dModal .book3d-cover-info-layout{grid-template-columns:1fr !important}#book3dStage,#book3dScene{min-height:520px !important}}@media (max-width:620px){#book3dCssBook{--book-w:210px;--book-h:310px;--book-d:72px}#book3dStage,#book3dScene{min-height:430px !important}.book3d-back p{font-size:12px !important;-webkit-line-clamp:11 !important}#book3dPageInfo span{font-size:12px !important}}#book3dModal.show .book3d-modal{background:linear-gradient(145deg,#07130f,#0d3023) !important}#book3dModal.show #book3dStage{min-height:640px !important;perspective:1900px !important;perspective-origin:50% 42% !important;background:radial-gradient(ellipse at 50% 80%,rgba(0,0,0,.58),transparent 34%),linear-gradient(160deg,#061510,#123728) !important}#book3dModal.show #book3dCssBook{--book-w:300px !important;--book-h:430px !important;--book-d:92px !important;--rx:-12deg !important;--ry:-38deg !important;width:var(--book-w) !important;height:var(--book-h) !important;transform:rotateX(var(--rx)) rotateY(var(--ry)) !important;transform-style:preserve-3d !important;transform-origin:center center !important;animation:book3dFinalFloat 4.8s ease-in-out infinite alternate !important}#book3dModal.show #book3dCssBook.is-open{--ry:-22deg !important;animation:none !important}@keyframes book3dFinalFloat{0%{transform:rotateX(var(--rx)) rotateY(var(--ry)) translateY(0)}100%{transform:rotateX(-10deg) rotateY(-50deg) translateY(-8px)}}#book3dModal.show .book3d-block{position:absolute !important;inset:0 !important;transform-style:preserve-3d !important}#book3dModal.show .book3d-face{position:absolute !important;box-sizing:border-box !important;transform-style:preserve-3d !important;backface-visibility:visible !important}#book3dModal.show .book3d-front,#book3dModal.show .book3d-back,#book3dModal.show .book3d-page{width:var(--book-w) !important;height:var(--book-h) !important;left:0 !important;top:0 !important;border-radius:14px 8px 8px 14px !important}#book3dModal.show .book3d-front{z-index:8 !important;transform:translateZ(calc(var(--book-d) / 2)) !important;transform-origin:left center !important;background:linear-gradient(90deg,rgba(0,0,0,.34),transparent 17%,rgba(255,255,255,.13) 24%,transparent 38%),linear-gradient(145deg,color-mix(in srgb,var(--book-color) 88%,#000 12%),color-mix(in srgb,var(--book-color) 45%,#000 55%)) !important;border:2px solid rgba(255,255,255,.22) !important;box-shadow:0 36px 70px rgba(0,0,0,.52),inset -32px 0 42px rgba(0,0,0,.28),inset 12px 0 22px rgba(255,255,255,.12) !important;padding:22px !important;display:grid !important;place-items:center !important;overflow:hidden !important;transition:transform .95s cubic-bezier(.18,.78,.16,1),box-shadow .95s !important}#book3dModal.show #book3dCssBook.is-open .book3d-front{transform:translateZ(calc(var(--book-d) / 2)) rotateY(-132deg) !important;box-shadow:0 20px 44px rgba(0,0,0,.34),inset -22px 0 30px rgba(0,0,0,.20) !important}#book3dModal.show .book3d-front img{width:100% !important;height:100% !important;object-fit:cover !important;border-radius:9px !important}#book3dModal.show .book3d-back{transform:rotateY(180deg) translateZ(calc(var(--book-d) / 2)) !important;background:linear-gradient(145deg,#fff6e7,#deceb0) !important;color:#142419 !important;border:2px solid rgba(77,56,26,.28) !important;padding:28px !important;box-shadow:0 30px 58px rgba(0,0,0,.36),inset 22px 0 32px rgba(0,0,0,.12) !important;overflow:hidden !important}#book3dModal.show .book3d-page{transform:translateZ(calc(var(--book-d) / 2 - 8px)) !important;background:linear-gradient(90deg,rgba(120,83,39,.18),transparent 14%,rgba(255,255,255,.45) 20%,transparent 30%),#fff8e8 !important;padding:38px 28px 30px 44px !important;color:#16241a !important;border:1px solid rgba(102,78,38,.22) !important;box-shadow:inset -34px 0 42px rgba(96,70,32,.18) !important;overflow:hidden !important}#book3dModal.show #book3dCssBook.is-open .book3d-page{transform:translateZ(calc(var(--book-d) / 2 - 2px)) rotateY(-1.5deg) !important}#book3dModal.show .book3d-left{width:var(--book-d) !important;height:var(--book-h) !important;left:calc(var(--book-d) / -2) !important;top:0 !important;transform:rotateY(-90deg) translateZ(calc(var(--book-d) / 2)) !important;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 28%,rgba(0,0,0,.40)),linear-gradient(180deg,color-mix(in srgb,var(--book-color) 82%,#000 18%),color-mix(in srgb,var(--book-color) 40%,#000 60%)) !important;border-radius:12px 0 0 12px !important;box-shadow:inset 18px 0 22px rgba(255,255,255,.08),inset -28px 0 38px rgba(0,0,0,.38) !important}#book3dModal.show .book3d-right{width:var(--book-d) !important;height:calc(var(--book-h) - 22px) !important;right:calc(var(--book-d) / -2) !important;top:11px !important;transform:rotateY(90deg) translateZ(calc(var(--book-d) / 2)) !important;background:repeating-linear-gradient(0deg,#fff9ea 0 4px,#d7c7a7 4px 6px),linear-gradient(90deg,#fff8e6,#d8c8aa) !important;border-radius:0 9px 9px 0 !important;box-shadow:inset 24px 0 34px rgba(101,74,35,.25),inset -12px 0 22px rgba(0,0,0,.20),22px 0 36px rgba(0,0,0,.28) !important}#book3dModal.show .book3d-top-face,#book3dModal.show .book3d-bottom-face{width:calc(var(--book-w) - 20px) !important;height:var(--book-d) !important;left:10px !important;background:repeating-linear-gradient(90deg,#fff9ea 0 5px,#d8c8aa 5px 7px) !important;box-shadow:inset 0 20px 28px rgba(97,70,32,.20) !important}#book3dModal.show .book3d-top-face{top:calc(var(--book-d) / -2) !important;transform:rotateX(90deg) translateZ(calc(var(--book-d) / 2)) !important}#book3dModal.show .book3d-bottom-face{bottom:calc(var(--book-d) / -2) !important;transform:rotateX(-90deg) translateZ(calc(var(--book-d) / 2)) !important}#book3dModal.show .book3d-hint{background:rgba(0,0,0,.48) !important}#book3dModal.show #book3dCssBook{animation:none !important;will-change:transform !important}#book3dModal.show .book3d-right,#book3dModal.show .book3d-left{filter:contrast(1.08) saturate(1.05) !important}#book3dModal.show .book3d-hint{content:"Girando automaticamente. Arraste para controlar." !important}#book3dModal.show .b3d2-modal{width:min(1080px,calc(100vw - 24px)) !important;max-height:calc(100vh - 24px) !important;overflow:auto !important;background:linear-gradient(145deg,#07130f,#103725) !important}.b3d2-layout{display:grid !important;grid-template-columns:minmax(560px,1fr) 320px !important;gap:24px !important;align-items:stretch !important}.b3d2-stage{position:relative !important;min-height:650px !important;perspective:1800px !important;perspective-origin:50% 42% !important;overflow:hidden !important;cursor:grab !important;touch-action:none !important;border-radius:12px !important;background:radial-gradient(ellipse at 50% 78%,rgba(0,0,0,.58),transparent 36%),linear-gradient(155deg,#06140f,#123927) !important}.b3d2-stage:active{cursor:grabbing !important}.b3d2-scene{position:absolute !important;inset:0 !important;display:grid !important;place-items:center !important;transform-style:preserve-3d !important}.b3d2-book{--book-w:300px;--book-h:430px;--book-d:96px;--book-color:#106d45;width:var(--book-w) !important;height:var(--book-h) !important;position:relative !important;transform-style:preserve-3d !important;transform-origin:center center !important;will-change:transform !important}.b3d2-part{position:absolute !important;box-sizing:border-box !important;transform-style:preserve-3d !important;backface-visibility:visible !important}.b3d2-front,.b3d2-back,.b3d2-inner{width:var(--book-w) !important;height:var(--book-h) !important;left:0 !important;top:0 !important;border-radius:14px 8px 8px 14px !important}.b3d2-front{z-index:8 !important;transform:translateZ(calc(var(--book-d) / 2)) !important;transform-origin:left center !important;display:grid !important;place-items:center !important;padding:22px !important;overflow:hidden !important;background:linear-gradient(90deg,rgba(0,0,0,.36),transparent 16%,rgba(255,255,255,.15) 24%,transparent 38%),linear-gradient(145deg,color-mix(in srgb,var(--book-color) 88%,#000 12%),color-mix(in srgb,var(--book-color) 45%,#000 55%)) !important;border:2px solid rgba(255,255,255,.22) !important;box-shadow:0 38px 70px rgba(0,0,0,.54),inset -34px 0 42px rgba(0,0,0,.30),inset 12px 0 22px rgba(255,255,255,.13) !important;transition:transform .95s cubic-bezier(.18,.78,.16,1),box-shadow .95s !important}.b3d2-book.is-open .b3d2-front{transform:translateZ(calc(var(--book-d) / 2)) rotateY(-132deg) !important;box-shadow:0 20px 44px rgba(0,0,0,.34),inset -22px 0 30px rgba(0,0,0,.20) !important}.b3d2-front img{width:100% !important;height:100% !important;object-fit:cover !important;border-radius:9px !important;display:none}.b3d2-book.has-cover .b3d2-front img{display:block !important}.b3d2-front span{color:#fff !important;font-size:26px !important;font-weight:900 !important;text-align:center !important;line-height:1.08 !important;overflow-wrap:anywhere !important;text-shadow:0 10px 24px rgba(0,0,0,.45) !important}.b3d2-book.has-cover .b3d2-front span{display:none !important}.b3d2-back{transform:rotateY(180deg) translateZ(calc(var(--book-d) / 2)) !important;background:linear-gradient(145deg,#fff6e7,#deceb0) !important;color:#142419 !important;border:2px solid rgba(77,56,26,.28) !important;padding:28px !important;box-shadow:0 30px 58px rgba(0,0,0,.36),inset 22px 0 32px rgba(0,0,0,.12) !important;overflow:hidden !important}.b3d2-back b{display:block !important;color:#0f6a42 !important;font-size:14px !important;text-transform:uppercase !important;letter-spacing:.08em !important;margin-bottom:12px !important}.b3d2-back p{margin:0 !important;font-size:15px !important;line-height:1.45 !important;color:#14251b !important;display:-webkit-box !important;-webkit-line-clamp:14 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.b3d2-inner{transform:translateZ(calc(var(--book-d) / 2 - 8px)) !important;background:linear-gradient(90deg,rgba(120,83,39,.18),transparent 14%,rgba(255,255,255,.45) 20%,transparent 30%),#fff8e8 !important;padding:38px 28px 30px 44px !important;color:#16241a !important;border:1px solid rgba(102,78,38,.22) !important;box-shadow:inset -34px 0 42px rgba(96,70,32,.18) !important;overflow:hidden !important}.b3d2-book.is-open .b3d2-inner{transform:translateZ(calc(var(--book-d) / 2 - 2px)) rotateY(-1.5deg) !important}.b3d2-spine{width:var(--book-d) !important;height:var(--book-h) !important;left:calc(var(--book-d) / -2) !important;top:0 !important;transform:rotateY(-90deg) translateZ(calc(var(--book-d) / 2)) !important;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 28%,rgba(0,0,0,.40)),linear-gradient(180deg,color-mix(in srgb,var(--book-color) 82%,#000 18%),color-mix(in srgb,var(--book-color) 40%,#000 60%)) !important;border-radius:12px 0 0 12px !important;box-shadow:inset 18px 0 22px rgba(255,255,255,.08),inset -28px 0 38px rgba(0,0,0,.38) !important}.b3d2-pages{width:var(--book-d) !important;height:calc(var(--book-h) - 22px) !important;right:calc(var(--book-d) / -2) !important;top:11px !important;transform:rotateY(90deg) translateZ(calc(var(--book-d) / 2)) !important;background:repeating-linear-gradient(0deg,#fff9ea 0 4px,#d7c7a7 4px 6px),linear-gradient(90deg,#fff8e6,#d8c8aa) !important;border-radius:0 9px 9px 0 !important;box-shadow:inset 24px 0 34px rgba(101,74,35,.25),inset -12px 0 22px rgba(0,0,0,.20),22px 0 36px rgba(0,0,0,.28) !important}.b3d2-top,.b3d2-bottom{width:calc(var(--book-w) - 20px) !important;height:var(--book-d) !important;left:10px !important;background:repeating-linear-gradient(90deg,#fff9ea 0 5px,#d8c8aa 5px 7px) !important;box-shadow:inset 0 20px 28px rgba(97,70,32,.20) !important}.b3d2-top{top:calc(var(--book-d) / -2) !important;transform:rotateX(90deg) translateZ(calc(var(--book-d) / 2)) !important}.b3d2-bottom{bottom:calc(var(--book-d) / -2) !important;transform:rotateX(-90deg) translateZ(calc(var(--book-d) / 2)) !important}.b3d2-hint{position:absolute !important;left:50% !important;bottom:18px !important;transform:translateX(-50%) !important;padding:8px 12px !important;border-radius:999px !important;background:rgba(0,0,0,.48) !important;color:rgba(255,255,255,.90) !important;font-size:12px !important;pointer-events:none !important}@media (max-width:900px){.b3d2-layout{grid-template-columns:1fr !important}.b3d2-stage{min-height:520px !important}}@media (max-width:620px){.b3d2-book{--book-w:210px;--book-h:310px;--book-d:72px}.b3d2-stage{min-height:430px !important}.b3d2-back p{font-size:12px !important;-webkit-line-clamp:11 !important}#book3dPageInfo span{font-size:12px !important}}#book3dModal.show .b3d2-stage{min-height:680px !important}#book3dModal.show .b3d2-book{--book-w:300px !important;--book-h:430px !important;--book-d:150px !important}#book3dModal.show .b3d2-pages{background:repeating-linear-gradient(0deg,#fffdf2 0 3px,#c9b892 3px 6px),linear-gradient(90deg,#fff8e6,#b99d6f) !important;box-shadow:inset 34px 0 48px rgba(96,64,24,.38),inset -18px 0 26px rgba(0,0,0,.22),34px 0 52px rgba(0,0,0,.38) !important}#book3dModal.show .b3d2-spine{background:linear-gradient(90deg,rgba(255,255,255,.24),transparent 22%,rgba(0,0,0,.52)),linear-gradient(180deg,#126f46,#031b12) !important}#book3dModal.show .b3d2-front{box-shadow:0 44px 82px rgba(0,0,0,.60),inset -42px 0 54px rgba(0,0,0,.34),inset 14px 0 24px rgba(255,255,255,.14) !important}#book3dModal.show .b3d2-top,#book3dModal.show .b3d2-bottom{background:repeating-linear-gradient(90deg,#fffdf2 0 4px,#c9b892 4px 7px) !important}#book3dModal.show .b3d2-stage{min-height:700px !important;perspective:1200px !important;perspective-origin:50% 40% !important}#book3dModal.show .b3d2-scene{transform-style:preserve-3d !important}#book3dModal.show .b3d2-book{--book-w:315px !important;--book-h:445px !important;--book-d:170px !important;transform-style:preserve-3d !important;transform-origin:center center !important}#book3dModal.show .b3d2-part{backface-visibility:visible !important;transform-style:preserve-3d !important}#book3dModal.show .b3d2-front{transform:translateZ(85px) !important;transform-origin:left center !important}#book3dModal.show .b3d2-book.is-open .b3d2-front{transform:translateZ(85px) rotateY(-138deg) !important}#book3dModal.show .b3d2-back{transform:rotateY(180deg) translateZ(85px) !important}#book3dModal.show .b3d2-inner{transform:translateZ(77px) !important}#book3dModal.show .b3d2-book.is-open .b3d2-inner{transform:translateZ(83px) rotateY(-2deg) !important}#book3dModal.show .b3d2-pages{width:170px !important;right:-85px !important;transform:rotateY(90deg) translateZ(85px) !important;background:repeating-linear-gradient(0deg,#fffdf1 0 3px,#bfae87 3px 6px),linear-gradient(90deg,#fff8e6,#b4925d) !important;outline:2px solid rgba(255,255,255,.18) !important}#book3dModal.show .b3d2-spine{width:170px !important;left:-85px !important;transform:rotateY(-90deg) translateZ(85px) !important;outline:2px solid rgba(255,255,255,.12) !important}#book3dModal.show .b3d2-top,#book3dModal.show .b3d2-bottom{height:170px !important}#book3dModal.show .b3d2-top{top:-85px !important;transform:rotateX(90deg) translateZ(85px) !important}#book3dModal.show .b3d2-bottom{bottom:-85px !important;transform:rotateX(-90deg) translateZ(85px) !important}#book3dModal.show .b3d2-book::after{content:"" !important;position:absolute !important;left:18px !important;right:-72px !important;bottom:-42px !important;height:58px !important;transform:translateZ(-90px) rotateX(90deg) !important;background:radial-gradient(ellipse,rgba(0,0,0,.55),transparent 70%) !important;filter:blur(7px) !important;pointer-events:none !important}@media (max-width:620px){#book3dModal.show .b3d2-book{--book-w:220px !important;--book-h:320px !important;--book-d:112px !important}#book3dModal.show .b3d2-front{transform:translateZ(56px) !important}#book3dModal.show .b3d2-book.is-open .b3d2-front{transform:translateZ(56px) rotateY(-138deg) !important}#book3dModal.show .b3d2-back{transform:rotateY(180deg) translateZ(56px) !important}#book3dModal.show .b3d2-inner{transform:translateZ(50px) !important}#book3dModal.show .b3d2-pages{width:112px !important;right:-56px !important;transform:rotateY(90deg) translateZ(56px) !important}#book3dModal.show .b3d2-spine{width:112px !important;left:-56px !important;transform:rotateY(-90deg) translateZ(56px) !important}#book3dModal.show .b3d2-top,#book3dModal.show .b3d2-bottom{height:112px !important}#book3dModal.show .b3d2-top{top:-56px !important;transform:rotateX(90deg) translateZ(56px) !important}#book3dModal.show .b3d2-bottom{bottom:-56px !important;transform:rotateX(-90deg) translateZ(56px) !important}}#book3dModal.show .b3d2-stage{min-height:620px !important;perspective:1350px !important;perspective-origin:50% 44% !important}#book3dModal.show .b3d2-book{--book-w:300px !important;--book-h:430px !important;--book-d:58px !important;transform-style:preserve-3d !important;transform-origin:center center !important}#book3dModal.show .b3d2-front,#book3dModal.show .b3d2-back,#book3dModal.show .b3d2-inner{border-radius:12px 6px 6px 12px !important}#book3dModal.show .b3d2-front{transform:translateZ(30px) !important;transform-origin:left center !important;box-shadow:0 26px 52px rgba(0,0,0,.48),inset -22px 0 32px rgba(0,0,0,.26),inset 10px 0 16px rgba(255,255,255,.12) !important}#book3dModal.show .b3d2-book.is-open .b3d2-front{transform:translateZ(30px) rotateY(-124deg) !important}#book3dModal.show .b3d2-back{transform:rotateY(180deg) translateZ(30px) !important;box-shadow:0 22px 45px rgba(0,0,0,.34),inset 16px 0 26px rgba(0,0,0,.12) !important}#book3dModal.show .b3d2-inner{transform:translateZ(24px) !important;margin-left:8px !important;width:calc(var(--book-w) - 10px) !important;height:calc(var(--book-h) - 8px) !important;top:4px !important;border-radius:8px 5px 5px 8px !important}#book3dModal.show .b3d2-book.is-open .b3d2-inner{transform:translateZ(27px) !important}#book3dModal.show .b3d2-pages{width:58px !important;height:calc(var(--book-h) - 18px) !important;right:-29px !important;top:9px !important;transform:rotateY(90deg) translateZ(29px) !important;border-radius:0 8px 8px 0 !important;background:repeating-linear-gradient(0deg,#fff9e9 0 3px,#d8c6a4 3px 5px),linear-gradient(90deg,#fff8e6,#cdb78c) !important;box-shadow:inset 14px 0 18px rgba(95,68,30,.22),inset -7px 0 12px rgba(0,0,0,.18),12px 0 22px rgba(0,0,0,.24) !important;outline:0 !important}#book3dModal.show .b3d2-spine{width:58px !important;height:var(--book-h) !important;left:-29px !important;top:0 !important;transform:rotateY(-90deg) translateZ(29px) !important;border-radius:12px 0 0 12px !important;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent 30%,rgba(0,0,0,.36)),linear-gradient(180deg,var(--book-color),#061a12) !important;outline:0 !important}#book3dModal.show .b3d2-top,#book3dModal.show .b3d2-bottom,#book3dModal.show .b3d2-book::after{display:none !important}#book3dModal.show .b3d2-book::before{content:"" !important;position:absolute !important;left:18px !important;right:-24px !important;bottom:-38px !important;height:48px !important;transform:translateZ(-32px) !important;background:radial-gradient(ellipse,rgba(0,0,0,.42),transparent 70%) !important;filter:blur(10px) !important;pointer-events:none !important}@media (max-width:620px){#book3dModal.show .b3d2-book{--book-w:220px !important;--book-h:320px !important;--book-d:42px !important}#book3dModal.show .b3d2-front{transform:translateZ(22px) !important}#book3dModal.show .b3d2-book.is-open .b3d2-front{transform:translateZ(22px) rotateY(-124deg) !important}#book3dModal.show .b3d2-back{transform:rotateY(180deg) translateZ(22px) !important}#book3dModal.show .b3d2-inner{transform:translateZ(18px) !important}#book3dModal.show .b3d2-pages{width:42px !important;right:-21px !important;transform:rotateY(90deg) translateZ(21px) !important}#book3dModal.show .b3d2-spine{width:42px !important;left:-21px !important;transform:rotateY(-90deg) translateZ(21px) !important}}#book3dModal.show .b3d2-stage{min-height:620px !important;perspective:1100px !important;perspective-origin:50% 44% !important}#book3dModal.show .b3d2-book{--book-w:300px !important;--book-h:430px !important;--book-d:42px !important;width:var(--book-w) !important;height:var(--book-h) !important;transform-style:preserve-3d !important;transform-origin:center center !important}#book3dModal.show .b3d2-part{box-sizing:border-box !important;backface-visibility:visible !important;transform-style:preserve-3d !important}#book3dModal.show .b3d2-front{z-index:8 !important;width:var(--book-w) !important;height:var(--book-h) !important;left:0 !important;top:0 !important;transform:translateZ(34px) !important;transform-origin:left center !important;border-radius:13px 6px 6px 13px !important;overflow:hidden !important;background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 13%,rgba(0,0,0,.18) 19%,transparent 30%),linear-gradient(145deg,#0d75af,#07395d) !important;border:1px solid rgba(255,255,255,.26) !important;box-shadow:0 30px 55px rgba(0,0,0,.45),inset 18px 0 22px rgba(255,255,255,.12),inset -28px 0 38px rgba(0,0,0,.28) !important}#book3dModal.show .b3d2-book.is-open .b3d2-front{transform:translateZ(34px) rotateY(-118deg) !important}#book3dModal.show .b3d2-front img{width:100% !important;height:100% !important;object-fit:cover !important;border-radius:11px 5px 5px 11px !important}#book3dModal.show .b3d2-pages{z-index:4 !important;width:calc(var(--book-w) - 6px) !important;height:calc(var(--book-h) - 18px) !important;left:18px !important;top:-10px !important;right:auto !important;transform:translateZ(18px) !important;border-radius:8px 8px 8px 8px !important;background:linear-gradient(90deg,#fff9e9 0 82%,#c9b78d 100%) !important;border:1px solid rgba(120,96,55,.22) !important;box-shadow:16px 7px 0 #efe1c6,20px 10px 0 #d7c39b,24px 13px 0 #bda980,inset -18px 0 20px rgba(82,58,24,.18) !important}#book3dModal.show .b3d2-pages::after{content:"" !important;position:absolute !important;top:10px !important;right:-25px !important;width:25px !important;height:calc(100% - 8px) !important;border-radius:0 8px 8px 0 !important;background:repeating-linear-gradient(0deg,#fff9e9 0 3px,#cbb890 3px 5px) !important;box-shadow:inset 8px 0 13px rgba(80,58,28,.22),7px 0 18px rgba(0,0,0,.20) !important}#book3dModal.show .b3d2-spine{z-index:3 !important;width:44px !important;height:calc(var(--book-h) - 2px) !important;left:-15px !important;top:5px !important;transform:translateZ(20px) skewY(-4deg) !important;border-radius:12px 0 0 12px !important;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent 35%,rgba(0,0,0,.42)),linear-gradient(180deg,#0d75af,#032a47) !important;box-shadow:inset 12px 0 18px rgba(255,255,255,.10),inset -18px 0 22px rgba(0,0,0,.34),-9px 7px 18px rgba(0,0,0,.22) !important}#book3dModal.show .b3d2-back{z-index:1 !important;width:calc(var(--book-w) - 4px) !important;height:calc(var(--book-h) - 10px) !important;left:18px !important;top:-6px !important;transform:rotateY(180deg) translateZ(16px) !important;border-radius:8px !important}#book3dModal.show .b3d2-inner{z-index:6 !important;width:calc(var(--book-w) - 20px) !important;height:calc(var(--book-h) - 24px) !important;left:18px !important;top:12px !important;transform:translateZ(26px) !important;border-radius:7px !important}#book3dModal.show .b3d2-book:not(.is-open) .b3d2-inner{opacity:0 !important;pointer-events:none !important}#book3dModal.show .b3d2-book.is-open .b3d2-inner{opacity:1 !important}#book3dModal.show .b3d2-top,#book3dModal.show .b3d2-bottom,#book3dModal.show .b3d2-book::after{display:none !important}#book3dModal.show .b3d2-book::before{content:"" !important;position:absolute !important;z-index:0 !important;left:8px !important;right:-44px !important;bottom:-35px !important;height:58px !important;transform:translateZ(-20px) !important;background:radial-gradient(ellipse,rgba(0,0,0,.45),transparent 70%) !important;filter:blur(11px) !important;pointer-events:none !important}@media (max-width:620px){#book3dModal.show .b3d2-book{--book-w:220px !important;--book-h:320px !important}#book3dModal.show .b3d2-pages{left:13px !important;top:-7px !important}#book3dModal.show .b3d2-pages::after{right:-18px !important;width:18px !important}#book3dModal.show .b3d2-spine{width:32px !important;left:-11px !important}}#book3dModal.show .b3d2-stage{min-height:610px !important;perspective:1050px !important;perspective-origin:50% 46% !important}#book3dModal.show .b3d2-book{--book-w:300px !important;--book-h:430px !important;width:var(--book-w) !important;height:var(--book-h) !important;position:relative !important;transform-style:preserve-3d !important;transform-origin:center center !important}#book3dModal.show .b3d2-pages,#book3dModal.show .b3d2-spine,#book3dModal.show .b3d2-top,#book3dModal.show .b3d2-bottom,#book3dModal.show .b3d2-back{display:none !important}#book3dModal.show .b3d2-front{z-index:5 !important;width:var(--book-w) !important;height:var(--book-h) !important;left:0 !important;top:0 !important;overflow:visible !important;display:grid !important;place-items:center !important;transform:translateZ(32px) !important;transform-origin:left center !important;border-radius:13px 7px 7px 13px !important;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent 13%,rgba(0,0,0,.19) 20%,transparent 31%),linear-gradient(145deg,var(--book-color,#0b6dad),#07375b) !important;border:1px solid rgba(255,255,255,.25) !important;box-shadow:0 30px 58px rgba(0,0,0,.48),inset 20px 0 24px rgba(255,255,255,.11),inset -30px 0 40px rgba(0,0,0,.30) !important;transition:transform .9s cubic-bezier(.2,.8,.2,1),box-shadow .9s !important}#book3dModal.show .b3d2-front::before{content:"" !important;position:absolute !important;z-index:-2 !important;left:-16px !important;top:8px !important;width:44px !important;height:calc(100% - 6px) !important;border-radius:13px 0 0 13px !important;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 36%,rgba(0,0,0,.46)),linear-gradient(180deg,var(--book-color,#0b6dad),#03243b) !important;box-shadow:inset 12px 0 18px rgba(255,255,255,.10),inset -16px 0 22px rgba(0,0,0,.34),-9px 9px 16px rgba(0,0,0,.22) !important}#book3dModal.show .b3d2-front::after{content:"" !important;position:absolute !important;z-index:-1 !important;left:18px !important;top:-13px !important;width:calc(100% - 1px) !important;height:calc(100% - 4px) !important;border-radius:8px !important;background:linear-gradient(90deg,#fff7e7 0 84%,#d3bf95 100%) !important;box-shadow:17px 8px 0 #eadabe,22px 12px 0 #cfba8f,27px 16px 0 #ad976e,inset -18px 0 20px rgba(80,58,25,.18) !important}#book3dModal.show .b3d2-front img{position:relative !important;z-index:2 !important;width:100% !important;height:100% !important;object-fit:cover !important;border-radius:12px 6px 6px 12px !important}#book3dModal.show .b3d2-front span{position:relative !important;z-index:2 !important}#book3dModal.show .b3d2-inner{z-index:3 !important;display:block !important;width:calc(var(--book-w) - 38px) !important;height:calc(var(--book-h) - 48px) !important;left:30px !important;top:24px !important;padding:28px 24px !important;border-radius:8px !important;transform:translateZ(20px) !important;opacity:0 !important;pointer-events:none !important;background:#fff7e7 !important;color:#15241a !important;box-shadow:inset -20px 0 26px rgba(85,62,28,.16) !important}#book3dModal.show .b3d2-book.is-open .b3d2-front{transform:translateZ(32px) rotateY(-122deg) !important;box-shadow:0 20px 38px rgba(0,0,0,.36),inset -16px 0 24px rgba(0,0,0,.18) !important}#book3dModal.show .b3d2-book.is-open .b3d2-inner{opacity:1 !important;pointer-events:auto !important}#book3dModal.show .b3d2-book::before{content:"" !important;position:absolute !important;z-index:0 !important;left:0 !important;right:-40px !important;bottom:-42px !important;height:62px !important;display:block !important;transform:translateZ(-35px) !important;background:radial-gradient(ellipse,rgba(0,0,0,.45),transparent 70%) !important;filter:blur(12px) !important;pointer-events:none !important}#book3dModal.show .b3d2-book::after{display:none !important}@media (max-width:620px){#book3dModal.show .b3d2-book{--book-w:220px !important;--book-h:320px !important}#book3dModal.show .b3d2-front::before{left:-12px !important;width:32px !important}#book3dModal.show .b3d2-front::after{left:13px !important;top:-9px !important;box-shadow:12px 6px 0 #eadabe,16px 9px 0 #cfba8f,20px 12px 0 #ad976e !important}}#book3dModal.show #book3dCssBook.b3d2-book{transform:rotateX(-5deg) rotateY(-10deg) !important}#book3dModal.show #book3dCssBook.b3d2-book.is-open{transform:rotateX(-5deg) rotateY(-10deg) !important}#book3dModal.show #book3dCssBook .b3d2-front{transform:translateZ(18px) !important}#book3dModal.show #book3dCssBook.is-open .b3d2-front{transform:translateZ(18px) rotateY(-118deg) !important}#book3dModal.show #book3dCssBook .b3d2-inner{transform:translateZ(12px) !important}#book3dModal.show .b3d2-modal{width:min(1120px,calc(100vw - 24px)) !important;max-height:calc(100vh - 24px) !important;overflow:auto !important;background:linear-gradient(145deg,#06150f,#103523) !important}#book3dModal.show .b3d2-layout{display:grid !important;grid-template-columns:minmax(520px,1fr) 320px !important;gap:24px !important}#book3dModal.show #book3dStage{position:relative !important;min-height:620px !important;overflow:hidden !important;perspective:1200px !important;perspective-origin:50% 44% !important;border-radius:12px !important;background:radial-gradient(ellipse at 50% 78%,rgba(0,0,0,.48),transparent 38%),linear-gradient(150deg,#06130e,#0d3121) !important;cursor:grab !important;touch-action:none !important}#book3dModal.show #book3dStage:active{cursor:grabbing !important}#book3dModal.show .real3d-scene{position:absolute !important;inset:0 !important;display:grid !important;place-items:center !important;transform-style:preserve-3d !important}#book3dModal.show .real3d-book{--w:310px;--h:430px;--d:44px;position:relative !important;width:var(--w) !important;height:var(--h) !important;transform-style:preserve-3d !important;transform-origin:center center !important;transition:transform .28s ease !important}#book3dModal.show .real3d-cover,#book3dModal.show .real3d-paper,#book3dModal.show .real3d-back,#book3dModal.show .real3d-pages,#book3dModal.show .real3d-spine{position:absolute !important;box-sizing:border-box !important;transform-style:preserve-3d !important}#book3dModal.show .real3d-pages{z-index:1 !important;left:18px !important;top:-12px !important;width:calc(var(--w) - 2px) !important;height:calc(var(--h) - 2px) !important;border-radius:9px 8px 8px 9px !important;background:linear-gradient(90deg,#fff9e8 0 86%,#cdb98c 100%) !important;transform:translateZ(-8px) !important;box-shadow:16px 7px 0 #eadbbe,22px 12px 0 #d0bc91,28px 17px 0 #ad986f,inset -22px 0 22px rgba(78,56,24,.18) !important}#book3dModal.show .real3d-pages::after{content:"" !important;position:absolute !important;right:-28px !important;top:13px !important;width:28px !important;height:calc(100% - 10px) !important;border-radius:0 8px 8px 0 !important;background:repeating-linear-gradient(0deg,#fff9e8 0 3px,#c9b68d 3px 5px) !important;box-shadow:inset 9px 0 13px rgba(86,61,25,.22),9px 0 20px rgba(0,0,0,.20) !important}#book3dModal.show .real3d-back{z-index:0 !important;left:20px !important;top:-10px !important;width:calc(var(--w) - 2px) !important;height:calc(var(--h) - 2px) !important;padding:28px !important;border-radius:9px !important;color:#16251b !important;background:#fff5df !important;transform:translateZ(-16px) rotateY(180deg) !important;box-shadow:0 24px 50px rgba(0,0,0,.30),inset 18px 0 26px rgba(86,61,25,.12) !important}#book3dModal.show .real3d-back b{display:block !important;color:#0b6b43 !important;font-size:13px !important;margin-bottom:10px !important;text-transform:uppercase !important}#book3dModal.show .real3d-back p{margin:0 !important;font-size:14px !important;line-height:1.45 !important}#book3dModal.show .real3d-spine{z-index:3 !important;left:-17px !important;top:5px !important;width:50px !important;height:calc(var(--h) - 3px) !important;border-radius:14px 0 0 14px !important;background:linear-gradient(90deg,rgba(255,255,255,.20),transparent 32%,rgba(0,0,0,.44)),linear-gradient(180deg,#0b70ab,#032943) !important;transform:translateZ(12px) skewY(-4deg) !important;box-shadow:inset 12px 0 20px rgba(255,255,255,.10),inset -20px 0 28px rgba(0,0,0,.34),-10px 8px 18px rgba(0,0,0,.24) !important}#book3dModal.show .real3d-cover{z-index:5 !important;inset:0 !important;display:grid !important;place-items:center !important;overflow:hidden !important;border-radius:14px 7px 7px 14px !important;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent 13%,rgba(0,0,0,.18) 20%,transparent 31%),linear-gradient(145deg,#0b70ab,#073858) !important;border:1px solid rgba(255,255,255,.24) !important;transform:translateZ(24px) !important;transform-origin:left center !important;transition:transform .9s cubic-bezier(.2,.78,.18,1),box-shadow .9s !important;box-shadow:0 32px 58px rgba(0,0,0,.48),inset 20px 0 24px rgba(255,255,255,.12),inset -30px 0 40px rgba(0,0,0,.30) !important}#book3dModal.show .real3d-cover img{width:100% !important;height:100% !important;object-fit:cover !important}#book3dModal.show .real3d-cover span{padding:24px !important;color:#fff !important;font-size:25px !important;font-weight:900 !important;line-height:1.08 !important;text-align:center !important;text-shadow:0 8px 20px rgba(0,0,0,.42) !important}#book3dModal.show .real3d-cover img+span{display:none !important}#book3dModal.show .real3d-paper{z-index:4 !important;left:28px !important;top:26px !important;width:calc(var(--w) - 48px) !important;height:calc(var(--h) - 54px) !important;padding:28px 24px !important;border-radius:8px !important;background:#fff7e6 !important;color:#17251b !important;opacity:0 !important;pointer-events:none !important;transform:translateZ(14px) !important;box-shadow:inset -20px 0 26px rgba(84,60,26,.16) !important;overflow:hidden !important}#book3dModal.show .real3d-paper div{display:grid !important;gap:3px !important;padding:6px 0 !important;border-bottom:1px solid rgba(95,74,38,.16) !important}#book3dModal.show .real3d-paper b{color:#a77a18 !important;font-size:10px !important;text-transform:uppercase !important}#book3dModal.show .real3d-paper span{font-size:13px !important;font-weight:750 !important}#book3dModal.show .real3d-book.is-open .real3d-cover{transform:translateZ(24px) rotateY(-124deg) !important;box-shadow:0 20px 36px rgba(0,0,0,.34),inset -18px 0 24px rgba(0,0,0,.20) !important}#book3dModal.show .real3d-book.is-open .real3d-paper{opacity:1 !important}#book3dModal.show .real3d-book::after{content:"" !important;position:absolute !important;left:0 !important;right:-52px !important;bottom:-44px !important;height:64px !important;transform:translateZ(-42px) !important;background:radial-gradient(ellipse,rgba(0,0,0,.46),transparent 70%) !important;filter:blur(12px) !important;pointer-events:none !important}@media (max-width:900px){#book3dModal.show .b3d2-layout{grid-template-columns:1fr !important}}@media (max-width:620px){#book3dModal.show .real3d-book{--w:220px;--h:320px}#book3dModal.show #book3dStage{min-height:430px !important}#book3dModal.show .real3d-spine{left:-12px !important;width:36px !important}#book3dModal.show .real3d-pages::after{right:-20px !important;width:20px !important}#book3dModal.show .real3d-paper{padding:18px 16px !important}#book3dModal.show .real3d-paper span{font-size:11px !important}}.beta3d-btn{width:auto !important;min-width:88px;height:30px !important;padding:0 9px !important;border:1px solid rgba(57,255,121,.42) !important;border-radius:8px !important;background:linear-gradient(135deg,rgba(57,255,121,.16),rgba(242,201,76,.12)) !important;color:#39ff79 !important;font-size:9px !important;font-weight:900 !important;letter-spacing:0 !important;white-space:nowrap;box-shadow:0 0 18px rgba(57,255,121,.14)}.beta3d-btn:hover{color:#07120e !important;background:linear-gradient(135deg,#39ff79,#f2c94c) !important}.book3d-modal{width:min(1180px,calc(100vw - 28px));max-height:calc(100vh - 28px);padding:0;overflow:hidden}.book3d-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid rgba(242,201,76,.14);background:linear-gradient(135deg,rgba(5,17,12,.82),rgba(16,48,34,.62))}.book3d-kicker{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border:1px solid rgba(57,255,121,.35);border-radius:8px;color:#39ff79;font-family:Consolas,"Courier New",monospace;font-size:11px;font-weight:900;background:rgba(57,255,121,.08)}.book3d-head h2{margin:10px 0 6px;font-size:clamp(24px,3vw,42px);line-height:1.04}.book3d-head p{margin:0;color:rgba(237,241,230,.72)}.book3d-tabs{display:flex;gap:8px;padding:14px 26px;background:rgba(3,14,10,.5);border-bottom:1px solid rgba(242,201,76,.12)}.book3d-tabs button{border:1px solid rgba(246,241,224,.14);border-radius:8px;background:rgba(246,241,224,.06);color:rgba(247,248,243,.78);min-height:34px;padding:0 14px;font-weight:800;cursor:pointer}.book3d-tabs button.active{color:#07120e;background:linear-gradient(135deg,#f2c94c,#39ff79);border-color:transparent}.book3d-content{padding:22px 26px 26px;overflow:auto;max-height:calc(100vh - 190px)}.book3d-tab{display:none}.book3d-tab.active{display:block}#book3dTabScene.active{display:grid;grid-template-columns:minmax(360px,1.25fr) minmax(260px,.75fr);gap:22px}.book3d-stage{position:relative;min-height:520px;border-radius:8px;overflow:hidden;background:linear-gradient(115deg,rgba(31,191,117,.12),transparent 38%,rgba(242,201,76,.08)),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 72px),#07120e;border:1px solid rgba(242,201,76,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 26px 70px rgba(0,0,0,.3)}.book3d-stage canvas{display:block;width:100% !important;height:100% !important}.book3d-fallback{position:absolute;inset:0;display:grid;place-items:center;perspective:900px}.book3d-stage.is-three .book3d-fallback{display:none}.book3d-css-book{width:190px;height:286px;display:grid;place-items:center;padding:18px;border-radius:7px;color:#f7f8f3;font-weight:900;text-align:center;background:linear-gradient(145deg,#1f7a52,#0d1f17 72%);box-shadow:inset 9px 0 0 rgba(0,0,0,.28),inset 0 0 0 1px rgba(242,201,76,.28),0 28px 72px rgba(0,0,0,.42);transform:rotateY(-23deg) rotateX(8deg);animation:book3dFloat 3.8s ease-in-out infinite alternate}@keyframes book3dFloat{to{transform:rotateY(23deg) rotateX(4deg) translateY(-10px)}}.book3d-summary,.book3d-info-grid,.book3d-copy-list{display:grid;gap:12px}.book3d-summary-card,.book3d-info-item,.book3d-copy-item{border:1px solid rgba(242,201,76,.14);border-radius:8px;padding:14px;background:linear-gradient(145deg,rgba(18,35,27,.72),rgba(5,17,12,.45))}.book3d-summary-card b,.book3d-info-item b,.book3d-copy-item b{display:block;color:#f2c94c;font-size:11px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px}.book3d-summary-card span,.book3d-info-item span,.book3d-copy-item span{color:#f7f8f3;line-height:1.4}.book3d-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.book3d-copy-item{display:flex;justify-content:space-between;gap:14px;align-items:center}@media (max-width:850px){#book3dTabScene.active,.book3d-info-grid{grid-template-columns:1fr}.book3d-stage{min-height:360px}.book3d-head{display:block}.book3d-head .btn{margin-top:16px}}.beta3d-cover-btn{min-height:34px !important;height:34px !important;margin-left:6px}.book3d-simple-modal{width:min(760px,calc(100vw - 28px))}.book3d-simple-modal .book3d-tabs,.book3d-simple-modal .book3d-summary,.book3d-simple-modal .book3d-info-grid,.book3d-simple-modal .book3d-copy-list{display:none !important}.book3d-simple-modal .book3d-content{padding:0;max-height:none;overflow:hidden}.book3d-simple-modal .book3d-stage{min-height:min(62vh,560px);border:0;border-radius:0 0 8px 8px}.book3d-simple-modal .book3d-head{padding:18px 20px 14px}.book3d-simple-modal .book3d-head h2{font-size:clamp(20px,2.4vw,30px)}@media (max-width:650px){.cover-upload{align-items:flex-start}.beta3d-cover-btn{margin-left:0;margin-top:8px}.book3d-simple-modal .book3d-stage{min-height:390px}}.book3d-cover-info-layout{display:grid;grid-template-columns:minmax(320px,1.25fr) minmax(240px,.75fr);gap:0}.book3d-cover-info-layout .book3d-stage{border-radius:0 0 0 8px}.book3d-live-info{display:grid;align-content:start;gap:10px;padding:18px;background:linear-gradient(145deg,rgba(18,35,27,.9),rgba(5,17,12,.76));border-left:1px solid rgba(242,201,76,.16)}.book3d-info-row{padding:10px 12px;border:1px solid rgba(242,201,76,.13);border-radius:8px;background:rgba(246,241,224,.055)}.book3d-info-row b{display:block;margin-bottom:4px;color:#f2c94c;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.book3d-info-row span{color:#f7f8f3;font-size:13px;line-height:1.35}.book3d-css-book.has-cover{background-image:var(--book-cover),linear-gradient(145deg,#1f7a52,#0d1f17 72%);background-size:cover,cover;background-position:center,center;color:transparent}.book3d-css-book.has-cover span{display:none}.book3d-css-book.has-cover:after{content:"";position:absolute;inset:0;border-radius:7px;box-shadow:inset 10px 0 0 rgba(0,0,0,.28),inset 0 0 0 2px rgba(242,201,76,.26);pointer-events:none}@media (max-width:760px){.book3d-cover-info-layout{grid-template-columns:1fr}.book3d-cover-info-layout .book3d-stage{border-radius:0}.book3d-live-info{border-left:0;border-top:1px solid rgba(242,201,76,.16)}}.book3d-css-book{position:relative;overflow:hidden}#book3dCoverImg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none;border-radius:7px;z-index:1}.book3d-css-book.has-cover #book3dCoverImg{display:block}.book3d-css-book.has-cover{background:linear-gradient(145deg,#1f7a52,#0d1f17 72%) !important;color:transparent}.book3d-css-book.has-cover:before{content:"";position:absolute;inset:0;z-index:2;box-shadow:inset 10px 0 0 rgba(0,0,0,.32),inset 0 0 0 2px rgba(242,201,76,.28);pointer-events:none}.book3d-css-book.has-cover:after{z-index:3}.student-portal{margin:18px 0;border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);background:color-mix(in srgb,var(--panel) 76%,transparent);backdrop-filter:blur(14px)}.student-empty,.student-head,.student-card,.service-card-head,.payment-summary{display:flex;align-items:center;justify-content:space-between;gap:14px}.student-empty{justify-content:flex-start}.student-empty i{font-size:28px;color:var(--accent)}.student-empty p,.student-card span,.student-head span{color:var(--muted);margin:4px 0 0;font-size:13px}.student-head{border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:14px}.student-head strong{display:block;font-size:20px}.student-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.student-service-grid h3{margin:0 0 10px;font-size:15px}.student-card{padding:12px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--bg2) 55%,transparent);margin-bottom:10px}.student-card b,.student-card span{display:block}.service-tabs{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:18px}.service-tab{border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:14px;padding:14px 16px;font-weight:800;text-align:left;cursor:pointer;transition:.18s transform,.18s border-color,.18s background}.service-tab i{color:var(--accent);margin-right:8px}.service-tab.active,.service-tab:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,var(--panel));transform:translateY(-2px)}.service-chat-card{margin-bottom:14px;overflow:hidden}.service-card-head{border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:12px}.service-card-head span:first-child{font-size:11px;text-transform:uppercase;color:var(--accent);font-weight:900}.service-card-head h3{margin:4px 0}.service-card-head p{margin:0;color:var(--muted)}.service-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;background:rgba(250,204,21,.18);color:#fde68a;white-space:nowrap}.service-chip.ok{background:rgba(34,197,94,.18);color:#86efac}.service-chip.work{background:rgba(96,165,250,.18);color:#bfdbfe}.service-chip.wait{background:rgba(250,204,21,.18);color:#fde68a}.service-bubbles{display:grid;gap:8px;margin:12px 0}.service-bubbles p{max-width:78%;margin:0;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.35}.service-bubbles .student{background:color-mix(in srgb,var(--accent) 18%,var(--panel));justify-self:start}.service-bubbles .staff{background:color-mix(in srgb,var(--panel2) 88%,white);justify-self:end}.service-actions{display:flex;gap:10px;flex-wrap:wrap}.service-animated{transition:.18s transform,.18s box-shadow}.service-animated:hover{transform:translateY(-2px);box-shadow:0 14px 30px color-mix(in srgb,var(--accent) 30%,transparent)}.print-request-dialog{max-width:720px}.print-option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:14px 0}.print-option-grid div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.print-option-grid div span{grid-column:1/-1;color:var(--muted);font-size:12px;font-weight:900}.print-option-grid button{border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:10px;padding:10px;font-weight:800;cursor:pointer}.print-option-grid button.active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 22%,var(--panel2))}.print-total-box,.payment-summary{border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--bg2) 55%,transparent);padding:12px;margin-top:12px}.print-total-box b,.print-total-box span,.payment-summary b,.payment-summary span,.payment-summary small{display:block}.print-total-box span,.payment-summary span,.payment-summary small{color:var(--muted);margin-top:4px}.empty-service{color:var(--muted);text-align:center;padding:26px}@media(max-width:800px){.student-service-grid,.service-tabs,.print-option-grid{grid-template-columns:1fr}.student-empty,.student-head,.student-card,.service-card-head,.payment-summary{align-items:flex-start;flex-direction:column}.service-bubbles p{max-width:100%}}#studentPortal.student-dashboard-shell{padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none}.student-hero{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 24%,transparent);border-radius:24px;padding:30px;min-height:250px;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:center;background:radial-gradient(circle at 20% 10%,color-mix(in srgb,var(--accent) 34%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--panel) 92%,transparent),color-mix(in srgb,var(--bg2) 90%,transparent));box-shadow:0 22px 60px rgba(0,0,0,.22)}.student-hero:after{content:"";position:absolute;inset:auto -80px -120px auto;width:260px;height:260px;border-radius:50%;background:color-mix(in srgb,var(--accent) 30%,transparent);filter:blur(18px);pointer-events:none}.student-hero h2{font-size:clamp(28px,4vw,48px);line-height:1.05;margin:8px 0 12px}.student-hero p{color:var(--muted);font-size:16px;max-width:680px}.student-kicker{display:inline-flex;color:var(--accent);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.student-hero-card,.student-identity-card{position:relative;z-index:1;border:1px solid var(--line);border-radius:20px;padding:24px;background:color-mix(in srgb,var(--panel2) 78%,transparent);display:grid;place-items:center;text-align:center;min-height:180px}.student-hero-card i,.student-identity-card i{font-size:46px;color:var(--accent);margin-bottom:12px}.student-hero-card b,.student-identity-card b{font-size:26px}.student-hero-card span,.student-identity-card span{color:var(--muted)}.student-quick-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.student-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.student-metrics article{border:1px solid var(--line);border-radius:16px;padding:16px;background:var(--panel);display:grid;gap:6px}.student-metrics i{color:var(--accent);font-size:22px}.student-metrics span{color:var(--muted);font-weight:800;font-size:12px}.student-metrics b{font-size:28px}.student-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}.student-panel-block,.student-section,.student-promo-grid article{border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:18px}.student-panel-block h3{margin:0 0 14px}.student-panel-block h3 i{color:var(--accent);margin-right:8px}.student-section{margin:18px 0}.student-section-title{display:flex;justify-content:space-between;gap:12px;align-items:end;margin-bottom:14px}.student-section-title h3{margin:0}.student-section-title span{color:var(--muted);font-size:13px}.student-book-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.student-book-ad{border:1px solid var(--line);border-radius:16px;padding:12px;background:color-mix(in srgb,var(--bg2) 56%,transparent);display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;transition:.18s transform,.18s border-color}.student-book-ad:hover{transform:translateY(-3px);border-color:var(--accent)}.student-book-cover{height:96px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--panel2));display:grid;place-items:center;overflow:hidden}.student-book-cover img{width:100%;height:100%;object-fit:cover}.student-book-cover i{font-size:28px;color:white}.student-book-ad b,.student-book-ad span,.student-book-ad em{display:block}.student-book-ad span{color:var(--muted);font-size:12px}.student-book-ad em{color:var(--accent);font-size:12px;font-style:normal;margin-top:6px;font-weight:900}.student-promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.student-promo-grid article i{font-size:24px;color:var(--accent);margin-bottom:10px}.student-promo-grid article b,.student-promo-grid article span{display:block}.student-promo-grid article span{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.45}@media(max-width:1000px){.student-hero,.student-dashboard-grid{grid-template-columns:1fr}.student-metrics,.student-book-grid,.student-promo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.student-hero{padding:22px}.student-metrics,.student-book-grid,.student-promo-grid{grid-template-columns:1fr}.student-section-title{display:block}.student-book-ad{grid-template-columns:64px 1fr}}.print-wizard{width:min(1040px,calc(100vw - 28px));max-width:1040px;max-height:92vh;overflow:auto}.print-wizard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:16px}.print-wizard-head h2{font-size:34px;margin:4px 0}.print-wizard-head p{color:var(--muted);margin:0}.print-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.print-steps button{border:1px solid var(--line);border-radius:16px;background:var(--panel2);color:var(--text);padding:14px;display:flex;align-items:center;gap:10px;font-weight:900;cursor:pointer}.print-steps b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:color-mix(in srgb,var(--accent) 22%,transparent);color:var(--accent)}.print-steps button.active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,var(--panel2))}.print-step-panel{display:none;min-height:320px}.print-step-panel.active{display:block}.print-option-grid.wide{grid-template-columns:repeat(3,1fr) 160px 160px}.print-option-grid.wide div{min-height:128px}.print-option-grid.wide button{font-size:15px}.print-option-grid.wide button i{margin-right:6px;color:var(--accent)}.payment-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.payment-method{border:1px solid var(--line);border-radius:18px;background:var(--panel2);color:var(--text);padding:22px;text-align:left;cursor:pointer;min-height:150px;transition:.18s transform,.18s border-color}.payment-method i{font-size:28px;color:var(--accent);margin-bottom:14px}.payment-method b,.payment-method span{display:block}.payment-method span{color:var(--muted);margin-top:8px;line-height:1.35}.payment-method.active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,var(--panel2));transform:translateY(-2px)}.payment-method.disabled{opacity:.48;cursor:not-allowed;filter:grayscale(.5)}.proof-upload{display:block;border:1px dashed var(--accent);border-radius:18px;padding:18px;background:color-mix(in srgb,var(--accent) 9%,var(--panel));font-weight:900}.proof-upload input{display:none}.proof-upload span{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px;min-height:64px;border-radius:14px;background:var(--panel2);color:var(--text);cursor:pointer}.proof-upload span i{color:var(--accent)}.print-wizard-foot{position:sticky;bottom:-1px;background:color-mix(in srgb,var(--panel) 84%,transparent);border-top:1px solid var(--line);padding-top:14px}.print-total-box small{display:block;color:var(--muted);margin-top:6px}@media(max-width:900px){.print-wizard-head{display:block}.print-steps,.payment-method-grid,.print-option-grid.wide{grid-template-columns:1fr}.print-step-panel{min-height:0}}.print-wizard{width:min(900px,calc(100vw - 32px));max-width:900px}.print-wizard-head h2{font-size:28px}.print-step-panel{min-height:250px}.print-option-grid.wide{grid-template-columns:repeat(3,1fr) 130px 130px}.payment-method{min-height:128px;padding:18px}.payment-method i{font-size:24px;margin-bottom:10px}.print-total-before-pay{margin:0 0 14px;border-color:color-mix(in srgb,var(--accent) 42%,var(--line));background:color-mix(in srgb,var(--accent) 12%,var(--panel))}@media(max-width:900px){.print-wizard{width:min(680px,calc(100vw - 22px))}}.print-steps button{cursor:default}.print-file-upload{margin-top:16px}.print-step-panel .proof-upload{margin-top:14px}#topNotifications{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:9999;display:grid;gap:10px;width:min(430px,calc(100vw - 24px));pointer-events:none}.top-notice{pointer-events:auto;display:grid;grid-template-columns:42px 1fr 32px;align-items:center;gap:12px;border-radius:12px;padding:12px 12px;background:#343b61;color:#eef4ff;border-left:4px solid #60a5fa;box-shadow:0 18px 42px rgba(0,0,0,.28);opacity:0;transform:translateY(-14px) scale(.98);transition:.2s ease}.top-notice.show{opacity:1;transform:translateY(0) scale(1)}.top-notice>i{font-size:24px;color:#60a5fa}.top-notice b,.top-notice span{display:block}.top-notice b{font-size:15px}.top-notice span{font-size:12px;color:#cbd5e1;line-height:1.35}.top-notice button{border:0;background:transparent;color:#dbeafe;cursor:pointer}.top-notice.success{border-color:#22c55e}.top-notice.success>i{color:#22c55e}.top-notice.warn{border-color:#f59e0b}.top-notice.warn>i{color:#f59e0b}.top-notice.error{border-color:#ec4899}.top-notice.error>i{color:#ec4899}.print-option-grid.wide{grid-template-columns:repeat(3,minmax(0,1fr)) !important;align-items:end}.print-option-grid.wide>label{min-width:0}.print-option-grid.wide label .input{width:100%;min-width:0}.print-option-grid.wide div{min-height:112px}.print-option-grid.wide div button{min-height:42px}.print-file-upload{margin-top:14px}.payment-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.payment-method{min-height:126px;display:flex;flex-direction:column;justify-content:flex-start}.payment-method span{min-height:36px}.copy-pix{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);border-radius:10px;padding:8px 10px;font-style:normal;font-size:12px;font-weight:900;color:var(--text);background:color-mix(in srgb,var(--accent) 30%,transparent)}.payment-method.disabled .copy-pix{display:none}.print-steps button{pointer-events:auto}.print-steps button:not(.active){opacity:.82}.print-wizard-foot{display:flex;justify-content:flex-end;gap:8px}.print-wizard-foot .btn{min-width:92px;padding-inline:14px}@media(max-width:760px){.print-option-grid.wide,.payment-method-grid{grid-template-columns:1fr !important}.print-wizard-foot{position:static;flex-wrap:wrap}.print-wizard-foot .btn{flex:1 1 auto}}#topNotifications{position:fixed !important;top:18px !important;left:50% !important;right:auto !important;bottom:auto !important;transform:translateX(-50%) !important;z-index:2147483000 !important}.toast{display:none !important}body:not(.public-view) #topNotifications{top:18px !important}@media(max-width:640px){#topNotifications{top:10px !important;width:calc(100vw - 18px) !important}.top-notice{grid-template-columns:34px 1fr 28px;padding:10px}}.staff-chat-shell{display:grid;grid-template-columns:330px minmax(0,1fr);height:calc(100vh - 190px);min-height:620px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--panel) 96%,transparent),color-mix(in srgb,var(--bg2) 86%,transparent));box-shadow:0 22px 70px rgba(0,0,0,.22)}.staff-chat-list{border-right:1px solid var(--line);background:color-mix(in srgb,var(--panel) 92%,transparent);display:flex;flex-direction:column;min-width:0}.staff-chat-brand{display:flex;gap:12px;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.staff-chat-brand b,.staff-chat-brand small{display:block}.staff-chat-brand small{color:var(--muted)}.staff-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 35%,#111));color:white;font-weight:900;box-shadow:0 8px 20px color-mix(in srgb,var(--accent) 24%,transparent)}.staff-avatar.small{width:38px;height:38px;flex:0 0 auto}.staff-chat-search{display:flex;gap:8px;align-items:center;margin:12px;padding:10px 12px;border-radius:14px;background:var(--panel2);color:var(--muted);font-size:13px}.staff-chat-items{overflow:auto;padding:0 10px 12px}.staff-chat-item{width:100%;border:0;border-radius:16px;background:transparent;color:var(--text);display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;cursor:pointer;text-align:left;transition:.16s background,.16s transform}.staff-chat-item:hover,.staff-chat-item.active{background:color-mix(in srgb,var(--accent) 14%,var(--panel2));transform:translateX(2px)}.staff-chat-item-text{min-width:0}.staff-chat-item-text b,.staff-chat-item-text small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-chat-item-text small{color:var(--muted);font-size:12px}.staff-chat-item em{font-style:normal;border-radius:999px;padding:5px 7px;font-size:10px;font-weight:900;background:rgba(250,204,21,.16);color:#fde68a;white-space:nowrap}.staff-chat-item em.ok{background:rgba(34,197,94,.18);color:#86efac}.staff-chat-item em.work{background:rgba(96,165,250,.18);color:#bfdbfe}.staff-chat-item em.error{background:rgba(236,72,153,.18);color:#f9a8d4}.staff-empty-chat{padding:22px;color:var(--muted);text-align:center}.staff-chat-window{position:relative;display:grid;grid-template-rows:auto auto 1fr auto auto;background:radial-gradient(circle at 20% 10%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 28%),linear-gradient(135deg,color-mix(in srgb,var(--bg) 92%,transparent),color-mix(in srgb,var(--panel) 82%,transparent));min-width:0}.wa-head{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--panel) 90%,transparent)}.wa-head b,.wa-head small{display:block}.wa-head small{color:var(--muted)}.wa-back{border:0;background:transparent;color:var(--text);font-size:20px;cursor:pointer}.wa-head-icon{margin-left:auto;color:var(--accent);font-size:22px}.wa-context-card{margin:14px 18px 0;padding:14px;border-radius:16px;background:color-mix(in srgb,var(--panel2) 88%,transparent);border:1px solid var(--line)}.wa-context-card b,.wa-context-card span{display:block}.wa-context-card span{color:var(--muted);font-size:13px;margin-top:4px}.wa-messages{overflow:auto;padding:18px;display:flex;flex-direction:column;gap:10px}.wa-bubble{max-width:min(620px,78%);border-radius:18px;padding:10px 12px;box-shadow:0 8px 20px rgba(0,0,0,.12)}.wa-bubble p{margin:0;line-height:1.45}.wa-bubble small{display:block;text-align:right;color:var(--muted);font-size:10px;margin-top:6px}.wa-bubble.in{align-self:flex-start;background:#ffffff;color:#172033}.wa-bubble.out{align-self:flex-end;background:color-mix(in srgb,var(--accent) 22%,var(--panel2));color:var(--text)}.wa-actions{display:flex;gap:8px;flex-wrap:wrap;padding:10px 18px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--panel) 82%,transparent)}.wa-input{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 18px;background:color-mix(in srgb,var(--panel) 92%,transparent)}.wa-input .input{border-radius:16px;min-height:48px}.staff-chat-empty-state{height:100%;display:grid;place-items:center;text-align:center;color:var(--muted);padding:30px}.staff-chat-empty-state i{font-size:54px;color:var(--accent);margin-bottom:10px}@media(max-width:900px){.staff-chat-shell{grid-template-columns:1fr;height:auto;min-height:0}.staff-chat-list{border-right:0;border-bottom:1px solid var(--line);max-height:360px}.staff-chat-window{min-height:620px}.wa-bubble{max-width:92%}}.student-chat-section{padding:0;overflow:hidden}.student-chat-section>.student-section-title{padding:18px 18px 0}.student-wa-shell{display:grid;grid-template-columns:300px minmax(0,1fr);height:560px;margin-top:14px;border-top:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--panel) 84%,transparent),color-mix(in srgb,var(--bg2) 82%,transparent))}.student-wa-list{border-right:1px solid var(--line);min-width:0;display:flex;flex-direction:column}.student-wa-window{display:grid;grid-template-rows:auto auto 1fr auto;min-width:0}.student-wa-window .wa-input{border-top:1px solid var(--line)}@media(max-width:850px){.student-wa-shell{grid-template-columns:1fr;height:auto}.student-wa-list{border-right:0;border-bottom:1px solid var(--line);max-height:320px}.student-wa-window{min-height:520px}}#studentFloatingSupport{position:fixed;right:22px;bottom:22px;z-index:9000}.student-chat-fab{width:62px;height:62px;border-radius:50%;border:0;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 48%,#0b1730));color:white;font-size:24px;box-shadow:0 16px 38px rgba(0,0,0,.32);cursor:pointer}.student-chat-fab.open{background:#22c55e}.student-floating-chat{position:absolute;right:0;bottom:78px;width:min(430px,calc(100vw - 28px));height:min(640px,calc(100vh - 120px));border-radius:22px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.38);border:1px solid var(--line);background:var(--panel);display:none}.student-floating-chat.show{display:block}.student-floating-chat .student-wa-shell.floating{height:100%;display:grid;grid-template-columns:145px minmax(0,1fr);margin:0;border:0}.student-floating-chat .staff-chat-brand{padding:12px}.student-floating-chat .staff-chat-brand .staff-avatar{width:34px;height:34px}.student-floating-chat .staff-chat-brand b{font-size:13px}.student-floating-chat .staff-chat-brand small{font-size:11px}.student-new-chat{margin:10px;width:calc(100% - 20px);padding:9px;font-size:12px}.student-floating-chat .staff-chat-item{grid-template-columns:30px minmax(0,1fr);padding:9px}.student-floating-chat .staff-chat-item em{display:none}.student-floating-chat .staff-avatar.small{width:28px;height:28px}.student-floating-chat .student-wa-window{min-height:0;height:100%}.student-floating-chat .wa-head{padding:11px}.student-floating-chat .wa-head .staff-avatar{width:34px;height:34px}.student-floating-chat .wa-context-card{margin:10px;padding:10px}.student-floating-chat .wa-messages{padding:12px}.student-floating-chat .wa-input{padding:10px}.student-floating-chat .wa-bubble{max-width:88%;font-size:13px}.wa-close-float{margin-left:auto;border:0;background:transparent;color:var(--text);font-size:18px;cursor:pointer}@media(max-width:620px){#studentFloatingSupport{right:12px;bottom:12px}.student-floating-chat{right:-4px;width:calc(100vw - 20px);height:calc(100vh - 98px)}.student-floating-chat .student-wa-shell.floating{grid-template-columns:1fr}.student-floating-chat .student-wa-list{max-height:185px;border-right:0;border-bottom:1px solid var(--line)}}.student-chat-login-card{height:100%;display:grid;place-items:center;text-align:center;padding:26px;color:var(--text);background:linear-gradient(135deg,var(--panel),var(--bg2))}.student-chat-login-card i{font-size:46px;color:var(--accent)}.student-chat-login-card p{color:var(--muted);line-height:1.45}.wa-input.rich{grid-template-columns:auto auto 1fr auto;position:relative}.chat-tool{width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:var(--panel2);color:var(--text);cursor:pointer}.chat-tool:hover{border-color:var(--accent);color:var(--accent)}.chat-file-input{display:none}.emoji-tray{position:absolute;right:58px;bottom:68px;display:none;grid-template-columns:repeat(4,38px);gap:6px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--panel);box-shadow:0 18px 40px rgba(0,0,0,.24);z-index:4}.emoji-tray.show{display:grid}.emoji-tray button{border:0;border-radius:10px;background:var(--panel2);font-size:19px;height:36px;cursor:pointer}.chat-attachment{display:inline-flex;gap:7px;align-items:center;margin-top:8px;padding:8px 10px;border-radius:10px;background:rgba(96,165,250,.18);color:inherit;text-decoration:none;font-weight:800;font-size:12px}@media(max-width:620px){.wa-input.rich{grid-template-columns:auto auto 1fr auto}.chat-tool{width:38px;height:38px}.emoji-tray{right:48px}}.student-floating-chat.resizable{resize:none;min-width:320px;min-height:360px;max-width:calc(100vw - 24px);max-height:calc(100vh - 80px)}.student-chat-window-bar{height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--panel) 92%,transparent);font-weight:900}.student-chat-window-bar button{border:0;background:var(--panel2);color:var(--text);border-radius:10px;width:32px;height:28px;cursor:pointer}.student-floating-chat.resizable .student-wa-shell.floating{height:calc(100% - 42px)}.student-floating-chat.resizable .student-chat-login-card{height:calc(100% - 42px)}.student-chat-resizer{position:absolute;right:4px;bottom:4px;width:18px;height:18px;cursor:nwse-resize;border-right:3px solid color-mix(in srgb,var(--accent) 80%,white);border-bottom:3px solid color-mix(in srgb,var(--accent) 80%,white);border-radius:2px;opacity:.85}.student-chat-fab.open{background:linear-gradient(135deg,#16a34a,#15803d)}@media(max-width:620px){.student-floating-chat.resizable{width:calc(100vw - 20px)!important;height:calc(100vh - 98px)!important}.student-chat-resizer{display:none}}body:has(#login:not(.hidden)) .login,body.blue:has(#login:not(.hidden)) .login,body.green:has(#login:not(.hidden)) .login,body.lilac:has(#login:not(.hidden)) .login,body.pink:has(#login:not(.hidden)) .login,body.yellow:has(#login:not(.hidden)) .login,body.red:has(#login:not(.hidden)) .login,body.light:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,rgba(5,18,38,.72),rgba(7,27,58,.82)),url("background2.jpg") center/cover fixed no-repeat !important}body:has(#login:not(.hidden)) .login-card{border-color:rgba(47,128,237,.55) !important;background:rgba(10,34,72,.72) !important}body:has(#login:not(.hidden)) .login-card .btn{background:#2f80ed !important}body:has(#login:not(.hidden)) .login-type-title,body:has(#login:not(.hidden)) .login-card h1{color:#f8fbff !important}#studentFloatingSupport{bottom:96px !important}.student-floating-chat{bottom:78px !important}body:not(.public-view) #studentFloatingSupport{display:none !important}@media(max-width:620px){#studentFloatingSupport{bottom:82px !important}}.login:not(.hidden)~.shell,body:has(#login:not(.hidden)) .shell{display:none!important}/* Theme and support final overrides */body.blue{--accent:#2f80ed;--accent2:#60a5fa;--text:#eef6ff;--muted:#bfd4ee;--panel:rgba(10,34,72,.86);--panel2:rgba(18,58,99,.88);--field:#213f62;--line:#3c75a8;--bg1:#061b34;--bg2:#0d3b68;background:linear-gradient(135deg,#071a33,#0d3b68 58%,#155b94)!important;color:var(--text)!important}body.green{--accent:#13a66b;--accent2:#34d399;--text:#effff7;--muted:#b8e5cf;--panel:rgba(7,43,31,.86);--panel2:rgba(12,68,46,.88);--field:#173f31;--line:#2a8d64;--bg1:#041b13;--bg2:#0b4c33;background:linear-gradient(135deg,#041b13,#0b4c33 58%,#128258)!important;color:var(--text)!important}body.lilac{--accent:#8b5cf6;--accent2:#c4b5fd;--text:#fbf7ff;--muted:#dacdf6;--panel:rgba(40,24,74,.87);--panel2:rgba(65,42,112,.9);--field:#44305f;--line:#8669c9;--bg1:#180d2b;--bg2:#42256f;background:linear-gradient(135deg,#180d2b,#42256f 58%,#6d4ccc)!important;color:var(--text)!important}body.pink{--accent:#ec4899;--accent2:#f472b6;--text:#fff5fb;--muted:#f4bfd9;--panel:rgba(65,21,49,.87);--panel2:rgba(93,33,70,.9);--field:#5f304f;--line:#d15c9c;--bg1:#230719;--bg2:#6d1f50;background:linear-gradient(135deg,#230719,#6d1f50 58%,#b83280)!important;color:var(--text)!important}body.yellow{--accent:#f2b705;--accent2:#facc15;--text:#fff9db;--muted:#f7e7a6;--panel:rgba(64,45,5,.88);--panel2:rgba(92,66,8,.9);--field:#5d4618;--line:#d5a51b;--bg1:#201500;--bg2:#6b4d04;background:linear-gradient(135deg,#201500,#6b4d04 58%,#a57900)!important;color:var(--text)!important}body.red{--accent:#ef4444;--accent2:#fb7185;--text:#fff6f6;--muted:#f3b8b8;--panel:rgba(66,20,22,.88);--panel2:rgba(96,32,36,.9);--field:#5b2a2c;--line:#d05a5f;--bg1:#24090b;--bg2:#722126;background:linear-gradient(135deg,#24090b,#722126 58%,#b3343d)!important;color:var(--text)!important}body.blue .main,body.green .main,body.lilac .main,body.pink .main,body.yellow .main,body.red .main{background:radial-gradient(circle at 22% 12%,color-mix(in srgb,var(--accent) 22%,transparent),transparent 34%),radial-gradient(circle at 88% 80%,color-mix(in srgb,var(--accent2) 18%,transparent),transparent 36%)!important}body.blue .sidebar,body.green .sidebar,body.lilac .sidebar,body.pink .sidebar,body.yellow .sidebar,body.red .sidebar{background:linear-gradient(180deg,color-mix(in srgb,var(--bg2) 92%,#000),color-mix(in srgb,var(--bg1) 96%,#000))!important;border-right:1px solid color-mix(in srgb,var(--accent) 32%,transparent)!important}body.blue .panel,body.green .panel,body.lilac .panel,body.pink .panel,body.yellow .panel,body.red .panel,body.blue .modal,body.green .modal,body.lilac .modal,body.pink .modal,body.yellow .modal,body.red .modal{background:var(--panel)!important;border-color:var(--line)!important;color:var(--text)!important;box-shadow:0 18px 60px rgba(0,0,0,.18)!important}body.blue .page-head h1,body.green .page-head h1,body.lilac .page-head h1,body.pink .page-head h1,body.yellow .page-head h1,body.red .page-head h1,body.blue .table td strong,body.green .table td strong,body.lilac .table td strong,body.pink .table td strong,body.yellow .table td strong,body.red .table td strong{color:var(--text)!important}body.blue .page-head p,body.green .page-head p,body.lilac .page-head p,body.pink .page-head p,body.yellow .page-head p,body.red .page-head p,body.blue .table td,body.green .table td,body.lilac .table td,body.pink .table td,body.yellow .table td,body.red .table td{color:var(--muted)!important}body.blue .input,body.green .input,body.lilac .input,body.pink .input,body.yellow .input,body.red .input{background:var(--field)!important;border-color:var(--line)!important;color:var(--text)!important}body.blue .table th,body.green .table th,body.lilac .table th,body.pink .table th,body.yellow .table th,body.red .table th{background:var(--panel2)!important;color:var(--text)!important}body.blue .btn,body.green .btn,body.lilac .btn,body.pink .btn,body.yellow .btn,body.red .btn{background:var(--accent)!important;color:#fff!important}body.yellow .btn{color:#231600!important}body.blue .nav button.active,body.green .nav button.active,body.lilac .nav button.active,body.pink .nav button.active,body.yellow .nav button.active,body.red .nav button.active{background:color-mix(in srgb,var(--accent) 30%,transparent)!important;color:#fff!important;box-shadow:inset 3px 0 var(--accent2)!important}body.blue .theme-dots,body.green .theme-dots,body.lilac .theme-dots,body.pink .theme-dots,body.yellow .theme-dots,body.red .theme-dots{background:color-mix(in srgb,var(--panel) 90%,transparent)!important;border-color:var(--line)!important}body:has(#login:not(.hidden)) #studentFloatingSupport{display:none!important}body:not(:has(#login:not(.hidden))) #studentFloatingSupport{display:block!important}/* Login follows selected theme */body:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,color-mix(in srgb,var(--bg1) 86%,#000),color-mix(in srgb,var(--bg2) 82%,#000)),url("background2.jpg") center/cover fixed no-repeat!important}body:has(#login:not(.hidden)) .login:before{background:radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--accent) 30%,transparent),transparent 34%),radial-gradient(circle at 82% 85%,color-mix(in srgb,var(--accent2) 24%,transparent),transparent 38%)!important}body:has(#login:not(.hidden)) .login-card{background:color-mix(in srgb,var(--panel) 78%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 58%,transparent)!important;box-shadow:0 30px 90px color-mix(in srgb,var(--bg1) 70%,#000)!important}body:has(#login:not(.hidden)) .login-card:before{color:var(--accent2)!important}body:has(#login:not(.hidden)) .login-card h1,body:has(#login:not(.hidden)) .login-type-title{color:var(--text)!important}body:has(#login:not(.hidden)) .login-card p,body:has(#login:not(.hidden)) .login-card label{color:var(--muted)!important}body:has(#login:not(.hidden)) .login-card input{background:var(--field)!important;border:1px solid var(--line)!important;color:var(--text)!important}body:has(#login:not(.hidden)) .login-card .btn{background:var(--accent)!important;color:#fff!important}body.yellow:has(#login:not(.hidden)) .login-card .btn{color:#231600!important}body.blue:has(#login:not(.hidden)) .login-type-title span{color:#8bd3ff!important}body.green:has(#login:not(.hidden)) .login-type-title span{color:#86efac!important}body.lilac:has(#login:not(.hidden)) .login-type-title span{color:#d8b4fe!important}body.pink:has(#login:not(.hidden)) .login-type-title span{color:#f9a8d4!important}body.yellow:has(#login:not(.hidden)) .login-type-title span{color:#fde68a!important}body.red:has(#login:not(.hidden)) .login-type-title span{color:#fecaca!important}/* Login theme background specific overrides */body.blue:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,rgba(5,18,38,.86),rgba(13,59,104,.84)),url("background2.jpg") center/cover fixed no-repeat!important}body.green:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,rgba(4,27,19,.88),rgba(11,76,51,.84)),url("background2.jpg") center/cover fixed no-repeat!important}body.lilac:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,rgba(24,13,43,.88),rgba(66,37,111,.84)),url("background2.jpg") center/cover fixed no-repeat!important}body.pink:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,rgba(35,7,25,.88),rgba(109,31,80,.84)),url("background2.jpg") center/cover fixed no-repeat!important}body.yellow:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,rgba(32,21,0,.88),rgba(107,77,4,.84)),url("background2.jpg") center/cover fixed no-repeat!important}body.red:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,rgba(36,9,11,.88),rgba(114,33,38,.84)),url("background2.jpg") center/cover fixed no-repeat!important}body.light:has(#login:not(.hidden)) .login{background:linear-gradient(135deg,rgba(239,246,255,.88),rgba(219,234,254,.84)),url("background2.jpg") center/cover fixed no-repeat!important}.reserve-click-card{cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.reserve-click-card:hover{transform:translateY(-2px);border-color:var(--accent)!important;box-shadow:0 14px 36px color-mix(in srgb,var(--accent) 22%,transparent)!important}.student-promo-grid article{cursor:pointer;transition:transform .16s ease,border-color .16s ease}.student-promo-grid article:hover{transform:translateY(-2px);border-color:var(--accent)!important}.student-reserve-cart{position:fixed;right:96px;bottom:96px;z-index:9001;display:none;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--accent);color:#fff;padding:12px 16px;font-weight:900;box-shadow:0 16px 38px rgba(0,0,0,.28);cursor:pointer}.student-reserve-cart span{min-width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--accent)}.student-reserve-box{max-width:620px;height:auto;max-height:88vh}.reserve-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.reserve-head h2{margin:4px 0 6px}.reserve-head p{margin:0;color:var(--muted)}.reserve-cart-item{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--panel2);margin-bottom:10px}.reserve-cart-item b,.reserve-cart-item span,.reserve-cart-item small{display:block}.reserve-cart-item span,.reserve-cart-item small{color:var(--muted);font-size:12px;margin-top:4px}.student-reserve-modal .empty{padding:28px}@media(max-width:650px){.student-reserve-cart{right:84px;bottom:82px;padding:10px 13px}.student-reserve-box{width:calc(100vw - 24px);padding:20px}.reserve-head{display:block}.reserve-head .btn{margin-top:12px}}
.catalog-search-btn{display:block;margin:-16px auto 28px;min-width:170px}.public-search+.catalog-search-btn{margin-top:-18px}@media(max-width:650px){.catalog-search-btn{width:min(90%,320px);margin-top:-12px}}
/* Student themed library background */
body.public-view{background:linear-gradient(135deg,color-mix(in srgb,var(--bg1) 78%,transparent),color-mix(in srgb,var(--bg2) 60%,transparent)),url("student-library-color.png") center/cover fixed no-repeat!important;color:var(--text)!important}body.public-view:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 20% 16%,color-mix(in srgb,var(--accent) 30%,transparent),transparent 32%),linear-gradient(90deg,color-mix(in srgb,var(--bg1) 72%,transparent),color-mix(in srgb,var(--bg2) 48%,transparent) 58%,transparent)!important;pointer-events:none}.public-view .public-head{background:color-mix(in srgb,var(--bg1) 72%,transparent)!important;backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--accent) 34%,transparent)}.public-view .public-main{max-width:1180px;margin-top:46px}.public-view .public-main h1{color:var(--text)!important;text-shadow:0 8px 28px rgba(0,0,0,.34);font-size:clamp(42px,6vw,78px);line-height:.95}.public-view .public-main>p{color:var(--muted)!important}.public-view .public-search,.public-view #catalogSearch{background:color-mix(in srgb,var(--panel2) 74%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 42%,transparent)!important;color:var(--text)!important;box-shadow:0 18px 70px rgba(0,0,0,.14);backdrop-filter:blur(14px)}.public-view #catalogSearch::placeholder{color:var(--muted)}.public-view .student-portal,.public-view .catalog .panel,.public-view .student-section,.public-view .student-promo-grid article{background:color-mix(in srgb,var(--panel) 78%,transparent)!important;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent)!important;box-shadow:0 24px 80px rgba(0,0,0,.24)!important;backdrop-filter:blur(18px)!important;color:var(--text)!important}.public-view .student-hero{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 38%,var(--panel)),color-mix(in srgb,var(--panel) 76%,transparent))!important;border-color:color-mix(in srgb,var(--accent) 38%,transparent)!important}.public-view .student-card,.public-view .student-book-ad{background:color-mix(in srgb,var(--panel2) 70%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 24%,transparent)!important;color:var(--text)!important}.public-view .student-book-ad span,.public-view .student-section-title span,.public-view .student-card span,.public-view .catalog p{color:var(--muted)!important}.public-view .catalog h3,.public-view .catalog h3 button,.public-view .student-section-title h3,.public-view .student-promo-grid b,.public-view .student-hero h2{color:var(--text)!important}.public-view .btn{background:var(--accent)!important;color:#fff!important}.public-view .btn.gray{background:color-mix(in srgb,var(--panel2) 76%,transparent)!important;border:1px solid color-mix(in srgb,var(--accent) 24%,transparent)!important;color:var(--text)!important}.public-view .status-pill.available{background:color-mix(in srgb,var(--accent) 30%,transparent)!important;color:var(--text)!important}.public-view .theme-dots{background:color-mix(in srgb,var(--panel) 82%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 30%,transparent)!important;backdrop-filter:blur(12px)}.public-view .student-reserve-cart,.public-view .student-chat-fab{background:var(--accent)!important}.public-view .student-floating-chat,.public-view .student-reserve-box{background:color-mix(in srgb,var(--panel) 84%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 30%,transparent)!important;color:var(--text)!important}.public-view .input{background:color-mix(in srgb,var(--field) 78%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 28%,transparent)!important;color:var(--text)!important}body.yellow.public-view .btn,body.yellow.public-view .student-reserve-cart,body.yellow.public-view .student-chat-fab{color:#231600!important}@media(max-width:650px){.public-view .public-main{margin-top:28px}.public-view .public-main h1{font-size:42px}.public-view .student-portal,.public-view .student-section{border-radius:16px!important}}

/* Shared themed background for staff */
body:not(.public-view):not(:has(#login:not(.hidden))){background:linear-gradient(135deg,color-mix(in srgb,var(--bg1) 78%,transparent),color-mix(in srgb,var(--bg2) 60%,transparent)),url("student-library-color.png") center/cover fixed no-repeat!important;color:var(--text)!important}body:not(.public-view):not(:has(#login:not(.hidden))):before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 20% 16%,color-mix(in srgb,var(--accent) 30%,transparent),transparent 32%),linear-gradient(90deg,color-mix(in srgb,var(--bg1) 72%,transparent),color-mix(in srgb,var(--bg2) 48%,transparent) 58%,transparent)!important;pointer-events:none}body:not(.public-view):not(:has(#login:not(.hidden))) .panel,body:not(.public-view):not(:has(#login:not(.hidden))) .modal,body:not(.public-view):not(:has(#login:not(.hidden))) .content-panel,body:not(.public-view):not(:has(#login:not(.hidden))) .dash-panel,body:not(.public-view):not(:has(#login:not(.hidden))) .metric,body:not(.public-view):not(:has(#login:not(.hidden))) .form-panel{background:color-mix(in srgb,var(--panel) 78%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 28%,transparent)!important;box-shadow:0 24px 80px rgba(0,0,0,.22)!important;backdrop-filter:blur(18px)!important;color:var(--text)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .sidebar{background:color-mix(in srgb,var(--bg1) 72%,transparent)!important;backdrop-filter:blur(18px)!important;border-right:1px solid color-mix(in srgb,var(--accent) 34%,transparent)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .table th{background:color-mix(in srgb,var(--panel2) 64%,transparent)!important;color:var(--text)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .table td{background:color-mix(in srgb,var(--panel) 62%,transparent)!important;color:var(--muted)!important;border-color:color-mix(in srgb,var(--accent) 30%,transparent)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .table td strong,body:not(.public-view):not(:has(#login:not(.hidden))) .page-head h1,body:not(.public-view):not(:has(#login:not(.hidden))) .section-title,body:not(.public-view):not(:has(#login:not(.hidden))) .dash-panel h2{color:var(--text)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .page-head p{color:var(--muted)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .input{background:color-mix(in srgb,var(--field) 78%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 28%,transparent)!important;color:var(--text)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .btn{background:var(--accent)!important;color:#fff!important}body.yellow:not(.public-view):not(:has(#login:not(.hidden))) .btn{color:#231600!important}body:not(.public-view):not(:has(#login:not(.hidden))) .btn.gray{background:color-mix(in srgb,var(--panel2) 76%,transparent)!important;border:1px solid color-mix(in srgb,var(--accent) 24%,transparent)!important;color:var(--text)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .line-chart{background:repeating-linear-gradient(to bottom,transparent 0,transparent 66px,color-mix(in srgb,var(--accent) 26%,transparent) 67px)!important;border-color:color-mix(in srgb,var(--accent) 24%,transparent)!important}body:not(.public-view):not(:has(#login:not(.hidden))) .theme-dots{background:color-mix(in srgb,var(--panel) 82%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 30%,transparent)!important;backdrop-filter:blur(12px)}

/* Painterly transparent theme override */
body.public-view,body:not(.public-view):not(:has(#login:not(.hidden))){background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 18%,transparent),color-mix(in srgb,var(--bg2) 22%,transparent)),url("student-library-color.png") center/cover fixed no-repeat!important;color:var(--text)!important}body.public-view:before,body:not(.public-view):not(:has(#login:not(.hidden))):before{content:""!important;position:fixed!important;inset:0!important;z-index:-1!important;pointer-events:none!important;background:radial-gradient(circle at 22% 18%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 34%),linear-gradient(90deg,color-mix(in srgb,var(--bg1) 30%,transparent),color-mix(in srgb,var(--bg2) 16%,transparent) 58%,transparent)!important;backdrop-filter:saturate(1.28) contrast(.96) brightness(1.04)!important}.public-view .public-head,body:not(.public-view):not(:has(#login:not(.hidden))) .sidebar{background:color-mix(in srgb,var(--panel) 32%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 30%,transparent)!important;backdrop-filter:blur(14px) saturate(1.25)!important}.public-view .student-portal,.public-view .catalog .panel,.public-view .student-section,.public-view .student-promo-grid article,body:not(.public-view):not(:has(#login:not(.hidden))) .panel,body:not(.public-view):not(:has(#login:not(.hidden))) .modal,body:not(.public-view):not(:has(#login:not(.hidden))) .content-panel,body:not(.public-view):not(:has(#login:not(.hidden))) .dash-panel,body:not(.public-view):not(:has(#login:not(.hidden))) .metric,body:not(.public-view):not(:has(#login:not(.hidden))) .form-panel{background:linear-gradient(135deg,color-mix(in srgb,var(--panel) 42%,transparent),color-mix(in srgb,var(--accent) 10%,transparent))!important;border:1px solid color-mix(in srgb,var(--accent) 34%,transparent)!important;box-shadow:0 24px 80px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10)!important;backdrop-filter:blur(12px) saturate(1.32)!important;color:var(--text)!important}.public-view .student-hero{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 24%,transparent),color-mix(in srgb,var(--panel) 32%,transparent))!important;border-color:color-mix(in srgb,var(--accent) 38%,transparent)!important}.public-view .student-card,.public-view .student-book-ad,body:not(.public-view):not(:has(#login:not(.hidden))) .table td{background:color-mix(in srgb,var(--panel2) 34%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 22%,transparent)!important}.public-view .public-search,.public-view #catalogSearch,body:not(.public-view):not(:has(#login:not(.hidden))) .input,.public-view .input{background:color-mix(in srgb,var(--field) 36%,transparent)!important;border-color:color-mix(in srgb,var(--accent) 32%,transparent)!important;color:var(--text)!important;backdrop-filter:blur(10px) saturate(1.2)!important}.public-view .btn,body:not(.public-view):not(:has(#login:not(.hidden))) .btn{background:color-mix(in srgb,var(--accent) 82%,transparent)!important;color:#fff!important}.public-view .btn.gray,body:not(.public-view):not(:has(#login:not(.hidden))) .btn.gray{background:color-mix(in srgb,var(--panel2) 34%,transparent)!important;color:var(--text)!important;border:1px solid color-mix(in srgb,var(--accent) 24%,transparent)!important}.public-view .theme-dots,body:not(.public-view):not(:has(#login:not(.hidden))) .theme-dots{background:color-mix(in srgb,var(--panel) 38%,transparent)!important;backdrop-filter:blur(10px) saturate(1.2)!important}.public-view .student-floating-chat,.public-view .student-reserve-box{background:color-mix(in srgb,var(--panel) 48%,transparent)!important;backdrop-filter:blur(14px) saturate(1.28)!important}.public-view .public-main h1{text-shadow:0 10px 34px rgba(0,0,0,.34)!important}

.student-book-detail-modal{z-index:9200}.student-book-detail{width:min(1120px,calc(100vw - 32px));max-height:92vh;overflow:auto;background:var(--panel);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:8px;padding:28px;box-shadow:0 28px 90px rgba(0,0,0,.45);position:relative;color:var(--text);backdrop-filter:blur(18px) saturate(1.2)}.student-detail-close{position:absolute;right:24px;top:20px;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:8px;padding:10px 18px;font-weight:800;cursor:pointer}.student-book-detail-grid{display:grid;grid-template-columns:minmax(260px,36%) 1fr;gap:28px;align-items:start}.student-detail-cover{min-height:520px;background:color-mix(in srgb,var(--panel2) 70%,#000);display:grid;place-items:center;border-radius:4px;overflow:hidden}.student-detail-cover img{width:100%;height:100%;object-fit:cover}.student-detail-cover span{font-size:28px;font-weight:900;color:var(--accent)}.student-book-detail h2{font-size:32px;line-height:1.08;margin:0 90px 6px 0;color:var(--text)}.student-detail-author{color:color-mix(in srgb,var(--accent) 48%,var(--text));font-size:17px;margin:0 0 22px}.student-detail-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 40px;margin:18px 0 24px}.student-detail-meta b{display:block;color:var(--muted);font-size:12px}.student-detail-meta span{display:block;color:var(--text);font-weight:800;font-size:13px;margin-top:4px}.student-book-detail h3{font-size:16px;margin:22px 0 10px;color:var(--text)}.student-detail-summary{color:var(--muted);line-height:1.65;margin:0}.student-detail-tags{display:flex;gap:8px;flex-wrap:wrap}.student-detail-tags span{border-radius:999px;background:var(--field);color:var(--text);font-size:12px;padding:5px 9px}.student-detail-table{width:100%;border-collapse:collapse;margin-top:8px}.student-detail-table th{background:var(--panel2);color:var(--muted);text-align:left;font-size:12px;text-transform:uppercase;padding:10px 14px}.student-detail-table td{border-bottom:1px solid var(--line);padding:12px 14px;color:var(--text)}.student-detail-reserve{width:100%;margin-top:24px;font-size:16px}@media(max-width:760px){.student-book-detail{padding:20px}.student-book-detail-grid{grid-template-columns:1fr}.student-detail-cover{min-height:360px}.student-detail-meta{grid-template-columns:1fr 1fr}.student-book-detail h2{margin-right:0;font-size:26px}.student-detail-close{position:static;margin-bottom:16px;width:100%}}

.student-floating-chat.free-chat-window{resize:none!important;max-width:none!important;max-height:none!important;z-index:9100!important;box-shadow:0 24px 80px rgba(0,0,0,.36)!important}.student-floating-chat.free-chat-window .student-chat-window-bar{cursor:move;user-select:none}.chat-moving,.chat-moving *{cursor:grabbing!important;user-select:none!important}.student-chat-resizer{width:24px!important;height:24px!important;right:6px!important;bottom:6px!important;z-index:4!important}.student-floating-chat.free-chat-window .student-wa-shell.floating{height:calc(100% - 42px)!important}.student-floating-chat.free-chat-window .staff-chat-items,.student-floating-chat.free-chat-window .wa-messages{min-height:0}@media(max-width:620px){.student-floating-chat.free-chat-window{left:10px!important;top:74px!important;width:calc(100vw - 20px)!important;height:calc(100vh - 104px)!important}.student-floating-chat.free-chat-window .student-chat-window-bar{cursor:default}.student-chat-resizer{display:none!important}}

.pix-payment-box{display:grid;grid-template-columns:220px 1fr;gap:16px;margin:16px 0 18px}.pix-qr-card,.pix-copy-card{border:1px solid color-mix(in srgb,var(--accent) 32%,transparent);background:color-mix(in srgb,var(--panel2) 58%,transparent);border-radius:16px;padding:16px;color:var(--text)}.pix-qr-card{display:grid;place-items:center;text-align:center;gap:10px}.pix-qr-card img{width:160px;height:160px;object-fit:contain;background:#fff;border-radius:10px;padding:8px}.pix-qr-card span,.pix-copy-card b{font-weight:900}.pix-copy-card{display:grid;gap:12px;align-content:center}.pix-copy-card code{display:block;white-space:normal;word-break:break-all;background:rgba(0,0,0,.25);border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--text);font-size:14px}.payment-method.pix-card{border-color:var(--accent)!important}@media(max-width:700px){.pix-payment-box{grid-template-columns:1fr}.pix-qr-card img{width:190px;height:190px}}


/* FAQ inside student support chat */
.faq-layer{display:grid;gap:10px;margin-top:10px}.faq-intro p{margin:.2rem 0}.faq-menu{display:grid;gap:12px;margin:8px 0}.faq-group{display:grid;gap:7px}.faq-group>b{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.faq-group button{width:100%;display:grid;grid-template-columns:30px 1fr;align-items:center;gap:10px;text-align:left;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);background:color-mix(in srgb,var(--panel2) 60%,transparent);color:var(--text);border-radius:12px;padding:11px 12px;font-weight:800;cursor:pointer;transition:.16s}.faq-group button span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:12px}.faq-group button:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:0 10px 26px color-mix(in srgb,var(--accent) 18%,transparent)}.faq-q{margin-left:auto}.faq-a p,.faq-q p{margin:.1rem 0;line-height:1.45}.faq-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.faq-actions button,.faq-back,.faq-clear-row button{border:1px solid color-mix(in srgb,var(--accent) 32%,transparent);background:var(--accent);color:#fff;border-radius:10px;padding:9px 11px;font-weight:850;cursor:pointer}.faq-back{justify-self:flex-start;background:color-mix(in srgb,var(--panel2) 68%,transparent);color:var(--text)}.faq-clear-row{padding:8px 12px;border-top:1px solid color-mix(in srgb,var(--accent) 22%,transparent);background:color-mix(in srgb,var(--panel) 48%,transparent)}.faq-clear-row button{background:transparent;color:var(--muted);padding:7px 10px;font-size:12px}.faq-clear-row button:hover{color:var(--text);border-color:var(--accent)}@media(max-width:620px){.faq-group button{grid-template-columns:28px 1fr;padding:10px}.faq-actions button{width:100%}}

/* Larger FAQ/support chat readability */
.student-floating-chat.free-chat-window,.student-floating-chat.resizable{width:min(720px,calc(100vw - 28px))!important;height:min(780px,calc(100vh - 92px))!important}.student-floating-chat .student-wa-shell.floating{grid-template-columns:minmax(190px,230px) minmax(360px,1fr)!important}.student-floating-chat .wa-messages{font-size:15px!important;line-height:1.55!important;padding:14px!important}.student-floating-chat .wa-bubble{font-size:15px!important;line-height:1.55!important;max-width:88%!important;padding:13px 15px!important}.student-floating-chat .wa-bubble small{font-size:11px!important}.student-floating-chat .wa-head b{font-size:16px!important}.student-floating-chat .wa-head small,.student-floating-chat .wa-context-card span{font-size:12px!important}.student-floating-chat .staff-chat-item{min-height:58px!important;padding:10px!important}.student-floating-chat .staff-chat-item-text b{font-size:14px!important;line-height:1.25!important}.student-floating-chat .staff-chat-item-text small{font-size:11px!important;line-height:1.25!important}.faq-layer{gap:13px!important}.faq-menu{gap:14px!important}.faq-group{gap:9px!important}.faq-group>b{font-size:12px!important}.faq-group button{grid-template-columns:34px 1fr!important;min-height:54px!important;padding:13px 14px!important;font-size:14px!important;line-height:1.28!important;white-space:normal!important}.faq-group button span{width:30px!important;height:30px!important;font-size:13px!important}.faq-actions button,.faq-back{font-size:14px!important;min-height:42px!important;padding:10px 14px!important}.faq-clear-row button{font-size:12px!important}.student-floating-chat .wa-input.rich{gap:9px!important;padding:10px!important}.student-floating-chat .wa-input.rich .input{font-size:13px!important;min-height:44px!important}.student-floating-chat .chat-tool{width:44px!important;height:44px!important;min-width:44px!important}@media(max-width:760px){.student-floating-chat.free-chat-window,.student-floating-chat.resizable{left:8px!important;top:58px!important;width:calc(100vw - 16px)!important;height:calc(100vh - 92px)!important}.student-floating-chat .student-wa-shell.floating{grid-template-columns:1fr!important}.student-floating-chat .student-wa-list{max-height:190px!important;overflow:auto!important;border-right:0!important;border-bottom:1px solid color-mix(in srgb,var(--accent) 28%,transparent)!important}.student-floating-chat .wa-messages{font-size:15px!important}.student-floating-chat .wa-bubble{max-width:96%!important}.faq-group button{font-size:14px!important;min-height:52px!important}}

/* Support chat size fix after FAQ enlargement */
.student-floating-chat.free-chat-window,.student-floating-chat.resizable{z-index:12000!important;max-width:calc(100vw - 24px)!important;max-height:calc(100vh - 86px)!important}.student-floating-chat.free-chat-window{overflow:hidden!important}.student-floating-chat .student-wa-shell.floating{height:calc(100% - 42px)!important;grid-template-columns:210px minmax(0,1fr)!important}.student-floating-chat .student-wa-list{min-width:0!important}.student-floating-chat .staff-chat-item-text{min-width:0!important}.student-floating-chat .staff-chat-item-text b,.student-floating-chat .staff-chat-item-text small{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.student-floating-chat .student-wa-window{min-width:0!important;overflow:hidden!important}.student-floating-chat .wa-messages{overflow:auto!important}.student-floating-chat .wa-input.rich{position:relative!important;z-index:2!important}.student-floating-chat.show~.student-chat-fab,.student-floating-chat.show~.student-reserve-cart{display:none!important}body:has(.student-floating-chat.show) .student-reserve-cart{display:none!important}.student-chat-fab{z-index:11000!important}.student-reserve-cart{z-index:10900!important}.faq-group button{font-size:13px!important;line-height:1.25!important}.student-floating-chat .wa-bubble{font-size:14px!important}.student-floating-chat .wa-context-card{margin:8px 10px!important}@media(max-width:900px){.student-floating-chat.free-chat-window,.student-floating-chat.resizable{left:8px!important;top:52px!important;width:calc(100vw - 16px)!important;height:calc(100vh - 86px)!important}.student-floating-chat .student-wa-shell.floating{grid-template-columns:1fr!important}.student-floating-chat .student-wa-list{max-height:154px!important;overflow:auto!important;border-right:0!important;border-bottom:1px solid color-mix(in srgb,var(--accent) 28%,transparent)!important}.student-floating-chat .staff-chat-brand{display:none!important}.student-floating-chat .student-new-chat{min-height:38px!important}.student-floating-chat .staff-chat-item{min-height:48px!important}.faq-group button{min-height:48px!important;padding:10px 12px!important}.student-floating-chat .wa-bubble{max-width:96%!important}}

/* Stable chat placement: no jumping */
.student-floating-chat.free-chat-window,.student-floating-chat.resizable.show{right:18px!important;bottom:74px!important;left:auto!important;top:auto!important}.student-floating-chat.free-chat-window{transform:none!important}@media(max-width:900px){.student-floating-chat.free-chat-window,.student-floating-chat.resizable.show{left:8px!important;right:auto!important;top:52px!important;bottom:auto!important;width:calc(100vw - 16px)!important;height:calc(100vh - 86px)!important}}

/* FAQ-only student support: hide free chat composer */
#studentFloatingSupport .wa-input.rich{display:none!important}#studentFloatingSupport .student-new-chat{display:none!important}#studentFloatingSupport .staff-chat-items{display:none!important}#studentFloatingSupport .student-wa-list{display:none!important}#studentFloatingSupport .student-wa-shell.floating{grid-template-columns:1fr!important}#studentFloatingSupport .student-wa-window{border-left:0!important}#studentFloatingSupport .wa-context-card{display:none!important}#studentFloatingSupport .faq-clear-row{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.student-floating-chat .wa-messages{height:calc(100% - 44px)!important}

/* FAQ window: remove X and keep movable header */
#studentFloatingSupport .wa-close-float{display:none!important}#studentFloatingSupport .student-chat-window-bar{cursor:move!important;user-select:none!important}.student-floating-chat.free-chat-window,.student-floating-chat.resizable.show{right:auto!important;bottom:auto!important}

/* FAQ default visible position */
#studentFloatingSupport .student-floating-chat{z-index:12000!important}.student-chat-fab{right:22px!important;bottom:92px!important}.student-reserve-cart{right:96px!important;bottom:92px!important}@media(max-width:900px){.student-chat-fab{right:18px!important;bottom:84px!important}.student-reserve-cart{right:86px!important;bottom:84px!important}}

/* Hide FAQ window completely when minimized */
#studentFloatingSupport .student-floating-chat:not(.show){display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}#studentFloatingSupport .student-floating-chat.show{display:block!important;visibility:visible!important;opacity:1!important}.student-chat-fab{right:22px!important;bottom:92px!important;z-index:13000!important}@media(max-width:900px){.student-chat-fab{right:18px!important;bottom:84px!important}}

/* Force visible FAQ position when opened */
#studentFloatingSupport .student-floating-chat.show{position:fixed!important;right:18px!important;bottom:92px!important;left:auto!important;top:auto!important;width:min(720px,calc(100vw - 28px))!important;height:min(760px,calc(100vh - 120px))!important;display:block!important;visibility:visible!important;opacity:1!important;overflow:hidden!important}#studentFloatingSupport .student-floating-chat.show .student-wa-shell.floating{height:calc(100% - 42px)!important}@media(max-width:900px){#studentFloatingSupport .student-floating-chat.show{left:8px!important;right:auto!important;top:52px!important;bottom:auto!important;width:calc(100vw - 16px)!important;height:calc(100vh - 100px)!important}}

/* Let manual drag override forced FAQ position */
#studentFloatingSupport .student-floating-chat.show.faq-user-moved{left:var(--faq-left,auto)!important;top:var(--faq-top,auto)!important;right:auto!important;bottom:auto!important}

/* Public catalog title alignment */
.public-view .public-main>h1,.public-main>h1{text-align:center!important;width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;display:block!important;transform:none!important}.public-view .public-main>p,.public-main>p{text-align:center!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}.public-view .public-main{display:block!important;text-align:center!important}.public-view #studentPortal,.public-view .public-search,.public-view .catalog{margin-left:auto!important;margin-right:auto!important}

/* Student dashboard proportion polish */
.public-view .student-portal,.student-dashboard-shell{border-radius:18px!important;overflow:hidden!important}.public-view .student-hero,.student-hero{border-radius:16px!important}.student-identity-card{border-radius:16px!important}.student-metrics article,.student-panel-block,.student-card,.student-book-ad,.student-promo-grid article{border-radius:14px!important}.student-identity-card i{font-size:32px!important;width:52px!important;height:52px!important;display:grid!important;place-items:center!important;margin:0 auto 8px!important}.student-metrics article i{font-size:20px!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;margin:0 auto 6px!important}.student-panel-block h3 i{font-size:16px!important;width:22px!important;height:22px!important;display:inline-grid!important;place-items:center!important}.student-promo-grid article i{font-size:24px!important;width:42px!important;height:42px!important;display:grid!important;place-items:center!important;margin:0 auto 8px!important}.student-quick-actions .btn i{font-size:13px!important}.student-hero.logged{padding:28px 30px!important}.student-identity-card{padding:22px 26px!important;min-width:220px!important}.student-metrics article{padding:18px!important}.student-panel-block{padding:18px!important}@media(max-width:760px){.student-hero.logged{padding:22px!important}.student-identity-card{min-width:0!important;width:100%!important}.student-identity-card i{font-size:28px!important;width:46px!important;height:46px!important}.student-metrics article i{font-size:18px!important;width:30px!important;height:30px!important}}

/* Smaller student metric icons */
.student-metrics article i{font-size:15px!important;width:24px!important;height:24px!important;line-height:24px!important;display:grid!important;place-items:center!important;margin:0 auto 8px!important;border-radius:8px!important;background:color-mix(in srgb,var(--accent) 14%,transparent)!important;color:var(--accent)!important}.student-metrics article{align-content:center!important;gap:4px!important;min-height:96px!important}.student-metrics article span{font-size:11px!important;line-height:1.15!important}.student-metrics article b{font-size:24px!important;line-height:1.05!important}

/* Static themed login title */
body:has(#login:not(.hidden)) .login-type-title{display:none!important}body:has(#login:not(.hidden)) .login-static-title{margin:0 0 18px!important;text-align:left!important;color:var(--text)!important;font-weight:950!important;font-size:clamp(34px,4.4vw,58px)!important;line-height:.98!important;letter-spacing:-.02em!important}.login-static-title span,.login-static-title strong{display:inline!important}.login-static-title strong{color:var(--accent2)!important;font-weight:950!important}.login-static-title:after{display:none!important;content:none!important}.login-card:has(.login-static-title){width:min(620px,calc(100vw - 32px))!important;padding:38px 42px!important}.login-card:has(.login-static-title) p,.login-card:has(.login-static-title) .sub{text-align:left!important}.login-card:has(.login-static-title):before{text-align:left!important}@media(max-width:650px){body:has(#login:not(.hidden)) .login-static-title{font-size:38px!important}.login-card:has(.login-static-title){padding:30px 24px!important}}

/* Professional centered login brand title */
body:has(#login:not(.hidden)) .login-static-title.brand-title{margin:0 auto 14px!important;text-align:center!important;color:var(--text)!important;font-weight:950!important;font-size:clamp(40px,5vw,68px)!important;line-height:.95!important;letter-spacing:-.025em!important}.login-static-title.brand-title span,.login-static-title.brand-title strong{display:block!important}.login-static-title.brand-title strong{color:var(--accent2)!important;font-size:.82em!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin-top:4px}.login-card:has(.brand-title){width:min(560px,calc(100vw - 32px))!important;padding:38px 42px!important;text-align:center!important}.login-card:has(.brand-title):before{text-align:center!important;margin-bottom:18px!important}.login-card:has(.brand-title) p,.login-card:has(.brand-title) .sub{text-align:center!important;max-width:390px!important;margin-left:auto!important;margin-right:auto!important}.login-card:has(.brand-title) label{text-align:left!important}.login-card:has(.brand-title) .btn{text-align:center!important}@media(max-width:650px){body:has(#login:not(.hidden)) .login-static-title.brand-title{font-size:44px!important}.login-card:has(.brand-title){padding:30px 24px!important}}

/* Sistema Biblioteca Prof.ª Maria Angélica login title */
body:has(#login:not(.hidden)) .login-static-title.biblio-title{display:flex!important;justify-content:center!important;align-items:baseline!important;gap:0!important;text-align:center!important;white-space:nowrap!important;font-size:clamp(44px,5.6vw,72px)!important;line-height:1!important;letter-spacing:-.035em!important}.login-static-title.biblio-title span,.login-static-title.biblio-title strong{display:inline!important}.login-static-title.biblio-title strong{font-size:1em!important;letter-spacing:-.035em!important;text-transform:none!important;margin-top:0!important;color:var(--accent2)!important}@media(max-width:650px){body:has(#login:not(.hidden)) .login-static-title.biblio-title{font-size:48px!important}}

/* Slightly smaller Sistema Biblioteca Prof.ª Maria Angélica title */
body:has(#login:not(.hidden)) .login-static-title.biblio-title{font-size:clamp(38px,4.6vw,60px)!important;margin-bottom:16px!important}@media(max-width:650px){body:has(#login:not(.hidden)) .login-static-title.biblio-title{font-size:40px!important}}

/* Staff attendance table view */
.staff-table-panel{padding:20px!important;min-height:520px}.staff-table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.staff-table-head h2{margin:0;color:var(--text);font-size:22px}.staff-table-head p{margin:5px 0 0;color:var(--muted)}.staff-service-table{min-width:1120px}.staff-service-table td{vertical-align:middle;height:auto!important}.staff-service-table td small{display:block;color:var(--muted);font-size:11px;margin-top:4px;max-width:280px;white-space:normal}.service-kind{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--text);font-weight:900;font-size:11px}.staff-actions-cell{display:flex;gap:7px;flex-wrap:wrap;min-width:260px}.staff-actions-cell .btn{min-height:34px;padding:6px 10px;font-size:11px}.service-tabs{margin-bottom:18px}.service-tab{border-radius:10px!important;text-align:left!important}.staff-chat-shell{display:none!important}

/* Reservations admin panel replacing staff chat */
.reserve-admin-panel{padding:22px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--panel) 52%,transparent),color-mix(in srgb,var(--accent) 12%,transparent))!important;border:1px solid color-mix(in srgb,var(--accent) 34%,transparent)!important;box-shadow:0 24px 80px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10)!important;backdrop-filter:blur(12px) saturate(1.25)!important}.reserve-admin-panel h2{margin:0 0 18px;color:var(--text);font-size:22px}.reserve-admin-table{min-width:980px}.reserve-admin-table th{background:color-mix(in srgb,var(--accent) 28%,var(--panel2))!important;color:var(--text)!important}.reserve-admin-table td{background:color-mix(in srgb,var(--panel2) 30%,transparent)!important;color:var(--text)!important;border-color:color-mix(in srgb,var(--accent) 18%,transparent)!important}.reserve-admin-table td small{display:block;color:var(--muted);font-size:11px;margin-top:4px}#atendimentos,[data-page="atendimentos"]{display:none!important}body:not(.public-view) #studentFloatingSupport{display:none!important}.public-view #studentFloatingSupport{display:block!important}

/* Restore admin attendance as column table */
#atendimentos{display:none!important}#atendimentos.active{display:block!important}.nav [data-page="atendimentos"]{display:flex!important}.staff-table-panel{padding:20px!important;min-height:420px}.service-tabs{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;margin-bottom:18px}.service-tab{border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);background:color-mix(in srgb,var(--panel2) 58%,transparent);color:var(--text);border-radius:10px;padding:13px 14px;text-align:left;font-weight:900;cursor:pointer}.service-tab.active{background:color-mix(in srgb,var(--accent) 34%,var(--panel2));border-color:var(--accent)}@media(max-width:900px){.service-tabs{grid-template-columns:1fr 1fr}.staff-service-table{min-width:1050px}}

/* Remove duplicate reservations nav item */
.bottom-nav [data-page="reservasAdminPanel"]{display:none!important}

/* Hide generated Reservas duplicate everywhere */
.nav [data-page="reservasAdminPanel"],.bottom-nav [data-page="reservasAdminPanel"]{display:none!important}

/* FAQ button only for public/student view */
body:not(.public-view) #studentFloatingSupport{display:none!important;visibility:hidden!important;pointer-events:none!important}body.public-view #studentFloatingSupport{display:block!important;visibility:visible!important;pointer-events:auto!important}
.daily-payment-receipt{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,.7fr) minmax(180px,1fr);gap:14px;align-items:stretch;margin:0 0 16px;padding:16px;border:1px solid color-mix(in srgb,var(--accent,#2f8cff) 45%,transparent);border-radius:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent,#2f8cff) 22%,transparent),rgba(255,255,255,.08));box-shadow:0 16px 36px rgba(0,0,0,.12);backdrop-filter:blur(12px)}.daily-payment-receipt small{display:block;color:var(--accent,#2f8cff);font-weight:900;letter-spacing:.08em}.daily-payment-receipt h2{margin:3px 0 4px;font-size:1.15rem}.daily-payment-receipt p{margin:0;color:var(--muted,#b8c4d6)}.receipt-total{display:grid;place-items:center;text-align:center;border-radius:12px;background:rgba(0,0,0,.14);padding:12px}.receipt-total span,.receipt-total em{color:var(--muted,#b8c4d6);font-style:normal}.receipt-total b{font-size:1.75rem}.receipt-methods{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.receipt-methods span{display:grid;gap:2px;min-width:112px;padding:9px 12px;border-radius:11px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}.payment-note-box{margin-top:14px;padding:14px;border-radius:12px;border:1px dashed color-mix(in srgb,var(--accent,#2f8cff) 60%,transparent);background:rgba(255,255,255,.07)}.payment-note-box b{display:block;margin-bottom:4px}.payment-method:not(.disabled){cursor:pointer}.payment-method.active{outline:2px solid var(--accent,#2f8cff)}@media(max-width:760px){.daily-payment-receipt{grid-template-columns:1fr}.receipt-methods{justify-content:stretch}.receipt-methods span{flex:1}.print-request-dialog{max-height:92vh;overflow:auto}}

/* Holiday selector in settings */
.holiday-picker{display:grid;gap:12px;margin-top:10px}.holiday-store{display:none!important}.holiday-add-row{display:flex;gap:10px;align-items:center;margin-top:8px}.holiday-add-row .input{min-width:180px}.holiday-add-row .btn{white-space:nowrap}.holiday-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;max-height:220px;overflow:auto;padding:4px}.holiday-chip{display:grid;grid-template-columns:20px auto 1fr;align-items:center;gap:8px;text-align:left;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--line));background:color-mix(in srgb,var(--panel2) 76%,transparent);color:var(--text);border-radius:10px;padding:10px;cursor:pointer;font-weight:800}.holiday-chip i{color:var(--muted)}.holiday-chip span{font-size:11px;color:var(--muted);font-weight:900}.holiday-chip b{font-size:12px;line-height:1.2}.holiday-chip.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 25%,var(--panel2));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 30%,transparent)}.holiday-chip.selected i{color:#22c55e}.holiday-list{display:flex;gap:8px;flex-wrap:wrap;min-height:36px}.holiday-selected{display:inline-flex;align-items:center;gap:7px;border:1px solid color-mix(in srgb,#22c55e 45%,transparent);background:color-mix(in srgb,#22c55e 14%,var(--panel2));color:var(--text);border-radius:999px;padding:8px 10px;font-size:12px}.holiday-selected i{color:#22c55e}.holiday-selected em{font-style:normal;color:var(--muted)}.holiday-selected button{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:0 2px}.holiday-selected button:hover{color:#ef4444}@media(max-width:650px){.holiday-add-row{display:grid}.holiday-presets{grid-template-columns:1fr;max-height:260px}}

/* Etiquetas Pimaco 6080 - 66,7 x 25,4 mm */
#printSheet{display:none}
@media print{
  @page{size:A4 portrait;margin:12.7mm 4.65mm}
  html,body{width:210mm!important;min-height:297mm!important;margin:0!important;background:#fff!important;color:#000!important;font-family:Arial,sans-serif!important}
  body>*:not(#printSheet){display:none!important}
  #printSheet{display:grid!important;grid-template-columns:repeat(3,66.7mm)!important;grid-auto-rows:25.4mm!important;gap:0!important;width:200.1mm!important;margin:0 auto!important;padding:0!important;background:#fff!important;color:#000!important;align-content:start!important;justify-content:start!important;break-inside:avoid!important;page-break-inside:avoid!important}
  #printSheet .print-label{width:66.7mm!important;height:25.4mm!important;margin:0!important;padding:1.4mm 2.2mm!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#fff!important;color:#000!important;border:0!important;box-shadow:none!important;break-inside:avoid!important;page-break-inside:avoid!important}
  #printSheet .print-label.blank{visibility:hidden!important}
  #printSheet .label-code{width:100%!important;max-height:22.6mm!important;text-align:center!important;color:#000!important;font-family:Arial,sans-serif!important;font-size:9.4pt!important;font-weight:700!important;line-height:1.12!important;letter-spacing:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.15mm!important}
  #printSheet .label-code strong,#printSheet .label-code span{display:block!important;color:#000!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}
  #printSheet .label-code strong{font-size:10pt!important;font-weight:800!important}
}
/* Devolucao compacta por tombo */
.return-panel{max-width:760px!important;padding:24px!important}.return-label{display:block;margin-bottom:10px;color:var(--muted);font-size:13px;font-weight:900}.return-search{display:grid;grid-template-columns:1fr 56px;margin-bottom:28px}.return-search .input{border-radius:8px 0 0 8px!important;min-height:54px!important;font-size:15px!important}.return-search .btn{border-radius:0 8px 8px 0!important;min-height:54px!important;font-size:18px!important;padding:0!important}.return-details{border-top:1px solid var(--line);padding-top:24px}.return-details h2{margin:0 0 20px;color:var(--text);font-size:21px}.return-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 54px}.return-detail-grid b{display:block;color:var(--muted);font-size:15px;margin-bottom:5px}.return-detail-grid span{display:block;color:var(--text);font-size:16px;line-height:1.35}.return-fine{text-align:center;font-size:16px;font-weight:900;margin:26px 0 20px}.return-fine.ok{color:#22e77a}.return-fine.warn{color:#fbbf24}.return-confirm{width:100%!important;background:#16a34a!important;min-height:48px!important;font-size:16px!important;border-radius:8px!important}.return-empty{color:var(--muted);font-weight:700}@media(max-width:650px){.return-detail-grid{grid-template-columns:1fr;gap:16px}.return-panel{padding:18px!important}.return-search{grid-template-columns:1fr 52px}.return-search .input,.return-search .btn{min-height:50px!important}}

.room-split{grid-template-columns:minmax(280px,360px) 1fr}.room-board{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px;margin-bottom:18px}.room-card{border:1px solid var(--line);border-radius:10px;padding:18px;background:color-mix(in srgb,var(--panel) 84%,transparent);display:grid;gap:8px;min-height:118px}.room-card b{font-size:18px}.room-card span{font-size:24px;font-weight:800}.room-card small{color:var(--muted);line-height:1.35}.room-card.free{border-color:color-mix(in srgb,var(--accent) 70%,white 10%)}.room-card.free span{color:#22c55e}.room-card.busy{border-color:#f59e0b}.room-card.busy span{color:#fbbf24}.room-reserved-btn{opacity:1!important}@media(max-width:900px){.room-split{grid-template-columns:1fr}.room-board{grid-template-columns:1fr}}

/* Salas de estudo + menu lateral */
.sidebar{overflow:hidden!important}.sidebar .nav{flex:1!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;gap:10px!important;padding:4px 2px 8px!important;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--accent) 70%,#fff) transparent}.sidebar .nav::-webkit-scrollbar{width:6px}.sidebar .nav::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--accent) 70%,#fff);border-radius:999px}.sidebar .bottom-nav{flex:0 0 auto!important;margin-top:10px!important;gap:10px!important}.nav button,.bottom-nav button{margin:0!important}
#salas .room-split{grid-template-columns:minmax(310px,420px) 1fr!important;align-items:start!important;gap:22px!important}#salas .form-panel{height:auto!important;min-height:0!important;padding:24px!important;border-radius:16px!important}#salas .field{margin-bottom:16px!important}#salas .fields{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;margin-bottom:18px!important}#salas label{color:var(--muted)!important;font-size:12px!important;font-weight:900!important}#salas .input{width:100%!important;min-width:0!important}#salas #saveRoomReservation{width:100%!important;margin-top:4px!important;min-height:46px!important;border-radius:10px!important}#salas .recognition{margin-top:8px!important}.room-card{border-radius:16px!important;padding:18px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--panel) 58%,transparent),color-mix(in srgb,var(--accent) 10%,transparent))!important}.room-card span{font-size:20px!important}.room-card small{font-size:12px!important}.room-reserved-btn{min-height:34px!important;padding:6px 10px!important}.room-actions{display:flex;gap:8px;flex-wrap:wrap}.room-actions .btn{min-height:34px!important;padding:7px 10px!important;font-size:12px!important}@media(max-width:1000px){.sidebar .nav{gap:8px!important}#salas .room-split{grid-template-columns:1fr!important}}@media(max-width:650px){.sidebar{overflow-x:auto!important;overflow-y:hidden!important}.sidebar .nav{overflow-x:auto!important;overflow-y:hidden!important;flex-direction:row!important;gap:8px!important;padding:0 6px!important}.sidebar .nav button{flex:0 0 48px!important}#salas .fields{grid-template-columns:1fr!important}.room-board{grid-template-columns:1fr!important}}

/* Rolagem definitiva da lateral */
body:not(.public-view) .sidebar{height:100vh!important;max-height:100vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}body:not(.public-view) .sidebar .logo{flex:0 0 auto!important}body:not(.public-view) .sidebar .nav{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;gap:11px!important;padding:4px 2px 12px!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important}body:not(.public-view) .sidebar .nav button{flex:0 0 44px!important}body:not(.public-view) .sidebar .bottom-nav{flex:0 0 auto!important;margin-top:12px!important}@media(max-width:650px){body:not(.public-view) .sidebar{height:68px!important;max-height:68px!important;overflow-x:auto!important;overflow-y:hidden!important}body:not(.public-view) .sidebar .nav{height:56px!important;overflow-x:auto!important;overflow-y:hidden!important;flex-direction:row!important;gap:10px!important;scroll-snap-type:x proximity!important}body:not(.public-view) .sidebar .nav button{display:flex!important;flex:0 0 48px!important;scroll-snap-align:center!important}body:not(.public-view) .sidebar .nav button:nth-child(n){display:flex!important}}
.theme-dots button[data-theme=dark]{background:#0b111d!important}.theme-dots button[data-theme=blue]{background:#2684ff!important}.theme-dots button[data-theme=green]{background:#10b981!important}.theme-dots button[data-theme=lilac]{background:#8b5cf6!important}.theme-dots button[data-theme=pink]{background:#ec4899!important}.theme-dots button[data-theme=light]{background:#f8fafc!important}.theme-dots button.active{outline:2px solid #fff;outline-offset:2px}
body.dark{--accent:#8b949e!important;--accent2:#f0f6fc!important;--text:#f0f6fc!important;--muted:#b7c0cc!important;--panel:rgba(8,12,18,.78)!important;--panel2:rgba(18,24,33,.82)!important;--field:#161d27!important;--line:#303946!important;--bg1:#020409!important;--bg2:#0b111d!important;color:var(--text)!important;background:linear-gradient(135deg,rgba(0,0,0,.72),rgba(11,17,29,.58)),url("student-library-color.png") center/cover fixed no-repeat!important}body.dark.public-view:before,body.dark:not(.public-view):not(:has(#login:not(.hidden))):before{background:radial-gradient(circle at 18% 14%,rgba(255,255,255,.08),transparent 30%),linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.46) 58%,rgba(0,0,0,.18))!important;backdrop-filter:grayscale(.72) brightness(.62) contrast(1.1)!important}body.dark .sidebar,body.dark:not(.public-view):not(:has(#login:not(.hidden))) .sidebar{background:rgba(4,8,14,.72)!important;border-color:#303946!important}body.dark .panel,body.dark .modal,body.dark .content-panel,body.dark .dash-panel,body.dark .metric,body.dark .form-panel,body.dark.public-view .student-portal,body.dark.public-view .catalog .panel,body.dark.public-view .student-section,body.dark.public-view .student-promo-grid article{background:linear-gradient(135deg,rgba(8,12,18,.72),rgba(22,29,39,.56))!important;border-color:#303946!important;color:var(--text)!important;box-shadow:0 24px 80px rgba(0,0,0,.32)!important}body.dark .table th{background:rgba(22,29,39,.78)!important;color:var(--text)!important}body.dark .table td{background:rgba(8,12,18,.48)!important;color:var(--muted)!important;border-color:#303946!important}body.dark .input{background:rgba(18,24,33,.78)!important;border-color:#303946!important;color:var(--text)!important}body.dark .btn,body.dark.public-view .btn{background:#303946!important;color:#fff!important}body.dark .btn:hover:not(:disabled){background:#3d4654!important}body.dark .nav button.active{background:rgba(255,255,255,.14)!important;box-shadow:inset 3px 0 #f0f6fc!important}body.dark .theme-dots{background:rgba(8,12,18,.7)!important;border-color:#303946!important}
/* Performance layer: avoid repaint-heavy fixed backgrounds and blur filters during navigation. */
body,body.public-view,body:not(.public-view):not(:has(#login:not(.hidden))),body.dark{background-attachment:scroll!important}.panel,.modal,.content-panel,.dash-panel,.metric,.form-panel,.sidebar,.public-head,.theme-dots,.student-portal,.student-section,.student-promo-grid article,.catalog .panel,.student-floating-chat,.student-reserve-box{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.page{animation:none!important}.btn:hover:not(:disabled),.report:hover,.report.active,.reserve-click-card:hover,.student-promo-grid article:hover{transform:none!important}body.public-view:before,body:not(.public-view):not(:has(#login:not(.hidden))):before,body.dark.public-view:before,body.dark:not(.public-view):not(:has(#login:not(.hidden))):before{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}

/* Theme residue cleanup 20260812 */
body .btn,body.public-view .btn,body .service-animated,body.public-view .service-animated,body.public-view .student-chat-fab,body.public-view .student-reserve-cart,body .return-search .btn{background:color-mix(in srgb,var(--accent) 82%,transparent)!important;color:#fff!important;box-shadow:0 10px 28px color-mix(in srgb,var(--accent) 18%,transparent)!important;border:1px solid color-mix(in srgb,var(--accent) 36%,transparent)!important}body .btn:hover:not(:disabled),body.public-view .btn:hover:not(:disabled),body .service-animated:hover:not(:disabled){background:color-mix(in srgb,var(--accent) 94%,#fff 6%)!important;box-shadow:0 14px 34px color-mix(in srgb,var(--accent) 24%,transparent)!important}body .btn.gray,body.public-view .btn.gray{background:color-mix(in srgb,var(--panel2) 62%,transparent)!important;color:var(--text)!important;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent)!important;box-shadow:none!important}body .reader-bar span,body .line-chart:after{background:var(--accent)!important;box-shadow:0 0 12px color-mix(in srgb,var(--accent) 32%,transparent)!important}body .status-pill.available{background:color-mix(in srgb,var(--accent) 18%,transparent)!important;color:var(--text)!important;border:1px solid color-mix(in srgb,var(--accent) 34%,transparent)!important}body .green,body .available-text,body .room-card.free span,body .holiday-chip.selected i,body .holiday-selected i,body .return-fine.ok{color:var(--accent)!important}body .holiday-selected{border-color:color-mix(in srgb,var(--accent) 45%,transparent)!important;background:color-mix(in srgb,var(--accent) 14%,var(--panel2))!important}body .return-confirm{background:var(--accent)!important;color:#fff!important}body.dark .btn,body.dark.public-view .btn,body.dark .service-animated,body.dark.public-view .service-animated,body.dark.public-view .student-chat-fab,body.dark.public-view .student-reserve-cart{background:#303946!important;border-color:#4b5563!important;box-shadow:0 12px 30px rgba(0,0,0,.36)!important}body.blue .btn,body.blue.public-view .btn,body.blue .service-animated{background:color-mix(in srgb,var(--accent) 84%,#0b1320 16%)!important}body.green .btn,body.green.public-view .btn,body.green .service-animated{background:color-mix(in srgb,var(--accent) 86%,#052e24 14%)!important}body.lilac .btn,body.lilac.public-view .btn,body.lilac .service-animated{background:color-mix(in srgb,var(--accent) 86%,#211142 14%)!important}body.pink .btn,body.pink.public-view .btn,body.pink .service-animated{background:color-mix(in srgb,var(--accent) 86%,#3d1029 14%)!important}body.light .btn,body.light.public-view .btn,body.light .service-animated{background:color-mix(in srgb,var(--accent) 82%,#ffffff 4%)!important}

/* Public header spacing */
.public-head{padding-left:28px!important;padding-right:18px!important}.public-head b{display:inline-flex!important;align-items:center!important;gap:8px!important}@media(max-width:650px){.public-head{padding-left:18px!important;padding-right:10px!important}}

/* User permissions section */
.user-permissions-panel{grid-column:1/-1;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);border-radius:10px;padding:14px;background:color-mix(in srgb,var(--panel2) 42%,transparent)}.permissions-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.user-permissions-panel .muted-help{margin:10px 0 0;color:var(--muted);font-size:12px}.table td small{display:block;color:var(--muted);font-size:11px;margin-top:4px}@media(max-width:650px){.permissions-grid{grid-template-columns:1fr}}

/* Hostinger mobile spacing polish */
html{overflow-x:hidden!important}
body{overflow-x:hidden!important}
.main{min-width:0!important}
.page,.panel,.content-panel,.form-panel,.modal,.student-portal,.student-section,.student-panel-block{min-width:0!important}
.page-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important}
.page-head>div{min-width:0!important}
.page-head h1,.page-head p{overflow-wrap:anywhere!important}
.content-panel,.form-panel,.staff-table-panel,.panel{padding:clamp(14px,2.2vw,24px)!important}
.fields,.chat-input,.modal-foot,.buttons,.loan-card-actions,.room-actions,.holiday-add-row{gap:10px!important}
.fields{align-items:stretch!important;flex-wrap:wrap!important}
.fields .input,.fields .btn{flex:1 1 220px!important}
.btn,.icon-btn,.nav button,.bottom-nav button{touch-action:manipulation!important}
.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;white-space:normal!important;line-height:1.2!important}
.input,textarea,select{max-width:100%!important}
.table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;border-radius:12px!important}
.table{min-width:760px!important}
.actions-cell{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important}
.actions-cell button,.icon-btn{min-width:38px!important;min-height:38px!important;display:inline-grid!important;place-items:center!important;border-radius:10px!important}
.loan-card{grid-template-columns:minmax(0,1fr) auto!important;gap:14px!important;padding:16px!important}
.loan-card strong,.loan-card p{overflow-wrap:anywhere!important}
.modal-bg.show{padding:12px!important}
.modal{width:min(980px,calc(100vw - 24px))!important;max-height:calc(100vh - 24px)!important;height:auto!important;padding:clamp(18px,3vw,30px)!important}
.modal-grid{gap:14px!important}
.modal-foot{position:sticky!important;bottom:0!important;background:var(--panel)!important;border-top:1px solid var(--line)!important;padding-top:14px!important;z-index:2!important}
.login-card{max-width:calc(100vw - 24px)!important}
.toast{left:12px!important;right:12px!important;width:auto!important;text-align:center!important}

@media(max-width:900px){
  .main{padding:22px 16px 92px!important}
  .page-head{display:grid!important;grid-template-columns:1fr!important;margin-bottom:18px!important}
  .page-head .buttons{display:flex!important;flex-wrap:wrap!important}
  .dashboard-cards,.dashboard-panels,.split,.report-grid,.catalog,.room-split,#salas .room-split{grid-template-columns:1fr!important;gap:14px!important}
  .metric{height:auto!important;min-height:92px!important}
  .dash-panel{height:auto!important;min-height:260px!important}
  .loan-card{grid-template-columns:1fr!important}
  .loan-card-actions{justify-content:stretch!important}
  .loan-card-actions .btn,.loan-card-actions .input{width:100%!important;min-width:0!important}
  .modal-grid{grid-template-columns:1fr 1fr!important}
  .modal-grid .wide,.modal-grid .full,.acquisition,.google-box{grid-column:1/-1!important}
  .service-tabs{grid-template-columns:1fr 1fr!important}
}

@media(max-width:650px){
  .sidebar{height:70px!important;max-height:70px!important;padding:7px 8px!important}
  .sidebar .nav{height:56px!important;gap:8px!important;padding:0 4px!important}
  .sidebar .nav button{flex:0 0 50px!important;width:50px!important;height:50px!important;border-radius:12px!important}
  .main{padding:16px 10px 92px!important}
  .page-head h1{font-size:22px!important;line-height:1.15!important}
  .page-head p{font-size:13px!important;line-height:1.35!important}
  .content-panel,.form-panel,.staff-table-panel,.panel{padding:13px!important;border-radius:12px!important}
  .fields,.chat-input,.holiday-add-row,.return-search{display:grid!important;grid-template-columns:1fr!important}
  .fields .input,.fields .btn,.chat-input .input,.chat-input .btn,.holiday-add-row .input,.holiday-add-row .btn{width:100%!important;min-width:0!important}
  .btn{width:100%;min-height:44px!important;padding:10px 12px!important}
  .page-head .buttons .btn,.modal-foot .btn,.actions-cell .btn,.loan-card-actions .btn{width:auto!important;flex:1 1 140px!important}
  .table{min-width:680px!important}
  .book-cell{align-items:flex-start!important}
  .cover{flex:0 0 auto!important}
  .modal-bg.show{align-items:start!important;overflow:auto!important}
  .modal{width:calc(100vw - 16px)!important;max-height:none!important;margin:8px 0 18px!important;padding:16px!important}
  .modal h2{font-size:20px!important;margin-bottom:16px!important}
  .modal-grid{grid-template-columns:1fr!important;gap:12px!important}
  .modal-foot{display:grid!important;grid-template-columns:1fr 1fr!important}
  .modal-foot .btn{width:100%!important}
  .login{padding:12px!important;place-items:center!important}
  .login-card{width:100%!important;padding:24px 18px!important;border-radius:14px!important}
  body:has(#login:not(.hidden)) .login-static-title.biblio-title{font-size:34px!important;white-space:normal!important;flex-wrap:wrap!important}
  .theme-dots{right:10px!important;bottom:78px!important}
  #studentFloatingSupport .student-floating-chat.show{left:8px!important;right:8px!important;top:48px!important;width:calc(100vw - 16px)!important;height:calc(100vh - 118px)!important}
  .student-floating-chat .student-wa-shell.floating{grid-template-columns:1fr!important}
  .student-reserve-cart{right:78px!important;bottom:84px!important}
}

/* Hostinger public mobile header and floating controls */
.public-head b{min-width:0!important;line-height:1.15!important;overflow-wrap:anywhere!important}
.public-head .btn{flex:0 0 auto!important}
.student-dashboard-shell,.student-portal,.public-main{padding-bottom:130px!important}
.student-quick-actions{position:relative!important;z-index:1!important}
@media(max-width:650px){
  .public-head{height:auto!important;min-height:118px!important;padding:16px 18px!important;display:grid!important;grid-template-columns:1fr!important;align-items:start!important;gap:12px!important}
  .public-head b{display:flex!important;align-items:flex-start!important;gap:10px!important;font-size:20px!important;line-height:1.12!important;max-width:100%!important}
  .public-head b i{flex:0 0 auto!important;margin-top:2px!important}
  .public-head .btn{width:100%!important;min-height:48px!important}
  .public-main{margin-top:30px!important;padding-left:18px!important;padding-right:18px!important}
  .public-main h1{font-size:clamp(38px,12vw,58px)!important;line-height:1.04!important}
  .theme-dots{left:10px!important;right:auto!important;bottom:84px!important;z-index:8800!important;max-width:calc(100vw - 190px)!important;display:flex!important;flex-wrap:wrap!important}
  .student-reserve-cart{right:86px!important;bottom:84px!important;z-index:9200!important}
  #studentFloatingSupport{right:14px!important;bottom:84px!important;z-index:9300!important}
  .student-chat-fab{right:14px!important;bottom:84px!important}
  .student-dashboard-shell,.student-portal,.public-main{padding-bottom:170px!important}
  .student-quick-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding-right:0!important}
  .student-quick-actions .btn{width:100%!important}
}

/* Final login brand name */
body:has(#login:not(.hidden)) .login-static-title.biblio-title{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;white-space:normal!important;font-size:clamp(24px,3.6vw,38px)!important;line-height:1.08!important;letter-spacing:0!important}
body:has(#login:not(.hidden)) .login-static-title.biblio-title span,body:has(#login:not(.hidden)) .login-static-title.biblio-title strong{display:block!important;max-width:100%!important;text-align:center!important;letter-spacing:0!important;text-transform:none!important}
body:has(#login:not(.hidden)) .login-static-title.biblio-title strong{font-size:.92em!important;color:var(--accent2)!important}
@media(max-width:650px){body:has(#login:not(.hidden)) .login-static-title.biblio-title{font-size:28px!important}.login-card:has(.login-static-title){width:calc(100vw - 28px)!important;padding:28px 22px!important}}
.bulk-import-modal{max-width:780px;height:auto;max-height:92vh}.bulk-import-modal textarea{width:100%;min-height:220px;margin:12px 0}.import-kind-row,.import-user-buttons{display:flex;gap:8px;flex-wrap:wrap}.add-tombo-inline{margin-top:8px;min-width:48px}.teacher-loan-fields{align-items:end}.teacher-user-row td{background:color-mix(in srgb,var(--accent) 8%,transparent)!important}.payment-proof-upload,.file-drop-button{cursor:pointer}.payment-proof-upload input,.file-drop-button input{position:absolute;opacity:0;pointer-events:none}.payment-proof-upload span,.file-drop-button span{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;border:1px dashed var(--line);border-radius:10px;background:var(--panel2);padding:12px;margin-top:8px;font-weight:800}.payment-proof-upload span:hover,.file-drop-button span:hover{border-color:var(--accent);color:var(--accent)}.user-permissions-panel{display:none!important}@media(max-width:650px){.import-user-buttons,.import-kind-row,.teacher-loan-fields{display:grid!important;grid-template-columns:1fr!important}.bulk-import-modal{width:calc(100vw - 24px)!important;padding:20px!important}.add-tombo-inline{width:100%}}
/* Teacher portal mobile fixes */
body.teacher-portal-mode .student-kicker{text-transform:uppercase}
body.teacher-portal-mode .student-hero,body.teacher-portal-mode .student-dashboard-shell{overflow:visible!important}
.teacher-portal-section{position:relative;z-index:20;margin-top:18px;display:grid;gap:16px}
.teacher-loan-panel,.teacher-library-panel{position:relative;z-index:21;overflow:visible!important}
.teacher-loan-fields,.teacher-library-fields{display:grid!important;gap:10px;align-items:end;margin-bottom:16px}
.teacher-loan-fields{grid-template-columns:minmax(0,1.25fr) minmax(145px,.7fr) auto}
.teacher-library-fields{grid-template-columns:minmax(0,1.4fr) minmax(140px,.7fr) minmax(110px,.55fr) minmax(110px,.55fr) auto}
#teacherLoanTombos,#teacherLibraryReason{position:relative;z-index:22;pointer-events:auto!important;min-width:0;width:100%}
#teacherLibraryReason{min-height:44px;resize:vertical;line-height:1.35}
body.teacher-portal-mode .student-identity-card,body.teacher-portal-mode .student-hero-card{min-width:0;max-width:100%;overflow:hidden}
body.teacher-portal-mode .student-identity-card b,body.teacher-portal-mode .student-hero-card b{display:block;max-width:100%;overflow-wrap:anywhere;word-break:break-word;font-size:clamp(18px,4.7vw,28px);line-height:1.12}
body.teacher-portal-mode .student-identity-card span,body.teacher-portal-mode .student-hero-card span{display:block;max-width:100%;overflow-wrap:anywhere;word-break:break-word;font-size:clamp(12px,3.3vw,15px);line-height:1.35}
@media(max-width:760px){.teacher-portal-section{margin-top:14px}.teacher-loan-fields,.teacher-library-fields{grid-template-columns:1fr!important}.teacher-loan-fields .btn,.teacher-library-fields .btn{width:100%;min-height:46px}body.teacher-portal-mode .student-hero.logged{gap:14px}body.teacher-portal-mode .student-identity-card{padding:18px;align-items:flex-start;text-align:left}body.teacher-portal-mode .student-identity-card i{align-self:flex-end}}
