:root{color:var(--theme-text);background:var(--theme-bg-1);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--theme-bg-1);overflow-wrap:anywhere;min-width:320px;min-height:100vh;margin:0}a{color:var(--theme-accent)}button,input{font:inherit}button{cursor:pointer;color:#fff;background:color-mix(in srgb, var(--theme-primary) 55%, #000);border:1px solid var(--theme-accent);border-radius:.6rem;padding:.7rem 1rem;font-weight:700}button:disabled{cursor:wait;opacity:.65}input,select,textarea{width:100%;color:var(--theme-text);background:var(--theme-surface);border:1px solid var(--theme-border);font:inherit;border-radius:.5rem;padding:.75rem}:focus-visible{outline:3px solid var(--theme-accent);outline-offset:3px}.app-header{z-index:10;border-bottom:1px solid color-mix(in srgb,var(--theme-border) 80%,transparent);background:color-mix(in srgb,var(--theme-bg-1) 82%,transparent);-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,3vw,3rem);padding:.8rem clamp(1rem,4vw,4rem);display:grid;position:sticky;top:0}.brand{color:var(--theme-text);letter-spacing:-.035em;white-space:nowrap;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:900;text-decoration:none;display:flex}.brand-mark{border:1px solid var(--theme-accent);background:var(--theme-primary);color:#1c0b03;letter-spacing:.05em;border-radius:.6rem;place-items:center;width:2rem;height:2rem;font-size:.68rem;display:grid}.brand small{color:var(--theme-muted);letter-spacing:.14em;font-size:.58rem}.app-header nav{align-items:center;gap:.35rem;display:flex}.primary-navigation{justify-content:center}.primary-navigation a{color:var(--theme-muted);border-radius:.55rem;padding:.55rem .7rem;font-size:.9rem;font-weight:750;text-decoration:none}.primary-navigation a:hover,.primary-navigation a[aria-current=page]{color:var(--theme-text);background:color-mix(in srgb,var(--theme-primary) 20%,transparent)}.account-navigation{justify-content:flex-end}.account-label{max-width:18rem;color:var(--theme-text);text-overflow:ellipsis;white-space:nowrap;gap:.1rem;font-size:.82rem;font-weight:700;display:grid;overflow:hidden}.account-label small{color:var(--theme-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:700}.sign-out{border-color:var(--theme-border);color:var(--theme-muted);background:0 0;padding:.5rem .7rem;font-size:.78rem}.shell{width:min(1100px,100%);margin:auto;padding:clamp(1.5rem,5vw,4rem)}.eyebrow{color:#d8a383}.auth-page{place-items:center;min-height:100vh;padding:1rem;display:grid}.card{background:#281208;border:1px solid #81451f;border-radius:1rem;gap:1rem;width:min(28rem,100%);padding:2rem;display:grid;box-shadow:0 1rem 4rem #0008}.card label{gap:.4rem;font-weight:700;display:grid}.card nav{justify-content:space-between;gap:1rem;display:flex}[role=alert]:before{content:"Error: ";font-weight:800}[role=status]:before{content:"Estado: ";font-weight:800}.skip-link{z-index:20;background:var(--theme-bg-1);padding:.65rem;position:fixed;top:.5rem;left:.5rem;transform:translateY(-180%)}.skip-link:focus{transform:none}@media (width<=760px){.app-header{grid-template-columns:1fr auto;gap:.7rem}.primary-navigation{grid-area:2/1/auto/-1;justify-content:flex-start;overflow:auto}.account-label{display:none}.card{padding:1.25rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.planner{gap:1.5rem;display:grid}.planner-hero{border-bottom:1px solid #7a3918;padding:clamp(1rem,3vw,2rem) 0}.planner-hero h1{letter-spacing:-.06em;text-transform:uppercase;max-width:16ch;margin:.25rem 0;font-size:clamp(2.2rem,6vw,5rem);line-height:.92}.planner-hero p:last-child{color:#ddb89f;max-width:42rem}.planning-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.planning-panel{background:linear-gradient(145deg,#321507,#211008);border:1px solid #81451f;border-radius:1.1rem;gap:1rem;padding:clamp(1rem,2.5vw,1.6rem);display:grid;box-shadow:0 1.5rem 4rem #0005}.planning-panel>header{background:0 0;border:0;padding:0}.planning-panel header div{align-items:center;gap:.75rem;display:flex}.planning-panel h2{text-transform:uppercase;margin:0}.planning-panel header span{color:#ff9b54;font-weight:900}.planning-panel label{color:#f2c9ae;gap:.35rem;font-size:.88rem;font-weight:800;display:grid}.form-row{gap:.75rem;display:flex}.form-row>*{flex:1;min-width:0}.library ul{gap:.55rem;margin:.5rem 0 0;padding:0;list-style:none;display:grid}.library li{background:#180b06;border-left:3px solid #f97316;align-items:center;gap:.5rem;padding:.75rem;display:flex}.library li div{flex:1;min-width:0;display:grid}.library small,.empty{color:#c99c82}.secondary{background:#3b2115;border-color:#946044}.danger{color:#ffb4a2;background:0 0;border-color:#b84c3b}.notice,.conflict{background:#38200c;border:1px solid #d97706;border-radius:.8rem;margin:0;padding:1rem}.conflict h2{margin-top:0}.conflict pre{background:#160a03;max-height:10rem;padding:.7rem;overflow:auto}.conflict div{gap:.6rem;display:flex}.planner-state{text-align:center;place-content:center;min-height:50vh;display:grid}@media (width<=820px){.planning-grid{grid-template-columns:1fr}.planner-hero h1{font-size:clamp(2.2rem,13vw,4rem)}}@media (width<=520px){.form-row,.library li{flex-direction:column;align-items:stretch}.conflict div{flex-direction:column}}.social-workspace{gap:1.5rem;display:grid}.social-hero{border-bottom:1px solid #7a3918}.social-hero h1{text-transform:uppercase;letter-spacing:-.06em;margin:.2rem 0;font-size:clamp(2.4rem,7vw,5.5rem)}.social-hero p:last-child{color:#ddb89f;max-width:50rem}.social-layout{grid-template-columns:minmax(18rem,.8fr) minmax(0,1.2fr);align-items:start;gap:1rem;display:grid}.social-panel{background:#281208;border:1px solid #81451f;border-radius:1rem;gap:.8rem;padding:1rem;display:grid}.social-panel h2,.social-panel h3{margin:0}.social-panel form{gap:.7rem;display:grid}.social-panel label{color:#f2c9ae;gap:.3rem;font-weight:700;display:grid}.social-panel ul,.feed{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.social-panel li,.feed article{background:#180b06;border-left:3px solid #f97316;justify-content:space-between;gap:.7rem;padding:.75rem;display:flex}.social-panel li>div:first-child,.social-panel li span{display:grid}.social-panel small,.scope-note{color:#c99c82}.actions,.tabs,.section-heading{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.section-heading{justify-content:space-between}.tabs button,.actions button{padding:.45rem .65rem;font-size:.82rem}.feed-panel{grid-area:1/2/span 2}.feed article{border-left-width:5px;display:grid}.feed article header{background:0 0;border:0;padding:0}.publish{border-bottom:1px solid #703713;padding-bottom:.8rem}.check{align-items:center;grid-template-columns:auto 1fr!important}.check input{width:auto}.comment{background:#2f180e;margin:0;padding:.55rem}.link-button{color:#ffb36b;background:0 0;border:0;padding:.2rem;text-decoration:underline}.unread{box-shadow:inset 0 0 0 1px #ffd166}@media (width<=850px){.social-layout{grid-template-columns:1fr}.feed-panel{grid-area:auto}}@media (width<=520px){.social-panel li,.actions,.tabs,.section-heading{flex-direction:column;align-items:stretch}}@media (width<=40rem),(resolution>=2x){.shell{padding:1rem}.planning-grid,.social-layout{grid-template-columns:minmax(0,1fr)}header nav{flex-wrap:wrap}.feed-panel{grid-area:auto}}.card,.planning-panel,.social-panel,.notice,.conflict{color:var(--theme-text);background:var(--theme-surface);border-color:var(--theme-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.eyebrow,.planner-hero p:last-child,.social-hero p:last-child,.planning-panel label,.social-panel label,.library small,.empty,.social-panel small,.scope-note{color:var(--theme-muted)}.secondary{color:var(--theme-text);background:color-mix(in srgb,var(--theme-surface) 75%,var(--theme-primary));border-color:var(--theme-border)}.primary-action,.action-link{border:1px solid var(--theme-accent);border-radius:.6rem;width:max-content;padding:.7rem 1rem;font-weight:800;text-decoration:none;display:inline-flex}.primary-action{color:#fff;background:color-mix(in srgb,var(--theme-primary) 55%,#000);margin-top:1rem}.routine-section{gap:.8rem;display:grid}.routine-section h2{margin-bottom:0}.routine-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.routine-cards article{border:1px solid var(--theme-border);background:linear-gradient(145deg,color-mix(in srgb,var(--theme-surface) 94%,var(--theme-primary)),var(--theme-surface));border-radius:1rem;gap:.6rem;height:100%;padding:1.15rem;display:grid;box-shadow:0 .7rem 2rem #0002}.routine-cards p,.routine-cards h3{margin:0}.routine-cards small{color:var(--theme-muted)}.routine-card-heading,.routine-actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.routine-card-heading h3{font-size:1.08rem}.routine-card-heading span{border:1px solid var(--theme-border);color:var(--theme-muted);border-radius:99px;padding:.18rem .42rem;font-size:.7rem;font-weight:800}.routine-stats{color:var(--theme-muted);font-size:.82rem;font-weight:700}.routine-exercises{min-height:2.6em;font-weight:750;line-height:1.35}.routine-muscles{color:var(--theme-muted);font-size:.83rem}.routine-actions{border-top:1px solid color-mix(in srgb,var(--theme-border) 70%,transparent);justify-content:flex-start;margin-top:auto;padding-top:.25rem}.routine-actions button,.routine-actions .action-link{padding:.5rem .7rem;font-size:.86rem}@media (width<=760px){.routine-card-heading,.routine-actions{flex-direction:column;align-items:stretch}.routine-actions .action-link{width:100%}}.shell:has(.routine-editor-page){width:min(1600px,100%);max-width:none}.routine-editor-page{gap:1rem;display:grid}.routine-editor-hero{border-bottom:1px solid var(--theme-border);justify-content:space-between;align-items:end;gap:1rem;display:flex}.routine-editor-hero h1,.catalog-heading h2{margin:.15rem 0}.routine-editor-layout{grid-template-columns:minmax(17rem,22rem) minmax(30rem,1fr) minmax(14rem,18rem);align-items:start;gap:1rem;display:grid}.catalog-picker,.routine-summary{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:1rem;gap:.75rem;padding:1rem;display:grid}.desktop-catalog,.routine-summary{max-height:calc(100vh - 2rem);position:sticky;top:1rem}.catalog-picker{max-height:calc(100vh - 2rem)}.catalog-heading,.exercise-editor>header{justify-content:space-between;align-items:start;gap:.75rem;display:flex}.catalog-picker label,.routine-name,.exercise-metadata label,.set-card label{gap:.3rem;font-weight:700;display:grid}.catalog-filters{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.catalog-results{gap:.6rem;display:grid;overflow:auto}.catalog-results article{border-left:3px solid var(--theme-accent);background:color-mix(in srgb,var(--theme-surface) 80%,#000);gap:.4rem;padding:.75rem;display:grid}.catalog-results h3,.catalog-results p{margin:0}.catalog-results small{color:var(--theme-muted)}.exercise-workspace,.exercise-list{gap:1rem;display:grid}.exercise-list{margin:0;padding:0;list-style:none}.exercise-editor{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:1rem;gap:1rem;padding:1rem;display:grid}.exercise-editor h2{margin:.2rem 0}.reorder-controls{flex-wrap:wrap;gap:.4rem;display:flex}.reorder-controls button{padding:.45rem .6rem}.exercise-metadata{grid-template-columns:2fr 1fr 1fr;gap:.6rem;display:grid}.set-editor{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.6rem;display:grid}.set-card{border:1px solid var(--theme-border);border-radius:.7rem;gap:.45rem;min-width:0;margin:0;padding:.7rem;display:grid}.set-card legend{font-weight:900}.snapshot-badge{color:var(--theme-muted);display:inline-block}.routine-summary button{width:100%}.empty-workspace{text-align:center;border:1px dashed var(--theme-border);border-radius:1rem;padding:2rem}.catalog-overlay{z-index:30;background:#000b;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.catalog-overlay .catalog-picker{width:min(42rem,100%)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1100px){.routine-editor-layout{grid-template-columns:minmax(0,1fr) minmax(14rem,18rem)}.desktop-catalog{display:none}.open-catalog{display:block}.catalog-picker.drawer{max-height:calc(100vh - 2rem)}}@media (width<=700px){.routine-editor-hero,.exercise-editor>header{flex-direction:column;align-items:stretch}.routine-editor-layout{grid-template-columns:1fr}.routine-summary{z-index:5;max-height:none;position:sticky;top:auto;bottom:0}.exercise-metadata,.set-editor,.catalog-filters{grid-template-columns:1fr}.reorder-controls{grid-template-columns:1fr 1fr;display:grid}.reorder-controls .danger{grid-column:1/-1}.catalog-overlay{padding:.5rem}.catalog-overlay .catalog-picker{max-height:calc(100vh - 1rem)}}.mesocycle-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.mesocycle-cards article,.week-card,.block-fields,.mesocycle-review,.prerequisite{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:1rem;gap:.65rem;padding:1rem;display:grid}.mesocycle-cards p,.mesocycle-cards h3,.week-card h2{margin:0}.mesocycle-cards small,.week-card small{color:var(--theme-muted)}.shell:has(.mesocycle-editor-page){width:min(1600px,100%);max-width:none}.mesocycle-editor-page{gap:1rem;display:grid}.mesocycle-editor-layout{grid-template-columns:minmax(0,1fr) minmax(15rem,19rem);align-items:start;gap:1rem;display:grid}.mesocycle-workspace,.week-list,.block-fields{gap:1rem;display:grid}.block-fields{grid-template-columns:2fr 2fr 1fr 1fr}.block-fields label,.routine-search,.day-card label{gap:.3rem;font-weight:700;display:grid}.week-card>header{background:0 0;border:0;padding:0}.week-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.day-card{border:1px solid var(--theme-border);border-radius:.7rem;align-content:start;gap:.45rem;min-width:0;padding:.6rem;display:grid}.day-actions,.week-actions{flex-wrap:wrap;gap:.35rem;display:flex}.day-actions button,.week-actions button{padding:.4rem .55rem;font-size:.8rem}.mesocycle-review{position:sticky;top:1rem}.prerequisite{max-width:42rem;margin:4rem auto}.prerequisite h1{margin:0}@media (width<=950px){.mesocycle-editor-layout,.block-fields{grid-template-columns:1fr}.mesocycle-review{position:static}.week-grid{grid-template-columns:1fr}.day-card{width:100%}}.detail-overlay,.routine-picker-overlay{z-index:30;-webkit-backdrop-filter:blur(.35rem);backdrop-filter:blur(.35rem);background:#090503b8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.routine-detail,.routine-picker-dialog{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:1.2rem;gap:1rem;width:min(52rem,100%);max-height:min(46rem,100vh - 2rem);padding:clamp(1rem,3vw,2rem);display:grid;overflow:auto;box-shadow:0 2rem 6rem #0009}.routine-detail>header,.routine-picker-dialog>header{background:0 0;border:0;justify-content:space-between;align-items:start;gap:1rem;padding:0;display:flex}.routine-detail h2,.routine-detail h3,.routine-detail p,.routine-picker-dialog h2,.routine-picker-dialog p{margin:0}.detail-close{border-color:var(--theme-border);color:var(--theme-text);background:0 0}.detail-exercises{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.detail-exercises article{border:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-bg-1) 32%,var(--theme-surface));border-radius:.8rem;gap:.65rem;padding:1rem;display:grid}.detail-exercises h3{margin:.2rem 0}.detail-exercises p,.detail-exercises small{color:var(--theme-muted)}.detail-exercises ul{color:var(--theme-text);gap:.35rem;margin:0;padding-left:1.1rem;font-size:.88rem;display:grid}.routine-detail footer{justify-content:flex-end;display:flex}.routine-assignment{text-align:left;width:100%;color:var(--theme-text);background:color-mix(in srgb,var(--theme-surface) 80%,var(--theme-primary));border-color:var(--theme-border);gap:.22rem;padding:.6rem;display:grid}.routine-assignment small{color:var(--theme-muted);letter-spacing:.09em;font-size:.65rem;font-weight:800}.routine-picker-dialog{width:min(34rem,100%)}.routine-picker-dialog label{gap:.35rem;font-weight:700;display:grid}.routine-picker-dialog ul{gap:.5rem;max-height:20rem;margin:0;padding:0;list-style:none;display:grid;overflow:auto}.routine-picker-dialog li button{text-align:left;background:color-mix(in srgb,var(--theme-surface) 75%,var(--theme-primary));border-color:var(--theme-border);gap:.2rem;width:100%;display:grid}.routine-picker-dialog li small,.picker-count{color:var(--theme-muted)}@media (width<=700px){.routine-detail>header,.routine-picker-dialog>header{flex-direction:column;align-items:stretch}.routine-detail footer .primary-action{justify-content:center;width:100%}}.routine-editor-page{gap:1.5rem}.routine-editor-hero{padding-bottom:1rem}.routine-editor-hero p:last-child{max-width:38rem;color:var(--theme-muted)}.editor-back{color:var(--theme-muted);padding:.5rem .7rem;font-weight:750}.routine-identity{border:1px solid var(--theme-border);background:linear-gradient(110deg,color-mix(in srgb,var(--theme-surface) 90%,var(--theme-primary)),var(--theme-surface));border-radius:1rem;grid-template-columns:minmax(15rem,1fr) minmax(18rem,1.25fr) auto;align-items:end;gap:1rem;padding:1.25rem;display:grid}.routine-identity h2,.exercise-workspace-heading h2,.routine-summary h2{margin:.2rem 0}.routine-identity p,.exercise-workspace-heading p,.routine-identity>span,.routine-summary small{color:var(--theme-muted)}.routine-identity>span{padding-bottom:.75rem;font-size:.84rem;font-weight:750}.routine-editor-layout{grid-template-columns:minmax(16rem,20rem) minmax(32rem,1fr) minmax(15rem,18rem);gap:1.25rem}.exercise-workspace{gap:1.25rem}.exercise-workspace-heading{border-bottom:1px solid var(--theme-border);justify-content:space-between;align-items:end;gap:1rem;padding-bottom:1rem;display:flex}.exercise-workspace-heading p{max-width:42rem;margin:.2rem 0 0}.open-catalog{display:none}.routine-summary{gap:1rem;padding:1.2rem}.routine-summary .eyebrow{margin:0}.routine-summary .unsaved{border-left:3px solid var(--theme-accent);background:color-mix(in srgb,var(--theme-primary) 16%,transparent);padding:.55rem .65rem;font-weight:800}.routine-summary .saved{color:var(--theme-muted)}.set-editor{grid-template-columns:1fr}.set-card{gap:.75rem;padding:.85rem}.set-card legend{color:var(--theme-muted);letter-spacing:.06em;text-transform:uppercase;padding:0 .35rem;font-size:.78rem;font-weight:850}.set-basics{grid-template-columns:1.35fr repeat(3,minmax(5.5rem,1fr));gap:.55rem;display:grid}.set-advanced{border-top:1px solid var(--theme-border);padding-top:.65rem}.set-advanced summary{cursor:pointer;color:var(--theme-muted);font-size:.84rem;font-weight:750}.set-advanced>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;padding-top:.7rem;display:grid}.set-card .danger{justify-self:start;padding:.4rem .55rem;font-size:.8rem}@media (width<=1100px){.routine-editor-layout{grid-template-columns:minmax(0,1fr) minmax(15rem,19rem)}.routine-identity{grid-template-columns:1fr 1fr}.routine-identity>span{grid-column:1/-1;padding:0}.open-catalog{align-self:start;display:inline-flex}}@media (width<=700px){.routine-identity,.exercise-workspace-heading{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.exercise-workspace-heading .open-catalog{justify-content:center;width:100%}.set-basics,.set-advanced>div{grid-template-columns:1fr 1fr}.set-card .danger{width:100%}}.history-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:1rem;padding:0;list-style:none;display:grid}.history-list li{min-width:0}.history-list h2,.history-list p{overflow-wrap:anywhere}.workout-history{min-width:0}:root{--theme-primary:#e85d04;--theme-secondary:#dc2f02;--theme-accent:#f48c06;--theme-bg-1:#1a0a00;--theme-bg-2:#3d1300;--theme-surface:#321508;--theme-border:#a94a1b;--theme-text:#fff5eb;--theme-muted:#ddbeaa;--theme-on-primary:#fff;--theme-success:#52b788}.theme-root{min-height:100vh;color:var(--theme-text);background:radial-gradient(circle at 85% 5%,color-mix(in srgb,var(--theme-accent) 34%,transparent),transparent 36%),linear-gradient(145deg,var(--theme-bg-1),var(--theme-bg-2));isolation:isolate}.theme-root:before{content:"";z-index:-2;opacity:.22;background-image:linear-gradient(115deg,transparent 48%,var(--theme-border) 49%,transparent 51%);pointer-events:none;background-size:4rem 4rem;position:fixed;inset:0}.orb{z-index:-1;aspect-ratio:1;filter:blur(72px);opacity:.2;background:var(--theme-primary);pointer-events:none;border-radius:50%;width:min(36rem,60vw);animation:14s ease-in-out infinite alternate orb-drift;position:fixed}.orb-one{top:-20%;right:-10%}.orb-two{background:var(--theme-accent);animation-delay:-7s;bottom:-30%;left:-10%}.profile-strip{z-index:2;border:1px solid var(--theme-border);background:var(--theme-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:none;border-radius:999px;align-items:center;gap:.65rem;max-width:16rem;padding:.35rem .7rem;display:flex;position:absolute;top:.65rem;left:50%;translate:-50%}.profile-strip>span:last-child{min-width:0;display:grid}.profile-strip strong,.profile-strip small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-strip small{color:var(--theme-muted)}.avatar{grid-template-columns:2rem auto;align-items:center;gap:.35rem;min-width:0;display:grid}.avatar img{background:var(--theme-primary);border-radius:50%;width:2rem;height:2rem}.avatar.framed img{outline:3px double var(--theme-accent);outline-offset:2px}.avatar>span{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.appearance-state{z-index:5;border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:.6rem;margin:0;padding:.6rem .8rem;position:fixed;bottom:1rem;right:1rem}@keyframes orb-drift{to{transform:translate(3rem,2rem)scale(1.08)}}@media (width<=760px){.profile-strip{width:max-content;max-width:calc(100% - 2rem);margin:.5rem 1rem;position:relative;top:auto;left:auto;translate:none}}@media (prefers-reduced-motion:reduce){.orb{animation:none}.theme-root{scroll-behavior:auto}}@media (forced-colors:active){.orb,.theme-root:before{display:none}.profile-strip{border:1px solid canvastext}}
