#root{background:var(--bg)}.sidebar{display:flex;flex-direction:column;justify-content:space-between;background:#00000005;color:var(--text);border-right:1px solid var(--border);width:220px;min-height:100px;transition:all .3s ease-in-out;overflow-x:hidden;overflow-y:auto}.sidebar.mobile-open{position:fixed;left:0;top:0;bottom:0;width:260px;z-index:1300;box-shadow:0 12px 40px #02061766;background:var(--bg)}.sidebar.collapsed{width:72px}.sidebar.collapsed .sidebar-item{justify-content:center;padding:.8rem 0}.sidebar.collapsed .sidebar-footer{flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.sidebar.collapsed .sidebar-logo img{margin:0 auto;display:block}@media (max-width: 900px){.sidebar{display:none}.sidebar.mobile-open{display:flex}.sidebar-backdrop{display:block}}.sidebar-backdrop{position:fixed;inset:0;background:#00000073;z-index:1290;display:none}.sidebar.mobile-open{z-index:1300}.sidebar.expanded{width:220px}.sidebar.collapsed{align-items:center;padding:none;width:70px}.sidebar-logo{display:flex;align-items:center;justify-content:flex-start;gap:.75em;padding:.6rem 1rem;cursor:pointer}.sidebar-mobile-close{margin-left:auto;background:transparent;border:none;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;cursor:pointer}.sidebar-mobile-close svg{color:currentColor;width:18px;height:18px}.sidebar-mobile-close:hover{background:#0000000f}.sidebar-logo img{width:1.5em;height:1.5em}.sidebar-logo span{font-size:1.25rem;font-family:var(--hff);font-weight:600;color:var(--text-muted);letter-spacing:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logo-text{text-shadow:0 6px 18px rgba(30,150,180,.06),0 2px 8px rgba(30,150,180,.04)}.sidebar-menu{flex:1;display:flex;border-top:1px solid var(--border);flex-direction:column;justify-content:flex-start;gap:.5rem;padding:.5rem 0}.sidebar-item{display:flex;align-items:center;padding:.5rem 1rem;cursor:pointer;color:var(--text);position:relative;transition:background .18s ease,transform .12s ease}.sidebar-item:hover{background:#ffffff08;transform:translate(2px)}.sidebar-item{transition:background .12s ease,transform .12s ease}.sidebar-item .sidebar-label{font-size:.95rem}.sidebar-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--primary)}.sidebar-item img.sidebar-icon{width:1.25rem;height:1.25rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;cursor:pointer;color:var(--text)}.sidebar-item:hover{background:#ffffff05}.sidebar-icon img{width:24px;height:24px}.sidebar-icon svg{width:22px;height:22px;color:var(--highlight)}.sidebar-label{font-weight:600;color:var(--text)}.sidebar-footer{padding:.5rem 0;gap:.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:stretch}.sidebar-footer .sidebar-item{justify-content:flex-start;padding:.6rem 1rem;width:calc(100% - 2rem);margin:0 .9rem;border-radius:8px}.sidebar-footer .sidebar-item .sidebar-icon{margin-right:.5rem}.sidebar.collapsed .sidebar-footer .sidebar-item{width:40px;height:40px;padding:0;margin:0 .25rem;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.sidebar.collapsed .sidebar-footer .sidebar-item .sidebar-icon{margin-right:0}.sidebar.collapsed .sidebar-footer{padding:.25rem 0}.sidebar-footer:before{content:"";height:1px;background:var(--border);margin:.5rem 1rem;opacity:.6}.sidebar-tooltip{position:absolute;left:72px;top:50%;transform:translateY(-50%) translate(-6px);background:var(--card-bg);color:var(--text);padding:.35rem 0;border-radius:6px;box-shadow:0 6px 18px #00000014;font-size:.85rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;z-index:30}.sidebar.collapsed .sidebar-item:hover .sidebar-tooltip,.sidebar.collapsed .sidebar-item:focus .sidebar-tooltip,.sidebar.collapsed .sidebar-item:focus-within .sidebar-tooltip{opacity:1;transform:translateY(-50%) translate(0)}.sidebar.collapsed .sidebar-logo span{display:none}.sidebar.collapsed .sidebar-item{justify-content:center;padding:.65rem .6rem}.sidebar.collapsed .sidebar-footer{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.25rem 0}@media (min-width: 900px){.sidebar{position:fixed;left:0;top:0;bottom:0;width:240px;height:100vh;align-self:stretch;overflow-y:auto;z-index:1200}.dashboard-page .dashboard-content{margin-left:240px;transition:margin-left .25s ease}.sidebar.collapsed~.dashboard-content{margin-left:70px}}.sidebar-item{display:flex;align-items:center;gap:1rem;background:var(--bg);border:none;color:var(--text);padding:.75rem 1rem;cursor:pointer;text-align:left}.sidebar-item:hover{background:var(--bg-light)}.sidebar-item .sidebar-label{display:inline-block}.sidebar.collapsed .sidebar-item .sidebar-label{display:none}.sidebar-icon{width:20px;height:20px}.sidebar-label{font-size:.95rem}.settings-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1500}.settings-dialog{width:min(520px,96%);background:#ffffff0a;border-radius:14px;padding:1rem;box-shadow:0 8px 36px #02061773;color:var(--text);border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(8px) saturate(120%);backdrop-filter:blur(8px) saturate(120%)}.settings-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.settings-header h3{margin:0}.settings-header .icon-btn{background:transparent;border:none;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.settings-header .icon-btn:hover{background:#ffffff05}.settings-section{display:flex;flex-direction:column;gap:1rem}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.theme-controls{display:flex;gap:.5rem}.theme-option{border-radius:8px;padding:.5rem;background:transparent;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center}.theme-option.is-active{background:var(--primary);color:#fff;border-color:transparent}.profile-controls{display:flex;align-items:center;gap:.75rem}.upload-wrap input[type=file]{display:none}.upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .6rem;border-radius:8px;background:#ffffff08;border:1px solid var(--border);cursor:pointer}.profile-preview img{width:48px;height:48px;border-radius:999px;object-fit:cover;border:2px solid rgba(0,0,0,.06)}.clear-btn{background:transparent;border:none;color:var(--primary);cursor:pointer;font-weight:600}.settings-footer{display:flex;justify-content:flex-end;margin-top:.75rem}.btn-secondary{background:transparent;border:1px solid var(--border);padding:.5rem .75rem;border-radius:8px;color:var(--text)}.topbar{display:flex;justify-content:space-between;align-items:center;background:var(--bg);padding:.75rem 1.5rem;border-bottom:1px solid var(--border)}.topbar-left{display:flex;align-items:center;gap:1rem}.greeting{font-weight:700;font-size:1.05rem}.topbar-actions{display:flex;align-items:center;gap:1rem}.icon-btn{background:transparent;border:none;padding:.45rem;border-radius:8px;cursor:pointer;position:relative}.msg-badge{position:absolute;top:-6px;right:-6px;background:var(--danger);color:var(--white);font-size:.7rem;padding:2px 6px;border-radius:999px;font-weight:700;line-height:1;display:inline-block}.mobile-sidebar-toggle{display:none;background:transparent;border:none;padding:.5rem;border-radius:8px;color:var(--columbia-blue)}.mobile-sidebar-toggle:hover{filter:brightness(1.05);background:#0000000a}@media (max-width: 900px){.topbar{padding:.4rem .6rem}.topbar-actions{gap:.5rem}.mobile-sidebar-toggle{display:inline-flex}}.profile-pill{display:flex;align-items:center;gap:.6rem;background:#ffffff05;padding:.45rem .9rem;border-radius:999px;cursor:pointer;border:1px solid rgba(255,255,255,.03);box-shadow:0 4px 12px #02061733}.profile-avatar{width:2.2em;height:2.2em;border-radius:50px;object-fit:cover}.profile-meta{display:flex;flex-direction:column;line-height:1}.profile-name{font-weight:700;color:var(--text);font-size:.98rem}.profile-email{font-size:.8rem;color:var(--text-muted)}@media (max-width: 900px){.dashboard-page .profile-pill{padding:.12rem .25rem;gap:.35rem}.dashboard-page .profile-pill .profile-meta{display:none}.dashboard-page .profile-pill .profile-avatar{width:1.6em;height:1.6em}}.content-card,.notes-card{border:1px solid var(--border);border-radius:20px;padding:1rem;background:var(--bg-dark)}.chat-container{display:flex;height:100%;background:var(--bg-light);color:var(--text);min-height:0;width:100%;box-sizing:border-box}.chat-sidebar{width:280px;border-right:1px solid var(--border);padding:12px;box-sizing:border-box;overflow-y:auto;background:var(--bg-light)}.chat-panel{flex:1;padding:16px;display:flex;flex-direction:column;min-width:0;min-height:0;box-sizing:border-box}.chat-messages{min-height:0}.chat-right-panel{width:240px;border-left:1px solid var(--border);background:var(--bg-light)}.chat-empty{padding:16px}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.chat-header-left{display:flex;gap:10px;align-items:center}.chat-avatar-lg{width:40px;height:40px;border-radius:50%;object-fit:cover}.chat-header-meta{display:flex;flex-direction:column;min-width:0}.chat-header-name{font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-header-sub{font-size:.85rem;color:var(--text-muted);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-header-actions{display:flex;gap:8px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:none;background:transparent;color:var(--text);cursor:pointer}.chat-list-item{cursor:pointer;padding:10px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;border-radius:4px}.chat-list-meta{display:flex;flex-direction:column;min-width:0}.chat-list-title{font-weight:600}.chat-list-sub{font-size:.85rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.chat-list-item:hover{background:#00000005}.chat-list-item.active{background:#00000008}.chat-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover}.chat-messages{flex:1;overflow-y:auto;margin-bottom:8px;padding-right:8px;padding-top:12px}.chat-bubble-wrap{display:flex;flex-direction:column;align-items:flex-start}.chat-message--student .chat-bubble-wrap{align-items:flex-end}.chat-timestamp{font-size:.75rem;color:var(--text-muted);margin-top:4px}.chat-right-panel{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:16px}.chat-right-panel .profile-avatar{width:96px;height:96px;border-radius:999px;object-fit:cover}.chat-right-panel .profile-name{font-weight:700}.chat-right-panel .profile-sub{color:var(--text-muted);font-size:.9rem}.profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;width:100%}.profile-card .icon-btn{margin-top:8px}.chat-message{display:flex;align-items:center;margin-bottom:8px;gap:8px;max-width:100%}.chat-message--student{justify-content:flex-end}.chat-message--teacher{justify-content:flex-start}.chat-bubble{padding:10px 14px;border-radius:16px;max-width:74%;white-space:normal;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;display:inline-block;font-family:var(--ff);box-sizing:border-box;box-shadow:0 1px #0000000a;line-height:1.3}.chat-message--student .chat-bubble{border-radius:16px 16px 4px}.chat-message--teacher .chat-bubble,.chat-message--educator .chat-bubble{border-radius:16px 16px 16px 4px}.chat-msg-line{margin-bottom:6px;overflow-wrap:break-word;word-break:normal}.chat-list-meta{display:flex;flex-direction:column;min-width:0;flex:1}.chat-list-title{font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-list-sub{font-size:.85rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-bubble--student{background:var(--primary);color:var(--bg);border:none}.chat-bubble--teacher,.chat-bubble--educator{background:var(--bubble-other-bg, #f3f4f6);color:var(--bubble-other-color, #111827);border:1px solid var(--border)}.chat-bubble.pending{opacity:.86;filter:brightness(.98)}.chat-bubble.pending:after{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#0000001f;margin-left:8px;vertical-align:middle}.chat-msg-line{margin-bottom:6px}.chat-msg-line:last-child{margin-bottom:0}.chat-input{min-height:44px;resize:vertical;padding:10px;line-height:1.3}.icon-btn[disabled]{opacity:.5;cursor:not-allowed}.chat-messages{scrollbar-width:thin;scrollbar-color:rgba(180,180,200,.24) transparent}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#b4b4c826,#7878a038);border-radius:8px}.sidebar,.main-content{scrollbar-width:thin}.sidebar::-webkit-scrollbar,.main-content::-webkit-scrollbar{width:10px}.sidebar::-webkit-scrollbar-thumb,.main-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#b4b4c80f,#7878a014);border-radius:8px}.chat-messages{-webkit-overflow-scrolling:touch}.chat-avatar-spacer{width:32px}.chat-input-row{display:flex;gap:8px;align-items:center;margin-top:12px}.chat-input{flex:1;padding:8px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text)}.chat-send-button{padding:8px 12px;border-radius:6px;background:var(--primary);color:var(--bg);border:none;cursor:pointer;display:inline-flex;gap:8px;align-items:center}.chat-send-button:disabled{opacity:.6;cursor:not-allowed}.send-label{display:inline-block}@media (max-width: 560px){.send-label{display:none}}.main-content{align-items:stretch;justify-items:stretch}.main-content>.chat-container{grid-column:1 / -1;grid-row:1 / -1;width:100%;height:100%;min-width:0;min-height:0}.bg-white{background:var(--white);color:var(--gunmetal)}body:not(.light) .bg-white{color:var(--white)}@media (max-width: 768px){.chat-container{flex-direction:column}.chat-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border)}.chat-panel{width:100%;padding:12px}.chat-right-panel,.chat-container.chat-has-active .chat-sidebar{display:none}.chat-container.chat-has-active{position:fixed;inset:0;z-index:999;background:var(--bg-light);padding-top:.75rem}.icon-btn.mobile-back{margin-right:8px}}.ui-avatar{border-radius:50%;object-fit:cover;display:inline-block;vertical-align:middle}.ui-avatar.small{width:28px;height:28px}.ui-avatar.medium{width:40px;height:40px}.ui-avatar.large{width:96px;height:96px}.ui-state{display:flex;align-items:center;gap:12px;padding:16px;border-radius:var(--radius-md);background:var(--bg-light);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.ui-state--empty .ui-state-icon{width:36px;height:36px;border-radius:999px;background:#0000000a}.ui-state-title{font-weight:700}.ui-state-message{color:var(--text-muted);font-size:var(--fz-sm)}.quick-access{border:1px solid var(--border);background:var(--card);padding:.4rem;border-radius:8px}.quick-access-header{padding:.25rem 0;margin-bottom:.35rem}.quick-access-list{display:flex;flex-direction:column;gap:0}.quick-item{display:flex;gap:.75rem;align-items:center;padding:.6rem .85rem;border-radius:8px;cursor:pointer;border:1px solid var(--border);background:transparent;min-height:56px;box-sizing:border-box;margin-bottom:.5rem}.quick-item:hover{background:#2563eb0a}.quick-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.quick-meta{display:flex;flex-direction:column;flex:1;min-width:0}.quick-name{font-weight:700;padding-bottom:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.quick-sub{font-size:.85rem;color:var(--text-muted);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.quick-empty{color:var(--text-muted);padding:.5rem}.quick-unread-dot{width:8px;height:8px;background:var(--danger);border-radius:999px;display:inline-block}.quick-time{font-size:.75rem;color:var(--text-muted);margin-left:auto;flex-shrink:0}.quick-actions{display:flex;gap:.25rem;margin-left:8px}.quick-actions .icon-btn{width:28px;height:28px;padding:0;border-radius:6px;background:transparent;border:none;color:var(--text);opacity:.7}.quick-actions .icon-btn[disabled]{opacity:.45}.dashboard-page{background:var(--bg);display:flex;padding:0 .5rem .5rem;gap:1em;min-height:100vh;align-items:flex-start;overflow-x:hidden;box-sizing:border-box;--topbar-height: 64px}.dashboard-content{width:100%;padding:1rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease;height:calc(100vh - var(--topbar-height, 64px));min-height:0}.main-content{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding:1rem;min-height:0}.main-content{border:1px solid var(--border);border-radius:1em;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem;height:100%;width:100%}.main-content>*{min-height:0}.main-content>*{height:100%;box-sizing:border-box}.dashboard-grid{display:grid;grid-template-columns:280px 1fr;gap:1rem;align-items:start}.quick-access-card{background:var(--bg-light);padding:1rem;border-radius:8px;border:1px solid var(--border);animation:fadeUp .28s ease both}.quick-grid{display:flex;gap:.5rem;flex-wrap:wrap}.quick-item{background:var(--primary);color:var(--bg);padding:.6rem .75rem;border-radius:8px;cursor:pointer}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.feature-panel,.chat-panel{animation:fadeUp .28s ease both}@media (max-width: 900px){.main-content{display:block;padding:.75rem}.dashboard-grid{display:block}.quick-access-card{margin-bottom:1rem}.chat-card,.content-card-1,.content-card-2,.notes-card{margin-bottom:1rem;width:100%}}.main-content>*{min-width:0}.chat-card{grid-column:3 / 4;grid-row:1 / 3}.content-card-1{grid-column:1 / 2;grid-row:1 / 2}.content-card-2{grid-column:2 /3;grid-row:1 / 2}.notes-card{grid-column:1 / 3;grid-row:2 / 3}.pill-nav-container{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:center;pointer-events:none;z-index:999}@media (max-width: 768px){.pill-nav-container{width:100%;left:0}}.pill-nav{--nav-h: 40px;--logo: 28px;--pill-pad-x: 14px;width:min(100%,980px);display:flex;align-items:center;box-sizing:border-box;pointer-events:auto;background:#ffffff0a;-webkit-backdrop-filter:blur(8px) saturate(120%);backdrop-filter:blur(8px) saturate(120%);border:1px solid rgba(255,255,255,.06);padding:8px 16px;border-radius:0 0 12px 12px;border-top:none;box-shadow:0 6px 16px #02061726;justify-content:space-between}.pill-left{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:9999px;background:transparent}.pill-left .brand-name{margin-left:8px;font-weight:700;font-size:1rem;color:var(--pill-text)}.pill-left .pill-bridge{height:28px;width:10px;border-radius:6px;background:linear-gradient(90deg,#ffffff08,#ffffff0f);margin-left:8px;box-shadow:inset 0 1px #ffffff08}.pill-center{padding:6px}.pill-nav-items{display:flex;justify-content:center;width:100%}.pill-right{display:inline-flex;align-items:center;gap:8px}.pill-login{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border-radius:8px;background:transparent;color:var(--pill-text);border:1px solid rgba(255,255,255,.02);text-decoration:none}.pill-login svg{width:1rem;height:1rem}.pill-login:hover{background:#ffffff05}.theme-toggle{background:var(--bg);border:none;color:var(--primary);padding:6px;margin-left:6px;border-radius:8px;cursor:pointer}.theme-toggle--icon{font-size:1rem;display:inline-flex;align-items:center;justify-content:center}.theme-toggle--icon svg{width:1.05em;height:1.05em}@media (max-width: 768px){.pill-nav{width:calc(100% - 2rem);justify-content:space-between;padding:6px 1rem;background:#ffffff08}}.pill-nav-items{position:relative;display:flex;align-items:center;height:var(--nav-h);background:var(--base, #000);border-radius:9999px}.pill-logo{width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:var(--base, #000);padding:8px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.pill-logo img{width:var(--logo);height:var(--logo);object-fit:contain;display:block;color:var(--gunmetal)}.pill-list{list-style:none;display:flex;align-items:center;gap:12px;margin:0;padding:0;height:100%}.pill-list>li{display:flex;height:100%}.pill{display:inline-flex;align-items:center;justify-content:center;height:100%;padding:6px 12px;background:transparent;color:var(--pill-text, var(--base, #000));text-decoration:none;border-radius:8px;box-sizing:border-box;font-weight:600;font-size:.95rem;line-height:1;text-transform:none;letter-spacing:normal;white-space:nowrap;cursor:pointer;position:relative;overflow:visible}.pill .hover-circle{position:absolute;left:50%;bottom:0;border-radius:50%;background:var(--base, #000);z-index:1;display:block;pointer-events:none;will-change:transform}.pill .label-stack{position:relative;display:inline-block;line-height:1;z-index:2}.pill .pill-label{position:relative;z-index:2;display:inline-block;line-height:1;will-change:transform}.pill .pill-label-hover{position:absolute;left:0;top:0;color:var(--teal, #fff);z-index:3;display:inline-block;will-change:transform,opacity}.pill.is-active:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:var(--base, #000);border-radius:50px;z-index:4}.desktop-only{display:block}.mobile-only{display:none}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:block}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:var(--base, #000);border:none;display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0;position:relative}@media (max-width: 768px){.mobile-menu-button{display:flex}}.hamburger-line{width:16px;height:2px;background:currentColor;border-radius:1px;transition:all .01s ease;transform-origin:center}.mobile-menu-button{color:var(--columbia-blue)}.mobile-menu-button:hover{filter:brightness(1.05)}.mobile-menu-popover{position:absolute;top:3em;left:1rem;right:1rem;background:var(--base, #f0f0f0);border-radius:27px;box-shadow:0 8px 32px #0000001f;z-index:1002;pointer-events:auto;opacity:0;transform-origin:top center;visibility:hidden}.mobile-menu-popover{top:72px}@media (max-width: 768px){.pill-left .brand-name{display:none}.pill-nav-items{position:absolute;left:50%;transform:translate(-50%)}.pill-left .pill-bridge,.pill-right{display:none}}.mobile-menu-list{list-style:none;margin:0;padding:3px;display:flex;flex-direction:column;gap:3px}.mobile-menu-popover .mobile-menu-link{display:block;padding:12px 16px;color:var(--pill-text, #fff);background-color:var(--pill-bg, #fff);text-decoration:none;font-size:16px;font-weight:500;border-radius:50px;transition:all .2s ease}.mobile-menu-popover .mobile-menu-link:hover{cursor:pointer;background-color:var(--base);color:var(--hover-text, #fff)}.footer{display:flex;flex-direction:column;gap:1rem;padding:2rem;justify-content:center;align-items:center;background:#000;color:#fff}.main-footer{display:flex;width:100%;max-width:1100px;gap:2rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.footer-brand{max-width:320px;display:flex;align-items:center;gap:12px}.footer-logo{width:48px;height:48px}.footer-brand-name{font-weight:700;font-size:1.05rem}.footer-links-col{display:flex;flex-direction:column;gap:.5rem}.footer-links-col h4{margin-bottom:.25rem}.footer-links-col a,.footer-links-col a:visited,.footer-links-col a:link{color:#fff;text-decoration:none;opacity:.95}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.footer-footer{color:#fff;font-size:.9rem;width:100%;max-width:1100px;text-align:center}@media (max-width: 880px){.main-footer{justify-content:center;text-align:center}.footer-footer{text-align:center}}:root{--kcb-maroon: hsl(345, 70%, 20%);--kcb-maroon-deep: hsl(345, 70%, 14%);--kcb-gold: hsl(44, 85%, 56%);--kcb-gold-dark: hsl(44, 85%, 40%);--kcb-slate: hsl(210, 18%, 18%)}.kcb-header{display:flex;flex-direction:column}.kcb-library-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-dark) 100%)}.kcb-library.container{padding:2rem 1rem 4rem}.kcb-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.kcb-hero-left{display:flex;align-items:center;gap:1rem}.kcb-crest{width:64px;height:64px;border-radius:8px;background:linear-gradient(180deg,var(--kcb-maroon) 0%,var(--kcb-maroon-deep) 100%);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000040}.kcb-hero h1{font-family:var(--hff);color:var(--kcb-gold);font-size:1.5rem;letter-spacing:.6px}.kcb-hero .muted{color:var(--text-muted)}.kcb-hero-actions{min-width:320px}.kcb-search{width:100%;padding:.65rem 1rem;border-radius:12px;border:1px solid var(--border);background:#ffffff05;color:var(--text)}.kcb-filters{display:flex;gap:1rem;margin-bottom:1rem}.filter-group label{display:block;font-weight:600;color:var(--text);margin-bottom:.35rem}.filter-group select{padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--text)}.kcb-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.kcb-library-page>footer{margin-top:2rem}.kcb-book-card{display:flex;gap:1rem;background:linear-gradient(180deg,#ffffff05,#00000005);border:1px solid rgba(255,255,255,.03);padding:1rem;border-radius:12px;align-items:center}.kcb-card-cover{width:72px;height:96px;border-radius:6px;background:var(--kcb-maroon);display:flex;align-items:center;justify-content:center;color:var(--kcb-gold);box-shadow:0 8px 20px #00000040;flex-shrink:0}.cover-initial{font-weight:700;font-size:1.6rem}.kcb-card-body{flex:1}.book-title{font-size:1.05rem;color:var(--text);margin-bottom:.35rem}.book-meta{color:var(--text-muted);font-size:.9rem;margin-bottom:.6rem}.card-actions{display:flex;gap:.5rem}.kcb-library .btn-primary,.kcb-library .kcb-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .85rem;border-radius:8px;background:linear-gradient(180deg,var(--kcb-gold),var(--kcb-gold-dark));color:var(--kcb-maroon-deep);text-decoration:none;font-weight:700;border:none;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease;box-shadow:0 6px 14px #0000001f}.kcb-library .btn-primary:hover,.kcb-library .kcb-btn-primary:hover{transform:translateY(-2px);filter:brightness(.98)}.kcb-library .btn-primary:focus,.kcb-library .kcb-btn-primary:focus{outline:3px solid rgba(255,215,0,.15);outline-offset:3px}.kcb-library .btn-sec,.kcb-library .kcb-btn-sec{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.06);color:var(--text);text-decoration:none;font-weight:600;transition:background .12s ease,transform .12s ease}.kcb-library .btn-sec:hover,.kcb-library .kcb-btn-sec:hover{background:#ffffff05;transform:translateY(-1px)}.kcb-library .btn-sec:focus,.kcb-library .kcb-btn-sec:focus{outline:2px solid rgba(255,255,255,.06);outline-offset:2px}@media (max-width: 420px){.kcb-hero-actions{min-width:unset;width:100%}.kcb-search{padding:.5rem}.kcb-book-card{padding:.75rem;gap:.6rem}.kcb-card-cover{width:56px;height:76px}}.hero{display:flex;align-items:center;justify-content:center;padding:4em 2em;background-color:var(--bg-dark);gap:1em}.hero-text{display:flex;padding:2em;max-width:35rem;margin-right:auto;flex-direction:column;flex-wrap:wrap}.hero-text h1{font-family:var(--hff);background:linear-gradient(90deg,var(--teal),var(--gunmetal));-webkit-background-clip:text;background-clip:text;color:transparent;font-size:clamp(2em,7.5vw,4rem);line-height:1.2em;margin-bottom:2rem}.hero-text p{font-size:clamp(1em,2vw,1.25rem);color:var(--text-muted);text-align:left;max-width:600px;margin:0 auto 2em}.hero-buttons{display:flex;flex-wrap:wrap;gap:1em}.hero-buttons button{font-weight:900;font-size:clamp(.9rem,1.6vw,1.05rem);padding:clamp(.55rem,1.2vw,.9rem) clamp(.8rem,2vw,1.5rem);border-radius:999px;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;display:inline-flex;align-items:center;justify-content:center}.hero-buttons button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 10px 24px #0206172e}.hero-buttons button:active{transform:translateY(0) scale(.99)}.hero-buttons .btn-primary{font-weight:800}.hero-buttons .btn-sec{font-weight:700}@media (max-width: 520px){.hero{padding:2.5rem 1rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons button{width:100%;text-align:center;padding:.85rem 1rem;font-size:1rem}}@media (min-width: 1100px){.hero-buttons button{font-size:1.05rem;padding:.95rem 1.35rem}}.features-section{background:var(--bg);padding:4rem 2rem;text-align:center}.features-title{font-size:2rem;margin-bottom:2rem;color:var(--text)}.features-container{display:flex;justify-content:space-evenly;flex-wrap:wrap;gap:1.5rem;padding:1rem}.feature-card{width:320px;background:var(--bg-dark);border-radius:1rem;padding:1.5rem;text-align:left;box-shadow:0 6px 18px #02061759;flex:0 0 auto;transition:transform .28s ease,box-shadow .28s ease}.feature-image-placeholder{background-color:var(--bg-light);height:150px;border-radius:.75rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--text-muted);overflow:hidden}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #02061766}.features-container .feature-card:nth-child(1) .feature-image-placeholder{background:linear-gradient(135deg,var(--teal),var(--columbia-blue));color:#fffffff2}.features-container .feature-card:nth-child(2) .feature-image-placeholder{background:linear-gradient(135deg,var(--columbia-blue),var(--lavender-web));color:#fffffff2}.features-container .feature-card:nth-child(3) .feature-image-placeholder{background:linear-gradient(135deg,var(--teal),var(--primary));color:#fffffff2}.features-container .feature-card:nth-child(4) .feature-image-placeholder{background:linear-gradient(135deg,var(--columbia-blue),var(--teal));color:#fffffff2}@media (max-width: 920px){.features-container{justify-content:center}}.contact-card{display:flex;flex-direction:column;margin:1em;padding:.75rem}.contact-card h1{font-size:clamp(2rem,4vw,6rem)}p{padding:.5rem}.status-card{padding:.5rem;margin-bottom:.75rem;font-size:.98rem}.status-inner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;background:#00000005}.status-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:700}.status-text{flex:1}.status-card-title{font-weight:700;margin-bottom:.25rem}.status-content{color:var(--text-muted)}.status-close{background:transparent;border:none;color:var(--text);font-size:1.1rem;cursor:pointer}.status-card.success .status-inner{background:#2ecc7114}.status-card.success .status-icon{background:#2ecc7129;color:var(--success)}.status-card.warning .status-inner{background:#f1c40f0f}.status-card.warning .status-icon{background:#f1c40f1f;color:var(--warning)}.status-card.info .status-inner{background:#3498db0f}.status-card.info .status-icon{background:#3498db1f;color:var(--info)}.status-card.danger .status-inner{background:#e74c3c0f}.status-card.danger .status-icon{background:#e74c3c1f;color:var(--danger)}.contact-page{min-height:100vh;padding:3rem 1rem;display:flex;align-items:flex-start}.contact-grid{display:grid;grid-template-columns:320px 1fr;gap:2rem;width:100%;max-width:1100px;margin:0 auto;align-items:start}.contact-card{position:sticky;top:96px}.contact-form{background:var(--bg-light);padding:1.25rem;border-radius:12px;border:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}label{font-weight:600;color:var(--text)}input,textarea,select{border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);padding:.65rem .85rem;font-family:inherit}textarea{padding:.75rem;resize:vertical}.form-actions{display:flex;gap:.75rem;align-items:center}@media (max-width: 880px){.contact-grid{grid-template-columns:1fr}.contact-card{position:relative;top:auto}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login-panel{width:100%;max-width:520px;margin:0 auto;padding:2rem;border-radius:12px;background:var(--bg);border:1px solid var(--border);box-shadow:0 8px 36px #02061759}.login-form input{background:transparent;color:var(--text);padding:.75rem;border-radius:8px;border:1px solid var(--border-muted)}.login-form button{cursor:pointer}.login-form button:hover{background-color:var(--primary-hover)}.login-form{display:flex;flex-direction:column;text-align:left;gap:1rem;padding:0;background:transparent;margin:0}input::placeholder{font-family:var(--ff);font-weight:600;color:var(--text)}input:focus{outline:2px solid var(--primary);border:none}.auth-sep{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:var(--text-muted)}.auth-sep:before,.auth-sep:after{content:"";flex:1;height:1px;background:var(--border)}.auth-sep span{padding:0 .75rem;font-weight:600}.auth-actions{display:flex;justify-content:center;gap:.75rem;margin-top:1rem}.auth-actions .btn-ghost{padding:.6rem 1rem}.register-container{max-width:40rem;min-height:100vh;margin:2rem auto;padding:2rem;border-radius:8px;text-align:left}h2{text-align:center}p{text-align:center;color:var(--text-muted);margin-top:1rem}.register-form{display:flex;flex-direction:column;gap:1rem}.register-form input,.register-form select{font-family:var(--ff);padding:.5rem;border-radius:4px;border:1px solid var(--border-muted)}.register-form button{cursor:pointer;color:var(--text)}.register-form button:hover{background-color:var(--bg-light);color:var(--highlight)}.role-select{font-family:var(--ff);font-weight:700}.form-fieldset{border:none;padding:0;margin-top:.5rem}.checkbox-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem}.checkbox-label{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ff)}@media (max-width: 540px){.checkbox-row{grid-template-columns:repeat(2,1fr)}}.about-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.about-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.about-text{max-width:600px;color:var(--text)}.notes-page{align-items:center;width:100%;padding:2rem;background:var(--bg)}.file-upload-container{width:100%;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.file-upload-container>*:not(:last-child){border-right:1px solid var(--border)}.notes-page h1{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text);text-align:center}.notes-form{display:flex;flex-direction:column;gap:1rem}.notes-form label{font-weight:600;margin-bottom:.3rem;color:var(--text-muted)}.notes-form input,.notes-form textarea,.notes-form select{font-family:var(--ff);padding:.75rem 1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg);font-size:1rem;transition:border .2s}.notes-form input:focus,.notes-form textarea:focus,.notes-form select:focus{border-color:var(--border-muted);outline:none}.notes-form textarea{resize:vertical;max-height:15rem}input[type=file]{cursor:pointer}.notes-form button{padding:.9rem;background:var(--primary);color:var(--text);font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.notes-form button:hover{background:var(--primary-hover);color:#fff}.note-preview{margin-top:2rem;padding:1.5rem;border-radius:.5rem;background:var(--bg-light);border:1px solid var(--border)}.note-preview h3{margin-bottom:1rem}.note-preview h4{margin-bottom:.5rem}.note-preview p{margin:.5rem 0;color:var(--text-muted)}.file-info{font-size:.9em;margin-top:10px;word-wrap:break-word}@media (max-width: 320px){.file-upload-container{width:100vw;height:100vh;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}}.pricing-page{padding:var(--space-4)}.pricing-page .lead{color:var(--text-muted)}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4);margin-top:var(--space-4);align-items:start}.plan-card{padding:1.25rem;border-radius:12px;background:var(--bg-light);border:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;min-height:320px}.plan-card h3{margin-bottom:var(--space-2)}.plan-card .price{font-weight:700;margin-bottom:var(--space-2)}.plan-card ul{margin-bottom:var(--space-4)}:root{--card: var(--bg-dark);--muted: #6b7280;--border: #e5e7eb;--primary: #2563eb}.educator-upload-page{padding:1.25rem;color:var(--text);min-height:0}.container{max-width:1000px;margin:0 auto}.upload-header .lead{color:var(--muted);margin-bottom:1rem}.upload-panel{display:grid;grid-template-columns:1fr 360px;gap:1rem;align-items:start}.upload-form{padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column;gap:.75rem}.upload-dropzone{border:1px dashed var(--border);padding:1.25rem;border-radius:8px;text-align:center;cursor:pointer}.upload-dropzone.drag-over{background:#2563eb0a}.drop-hint{color:var(--muted)}.selected-file{display:flex;flex-direction:column;gap:.25rem;text-align:left}.selected-file-name{font-weight:600}.upload-metadata{display:flex;flex-direction:column;gap:.6rem}.upload-metadata label{font-weight:600;color:var(--muted)}.upload-metadata input,.upload-metadata textarea,.upload-metadata select{padding:.6rem .8rem;border-radius:6px;border:1px solid var(--border)}.upload-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn-primary{background:var(--primary);color:#fff;padding:.6rem .9rem;border-radius:6px;border:none;font-weight:600}.btn-ghost{background:transparent;border:1px solid var(--border);padding:.5rem .8rem;border-radius:6px}.upload-preview{padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:8px}.preview-body{min-height:100px;max-height:420px;overflow:auto}.preview-pdf embed{border:1px solid var(--border);border-radius:6px;max-height:360px;height:auto}.preview-video video{border-radius:6px;max-height:360px;width:100%;height:auto;display:block}.preview-image img{max-width:100%;border-radius:6px;display:block}.preview-document{display:flex;gap:.6rem;align-items:center}.preview-document .doc-icon{font-size:1.6rem}.preview-metadata{margin-top:.75rem;color:var(--muted)}.recent-pubs{margin-top:.5rem}.recent-pubs ul{list-style:none;padding:0;margin:0}.recent-item{padding:.5rem 0;border-bottom:1px dashed var(--border)}.recent-item.pending{opacity:.65}.recent-meta{color:var(--muted);font-size:.9rem}.form-status{margin-top:.5rem}.form-status.info{color:var(--muted)}.form-status.success{color:green}.form-status.danger{color:#b91c1c}.visually-hidden{position:absolute!important;left:-9999px!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important}@media (max-width: 900px){.upload-panel{grid-template-columns:1fr}.upload-preview{order:2}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notfound-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:var(--text);background:var(--bg-light, #f8f9fa)}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:3rem auto;padding:3rem 2rem;background:var(--bg, #fff);border-radius:16px;box-shadow:0 6px 48px #00000014;max-width:720px;text-align:center}.notfound-illustration{margin-bottom:2rem;width:100%;display:flex;align-items:center;justify-content:center}.notfound-container h1{font-size:3rem;margin:0 0 .25rem;color:var(--primary, #007bff)}.notfound-container h2{margin:0 0 1rem;font-size:1.5rem;color:var(--text)}.notfound-container p{color:var(--text-muted, #9aa0a6);font-size:1.05rem;margin-bottom:1.5rem}.notfound-home-btn{display:inline-block;padding:.75rem 1.5rem;background:var(--primary, #007bff);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:0 6px 20px #00000014;transition:background .18s,box-shadow .18s,transform .12s}.notfound-home-btn:hover{transform:translateY(-3px);background:var(--primary-dark, #0056b3);box-shadow:0 10px 30px #0000001f}.notfound-home-btn:hover{background:var(--primary-dark, #0056b3);box-shadow:0 4px 16px #0000001f}:root{--ff: Quicksand, system-ui;--hff: Alata;--bg: hsl(190, 100%, 2%);--bg-light: hsl(187, 100%, 4%);--text: hsl(186, 100%, 84%);--text-muted: hsl(186, 56%, 58%);--highlight: hsl(184, 100%, 17%);--border: hsl(185, 100%, 10%);--border-muted: hsl(186, 100%, 6%);--primary: hsl(210, 78%, 86%);--primary-hover: hsl(185, 23%, 29%);--secondary: hsl(190, 68%, 74%);--warning: hsl(51, 35%, 50%);--danger: hsl(9, 53%, 66%);--success: hsl(149, 34%, 54%);--info: hsl(217, 59%, 67%);--bg-dark: hsl(197, 100%, 1%);--teal: hsl(190, 64%, 34%);--lavender-web: hsl(226, 40, 92);--white: hsl(0, 0%, 100%);--gunmetal: hsl(196, 93%, 12%);--columbia-blue: hsl(210, 78, 86);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--shadow-sm: 0 6px 18px rgba(2,6,23,.06);--shadow-md: 0 12px 40px rgba(2,6,23,.08);--fz-sm: .85rem;--fz-md: 1rem;--fz-lg: 1.15rem}*{margin:0;padding:0;box-sizing:border-box}body.light{--teal: hsl(190, 64%, 34%);--lavender-web: hsl(226, 40%, 92%);--white: hsl(0, 0%, 100%);--gunmetal: hsl(196, 93%, 12%);--columbia-blue: hsl(210, 78%, 86%);--bg-dark: hsl(0, 100%, 100%);--bg: hsl(0, 0%, 98%);--bg-light: hsl(0, 0%, 100%);--text: hsl(220, 20%, 12%);--text-muted: hsl(220, 12%, 40%);--highlight: hsl(184, 80%, 42%);--border: hsl(220, 10%, 88%);--border-muted: hsl(220, 10%, 92%);--primary: var(--columbia-blue);--primary-hover: hsl(210, 78%, 76%);--secondary: hsl(190, 68%, 74%);--warning: hsl(51, 35%, 50%);--danger: hsl(9, 53%, 66%);--success: hsl(149, 34%, 54%);--info: hsl(217, 59%, 67%)}html,body{font-family:var(--ff);background:var(--bg);color:var(--text)}#root{transition:background .3s ease-in-out;min-height:100vh}input,select{background:transparent;color:var(--text)}option{background:var(--white);color:var(--gunmetal)}a{text-decoration:none;color:inherit}span{color:var(--text-muted)}select{font-family:var(--ff);color:var(--text)}*::placeholder{font-family:var(--ff);color:var(--text-muted)}.container{width:100%;margin-inline:auto;padding-inline:1rem;box-sizing:border-box;max-width:1100px}.accent{color:var(--primary)}.mt-3{margin-top:12px}.mt-4{margin-top:20px}.row{display:flex;gap:1rem;align-items:flex-start}.col{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 1100px){.container{padding-inline:2rem}}@media (max-width: 900px){.row{flex-direction:column}}@media (max-width:560px){.container{padding-inline:.75rem}}input{font-family:var(--ff);color:var(--text)}button{font-family:inherit;font-size:1em;background-color:var(--bg-light);cursor:pointer;border:none;padding:.6em 1.2em;border-radius:.375rem;font-weight:700;transition:all .3s ease}h1,h2,h3,h4,h5,h6{color:var(--text);font-family:var(--ff);font-weight:600}p{color:var(--text-muted)}.btn-primary{background-color:var(--primary);color:var(--bg);border-radius:1000px;padding:1em 1.5em}.btn-primary:hover{background-color:var(--bg-light);color:var(--text)}.btn-sec{background-color:transparent;color:var(--text);border:2px solid var(--primary);border-radius:1000px;padding:1em 2em}.btn-sec:hover{background-color:var(--bg-light);color:var(--text)}.btn{padding:.6rem 1rem;border-radius:12px;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.btn-icon{margin-right:.5rem;vertical-align:middle}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #02061740}.btn-ghost{background:transparent;border:1px solid var(--border);margin-top:.25em;color:var(--text)}h1{font-size:clamp(1.6rem,3.2vw,2.6rem)}h2{font-size:clamp(1.25rem,2.6vw,1.9rem)}h3{font-size:clamp(1.05rem,2vw,1.3rem)}h4{font-size:clamp(.95rem,1.6vw,1.05rem)}h2{font-size:clamp(1.25rem,2.4vw,1.8rem)}h3{font-size:clamp(1rem,1.6vw,1.2rem)}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(0,0,0,.08);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}input:focus{outline:2px solid var(--primary);border:1px solid var(--primary);box-shadow:0 0 6px var(--primary)}@keyframes spin{to{transform:rotate(360deg)}}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thin::-webkit-scrollbar{width:8px;height:8px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#b4b4c81f,#7878a02e);border-radius:8px}
