@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Ropa+Sans&display=swap";:root{font-family:Montserrat,sans-serif;color:#f5f5f5;background:#07090b;font-synthesis:none;--tosho-red: #ef2929;--tosho-red-hover: #ff3a3a;--tosho-panel: #090b0d;--tosho-field: #1b1d20;--tosho-border: #34373b;--tosho-muted: #9d9fa4;--tosho-line: #24272b}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#07090b}body{margin:0;min-width:320px;min-height:100vh;font-size:16px}button,input{font:inherit}button{color:inherit}h1,p{margin:0}h1{font-family:Ropa Sans,sans-serif;font-weight:400}.l-auth-shell{min-height:100vh;display:grid;grid-template-columns:clamp(27rem,27vw,30rem) minmax(0,1fr);background:#07090b}.auth-panel{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;padding:clamp(2.25rem,3vw,3.75rem) clamp(2rem,3vw,3.6rem) 2.5rem;border-right:1px solid #23262a;background:linear-gradient(180deg,#090b0de6 0% 70%,#07090be6),url(/assets/tosho-login-forge-BdAF6dkV.webp) center 48% / cover no-repeat;position:relative;z-index:2}.auth-panel__body{align-self:center;width:100%;max-width:23rem}.auth-visual{position:relative;min-height:100vh;overflow:hidden;background-color:#0a0f13}.auth-visual__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%}.l-app-shell{min-height:100vh;display:grid;grid-template-columns:16.75rem minmax(0,1fr);background:#eef1f4;color:#18212c}.app-sidebar{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;position:sticky;top:0;align-self:start;max-height:100vh;overflow-y:auto;background:#111315;color:#f7f7f7;border-right:1px solid #25282c}.l-app-main{min-width:0;min-height:100vh;display:grid;grid-template-rows:auto 1fr}.app-topbar{min-height:4.35rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.75rem 2rem;border-bottom:1px solid #d7dce2;background:#f8f9fa}.app-content{width:100%;max-width:100rem;margin-inline:auto;padding:2.1rem clamp(1.5rem,3vw,3rem) 3rem}@media(max-width:1180px){.l-auth-shell{grid-template-columns:minmax(24rem,26rem) minmax(0,1fr)}.auth-panel{padding-inline:2.5rem}.auth-panel__body{max-width:21.5rem}.l-app-shell{grid-template-columns:14.75rem minmax(0,1fr)}.app-topbar{padding-inline:1.5rem}}@media(max-width:900px){.l-auth-shell{grid-template-columns:minmax(0,1fr)}.auth-panel{min-height:100vh;border-right:0;padding:2rem clamp(1.25rem,6vw,3rem)}.auth-panel__body{max-width:28rem;margin-inline:auto}.auth-brand,.auth-panel__footer{width:100%;max-width:28rem;margin-inline:auto}.auth-visual{display:none}.l-app-shell{grid-template-columns:minmax(0,1fr);grid-template-rows:1fr auto}.app-sidebar{min-height:auto;height:auto;width:100%;max-height:none;position:fixed;inset:auto 0 0;z-index:20;display:block;overflow:visible;border-top:1px solid #2c2f33;border-right:0}.app-sidebar__brand,.app-sidebar__footer,.app-navigation__section,.app-navigation__section--spaced,.app-navigation .app-navigation__item:nth-of-type(n+6){display:none}.app-navigation{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.app-navigation__item{min-height:3.8rem;justify-content:center;padding:.45rem .3rem;text-align:center}.app-navigation__item span:last-child{font-size:.63rem}.app-navigation__indicator{display:none}.l-app-main{padding-bottom:3.8rem}.app-topbar{min-height:4rem}.app-content{padding-top:1.5rem}}@media(max-width:640px){.app-topbar,.app-content{padding-inline:1rem}}@media(max-width:480px){.auth-panel{padding:1.5rem 1.15rem 1.75rem}}.auth-brand{padding-bottom:1.65rem;border-bottom:1px solid var(--tosho-line)}.auth-brand__tosho{display:flex;align-items:center;gap:.8rem;letter-spacing:.28em}.auth-brand__tosho strong{font-size:1.05rem}.auth-brand__mark{width:2.55rem;height:2.55rem;display:grid;place-items:center;border-radius:50%;background:#fff;color:#090b0d;font-size:1.6rem;font-weight:700;letter-spacing:0}.auth-brand__organization{display:flex;flex-direction:column;width:fit-content;margin-top:1rem}.auth-brand__organization-name{font-family:Ropa Sans,sans-serif;font-size:1.55rem;letter-spacing:.18em}.auth-brand__organization-tagline{margin-top:-.1rem;color:#9b9da1;font-size:.42rem;letter-spacing:.11em;text-transform:uppercase}.auth-panel__eyebrow{margin-bottom:.65rem;color:var(--tosho-red);font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.auth-panel h1{max-width:20rem;font-size:clamp(2.15rem,3.3vw,2.9rem);line-height:1.02}.auth-panel__intro{margin-top:.8rem;color:#a7a8ac;font-size:.77rem;line-height:1.55}.auth-panel__footer{padding-top:1.6rem;border-top:1px solid var(--tosho-line);color:#686b70;font-size:.7rem}.auth-form{display:grid;gap:.9rem;margin-top:1.45rem}.auth-field{display:grid;gap:.48rem}.auth-field>span{font-size:.7rem;font-weight:700}.auth-field input{width:100%;min-height:2.75rem;padding:.7rem .78rem;border:1px solid var(--tosho-border);border-radius:.38rem;outline:none;background:var(--tosho-field);color:#fff;caret-color:var(--tosho-red);transition:border-color .15s ease,box-shadow .15s ease}.auth-field input:focus-visible{border-color:var(--tosho-red);box-shadow:0 0 0 2px #ef29293d}.auth-field__code{letter-spacing:.45em;font-weight:700;text-align:center}.auth-form__options{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:-.18rem}.auth-check{min-height:2.25rem;display:inline-flex;align-items:center;gap:.55rem;color:#a9abb0;font-size:.68rem}.auth-check input{width:.85rem;height:.85rem;accent-color:var(--tosho-red)}.auth-link{min-height:2.25rem;padding:0;border:0;background:transparent;color:#b8bac0;font-size:.68rem;cursor:pointer;text-decoration:none}.auth-link:hover{color:#fff}.auth-link:focus-visible{outline:2px solid var(--tosho-red);outline-offset:3px}.auth-link--center{justify-self:center;margin-top:.05rem}.auth-button{min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.68rem 1rem;border-radius:.38rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.auth-button--primary{border:1px solid var(--tosho-red);background:var(--tosho-red);color:#fff}.auth-button--primary:hover:not(:disabled){background:var(--tosho-red-hover)}.auth-button--secondary{border:1px solid #3a3d42;background:#17191c;color:#f1f1f1}.auth-button--secondary:hover:not(:disabled){border-color:#5a5d63}.auth-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.auth-button:disabled{cursor:not-allowed;opacity:.58}.auth-security-note{display:flex;gap:.65rem;margin-top:1rem;padding:.7rem .75rem;border:1px solid #202329;border-radius:.4rem;background:#080a0c}.auth-security-note__icon{flex:0 0 auto;color:#fff;font-size:1rem}.auth-security-note strong,.auth-security-note small{display:block}.auth-security-note strong{font-size:.7rem}.auth-security-note small{margin-top:.12rem;color:#7f8288;font-size:.58rem}.auth-message{padding:.7rem .78rem;border-radius:.38rem;font-size:.68rem;line-height:1.45}.auth-visual__veil{position:absolute;inset:0;background-color:#00000094}.app-sidebar__brand{padding:1.6rem 1.5rem 1.35rem;border-bottom:1px solid #292c30}.app-sidebar__tosho{display:flex;align-items:center;gap:.72rem;letter-spacing:.25em}.app-sidebar__tosho strong{font-size:.94rem}.app-sidebar__mark{width:2.2rem;height:2.2rem;display:grid;place-items:center;border-radius:50%;background:#fff;color:#101214;font-size:1.32rem;font-weight:700;letter-spacing:0}.app-sidebar__organization{display:flex;flex-direction:column;width:fit-content;margin-top:.92rem}.app-sidebar__organization-name{font-family:Ropa Sans,sans-serif;font-size:1.38rem;letter-spacing:.17em}.app-sidebar__organization-tagline{margin-top:-.08rem;color:#8b8e93;font-size:.38rem;letter-spacing:.1em;text-transform:uppercase}.app-navigation{padding:1.15rem .72rem 1.4rem}.app-navigation__section{margin:0 .72rem .42rem;color:#686c72;font-size:.6rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.app-navigation__section--spaced{margin-top:1.25rem}.app-navigation__item{width:100%;min-height:2.42rem;display:flex;align-items:center;gap:.7rem;padding:.58rem .72rem;border:0;border-radius:.36rem;background:transparent;color:#aeb1b6;cursor:default;text-align:left}.app-navigation__item:not(:disabled){cursor:pointer}.app-navigation__item:disabled{opacity:1}.app-navigation__item.is-active{background:#1c1f22;color:#fff}.app-navigation__indicator{width:.35rem;height:.35rem;flex:0 0 auto;border-radius:50%;background:#54585e}.app-navigation__item.is-active .app-navigation__indicator{background:var(--tosho-red);box-shadow:0 0 0 3px #ef29291f}.app-navigation__item span:last-child{font-size:.72rem;font-weight:600}.app-sidebar__footer{display:flex;align-items:flex-start;gap:.65rem;margin:0 1.15rem 1.25rem;padding:.78rem .8rem;border:1px solid #292c30;border-radius:.45rem;background:#0b0d0f}.app-sidebar__status-dot{width:.48rem;height:.48rem;flex:0 0 auto;margin-top:.14rem;border-radius:50%;background:#4ea66d;box-shadow:0 0 0 3px #4ea66d1f}.app-sidebar__footer strong,.app-sidebar__footer small{display:block}.app-sidebar__footer strong{font-size:.68rem}.app-sidebar__footer small{margin-top:.15rem;color:#777b81;font-size:.55rem;line-height:1.4}.app-search{width:min(35rem,45vw);min-height:2.55rem;display:flex;align-items:center;gap:.7rem;padding:0 .82rem;border:1px solid #d7dce2;border-radius:.45rem;background:#fff;color:#7d8792}.app-search__icon{font-size:1.05rem;color:#56616d}.app-search__placeholder{flex:1;font-size:.72rem}.app-search kbd{padding:.2rem .42rem;border:1px solid #d8dde3;border-bottom-width:2px;border-radius:.3rem;background:#f4f6f8;color:#7b848d;font-family:inherit;font-size:.58rem}.app-topbar__actions{display:flex;align-items:center;gap:.75rem}.app-icon-button{width:2.45rem;height:2.45rem;display:grid;place-items:center;border:1px solid #d8dde3;border-radius:.45rem;background:#fff;color:#606b76}.app-icon-button:disabled{opacity:1}.app-profile{display:flex;align-items:center;gap:.58rem}.app-profile__avatar{width:2.35rem;height:2.35rem;display:grid;place-items:center;border-radius:50%;background:#1e2328;color:#fff;font-size:.78rem;font-weight:700}.app-profile__identity{display:grid;min-width:6.5rem}.app-profile__identity strong{color:#232b34;font-size:.68rem}.app-profile__identity small{margin-top:.1rem;color:#89929b;font-size:.55rem}.app-profile__logout{min-height:2rem;padding:.35rem .6rem;border:0;border-left:1px solid #d8dde3;background:transparent;color:#646f79;font-size:.62rem;cursor:pointer}.app-profile__logout:hover:not(:disabled){color:#1d2630}.app-profile__logout:disabled{cursor:wait;opacity:.55}.dashboard-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.dashboard-heading__eyebrow{margin-bottom:.38rem;color:#7b848d;font-size:.61rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.dashboard-heading h1{color:#151c24;font-size:clamp(2rem,3vw,2.65rem);line-height:1}.dashboard-heading__intro{max-width:42rem;margin-top:.55rem;color:#7c8690;font-size:.72rem;line-height:1.55}.dashboard-heading__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.dashboard-action{min-height:2.35rem;padding:.58rem .82rem;border:0;border-radius:.38rem;color:#fff;font-size:.65rem;font-weight:700}.dashboard-action--project{background:#ef2929}.dashboard-action--sav{background:#7c4ce0}.dashboard-action--faq{background:#2e9b66}.dashboard-action:disabled{cursor:not-allowed;opacity:.72}.dashboard-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;margin-top:1.65rem}.dashboard-summary-card{min-height:7.2rem;display:grid;align-content:space-between;padding:1rem;border:1px solid #d8dde2;border-radius:.56rem;background:#f9fafb;box-shadow:0 .25rem .8rem #1a253008}.dashboard-summary-card:before{content:"";width:1.75rem;height:.2rem;border-radius:999px;background:#aeb5bd}.dashboard-summary-card--project:before{background:#ef2929}.dashboard-summary-card--sav:before{background:#7c4ce0}.dashboard-summary-card--faq:before{background:#2e9b66}.dashboard-summary-card__label{color:#66717c;font-size:.64rem;font-weight:700}.dashboard-summary-card strong{color:#1d2630;font-family:Ropa Sans,sans-serif;font-size:2rem;font-weight:400;line-height:1}.dashboard-summary-card small{color:#a0a8b0;font-size:.53rem}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(18rem,.8fr);gap:1rem;margin-top:1rem}.dashboard-panel{min-height:19rem;padding:1.15rem;border:1px solid #d8dde2;border-radius:.56rem;background:#f9fafb;box-shadow:0 .25rem .8rem #1a253008}.dashboard-panel__header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:.85rem;border-bottom:1px solid #e2e6ea}.dashboard-panel__eyebrow{margin-bottom:.25rem;color:#939ba4;font-size:.55rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.dashboard-panel h2{margin:0;color:#202932;font-family:Ropa Sans,sans-serif;font-size:1.18rem;font-weight:400}.dashboard-empty-state{min-height:13rem;display:grid;place-items:center;align-content:center;padding:2rem;text-align:center}.dashboard-empty-state--compact{min-height:12rem}.dashboard-empty-state__mark{width:2.6rem;height:2.6rem;display:grid;place-items:center;margin-bottom:.8rem;border:1px solid #d6dbe0;border-radius:50%;color:#9aa2aa;background:#fff}.dashboard-empty-state strong{color:#4d5863;font-size:.72rem}.dashboard-empty-state p{max-width:26rem;margin-top:.35rem;color:#969fa8;font-size:.62rem;line-height:1.55}@media(max-width:1180px){.dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid{grid-template-columns:minmax(0,1fr)}.dashboard-panel{min-height:15rem}.dashboard-empty-state{min-height:9rem}}@media(max-width:900px){.app-navigation{padding:0}.app-navigation__item.is-active{border-radius:0;background:#202327}.dashboard-heading{align-items:flex-start;flex-direction:column;gap:1rem}.dashboard-heading__actions{justify-content:flex-start}}@media(max-width:700px){.app-profile__identity{display:none}.app-profile__logout{border-left:0}.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.auth-form__options{align-items:stretch;flex-direction:column;gap:.2rem}.auth-link:not(.auth-link--center){width:fit-content}.app-search{width:auto;flex:1}.app-search__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-search kbd{display:none}.app-topbar__actions{gap:.35rem}.app-icon-button{display:none}}@media(max-width:480px){.auth-brand__tosho strong{font-size:.92rem}.auth-brand__mark{width:2.2rem;height:2.2rem;font-size:1.35rem}.auth-panel h1{font-size:clamp(2rem,11vw,2.25rem)}.auth-panel__intro{font-size:.74rem}.dashboard-heading__actions{display:grid;grid-template-columns:1fr;width:100%}.dashboard-summary{grid-template-columns:minmax(0,1fr)}}.auth-activation-key{display:grid;gap:.45rem;padding:.75rem;border:1px solid #30343a;border-radius:.38rem;background:#0b0d0f}.auth-activation-key>span{color:#9da0a6;font-size:.62rem;font-weight:700}.auth-activation-key code{overflow-wrap:anywhere;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;letter-spacing:.08em;line-height:1.5}.auth-recovery-codes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.auth-recovery-codes code{display:block;padding:.72rem .65rem;border:1px solid #30343a;border-radius:.38rem;background:#0b0d0f;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;letter-spacing:.04em;text-align:center}@media(max-width:520px){.auth-recovery-codes{grid-template-columns:minmax(0,1fr)}}.auth-brand__mark,.app-sidebar__mark{display:block;object-fit:cover}.app-sidebar__organization-logo{display:block;width:min(9.5rem,100%);max-height:2.25rem;object-fit:contain;object-position:left center}.app-view-as{min-height:2.45rem;padding:.45rem .72rem;border:1px solid #d8dde3;border-radius:.42rem;background:#fff;color:#5f6973;font-size:.62rem;font-weight:600}.app-view-as:disabled{cursor:not-allowed;opacity:.72}.dashboard-grid--supervisor{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:900px){.dashboard-grid--supervisor{grid-template-columns:minmax(0,1fr)}}@media(max-width:700px){.app-view-as{display:none}}.auth-message.is-error{border:1px solid #7f2b2b;background:#2a1113;color:#ffc8c8}.auth-message.is-success{border:1px solid #2f6f50;background:#10241a;color:#bdf2d2}@media(prefers-reduced-motion:no-preference){.auth-panel__body{animation:auth-enter .24s ease-out both}@keyframes auth-enter{0%{opacity:0;transform:translateY(.35rem)}}}@media(prefers-color-scheme:light){:root{color:#102036;background:#eef3f7}.status-card{background:#fff;border-color:#cbd6e2;box-shadow:0 2rem 6rem #16304b20}.status-card__copy,.status-card__state{color:#4c6078}}.auth-panel{color:#f5f5f5}.auth-brand__tosho{display:block;letter-spacing:0}.auth-brand__logo{display:block;width:clamp(7.75rem,9vw,8.75rem);max-width:100%;height:auto}.auth-panel__body{max-width:23.5rem}.auth-panel__eyebrow{font-size:.75rem}.auth-panel h1{max-width:23rem;color:#fff;font-size:clamp(2.1rem,2.15vw,2.65rem);line-height:1.03}.auth-panel__intro{color:#aeb0b4;font-size:.74rem;line-height:1.5}.auth-field>span{color:#fff;font-size:.78rem}.auth-field input{font-size:.8rem}.auth-check,.auth-link{font-size:.78rem}.auth-button{font-size:.78rem;font-weight:600}.auth-security-note strong{font-size:.74rem}.auth-security-note small{font-size:.7rem;font-weight:500}.auth-message{font-size:.75rem}.auth-panel__footer{font-size:.75rem;font-weight:500}.auth-visual__veil{background:linear-gradient(90deg,#07090b4d,#0000001a 30%,#0000002b)}.auth-button>span[aria-hidden=true],.auth-security-note__icon{width:1rem;height:1rem;flex:0 0 1rem;display:block;font-size:0;color:currentColor}.auth-button>span[aria-hidden=true]:before,.auth-security-note__icon:before{content:"";display:block;width:100%;height:100%;background:currentColor}.auth-button--primary>span[aria-hidden=true]:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17l5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17l5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4'/%3E%3C/svg%3E") center / contain no-repeat}.auth-button--secondary>span[aria-hidden=true]:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.5' cy='15.5' r='3.5'/%3E%3Cpath d='M10 13l9-9'/%3E%3Cpath d='M15 8l2 2'/%3E%3Cpath d='M17 6l2 2'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.5' cy='15.5' r='3.5'/%3E%3Cpath d='M10 13l9-9'/%3E%3Cpath d='M15 8l2 2'/%3E%3Cpath d='M17 6l2 2'/%3E%3C/svg%3E") center / contain no-repeat}.auth-security-note__icon:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat}@media(max-width:900px){.auth-brand__tosho{display:flex;justify-content:center}.auth-brand__logo{margin-inline:auto}}
