.tomo-auth-state,.tomo-dashboard-boot{min-height:100dvh;padding:var(--space-7);background:var(--background-standalone);color:var(--color-text-primary);font-family:var(--font-sans);place-items:center;display:grid}.tomo-auth-panel,.tomo-dashboard-boot-card{width:min(620px,100%);padding:var(--space-7);border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:var(--background-standalone-card);box-shadow:var(--shadow)}.tomo-auth-panel h1,.tomo-dashboard-boot-card h1{margin:var(--space-2) 0 0;font-size:var(--type-page-title-size);line-height:1.1}.tomo-auth-panel p,.tomo-dashboard-boot-card p{margin:var(--space-3) 0 0;color:var(--color-text-muted);line-height:1.55}.tomo-auth-eyebrow,.tomo-dashboard-boot-card>span{color:var(--color-text-subtle);font-size:var(--type-caption-size);font-weight:var(--weight-label)}.tomo-auth-actions{gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap;align-items:center;display:flex}.tomo-auth-primary,.tomo-auth-secondary{min-height:42px;padding:0 var(--space-4);border-radius:var(--radius-sm);font-size:var(--type-body-size);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.tomo-auth-primary{box-shadow:var(--shadow-line-action)}.tomo-auth-secondary{border:1px solid var(--color-border-default);background:var(--color-surface-paper-translucent);color:var(--color-text-muted);font-weight:var(--weight-label)}.tomo-dashboard-boot-actions{gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap;display:flex}.tomo-dashboard-boot-actions .primary-button,.tomo-dashboard-boot-actions .secondary-button{margin-top:0;margin-left:0;text-decoration:none}.tomo-dashboard-boot{padding:clamp(var(--space-4), 2.6vw, var(--space-8));background:var(--background-standalone)}.tomo-dashboard-boot-panel{width:min(520px,100%);min-width:0;padding:clamp(var(--space-5), 4.4vw, var(--space-8));border:1px solid var(--color-border-soft);border-radius:var(--radius-panel);background:var(--background-standalone-card);box-shadow:var(--shadow-panel);text-align:center;justify-items:center;display:grid}.tomo-dashboard-boot-illustration{filter:drop-shadow(0 16px 24px #3f331b1f);background:0 0;width:min(300px,82%)}.tomo-dashboard-boot-illustration.wide{width:min(420px,96%)}.tomo-dashboard-boot-illustration img{width:100%;animation:tomo-dashboard-boot-float 2.8s var(--ease) infinite;display:block}.tomo-dashboard-boot-loader{width:min(190px,100%);height:5px;margin-top:var(--space-5);border-radius:var(--radius-pill);background:var(--color-border-soft);position:relative;overflow:hidden}.tomo-dashboard-boot-loader span{border-radius:inherit;background:linear-gradient(90deg, var(--green-strong), var(--blue));width:42%;animation:tomo-dashboard-boot-progress 1.3s var(--ease) infinite;position:absolute;inset:0 auto 0 0}.tomo-dashboard-boot-loader.determinate span{width:42%;animation:tomo-dashboard-boot-progress 1.3s var(--ease) infinite;transition:none}.tomo-dashboard-boot.attention .tomo-dashboard-boot-loader span{width:42%;animation:tomo-dashboard-boot-progress 1.3s var(--ease) infinite;background:linear-gradient(90deg, var(--green-strong), var(--blue))}@keyframes tomo-dashboard-boot-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-4px)scale(1.01)}}@keyframes tomo-dashboard-boot-progress{0%{transform:translate(-110%)}52%,to{transform:translate(240%)}}@keyframes tomo-dashboard-boot-step-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.68;transform:scale(.82)}}@keyframes tomo-dashboard-boot-actions-reveal{to{visibility:visible;opacity:1;pointer-events:auto}}.tomo-dashboard-boot-eyebrow{margin-top:var(--space-4);color:var(--color-text-subtle);font-size:var(--type-eyebrow-size);font-weight:var(--weight-label);text-transform:none}.tomo-dashboard-boot-panel h1{max-width:360px;margin:var(--space-2) 0 0;font-size:var(--type-section-title-size);font-weight:var(--weight-page-title);overflow-wrap:normal;text-wrap:balance;word-break:keep-all;line-height:1.22}.tomo-dashboard-boot-panel p{max-width:340px;margin:var(--space-3) 0 0;color:var(--color-text-muted);font-size:var(--type-body-size);line-height:1.62}.tomo-dashboard-boot-steps{gap:var(--space-2);width:min(430px,100%);margin:var(--space-5) 0 0;text-align:left;padding:0;list-style:none;display:grid}.tomo-dashboard-boot-steps li{align-items:center;gap:var(--space-3);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);min-width:0;color:var(--color-text-subtle);background:#fffdf794;grid-template-columns:14px minmax(0,1fr) auto;padding:10px 12px;display:grid}.tomo-dashboard-boot-steps li.active{color:var(--color-text-primary);background:#bcf08338;border-color:#58842f38}.tomo-dashboard-boot-steps li.complete{color:var(--color-text-muted)}.tomo-dashboard-boot-steps li.error{border-color:var(--color-danger-border);background:var(--color-danger-surface);color:var(--color-danger-text)}.tomo-dashboard-boot-step-dot{border-radius:var(--radius-pill);opacity:.5;border:1px solid;width:10px;height:10px}.tomo-dashboard-boot-steps li.active .tomo-dashboard-boot-step-dot{border-color:var(--green-strong);background:var(--green-strong);opacity:1;animation:tomo-dashboard-boot-step-pulse 1.2s var(--ease) infinite;box-shadow:0 0 0 4px #bcf08338}.tomo-dashboard-boot-steps li.complete .tomo-dashboard-boot-step-dot{border-color:var(--green-strong);background:var(--green-strong);opacity:1}.tomo-dashboard-boot-step-label,.tomo-dashboard-boot-step-state{min-width:0;font-size:var(--type-caption-size);line-height:1.35}.tomo-dashboard-boot-step-label{font-weight:var(--weight-label);overflow-wrap:anywhere}.tomo-dashboard-boot-step-state{color:inherit;font-weight:var(--weight-caption);white-space:nowrap;opacity:.72}.tomo-dashboard-boot-panel .tomo-dashboard-boot-detail{padding:var(--space-3);border:1px solid var(--color-danger-border);border-radius:var(--radius-md);background:var(--color-danger-surface);color:var(--color-danger-text)}.tomo-dashboard-boot.checking .tomo-dashboard-boot-detail{border-color:var(--priority-urgent-border);background:var(--priority-urgent-bg);color:var(--priority-urgent-ink)}.tomo-dashboard-boot-actions{justify-content:center}.tomo-dashboard-boot-actions.delayed{visibility:hidden;opacity:0;pointer-events:none;animation:tomo-dashboard-boot-actions-reveal 1ms linear var(--boot-actions-delay,8.5s) forwards}.tomo-dashboard-boot-actions .primary-button:focus-visible,.tomo-dashboard-boot-actions .secondary-button:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:3px}@media (prefers-reduced-motion:reduce){.tomo-dashboard-boot-illustration img,.tomo-dashboard-boot-loader span,.tomo-dashboard-boot-steps li.active .tomo-dashboard-boot-step-dot{animation:none}.tomo-dashboard-boot-loader:not(.determinate) span{width:100%;transform:none}}@media (max-width:560px){.tomo-dashboard-boot{padding:var(--space-3)}.tomo-dashboard-boot-panel{padding:var(--space-4) var(--space-3);border-radius:var(--radius-xl)}.tomo-dashboard-boot-illustration{width:min(210px,88%)}.tomo-dashboard-boot-loader{width:min(220px,100%);height:4px;margin-top:var(--space-4)}.tomo-dashboard-boot-eyebrow{margin-top:var(--space-4)}.tomo-dashboard-boot-panel h1{max-width:18rem;font-size:var(--type-panel-title-size);line-height:1.32}.tomo-dashboard-boot-panel p{margin-top:var(--space-2);line-height:1.52}.tomo-dashboard-boot-actions,.tomo-dashboard-boot-actions .primary-button,.tomo-dashboard-boot-actions .secondary-button{width:100%}.tomo-dashboard-boot-actions{gap:var(--space-2);margin-top:var(--space-3)}.tomo-dashboard-boot-actions .primary-button,.tomo-dashboard-boot-actions .secondary-button{min-height:44px}.tomo-dashboard-boot-steps{gap:var(--space-2);margin-top:var(--space-3)}.tomo-dashboard-boot-steps li{gap:var(--space-2);border-radius:var(--radius-sm);grid-template-columns:12px minmax(0,1fr);padding:8px 9px}.tomo-dashboard-boot-step-state{white-space:normal;grid-column:2}}@media (max-width:360px),(max-height:620px){.tomo-dashboard-boot-panel{padding:14px 10px}.tomo-dashboard-boot-illustration{width:min(166px,78%)}.tomo-dashboard-boot-panel h1{font-size:17px}.tomo-dashboard-boot-panel p{line-height:1.45}.tomo-dashboard-boot-step-label,.tomo-dashboard-boot-step-state{line-height:1.28}}.tomo-line-action{border-radius:var(--radius-md);background:var(--color-line);min-height:44px;color:var(--paper);font-weight:var(--weight-action);box-shadow:var(--shadow-line-action)}.tomo-entry{gap:var(--space-5);min-height:100dvh;padding:var(--space-5);isolation:isolate;color:var(--color-text-primary);font-family:var(--font-sans);background:linear-gradient(#fffdf7f0,#f6f4eef5),#f8f4eb;grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);align-items:stretch;display:grid;position:relative;overflow:hidden}.tomo-login-page{grid-template-columns:minmax(0,1fr)}.tomo-login-page .tomo-entry-main{justify-self:center;width:min(100%,680px)}.tomo-entry:before{content:"";z-index:-1;pointer-events:none;opacity:.5;background-image:linear-gradient(#241f140b 1px,#0000 1px),linear-gradient(90deg,#241f140a 1px,#0000 1px);background-size:44px 44px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000ad,#0000 72%);mask-image:linear-gradient(#000000ad,#0000 72%)}.tomo-entry-sidebar{z-index:1;min-width:0;min-height:calc(100dvh - (var(--space-5) * 2));gap:var(--space-6);padding:clamp(var(--space-5), 4vw, var(--space-10));border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);background:var(--background-standalone-panel);grid-template-rows:auto minmax(0,1fr) auto auto;display:grid;position:relative;box-shadow:0 18px 52px #3f331b14}.tomo-join-page .tomo-entry-sidebar{grid-template-rows:auto minmax(0,1fr)}.tomo-entry-brand-lockup{align-items:center;gap:var(--space-3);min-width:0;display:flex}.tomo-entry-logo,.tomo-entry-mobile-brand img{border-radius:var(--radius-md);background:var(--paper);box-shadow:var(--shadow-card);flex:none;overflow:hidden}.tomo-entry-logo{width:52px;height:52px}.tomo-entry-logo img,.tomo-entry-mobile-brand img{object-fit:cover;width:100%;height:100%;display:block}.tomo-entry-brand{gap:var(--space-1);min-width:0;display:grid}.tomo-entry-brand span,.tomo-entry-brand strong,.tomo-entry-brief span,.tomo-entry-brief h1,.tomo-entry-brief p,.tomo-entry-status span,.tomo-entry-status strong,.tomo-entry-status em{min-width:0;display:block}.tomo-entry-brand span{color:var(--color-text-primary);font-size:22px;font-weight:850;line-height:1}.tomo-entry-brand strong{color:var(--color-text-muted);font-size:var(--type-caption-size);font-weight:var(--weight-caption)}.tomo-entry-brief{align-self:center;gap:var(--space-4);min-width:0;display:grid}.tomo-entry-brief span,.tomo-entry-card-head span{border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);background:var(--color-surface-paper-translucent);width:max-content;max-width:100%;color:var(--color-text-subtle);font-size:var(--type-eyebrow-size);font-weight:var(--weight-label);text-transform:uppercase;padding:7px 10px}.tomo-entry-brief h1{max-width:540px;color:var(--color-text-primary);letter-spacing:0;font-size:clamp(31px,3.7vw,44px);line-height:1.06;font-weight:var(--weight-page-title);text-wrap:balance;margin:0}.tomo-entry-brief p{max-width:520px;color:var(--color-text-muted);font-size:14px;font-weight:var(--weight-body);margin:0;line-height:1.64}.tomo-entry-rail{gap:var(--space-2);display:grid}.tomo-entry-rail span{align-items:center;gap:var(--space-3);min-width:0;padding:var(--space-3);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-surface-paper-translucent);color:var(--color-text-muted);font-size:var(--type-caption-size);font-weight:var(--weight-label);grid-template-columns:34px minmax(0,1fr);line-height:1.24;display:grid}.tomo-entry-rail b{border:1px solid var(--color-border-default);border-radius:var(--radius-xs);background:var(--background-standalone-card);width:28px;height:28px;color:var(--color-text-primary);place-items:center;font-size:10px;font-weight:850;display:inline-grid}.tomo-entry-status{gap:var(--space-2);padding:var(--space-4);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);background:var(--color-accent-green-soft);display:grid}.tomo-entry-status span,.tomo-entry-topbar span,.tomo-entry-card-head span{font-size:var(--type-eyebrow-size);letter-spacing:0;text-transform:uppercase}.tomo-entry-status strong{font-size:var(--type-card-title-size);font-weight:var(--weight-card-title);line-height:1.22}.tomo-entry-status em{color:var(--color-text-muted);font-size:var(--type-caption-size);font-style:normal;line-height:1.42}.tomo-entry-main{min-width:0;min-height:calc(100dvh - (var(--space-5) * 2));align-content:center;gap:var(--space-4);padding:clamp(var(--space-5), 5vw, 72px);display:grid;overflow-y:auto}.tomo-entry-topbar,.tomo-entry-card{width:min(520px,100%);margin-inline:auto}.tomo-entry-topbar{gap:var(--space-1);padding:0 var(--space-1);display:grid}.tomo-entry-topbar span{color:var(--color-text-subtle);font-weight:var(--weight-label)}.tomo-entry-topbar strong{color:var(--color-text-primary);font-size:var(--type-card-title-size);font-weight:var(--weight-card-title)}.tomo-entry-card{z-index:1;padding:clamp(var(--space-5), 4vw, var(--space-8));border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:var(--background-standalone-card);position:relative;box-shadow:0 18px 60px #3f331b17}.tomo-entry-mobile-brand{display:none}.tomo-entry-card-head{gap:var(--space-3);margin-bottom:var(--space-6);display:grid}.tomo-entry-card-head span{background:var(--color-accent-blue-soft);color:var(--color-text-muted);border-color:#0000;display:block}.tomo-entry-card-head strong{color:var(--color-text-primary);font-size:clamp(26px,3vw,34px);line-height:1.08;font-weight:var(--weight-page-title);text-wrap:balance;display:block}.tomo-entry-card-head p,.tomo-entry-note,.tomo-entry-legal{color:var(--color-text-muted);font-size:var(--type-body-size);line-height:1.56;font-weight:var(--weight-body);margin:0}.tomo-entry-card-head p{max-width:58ch}.tomo-entry-trust{gap:var(--space-2);margin:0 0 var(--space-5);display:grid}.tomo-entry-trust section{gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-border-default);border-radius:var(--radius-md);background:#fffdf7a8;grid-template-columns:32px minmax(0,1fr);align-items:start;display:grid}.tomo-entry-step-icon{border-radius:var(--radius-md);border:1px solid color-mix(in srgb, var(--green-strong) 26%, transparent);background:color-mix(in srgb, var(--green-strong) 12%, var(--background-standalone-card));width:32px;height:32px;color:var(--green-strong);place-items:center;display:inline-grid}.tomo-entry-step-icon svg{width:18px;height:18px}.tomo-entry-trust span{gap:2px;min-width:0;display:grid}.tomo-entry-trust strong{color:var(--color-text-primary);font-size:var(--type-caption-size);font-weight:var(--weight-card-title)}.tomo-entry-trust em{color:var(--color-text-muted);font-size:var(--type-caption-size);font-style:normal;line-height:1.45}.tomo-entry-legal a{color:var(--color-text-primary);font-weight:var(--weight-label);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.tomo-entry-error{gap:var(--space-2);margin-bottom:var(--space-4);padding:var(--space-3) var(--space-4);border:1px solid var(--color-danger-border);border-radius:var(--radius-lg);background:var(--color-danger-surface);color:var(--color-danger-text);display:grid}.tomo-entry-error strong{font-size:var(--type-caption-size);font-weight:var(--weight-card-title)}.tomo-entry-error span{font-size:var(--type-caption-size);line-height:1.45;font-weight:var(--weight-label)}.tomo-entry-action{justify-content:center;align-items:center;gap:var(--space-3);width:100%;min-height:52px;margin-top:var(--space-1);border-radius:var(--radius-lg);transition:transform .18s var(--ease), box-shadow .18s var(--ease), filter .18s var(--ease);font-size:15px;text-decoration:none;display:inline-flex}button.tomo-entry-action{cursor:pointer;border:0}.tomo-entry-action:disabled{cursor:not-allowed;opacity:.62;transform:none}.tomo-entry-action:disabled:hover{box-shadow:var(--shadow-line-action);filter:none;transform:none}.tomo-entry-action svg{flex:none;width:18px;height:18px}.tomo-entry-action:hover{filter:saturate(1.03);box-shadow:var(--shadow-line-action-hover);transform:translateY(-1px)}.tomo-entry-action:active{transform:translateY(1px)}.tomo-entry-action:focus-visible,.tomo-auth-primary:focus-visible,.tomo-auth-secondary:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:3px}.tomo-entry-note{margin-top:var(--space-4)}.tomo-entry-legal{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border-soft);font-size:var(--type-caption-size)}@media (max-width:900px){.tomo-entry{padding:var(--space-4);grid-template-columns:1fr;align-content:center}.tomo-entry-sidebar{display:none}.tomo-entry-main{min-height:calc(100dvh - (var(--space-4) * 2));padding:0}.tomo-entry-topbar{display:none}.tomo-entry-card{width:min(100%,560px);padding:var(--space-5);border-radius:var(--radius-lg)}.tomo-entry-mobile-brand{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);color:var(--color-text-primary);font-size:19px;font-weight:850;display:flex}.tomo-entry-mobile-brand img{border-radius:var(--radius-md);width:44px;height:44px}.tomo-entry-card-head strong{font-size:28px}}
