:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login{background:var(--bg-accent);flex-direction:column;width:100%;min-height:100svh;display:flex}.login__aside{display:none}.login__panel{flex-direction:column;flex:1;min-height:100svh;display:flex}.login__main{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding:24px 16px;display:flex}.login__container{flex-direction:column;width:100%;max-width:420px;display:flex}.login__header{text-align:center;margin-bottom:24px}.login__brand--mobile .login__logo-wrap{margin-bottom:16px}.login__logo{border-radius:var(--radius-lg);background:var(--surface);width:88px;height:88px;box-shadow:var(--shadow-md);border:1px solid var(--border-light);place-items:center;margin:0 auto;display:grid}.login__logo-img{object-fit:contain;width:70%;height:auto}.login__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:28px;font-weight:800;line-height:1.15}.login__tagline{color:var(--text-secondary);margin:8px 0 0;font-size:14px}.login__form-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border-light);box-shadow:var(--shadow-md);padding:24px}.login__form{flex-direction:column;gap:18px;width:100%;display:flex}.login__field{flex-direction:column;gap:6px;width:100%;display:flex}.login__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:800}.login__input{box-sizing:border-box;background:var(--surface-muted);border:1px solid var(--border-light);border-radius:var(--radius-md);width:100%;height:48px;color:var(--text-primary);transition:border-color .2s var(--ease-out), box-shadow .2s var(--ease-out), background .2s var(--ease-out);outline:none;padding:0 16px;font-size:15px}.login__input::placeholder{color:var(--text-muted)}.login__input:focus{background:var(--surface);border-color:var(--brand);box-shadow:var(--focus-ring)}.login__input:disabled{opacity:.7;cursor:not-allowed}.login__input--password{padding-right:48px}.login__password-wrap{width:100%;position:relative}.login__toggle-password{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.login__toggle-password svg{width:20px;height:20px;color:var(--text-muted);transition:color .2s}.login__toggle-password:hover svg{color:var(--text-primary)}.login__remember{align-items:center;display:flex}.login__toggle-label{cursor:pointer;align-items:center;gap:10px;display:flex}.login__toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;width:42px;height:26px;padding:0;position:relative}.login__toggle-track{background:var(--progress-bg);border-radius:var(--radius-pill);width:42px;height:26px;transition:background-color .2s var(--ease-out);display:block}.login__toggle--on .login__toggle-track{background:var(--brand)}.login__toggle-knob{border-radius:var(--radius-pill);width:20px;height:20px;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease-out);background:#fff;position:absolute;top:3px;left:3px}.login__toggle--on .login__toggle-knob{transform:translate(16px)}.login__toggle-text{color:var(--text-secondary);font-size:13px;font-weight:700}.login__submit{background:var(--brand);border-radius:var(--radius-md);color:#fff;cursor:pointer;width:100%;min-height:48px;box-shadow:var(--shadow-brand);transition:background .2s var(--ease-out), transform .2s var(--ease-out);border:none;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.login__submit--loading{transform:none}.login__submit-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite spin}.login__submit:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-1px)}.login__submit:disabled{opacity:.85;cursor:wait}.login__error{border-radius:var(--radius-sm);background:var(--red-light);color:var(--red);margin:0;padding:10px 12px;font-size:13px;font-weight:700}.login__support{margin-top:20px}.login__support-text{color:var(--text-secondary);text-align:center;margin:0;font-size:14px;line-height:1.5}.login__support-link{color:var(--brand);font-weight:800;text-decoration:none}.login__footer{padding:16px}.login__copyright{letter-spacing:.04em;color:var(--text-muted);text-align:center;margin:0;font-size:12px;font-weight:700}@media (width>=900px){.login{flex-direction:row;min-height:100svh}.login__aside{color:#fff;background:linear-gradient(145deg,#ea580c 0%,#f97316 45%,#fdba74 100%);flex:1;justify-content:center;align-items:center;padding:48px;display:flex}.login__aside-content{max-width:440px}.login__aside-logo{object-fit:contain;filter:brightness(0)invert();width:72px;height:72px;margin-bottom:24px}.login__aside-title{letter-spacing:-.02em;margin:0 0 16px;font-size:36px;font-weight:800;line-height:1.15}.login__aside-text{opacity:.95;margin:0 0 28px;font-size:16px;line-height:1.6}.login__features{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.login__features li{padding-left:22px;font-size:15px;font-weight:700;line-height:1.4;position:relative}.login__features li:before{content:"✓";font-weight:800;position:absolute;left:0}.login__panel{background:var(--bg);border-left:1px solid var(--border-light);flex:0 0 min(520px,42vw)}.login__brand--mobile .login__logo-wrap{display:none}.login__header{text-align:left}.login__title{font-size:32px}.login__form-card{box-shadow:none;background:0 0;border:none;padding:0}}@media (width>=1200px){.login__panel{flex-basis:480px}}.pwa-install{bottom:calc(var(--nav-height) + 12px);z-index:200;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border-light);box-shadow:var(--shadow-lg);flex-direction:column;gap:12px;padding:14px 16px;display:flex;position:fixed;left:12px;right:12px}.pwa-install__title{color:var(--text-primary);margin:0;font-size:14px;font-weight:800}.pwa-install__text{color:var(--text-secondary);margin:4px 0 0;font-size:12px;line-height:1.45}.pwa-install__actions{justify-content:flex-end;gap:8px;display:flex}.pwa-install__btn{border-radius:var(--radius-sm);cursor:pointer;min-height:34px;padding:0 14px;font-size:13px;font-weight:700}.pwa-install__btn--ghost{border:1px solid var(--border-light);color:var(--text-secondary);background:0 0}.pwa-install__btn--primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-brand);border:none}@media (width>=900px){.pwa-install{max-width:360px;bottom:24px;left:auto;right:24px}}.app-shell{background:var(--bg-accent);flex-direction:column;min-height:100svh;display:flex}.app-shell__main{flex-direction:column;flex:1;min-width:0;display:flex}.app-shell__content{padding-bottom:calc(var(--nav-height) + 12px);flex:1}.page-container{width:100%;max-width:var(--content-max);padding:0 var(--page-gutter);margin:0 auto}.sidebar-nav{display:none}.topbar{z-index:100;height:var(--header-height);padding:0 var(--page-gutter);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-light);background:#faf7f5eb;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.topbar__left,.topbar__right{align-items:center;gap:8px;display:flex}.topbar__icon-btn{border-radius:var(--radius-sm);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;transition:background .2s var(--ease-out), color .2s var(--ease-out), border-color .2s var(--ease-out);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:flex}.topbar__icon-btn:hover{background:var(--surface);border-color:var(--border-light);color:var(--text-primary)}.topbar__logo{object-fit:contain;-webkit-user-select:none;user-select:none;width:auto;height:34px;cursor:default!important;pointer-events:none!important}.bottom-nav{height:var(--nav-height);padding:8px 12px calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border-light);z-index:100;background:#fffffff2;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav__item{min-width:72px;color:var(--text-muted);font-family:var(--font);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius-pill);transition:background .2s var(--ease-out), color .2s var(--ease-out);background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;font-size:11px;font-weight:700;display:flex}.bottom-nav__item:hover{color:var(--text-secondary);background:var(--brand-soft)}.bottom-nav__item--active{background:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}.bottom-nav__item--active:hover{background:var(--brand-hover);color:#fff}.fab{bottom:calc(var(--nav-height) + 16px);background:var(--brand);color:#fff;border-radius:var(--radius-md);width:54px;height:54px;box-shadow:var(--shadow-brand);cursor:pointer;z-index:90;transition:transform .2s var(--ease-out), background .2s var(--ease-out);border:none;justify-content:center;align-items:center;display:flex;position:fixed;right:16px}.fab:hover{background:var(--brand-hover);transform:translateY(-2px)}@media (width>=900px){.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100svh;display:grid}.sidebar-nav{background:var(--surface);border-right:1px solid var(--border-light);flex-direction:column;height:100svh;padding:14px 10px;display:flex;position:sticky;top:0}.sidebar-nav__brand{border-bottom:1px solid var(--border-light);align-items:center;gap:10px;margin-bottom:10px;padding:4px 8px 14px;display:flex}.sidebar-nav__logo{object-fit:contain;width:32px;height:32px}.sidebar-nav__title{color:var(--text-primary);margin:0;font-size:13px;font-weight:800;line-height:1.2}.sidebar-nav__subtitle{color:var(--text-muted);margin:1px 0 0;font-size:11px;font-weight:600}.sidebar-nav__links{flex-direction:column;flex:1;gap:4px;display:flex}.sidebar-nav__item{border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);font-family:var(--font);text-align:left;cursor:pointer;transition:background .2s var(--ease-out), color .2s var(--ease-out);background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;font-size:13px;font-weight:700;display:flex}.sidebar-nav__item:hover{background:var(--brand-soft);color:var(--text-primary)}.sidebar-nav__item--active{background:var(--brand-light);color:var(--brand);box-shadow:inset 3px 0 0 var(--brand)}.app-shell__content{padding-bottom:20px}.page-home .topbar,.page-schools-list .topbar{display:none}.page-home .app-shell__content,.page-schools-list .app-shell__content{padding-top:12px}.bottom-nav{display:none}.topbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:none;padding-left:0;padding-right:0}.topbar__logo{display:none}.fab{position:fixed;bottom:32px;right:32px}}@media (width>=1200px){.page-container{padding:0}.topbar{max-width:var(--content-max);width:100%;margin:0 auto;padding:0}}.list-row__upload-btn:hover,.list-row:hover{background:var(--brand-soft)}.page-home .app-shell__content{padding-top:8px}.dashboard-hero{border-radius:var(--radius-md);background:linear-gradient(135deg,#f973161a 0%,#ffffffeb 100%);border:1px solid #f9731624;margin-bottom:14px;padding:12px 14px}.dashboard-hero__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:18px;font-weight:800}.dashboard-hero__subtitle{color:var(--text-secondary);margin:4px 0 0;font-size:13px;line-height:1.4}.summary-grid{grid-template-columns:1fr;gap:10px;margin-bottom:18px;display:grid}.schools-section{margin-bottom:16px}.schools-list{flex-direction:column;gap:8px;display:flex}.school-card{text-align:left;cursor:pointer;border:1px solid var(--border-light);align-items:center;gap:12px;width:100%;padding:10px 12px;display:flex}.school-card__name{color:var(--text-primary);margin:0;font-size:14px;font-weight:700;line-height:1.3}.school-card__meta{color:var(--text-secondary);margin:2px 0 0;font-size:12px}.page-header-block{margin-bottom:16px}.batch-list{flex-direction:column;gap:10px;display:flex}.batch-card{background:var(--surface);border:1px solid var(--border-light);border-left:3px solid var(--brand);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:left;cursor:pointer;width:100%;transition:box-shadow .2s var(--ease-out);flex-direction:column;gap:12px;padding:12px 14px;display:flex;position:relative;overflow:hidden}.batch-card:hover{box-shadow:var(--shadow-md)}.batch-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.batch-card__name{letter-spacing:-.01em;color:var(--text-primary);margin:4px 0 0;font-size:15px;font-weight:800}.batch-card__students{color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.batch-card__progress-header{justify-content:space-between;margin-bottom:6px;display:flex}.batch-card__percent{color:var(--brand);font-size:12px;font-weight:800}.sticky-filters{top:var(--header-height);z-index:50;margin:0 calc(var(--page-gutter) * -1);padding:10px var(--page-gutter);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background:#faf7f5eb;flex-direction:column;gap:8px;display:flex;position:sticky}.chip-row{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.chip-row::-webkit-scrollbar{display:none}.student-list{padding-bottom:24px}.profile-header{gap:12px;padding:8px 0 6px;display:flex}.profile-header__avatar{border-radius:var(--radius-md);border:2px solid var(--surface);background:var(--avatar-bg);width:56px;height:56px;box-shadow:var(--shadow-sm);flex-shrink:0;overflow:hidden}.profile-header__info .page__title{font-size:18px}.profile-header__badges{flex-wrap:wrap;gap:4px;padding-top:6px;display:flex}.profile-hero{border-radius:var(--radius-md);background:linear-gradient(180deg, #f973160f 0%, var(--surface) 100%);border:1px solid var(--border-light);margin:0 0 10px;padding:10px 12px}.profile-hero__progress{align-items:center;gap:12px;margin-top:0;display:flex}.profile-hero__progress-label{color:var(--text-secondary);margin:0 0 4px;font-size:11px;font-weight:600}.profile-hero__quick-upload{width:100%;margin-top:12px}.completion-ring--lg{width:44px;height:44px}.completion-ring--lg .completion-ring__inner{width:34px;height:34px;font-size:10px}.media-card__play{border-radius:var(--radius-pill);color:#fff;width:34px;height:34px;box-shadow:var(--shadow-brand);background:#f97316eb;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.profile-user{align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex}.profile-user__avatar{border-radius:var(--radius-md);background:var(--orange-light);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:28px;display:flex}.profile-user__name{margin:0;font-size:18px}.profile-info{margin-bottom:12px;padding:12px 14px}.profile-info__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:11px;font-weight:800}.profile-info__value{color:var(--text-primary);margin:8px 0 0;font-size:15px;font-weight:800}.profile-info__hint{color:var(--text-secondary);margin:8px 0 0;font-size:13px;line-height:1.5}.profile-signout{color:var(--red);border-color:#dc262640;margin-bottom:24px}.profile-signout:hover{background:var(--red-light);border-color:var(--red);color:var(--red)}.category-grid{padding:0 0 24px}.category-grid__hint{margin:0 0 10px;font-size:12px}.category-card{margin-bottom:8px;padding:12px}.category-card__header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.category-card__title{font-size:14px;font-weight:700}.category-card__preview{margin-bottom:8px}.category-card__thumb{border-radius:var(--radius-sm);object-fit:cover;width:100%;height:96px}.category-card__empty{border-radius:var(--radius-sm);border:1px dashed var(--border);background:var(--surface);text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:6px;margin:0 0 10px;padding:12px 10px;font-size:12px;display:flex}.category-card__empty-icon{background:var(--brand-soft);width:30px;height:30px;color:var(--brand);border-radius:50%;place-items:center;display:grid}.category-card--complete{border-color:#15803d2e}.category-card--draft{border-color:#2563eb2e}.category-card__section{margin-bottom:10px}.category-card__section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 6px;font-size:10px;font-weight:800}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.media-tile{flex-direction:column;gap:4px;min-width:0;display:flex}.media-tile__preview{aspect-ratio:4/3;border-radius:var(--radius-sm);background:var(--avatar-bg);border:1px solid var(--border-light);position:relative;overflow:hidden}.media-tile__image{object-fit:cover;width:100%;height:100%;display:block}.media-tile__play{border-radius:var(--radius-pill);color:#fff;width:28px;height:28px;box-shadow:var(--shadow-brand);background:#f97316eb;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.media-tile__type{border-radius:var(--radius-pill);color:#fff;background:#1a1714b8;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;bottom:6px;left:6px}.media-tile__remove{color:var(--red);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:11px;font-weight:700}.media-tile__remove:hover{text-decoration:underline}.media-tile__date{color:var(--text-muted);font-size:10px;font-weight:600}.category-card__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:4px;display:grid}.category-card__actions .btn-outline,.category-card__actions .btn-primary{width:auto;min-width:0;padding:0 10px;font-size:12px}.category-card__submit:disabled{opacity:.55}.category-card__video{position:relative}.category-card__meta{color:var(--text-secondary);align-items:center;gap:6px;margin-top:6px;font-size:11px;font-weight:700;display:flex}.category-card__upload{width:100%}.category-card__delete{color:var(--red);margin-top:8px}.category-card__error{border-radius:var(--radius-sm);background:var(--red-light);color:var(--red);margin:8px 0 0;padding:8px 10px;font-size:12px;font-weight:700}.empty-state{text-align:center;color:var(--text-secondary);padding:32px 16px}.empty-state__title{color:var(--text-primary);margin:0;font-size:16px;font-weight:800}.empty-state__text{margin:8px 0 0;font-size:14px}@media (width>=640px){.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.summary-grid .stat-card:first-child{grid-column:auto}.schools-list,.batch-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}}@media (width>=900px){body{background:#f0ebe6}.dashboard-hero{justify-content:space-between;align-items:center;gap:16px;padding:10px 14px;display:flex}.dashboard-hero__title{font-size:17px}.dashboard-hero__subtitle{font-size:12px}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.schools-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-header{align-items:center}.profile-hero__progress{max-width:420px}.category-grid__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.category-card{flex-direction:column;height:100%;margin-bottom:0;display:flex}.media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card__actions{margin-top:auto;padding-top:8px}.student-list{gap:6px;padding-bottom:12px}.list-row{border:1px solid var(--border-light);border-radius:var(--radius-sm);background:var(--surface)}.sticky-filters{border-radius:var(--radius-sm);border:1px solid var(--border-light);margin:0 0 12px;padding:8px 12px}}@media (width>=1200px){.schools-list,.batch-list,.category-grid__list{grid-template-columns:repeat(3,minmax(0,1fr))}}.feedback-list-loading{min-height:180px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:14px;display:flex}.feedback-list-loading .loading-screen__spinner{width:28px;height:28px}.feedback-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:52vh;padding:24px 16px;display:flex}.feedback-empty__icon{color:#f47a20;background:linear-gradient(135deg,#f47a2029,#1b3f8b1a);border:1px solid #f47a2033;border-radius:20px;place-items:center;width:72px;height:72px;display:grid}.feedback-empty__title{color:var(--text-primary);margin:8px 0 0;font-size:20px;font-weight:800}.feedback-empty__text{max-width:320px;color:var(--text-secondary);margin:0 0 8px;font-size:14px;line-height:1.45}.feedback-header-cta{align-items:center;gap:6px;margin-top:8px;display:inline-flex}.feedback-list{flex-direction:column;gap:10px;display:flex}.feedback-card{text-align:left;cursor:pointer;flex-direction:column;gap:8px;width:100%;padding:12px 14px;display:flex}.feedback-card__top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.feedback-card__id{color:#1b3f8b;font-size:12px;font-weight:800}.feedback-card__date{color:var(--text-secondary);margin-left:auto;font-size:12px}.feedback-card__summary{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.feedback-card__thumbs{flex-wrap:wrap;gap:6px;display:flex}.feedback-card__thumb{border:1px solid var(--border-light);background:#f3f4f6;border-radius:8px;width:52px;height:52px;overflow:hidden}.feedback-card__thumb img,.feedback-card__thumb video{object-fit:cover;width:100%;height:100%;display:block}.feedback-card__link{color:#f47a20;font-size:12px;font-weight:700}.feedback-badge{text-transform:capitalize;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.feedback-badge--open{color:#b45309;background:#f47a2029}.feedback-badge--in_progress{color:#1b3f8b;background:#1b3f8b1f}.feedback-badge--resolved{color:#166534;background:#1665341f}.feedback-form{flex-direction:column;gap:14px;padding:14px;display:flex}.feedback-form__row{flex-direction:column;gap:6px;display:flex}.feedback-form__label{color:var(--text-secondary);font-size:12px;font-weight:700}.feedback-form__required{color:#f47a20;margin-left:2px;font-weight:800}.feedback-form__input,.feedback-form__textarea{border:1px solid var(--border-light);width:100%;font:inherit;color:var(--text-primary);background:#fff;border-radius:10px;padding:10px 12px}.feedback-form__textarea{resize:vertical;min-height:110px}.feedback-dropzone{min-height:120px;color:var(--text-secondary);cursor:pointer;text-align:center;background:#f47a200d;border:1.5px dashed #f47a2073;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:16px;display:flex}.feedback-dropzone--active{background:#f47a201f;border-color:#f47a20}.feedback-dropzone p{color:var(--text-primary);margin:0;font-size:13px;font-weight:600}.feedback-dropzone span{font-size:12px}.feedback-preview-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;display:grid}.feedback-preview{border:1px solid var(--border-light);aspect-ratio:1;background:#111;border-radius:10px;position:relative;overflow:hidden}.feedback-preview img,.feedback-preview video{object-fit:cover;width:100%;height:100%;display:block}.feedback-preview__remove{color:#fff;cursor:pointer;background:#000000a6;border:0;padding:6px;font-size:11px;font-weight:700;position:absolute;bottom:0;left:0;right:0}.feedback-form__submit{justify-content:center;width:100%}.feedback-detail{flex-direction:column;gap:10px;padding:14px;display:flex}.feedback-detail__meta{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.feedback-detail__label{text-transform:uppercase;letter-spacing:.04em;color:#1b3f8b;margin:4px 0 0;font-size:12px;font-weight:800}.feedback-detail__summary{color:var(--text-primary);white-space:pre-wrap;margin:0;font-size:15px;line-height:1.5}.feedback-gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;display:grid}.feedback-gallery__item{border:1px solid var(--border-light);cursor:pointer;aspect-ratio:1;background:#f3f4f6;border-radius:10px;padding:0;overflow:hidden}.feedback-gallery__item img,.feedback-gallery__item video{object-fit:cover;width:100%;height:100%;display:block}.feedback-lightbox{z-index:80;background:#0f172ab8;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.feedback-lightbox__panel{flex-direction:column;align-items:center;gap:10px;width:min(920px,100%);max-height:90vh;display:flex}.feedback-lightbox__panel img,.feedback-lightbox__panel video{background:#000;border-radius:12px;max-width:100%;max-height:75vh}.group-photo-backdrop{z-index:200;background:#1c1b1b73;justify-content:center;align-items:flex-end;animation:.2s ease-out gp-fade-in;display:flex;position:fixed;inset:0}.group-photo-sheet{width:100%;max-width:480px;max-height:min(92svh,720px);padding:8px 16px calc(16px + env(safe-area-inset-bottom));background:var(--surface);animation:gp-slide-up .25s var(--ease-out);border-radius:16px 16px 0 0;overflow-y:auto;box-shadow:0 -8px 32px #0000001f}.group-photo-sheet__handle{border-radius:var(--radius-pill);background:var(--border);width:40px;height:4px;margin:4px auto 12px}.group-photo-sheet__header{margin-bottom:14px}.group-photo-sheet__title{color:var(--text-primary);margin:0;font-size:17px;font-weight:800}.group-photo-sheet__subtitle{color:var(--text-secondary);margin:4px 0 0;font-size:13px}.group-photo-sheet__error{color:var(--red);margin:0 0 10px;font-size:13px}.gp-source-row{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.gp-source-btn{border:1.5px dashed var(--border);border-radius:var(--radius-md);background:var(--surface-muted);min-height:88px;color:var(--text-primary);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:13px;font-weight:700;transition:border-color .15s,background .15s;display:flex}.gp-source-btn:active{border-color:var(--orange);background:var(--orange-light)}.gp-section{margin-bottom:12px}.gp-section__title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:13px;font-weight:700}.gp-thumb-grid{grid-template-columns:repeat(3,1fr);gap:6px;max-height:260px;display:grid;overflow-y:auto}.gp-thumb{aspect-ratio:1;cursor:pointer;border:1px solid var(--border-light);border-radius:8px;position:relative;overflow:hidden}.gp-thumb__media{object-fit:cover;width:100%;height:100%;display:block}.gp-thumb__play{color:#fff;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;font-size:22px;display:flex;position:absolute;inset:0}.gp-preview-grid{grid-template-columns:repeat(3,1fr);gap:6px;max-height:320px;margin-bottom:14px;display:grid;overflow-y:auto}.gp-preview-thumb{aspect-ratio:1;border:1px solid var(--border-light);border-radius:8px;position:relative;overflow:hidden}.gp-preview-thumb__media{object-fit:cover;width:100%;height:100%;display:block}.gp-preview-thumb__badge{text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#0009;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:800;position:absolute;bottom:4px;left:4px}.gp-preview-thumb__remove{color:#fff;cursor:pointer;background:#ba1a1ad9;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;font-weight:700;line-height:1;display:flex;position:absolute;top:3px;right:3px}.gp-preview-add{aspect-ratio:1;border:1.5px dashed var(--border);background:var(--surface-muted);color:var(--text-secondary);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:700;display:flex}.gp-preview-add__icon{color:var(--orange);font-size:24px;font-weight:300;line-height:1}.gp-progress{text-align:center;padding:20px 0}.gp-progress__bar{background:var(--progress-bg);border-radius:4px;width:100%;height:8px;margin-bottom:10px;overflow:hidden}.gp-progress__fill{background:var(--orange);border-radius:4px;height:100%;transition:width .3s}.gp-progress__text{color:var(--text-secondary);margin:0;font-size:14px;font-weight:700}.gp-action-row{grid-template-columns:1fr 1fr;gap:10px;margin-top:4px;display:grid}.gp-full-btn{width:100%;margin-top:8px}.gp-gallery-backdrop{z-index:300;background:#000000f0;flex-direction:column;justify-content:center;align-items:center;animation:.15s ease-out gp-fade-in;display:flex;position:fixed;inset:0}.gp-gallery-viewer{flex-direction:column;align-items:center;width:100%;max-width:600px;max-height:100svh;padding:8px;display:flex;position:relative}.gp-gallery-topbar{justify-content:space-between;align-items:center;width:100%;padding:4px 4px 12px;display:flex}.gp-gallery-counter{color:#ffffffb3;font-size:14px;font-weight:700}.gp-gallery-close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.gp-gallery-main{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;position:relative}.gp-gallery-media{object-fit:contain;border-radius:8px;max-width:100%;max-height:75svh}.gp-gallery-arrow{z-index:5;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;font-weight:700;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gp-gallery-arrow--left{left:4px}.gp-gallery-arrow--right{right:4px}.gp-gallery-date{color:#ffffff80;margin:10px 0 0;font-size:12px}.group-photo-card{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);margin:0 16px 12px;padding:10px 12px}.group-photo-card__header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.group-photo-card__title{color:var(--text-primary);margin:0;font-size:13px;font-weight:800}.group-photo-card__actions{grid-template-columns:1fr;gap:8px;display:grid}.group-photo-card__btn{border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.group-photo-card__btn--camera{background:var(--orange);color:#fff;border:none}@keyframes gp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.quick-upload-backdrop{z-index:200;background:#1c1b1b73;justify-content:center;align-items:flex-end;padding:0;animation:.2s ease-out quick-upload-fade-in;display:flex;position:fixed;inset:0}.quick-upload-sheet{width:100%;max-width:480px;max-height:min(92svh,720px);padding:8px 16px calc(16px + env(safe-area-inset-bottom));background:var(--surface);animation:quick-upload-slide-up .25s var(--ease-out);border-radius:16px 16px 0 0;overflow-y:auto;box-shadow:0 -8px 32px #0000001f}.quick-upload-sheet__handle{border-radius:var(--radius-pill);background:var(--border);width:40px;height:4px;margin:4px auto 12px}.quick-upload-sheet__student{align-items:center;gap:12px;margin-bottom:16px;display:flex}.quick-upload-sheet__avatar{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border-light);flex-shrink:0;width:48px;height:48px}.quick-upload-sheet__title{color:var(--text-primary);margin:0;font-size:18px;font-weight:800;line-height:1.25}.quick-upload-sheet__subtitle{color:var(--text-secondary);margin:4px 0 0;font-size:13px;line-height:1.4}.quick-upload-source{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.quick-upload-source__btn{border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--surface-muted);min-height:108px;color:var(--brand);font-family:var(--font);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:13px;font-weight:700;transition:border-color .2s,background .2s;display:flex}.quick-upload-source__btn:hover{border-color:var(--brand);background:var(--brand-soft)}.quick-upload-preview{margin-bottom:16px}.quick-upload-preview__media{object-fit:contain;border-radius:var(--radius-md);background:var(--avatar-bg);border:1px solid var(--border-light);width:100%;max-height:220px;display:block}.quick-upload-preview__change{color:var(--brand);font-family:var(--font);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:13px;font-weight:700}.quick-upload-field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.quick-upload-field__label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:800}.quick-upload-field__select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:44px;font-family:var(--font);color:var(--text-primary);padding:10px 12px;font-size:15px}.quick-upload-field__hint{color:var(--text-secondary);font-size:12px}.quick-upload-toggle{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-muted);color:var(--text-primary);cursor:pointer;align-items:center;gap:10px;margin-bottom:14px;padding:12px 14px;font-size:14px;font-weight:700;line-height:1.4;display:flex}.quick-upload-toggle input{width:20px;height:20px;accent-color:var(--orange);cursor:pointer;flex-shrink:0;margin:0}.quick-upload-summary{background:var(--surface-muted);margin-bottom:14px;padding:12px 14px}.quick-upload-summary__row{color:var(--text-secondary);justify-content:space-between;gap:12px;margin:0 0 8px;font-size:13px;display:flex}.quick-upload-summary__row:last-child{margin-bottom:0}.quick-upload-summary__row strong{color:var(--text-primary);text-align:right}.quick-upload-sheet__actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:4px;display:grid}.quick-upload-sheet__error{color:var(--red);margin:0 0 10px;font-size:13px}.quick-upload-sheet__success{border-radius:var(--radius-sm);color:var(--text-primary);background:#22c55e1a;border:1px solid #22c55e40;margin:0 0 16px;padding:14px;font-size:14px;line-height:1.45}.quick-upload-picker{border:1px solid var(--border-light);border-radius:var(--radius-md);max-height:280px;margin:0 0 16px;padding:0;list-style:none;overflow-y:auto}.quick-upload-picker__item{border:none;border-bottom:1px solid var(--border-light);text-align:left;cursor:pointer;width:100%;font-family:var(--font);background:0 0;align-items:center;gap:12px;padding:12px 14px;display:flex}.quick-upload-picker__item:last-child{border-bottom:none}.quick-upload-picker__item:hover{background:var(--brand-soft)}.quick-upload-picker__avatar{border-radius:var(--radius-sm);object-fit:cover;width:36px;height:36px}.quick-upload-picker__name{color:var(--text-primary);font-size:14px;font-weight:700}@keyframes quick-upload-fade-in{0%{opacity:0}to{opacity:1}}@keyframes quick-upload-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}:root{--bg:#faf7f5;--bg-accent:linear-gradient(165deg, #fff7ed 0%, #faf7f5 42%, #f5f0ec 100%);--surface:#fff;--surface-muted:#f3eeea;--surface-hover:#fffdfb;--border:#ddc1af8c;--border-light:#ddc1af38;--text-primary:#1a1714;--text-secondary:#5c4a3a;--text-muted:#8a7968;--brand:#f97316;--brand-hover:#ea580c;--brand-pressed:#c2410c;--brand-light:#f973161f;--brand-soft:#f9731614;--orange:var(--brand);--orange-dark:#9a3412;--orange-active:#fff;--orange-light:var(--brand-light);--red:#dc2626;--red-light:#dc26261a;--green:#15803d;--green-bright:#16a34a;--green-light:#16a34a1f;--blue:#2563eb;--blue-light:#2563eb1a;--amber:#d97706;--amber-light:#d977061f;--gray-badge:#57534e;--gray-badge-light:#57534e1a;--avatar-bg:#ece7e2;--progress-bg:#ece7e2;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-pill:9999px;--shadow-sm:0 1px 2px #1a17140a;--shadow-md:0 4px 14px #1a17140f;--shadow-lg:0 8px 24px #1a171414;--shadow-brand:0 4px 12px #f973162e;--header-height:48px;--nav-height:62px;--sidebar-width:184px;--content-max:920px;--page-gutter:14px;--tag-success:#15803d;--tag-warning:#d97706;--tag-danger:#dc2626;--tag-success-light:#15803d1f;--tag-warning-light:#d977061f;--tag-danger-light:#dc26261f;--font:"Nunito", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;--ease-out:cubic-bezier(.22, 1, .36, 1);--focus-ring:0 0 0 3px #f9731638}@media (width>=900px){:root{--page-gutter:20px;--header-height:42px}}.page{padding:8px 0 16px}.page--with-header{padding-top:8px}.page__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:20px;font-weight:800;line-height:1.2}.page__title--sm{font-size:20px}.page__subtitle{color:var(--text-secondary);margin:4px 0 0;font-size:13px;line-height:1.45}.page-header{margin-bottom:16px}.page-header__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin:0 0 4px;font-size:11px;font-weight:800}.page-header__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:20px;font-weight:800;line-height:1.2}.page-header__subtitle{color:var(--text-secondary);margin:4px 0 0;font-size:13px;line-height:1.45}.section-title{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:15px;font-weight:800}.section-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.link-btn{color:var(--brand);cursor:pointer;border-radius:var(--radius-sm);transition:background .2s var(--ease-out);background:0 0;border:none;padding:6px 10px;font-size:14px;font-weight:700}.link-btn:hover{background:var(--brand-soft)}.card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:box-shadow .2s var(--ease-out), border-color .2s var(--ease-out);padding:12px 14px}.card--interactive:hover{box-shadow:var(--shadow-md);border-color:var(--border)}.card--shadow{border:none;border-top:3px solid var(--brand);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.badge{border-radius:var(--radius-pill);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-flex}.badge--active,.badge--progress{background:var(--blue-light);color:var(--blue)}.badge--completed{background:var(--gray-badge-light);color:var(--gray-badge)}.badge--uploaded{background:var(--green-light);color:var(--green)}.badge--pending{background:var(--amber-light);color:var(--amber)}.badge--priority{background:var(--red-light);color:var(--red)}.badge--tag-success{background:var(--tag-success-light);color:var(--tag-success)}.badge--tag-warning{background:var(--tag-warning-light);color:var(--tag-warning)}.badge--tag-danger{background:var(--tag-danger-light);color:var(--tag-danger)}.badge__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.progress-bar{background:var(--progress-bg);border-radius:var(--radius-pill);height:6px;overflow:hidden}.progress-bar--sm{height:5px}.progress-bar__fill{background:linear-gradient(90deg, var(--brand), #fb923c);border-radius:var(--radius-pill);height:100%;transition:width .4s var(--ease-out)}.progress-bar__fill--green{background:linear-gradient(90deg, var(--green), var(--green-bright))}.progress-bar__fill--blue{background:linear-gradient(90deg, var(--blue), #60a5fa)}.stat-value{color:var(--text-primary);letter-spacing:-.02em;font-weight:800}.stat-value--lg{font-size:34px;line-height:1}.stat-value--md{font-size:28px;line-height:1}.stat-value--red{color:var(--red)}.label-caps{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;font-size:11px;font-weight:800}.chip{border:1px solid var(--border-light);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:all .2s var(--ease-out);padding:6px 12px;font-size:12px;font-weight:700}.chip:hover{border-color:var(--border);color:var(--text-primary)}.chip--active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}.btn-primary{background:var(--brand);border-radius:var(--radius-sm);color:#fff;cursor:pointer;width:100%;min-height:34px;box-shadow:var(--shadow-brand);transition:background .2s var(--ease-out);border:none;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.btn-primary:hover:not(:disabled){background:var(--brand-hover)}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-outline{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:32px;color:var(--text-primary);cursor:pointer;transition:background .2s var(--ease-out), border-color .2s var(--ease-out);justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.btn-outline:hover:not(:disabled){background:var(--surface-muted);border-color:var(--brand);color:var(--brand)}.btn-outline:disabled{opacity:.6;cursor:not-allowed}.search-input-wrap{position:relative}.search-input{box-sizing:border-box;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:100%;height:38px;color:var(--text-primary);transition:border-color .2s var(--ease-out), box-shadow .2s var(--ease-out);outline:none;padding:0 14px 0 36px;font-size:14px}.search-input:focus{border-color:var(--brand);box-shadow:var(--focus-ring)}.search-input::placeholder{color:var(--text-muted)}.search-input-wrap .search-icon{color:var(--text-muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.breadcrumb{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex;overflow-x:auto}.breadcrumb__active{color:var(--brand)}.list-row{border:none;border-bottom:1px solid var(--border-light);text-align:left;cursor:pointer;width:100%;transition:background .2s var(--ease-out);background:0 0;align-items:center;gap:12px;padding:10px 12px;display:flex}.list-row-wrap{border-bottom:1px solid var(--border-light);align-items:stretch;display:flex}.list-row-wrap .list-row.list-row__main{border-bottom:none;flex:1;min-width:0}.list-row__upload-btn{border:none;border-left:1px solid var(--border-light);width:52px;color:var(--brand);cursor:pointer;transition:background .2s var(--ease-out);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.list-row__upload-btn:hover,.list-row:hover{background:var(--brand-soft)}.list-row__avatar{border-radius:var(--radius-sm);border:1px solid var(--border-light);background:var(--avatar-bg);flex-shrink:0;width:40px;height:40px;overflow:hidden}.list-row__avatar img{object-fit:cover;width:100%;height:100%}.list-row__info{flex:1;min-width:0}.list-row__name{color:var(--text-primary);margin:0;font-size:14px;font-weight:700;line-height:1.3}.list-row__meta{color:var(--text-secondary);margin:2px 0 0;font-size:12px;line-height:1.35}.list-row__right{align-items:center;gap:8px;display:flex}.school-thumb{border-radius:var(--radius-sm);background:var(--avatar-bg);width:40px;height:40px;box-shadow:inset 0 0 0 1px var(--border-light);flex-shrink:0;overflow:hidden}.school-thumb img{object-fit:cover;width:100%;height:100%}.chevron-btn{background:var(--surface-muted);width:26px;height:26px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.completion-ring{--progress:0;background:conic-gradient(var(--brand) calc(var(--progress) * 1%), var(--progress-bg) 0);border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.completion-ring__inner{background:var(--surface);width:30px;height:30px;color:var(--text-primary);border-radius:50%;place-items:center;font-size:9px;font-weight:800;display:grid}.stat-card{border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--surface);box-shadow:var(--shadow-sm);padding:10px 12px}.stat-card__icon-wrap{border-radius:var(--radius-sm);place-items:center;width:28px;height:28px;display:grid}.stat-card__value{letter-spacing:-.02em;color:var(--text-primary);margin:6px 0 0;font-size:20px;font-weight:800;line-height:1}.stat-card__hint{color:var(--text-secondary);margin:4px 0 0;font-size:11px;font-weight:600}.stat-card__top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.stat-card__label{letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);font-size:10px;font-weight:800}.stat-card--brand .stat-card__icon-wrap{background:var(--brand-light);color:var(--brand)}.stat-card--blue .stat-card__icon-wrap{background:var(--blue-light);color:var(--blue)}.stat-card--danger .stat-card__icon-wrap{background:var(--red-light);color:var(--red)}.stat-card--brand{border-top:2px solid var(--brand)}.stat-card--blue{border-top:2px solid var(--blue)}.stat-card--danger{border-top:2px solid var(--red)}.stat-card--danger .stat-card__value{color:var(--red)}.demo-chip{border-radius:var(--radius-md);background:var(--brand-soft);color:var(--text-secondary);border:1px dashed #f9731659;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;font-size:12px;display:flex}.demo-chip strong{color:var(--text-primary)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{width:100%;min-height:100svh}button,input{font-family:inherit}button:focus-visible,input:focus-visible,a:focus-visible{box-shadow:var(--focus-ring);outline:none}::selection{background:var(--brand-light);color:var(--text-primary)}.app-loading{min-height:100svh;color:var(--text-secondary);background:var(--bg-accent);place-items:center;display:grid}.loading-screen{flex-direction:column;align-items:center;gap:16px;padding:24px;display:flex}.loading-screen__spinner{border:3px solid var(--border-light);border-top-color:var(--brand);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.loading-screen__text{color:var(--text-secondary);margin:0;font-size:14px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fade-up .45s var(--ease-out) both}.animate-in-delay-1{animation-delay:50ms}.animate-in-delay-2{animation-delay:.1s}.animate-in-delay-3{animation-delay:.15s}
