.atlas-app .breed-quiz{width:min(34rem,calc(100vw - 2rem));max-height:min(90svh,46rem);padding:0;border:1px solid var(--atlas-line);border-radius:1.4rem;color:var(--atlas-ink);background:var(--atlas-surface-solid);box-shadow:0 30px 80px #1e181059}.atlas-app .breed-quiz::backdrop{background:#171b1d8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.atlas-app .breed-quiz[open]{display:flex;flex-direction:column;animation:breed-quiz-in .24s cubic-bezier(.2,.8,.3,1)}@keyframes breed-quiz-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}body:has(.atlas-app .breed-quiz[open]){overflow:hidden}.atlas-app .breed-quiz-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.2rem 1.3rem .9rem;border-bottom:1px solid var(--atlas-line)}.atlas-app .breed-quiz-head h2{margin:.15rem 0 0;color:var(--atlas-ink);font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:-.01em}.atlas-app .breed-quiz-head .story-kicker{margin:0;color:var(--atlas-coral-ink);font-family:var(--atlas-font-display, inherit);font-size:.85rem;font-style:italic;letter-spacing:.02em}.atlas-app .breed-quiz-progress{display:inline-block;margin-top:.35rem;color:var(--atlas-ink-soft);font-size:.85rem;font-weight:600}.atlas-app .breed-quiz-tools{display:flex;flex:none;gap:.4rem}.atlas-app .breed-quiz-tool{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--atlas-line);border-radius:50%;color:var(--atlas-ink);background:transparent;cursor:pointer;transition:border-color .16s ease,background-color .16s ease}.atlas-app .breed-quiz-tool:hover{border-color:var(--atlas-focus);background:color-mix(in oklab,var(--atlas-focus) 8%,transparent)}.atlas-app .breed-quiz-tool:focus-visible{outline:2px solid var(--atlas-focus);outline-offset:2px}.atlas-app .breed-quiz:focus-visible{outline:2px solid var(--atlas-focus);outline-offset:-4px}.atlas-app .breed-quiz-tool .guide-icon{width:1.1rem;height:1.1rem}.atlas-app .breed-quiz-sharemsg{padding:.5rem 1.3rem 0;color:var(--atlas-focus);font-size:.8rem;font-weight:600;text-align:right}.atlas-app .breed-quiz-body{display:grid;gap:.9rem;padding:1.2rem 1.3rem;overflow-y:auto}.atlas-app .breed-quiz-question{margin:0;color:var(--atlas-ink);font-size:1.05rem;font-weight:600;line-height:1.45}.atlas-app .breed-quiz-options{display:grid;gap:.55rem}.atlas-app .breed-quiz-feedback{min-height:1.5rem;font-size:.9rem;font-weight:600}.atlas-app .breed-quiz-feedback span{display:inline-flex;align-items:center;gap:.4rem}.atlas-app .breed-quiz-feedback [data-state=correct]{color:var(--atlas-green-ink)}.atlas-app .breed-quiz-feedback [data-state=retry]{display:inline;color:var(--atlas-ink-soft)}.atlas-app .breed-quiz-feedback [data-state=retry] .guide-icon{display:inline-block;width:1rem;height:1rem;margin-right:.35rem;color:var(--atlas-coral-ink);vertical-align:-.15em}.atlas-app .breed-quiz-hintlink{color:var(--atlas-focus);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.atlas-app .breed-quiz-hint{margin:0;color:var(--atlas-ink-soft);font-size:.9rem}.atlas-app .breed-quiz-ceremony{justify-items:center;padding-top:1.6rem;text-align:center}.atlas-app .breed-quiz-seal{position:relative;display:grid;place-content:center;gap:.15rem;width:9.5rem;height:9.5rem;padding:1rem;border-radius:50%;color:var(--atlas-green-ink);background:color-mix(in oklab,var(--atlas-green-ink) 10%,var(--atlas-surface-solid))}.atlas-app .breed-quiz-seal__ring{position:absolute;inset:.45rem;border:2px dashed color-mix(in oklab,var(--atlas-green-ink) 55%,transparent);border-radius:50%}.atlas-app .breed-quiz-seal__paw .guide-icon{width:1.6rem;height:1.6rem;color:var(--atlas-green-ink)}.atlas-app .breed-quiz-seal__name{font-size:.95rem;font-weight:700;line-height:1.2;max-width:7rem}.atlas-app .breed-quiz-seal__place{font-size:.75rem;font-weight:600;opacity:.8}.atlas-app .breed-quiz-score{margin:0;color:var(--atlas-ink);font-size:1.15rem;font-weight:700}.atlas-app .breed-quiz-earned{display:flex;align-items:center;justify-content:center;gap:.45rem;margin:0;color:var(--atlas-ink-soft);font-size:.9rem}.atlas-app .breed-quiz-earned strong{color:var(--atlas-green-ink);font-size:1.05rem}.atlas-app .breed-quiz-earned--warn{color:var(--atlas-coral-ink)}.atlas-app .breed-quiz-earned--warn strong{color:inherit}.atlas-app .breed-quiz-counter{margin:0;color:var(--atlas-ink-soft);font-size:.9rem}.atlas-app .breed-quiz-counter strong{color:var(--atlas-ink)}.atlas-app .breed-quiz-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.6rem;min-height:4.25rem;padding:0 1.3rem 1.2rem}@media(prefers-reduced-motion:reduce){.atlas-app .breed-quiz[open]{animation:none}.atlas-app .breed-quiz-tool{transition:none}}.atlas-app.atlas-overview{--paper: #f6f0e9;--paper-deep: #eee4d9;--card: rgba(255, 253, 249, .94);--card-solid: #fffdfa;--ink: #171b1d;--ink-soft: #56514d;--muted: #887d74;--line: var(--glass-border, #eadfd3);--line-strong: #ddcebf;--coral: #ff584f;--coral-deep: #e93f39;--coral-soft: #ffe5e1;--aqua: #24aaa3;--aqua-soft: #dff5f3;--blue: #4b8fdc;--blue-soft: #e6f0ff;--lime: #6e9f3d;--lime-soft: #e9f4dc;--amber: #ee9900;--amber-soft: #fff0cd;--shadow: 0 12px 36px rgba(86, 60, 39, .08);--shadow-soft: 0 5px 18px rgba(86, 60, 39, .06);--radius: clamp(1rem, 1.4vw, 1.45rem);--radius-small: .9rem;--page-pad: clamp(.8rem, 2.1vw, 2rem);--gap: clamp(.85rem, 1.35vw, 1.45rem);--shell-max: 112rem;--header-h: 4.35rem;--atlas-font-ui: "Archivo", "Segoe UI", Arial, sans-serif;--atlas-font-script: "Kaushan Script", "Brush Script MT", cursive}[data-theme=dark] .atlas-app.atlas-overview{--paper: #0a0812;--paper-deep: #07090e;--card: #141916;--coral-soft: rgba(255, 88, 79, .16);--aqua-soft: rgba(36, 170, 163, .16);--blue-soft: rgba(75, 143, 220, .16);--lime-soft: rgba(110, 159, 61, .16);--amber-soft: rgba(238, 153, 0, .16);--card-solid: #141916;--ink: var(--text, #f1f5f9);--ink-soft: var(--text-muted, rgba(241, 245, 249, .7));--muted: rgba(241, 245, 249, .5);--line-strong: rgba(255, 255, 255, .16);--shadow: 0 12px 36px rgba(0, 0, 0, .5);--shadow-soft: 0 5px 18px rgba(0, 0, 0, .35)}:where(.atlas-app.atlas-overview) *,:where(.atlas-app.atlas-overview) *:before,:where(.atlas-app.atlas-overview) *:after{box-sizing:border-box}.atlas-app.atlas-overview{margin:0;min-width:20rem;min-height:100svh;color:var(--ink);--overview-bloom-white: rgba(255, 255, 255, .94);--overview-bloom-peach: rgba(255, 239, 222, .72);--overview-paper-soft: #f9f5ef;--overview-paper-deep: #f1e8df;background:radial-gradient(circle at 9% 9%,var(--overview-bloom-white),transparent 24rem),radial-gradient(circle at 88% 12%,var(--overview-bloom-peach),transparent 34rem),linear-gradient(145deg,var(--overview-paper-soft) 0%,var(--paper) 56%,var(--overview-paper-deep) 100%);font-family:var(--atlas-font-ui);font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:clip}[data-theme=dark] .atlas-app.atlas-overview{--overview-bloom-white: transparent;--overview-bloom-peach: transparent;--overview-paper-soft: #070910;--overview-paper-deep: #07090e}:where(.atlas-app.atlas-overview) a{color:inherit;text-decoration:none}:where(.atlas-app.atlas-overview) button,:where(.atlas-app.atlas-overview) input{font:inherit}:where(.atlas-app.atlas-overview) img,:where(.atlas-app.atlas-overview) iframe{display:block;max-width:100%}:where(.atlas-app.atlas-overview) .skip-link{position:fixed;z-index:100;top:.75rem;left:.75rem;padding:.7rem 1rem;border-radius:.75rem;color:#fff;background:var(--ink);transform:translateY(-150%)}:where(.atlas-app.atlas-overview) .skip-link:focus{transform:translateY(0)}:where(.atlas-app.atlas-overview) :focus-visible{outline:3px solid rgba(255,88,79,.52);outline-offset:3px}:where(.atlas-app.atlas-overview) .app-shell{width:min(100%,var(--shell-max));min-height:100svh;margin-inline:auto;background:#fffdfa61}:where(.atlas-app.atlas-overview) .mobile-title{display:flex;align-items:center;min-width:0;gap:.55rem;font-size:1.05rem;font-weight:800;letter-spacing:-.02em}:where(.atlas-app.atlas-overview) .icon-link,:where(.atlas-app.atlas-overview) .heart-toggle{display:inline-grid;width:2.75rem;height:2.75rem;flex:0 0 auto;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer;font-size:1.6rem;line-height:1}:where(.atlas-app.atlas-overview) .header-actions{display:flex;align-items:center;gap:.1rem}:where(.atlas-app.atlas-overview) .heart-control{position:relative}:where(.atlas-app.atlas-overview) .heart-control input{position:absolute;opacity:0;pointer-events:none}:where(.atlas-app.atlas-overview) .heart-control .heart-filled{display:none;color:var(--coral)}:where(.atlas-app.atlas-overview) .heart-control input:checked+.heart-toggle .heart-empty{display:none}:where(.atlas-app.atlas-overview) .heart-control input:checked+.heart-toggle .heart-filled{display:inline}:where(.atlas-app.atlas-overview) .heart-control input:focus-visible+.heart-toggle{outline:3px solid rgba(255,88,79,.52);outline-offset:3px}:where(.atlas-app.atlas-overview) .content{width:min(calc(100% - var(--page-pad) - var(--page-pad)),calc(var(--shell-max) - var(--page-pad) - var(--page-pad)));margin-inline:auto;padding-block:1rem 2rem}:where(.atlas-app.atlas-overview) .primary-grid>*,:where(.atlas-app.atlas-overview) .secondary-grid>*{min-width:0}:where(.atlas-app.atlas-overview) h1,:where(.atlas-app.atlas-overview) h2,:where(.atlas-app.atlas-overview) h3,:where(.atlas-app.atlas-overview) p{margin-top:0}:where(.atlas-app.atlas-overview) h1{margin-bottom:.7rem;color:#111617;font-family:"Instrument Serif",Georgia,serif;font-size:clamp(3rem,14vw,4.7rem);font-weight:400;letter-spacing:-.055em;line-height:.95}:where(.atlas-app.atlas-overview) h2,:where(.atlas-app.atlas-overview) h3{letter-spacing:-.025em;line-height:1.2}:where(.atlas-app.atlas-overview) h2{margin-bottom:0;font-size:clamp(1.05rem,2.3vw,1.3rem);font-weight:800}:where(.atlas-app.atlas-overview) h3{margin-bottom:0;font-size:1rem;font-weight:800}:where(.atlas-app.atlas-overview) .tag-row{display:flex;flex-wrap:wrap;gap:.45rem}:where(.atlas-app.atlas-overview) .chip{display:inline-flex;align-items:center;min-height:1.75rem;padding:.35rem .67rem;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}:where(.atlas-app.atlas-overview) .chip.coral{color:#c83832;background:var(--coral-soft)}:where(.atlas-app.atlas-overview) .chip.blue{color:#266cb5;background:var(--blue-soft)}:where(.atlas-app.atlas-overview) .chip.green{color:#487c23;background:var(--lime-soft)}:where(.atlas-app.atlas-overview) .chip.aqua{color:#177a76;background:var(--aqua-soft)}:where(.atlas-app.atlas-overview) .card{border:1px solid rgba(234,223,211,.92);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft)}:where(.atlas-app.atlas-overview) .featured{grid-area:featured;display:flex;justify-content:center;align-self:start}:where(.atlas-app.atlas-overview) .fact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}:where(.atlas-app.atlas-overview) .origin-card{grid-area:origin;position:relative}:where(.atlas-app.atlas-overview) .origin-copy{position:relative}:where(.atlas-app.atlas-overview) .section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem;gap:.75rem}:where(.atlas-app.atlas-overview) .section-head a{flex:0 0 auto}:where(.atlas-app.atlas-overview) .care-card{padding-bottom:.85rem}:where(.atlas-app.atlas-overview) .care-list{display:grid;gap:.3rem}:where(.atlas-app.atlas-overview) .care-row{display:grid;grid-template-columns:2.35rem minmax(0,1fr) auto;align-items:center;min-height:3.3rem;gap:.6rem}:where(.atlas-app.atlas-overview) .care-icon{display:grid;width:2.15rem;height:2.15rem;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fffaf3;font-size:1rem}:where(.atlas-app.atlas-overview) .care-label strong,:where(.atlas-app.atlas-overview) .care-label span{display:block}:where(.atlas-app.atlas-overview) .care-label strong{font-size:.79rem}:where(.atlas-app.atlas-overview) .care-label span{color:var(--ink-soft);font-size:.7rem}:where(.atlas-app.atlas-overview) .rating{display:flex;gap:.24rem}:where(.atlas-app.atlas-overview) .rating i{width:.48rem;height:.48rem;border-radius:50%;background:#ddd8d1}:where(.atlas-app.atlas-overview) .rating i.on{background:var(--amber)}:where(.atlas-app.atlas-overview) .svg-sprite{position:absolute;width:0;height:0;overflow:hidden}:where(.atlas-app.atlas-overview) .ui-icon{display:block;width:var(--icon-size, 24px);height:var(--icon-size, 24px);flex:0 0 auto;overflow:visible;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}[data-theme=dark] :where(.atlas-app.atlas-overview) .overview-column{--overview-text: var(--text, #f1f5f9);--overview-muted: var(--text-muted, rgba(241, 245, 249, .55));--overview-beige: rgba(255, 255, 255, .06);--overview-white: #141916}:where(.atlas-app.atlas-overview) .overview-column{--overview-orange: #ff6b4d;--overview-blue: #6ea8fe;--overview-green: #7ac943;--overview-text: #1a1a1a;--overview-muted: #6b6b6b;--overview-border: var(--glass-border, #f0e6d9);--overview-beige: #fff7ef;--overview-white: #ffffff;grid-area:overview;display:flex;width:min(100vw,375px);min-width:0;flex-direction:column;justify-self:center;gap:16px;color:var(--overview-text);font-family:Inter,Archivo,Segoe UI,Arial,sans-serif}:where(.atlas-app.atlas-overview) .overview-column>*{min-width:0;margin:0}:where(.atlas-app.atlas-overview) .overview-column .card{border:1px solid var(--overview-border);border-radius:16px;background:var(--overview-white);box-shadow:0 4px 20px #0000000a}:where(.atlas-app.atlas-overview) .overview-column .breed-intro{position:relative;display:flex;flex-direction:column;overflow:hidden;padding:18px 16px 0}:where(.atlas-app.atlas-overview) .intro-photo{position:relative;min-height:170px;flex:1 0 auto;margin:14px -16px 0}:where(.atlas-app.atlas-overview) .intro-photo img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 38%;object-position:50% 38%}:where(.atlas-app.atlas-overview) .intro-photo:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,var(--overview-white) 0%,rgba(255,255,255,0) 40%)}:where(.atlas-app.atlas-overview) .overview-column .eyebrow{margin:0 0 2px;color:var(--overview-orange);font-family:Kaushan Script,Brush Script MT,cursive;font-size:20px;font-weight:400;line-height:28px;text-align:center;transform:none}:where(.atlas-app.atlas-overview) .overview-column h1{margin:0;color:var(--overview-text);font-family:Playfair Display,"Instrument Serif",Georgia,serif;font-size:44px;font-weight:700;letter-spacing:-.5px;line-height:52px;text-align:center;white-space:nowrap}:where(.atlas-app.atlas-overview) .overview-column .intro-tags{justify-content:center;margin:12px 0 14px;gap:8px}:where(.atlas-app.atlas-overview) .overview-column .chip{min-height:30px;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;letter-spacing:0;line-height:18px}[data-theme=dark] :where(.atlas-app.atlas-overview) .overview-column .chip.coral{background:#ff584f29}[data-theme=dark] :where(.atlas-app.atlas-overview) .overview-column .chip.blue{background:#7fb2e829}[data-theme=dark] :where(.atlas-app.atlas-overview) .overview-column .chip.green{background:#8fd66a29}[data-theme=dark] :where(.atlas-app.atlas-overview) .overview-column .chip.aqua{background:#b3aeff29}:where(.atlas-app.atlas-overview) .overview-column .chip.coral{color:#dc4938;background:#fff0ed}:where(.atlas-app.atlas-overview) .overview-column .chip.blue{color:#2876bd;background:#eaf3ff}:where(.atlas-app.atlas-overview) .overview-column .chip.green{color:#4e8927;background:#eef7e4}:where(.atlas-app.atlas-overview) .overview-column .chip.aqua{color:#5966c4;background:#f0efff}:where(.atlas-app.atlas-overview) .overview-column .intro-copy{max-width:none;margin:0;color:var(--overview-muted);font-size:14px;font-weight:400;line-height:22px}:where(.atlas-app.atlas-overview) .overview-column .facts{min-height:78px;padding:14px 8px}:where(.atlas-app.atlas-overview) .overview-column .fact-grid{grid-template-columns:repeat(4,minmax(0,1fr));height:100%}:where(.atlas-app.atlas-overview) .overview-column .fact{display:grid;min-width:0;grid-template-columns:24px minmax(0,1fr);grid-template-rows:18px 18px;align-content:center;align-items:center;padding:0 2px;-moz-column-gap:4px;column-gap:4px;text-align:left}:where(.atlas-app.atlas-overview) .overview-column .fact+.fact{border-left:1px solid var(--overview-border)}:where(.atlas-app.atlas-overview) .overview-column .fact-icon{display:grid;width:24px;height:24px;grid-row:1 / 3;margin:0;place-items:center;border-radius:0;background:transparent}:where(.atlas-app.atlas-overview) .overview-column .fact-icon .ui-icon{--icon-size: 24px}:where(.atlas-app.atlas-overview) .overview-column .fact:nth-child(1) .fact-icon{color:#20b8b0;background:transparent}:where(.atlas-app.atlas-overview) .overview-column .fact:nth-child(2) .fact-icon{color:#ff8d36;background:transparent}:where(.atlas-app.atlas-overview) .overview-column .fact:nth-child(3) .fact-icon{color:var(--overview-orange);background:transparent}:where(.atlas-app.atlas-overview) .overview-column .fact:nth-child(4) .fact-icon{color:var(--overview-green);background:transparent}:where(.atlas-app.atlas-overview) .overview-column .fact-label,:where(.atlas-app.atlas-overview) .overview-column .fact-value{overflow:visible;color:var(--overview-muted);font-size:12px;line-height:18px;text-overflow:clip;white-space:nowrap}:where(.atlas-app.atlas-overview) .overview-column .fact-value{color:var(--overview-text);font-weight:600}:where(.atlas-app.atlas-overview) .overview-column .origin-card{position:relative}:where(.atlas-app.atlas-overview) .overview-column .section-kicker,:where(.atlas-app.atlas-overview) .overview-column .section-head h2{margin:0;color:var(--overview-text);font-family:Inter,Archivo,sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px}:where(.atlas-app.atlas-overview) .overview-column :where(.origin-country){margin:2px 0 6px;color:var(--overview-orange);font-size:12px;font-weight:600;line-height:18px}:where(.atlas-app.atlas-overview) .overview-column :where(.origin-copy p){margin:0 0 12px;color:var(--overview-muted);font-size:12px;font-weight:400;line-height:18px}:where(.atlas-app.atlas-overview) .overview-column .section-head{margin:0 0 8px}:where(.atlas-app.atlas-overview) .overview-column .care-card{padding:16px;background:var(--overview-white)}:where(.atlas-app.atlas-overview) .overview-column .care-card .section-head{margin-bottom:4px}:where(.atlas-app.atlas-overview) .overview-column .care-list{gap:0}:where(.atlas-app.atlas-overview) .overview-column .care-row{grid-template-columns:24px minmax(0,1fr) auto;min-height:56px;gap:12px}:where(.atlas-app.atlas-overview) .overview-column .care-icon{display:grid;width:24px;height:24px;place-items:center;border:0;border-radius:0;color:#5d493a;background:transparent;--icon-accent: #f59b00}:where(.atlas-app.atlas-overview) .overview-column .care-icon .ui-icon{--icon-size: 22px}:where(.atlas-app.atlas-overview) .overview-column .care-label strong{color:var(--overview-text);font-size:14px;font-weight:600;line-height:20px}:where(.atlas-app.atlas-overview) .overview-column .care-label span{color:var(--overview-muted);font-size:12px;font-weight:400;line-height:18px}:where(.atlas-app.atlas-overview) .overview-column .rating{gap:4px}:where(.atlas-app.atlas-overview) .overview-column .rating i{width:8px;height:8px;background:#e5e1dc}:where(.atlas-app.atlas-overview) .overview-column .rating i.on{background:#f59b00}:where(.atlas-app.atlas-overview) .overview-column .care-cta{margin-top:12px}@media(max-width:21.25rem){:where(.atlas-app.atlas-overview) .overview-column{width:100vw;padding:12px}:where(.atlas-app.atlas-overview) .overview-column .breed-intro{padding-inline:4px}:where(.atlas-app.atlas-overview) .overview-column h1{font-size:40px;line-height:48px}:where(.atlas-app.atlas-overview) .overview-column .intro-tags{gap:4px}:where(.atlas-app.atlas-overview) .overview-column .chip{padding-inline:9px;font-size:11px}:where(.atlas-app.atlas-overview) .overview-column .fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}:where(.atlas-app.atlas-overview) .overview-column .fact{min-height:48px;padding-inline:8px}:where(.atlas-app.atlas-overview) .overview-column .fact:nth-child(3){border-left:0}:where(.atlas-app.atlas-overview) .overview-column .fact:nth-child(n+3){border-top:1px solid var(--overview-border)}:where(.atlas-app.atlas-overview) .overview-column .rating{gap:3px}:where(.atlas-app.atlas-overview) .overview-column .rating i{width:7px;height:7px}}@media(max-width:47.999rem){:where(.atlas-app.atlas-overview) .content{width:100%}}[data-theme=dark] :where(.atlas-app.atlas-overview) .right-overview-column{--right-text: var(--text, #f1f5f9);--right-muted: var(--text-muted, rgba(241, 245, 249, .55));--right-beige: rgba(255, 255, 255, .06);--right-white: #141916}:where(.atlas-app.atlas-overview) .right-overview-column{--right-orange: #ff6b4d;--right-blue: #6ca8ff;--right-green: #7ac943;--right-text: #1a1a1a;--right-muted: #666666;--right-border: var(--glass-border, #f0e6d9);--right-beige: #fff7f0;--right-white: #ffffff;grid-area:insights;display:flex;width:min(100vw,375px);min-width:0;flex-direction:column;justify-self:center;gap:16px;font-family:Inter,Archivo,Segoe UI,Arial,sans-serif}:where(.atlas-app.atlas-overview) .right-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--right-border);border-radius:16px;color:var(--right-text);background:var(--right-white);box-shadow:0 4px 16px #0000000f;transition:box-shadow .18s ease,transform .18s ease}:where(.atlas-app.atlas-overview) .right-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-1px)}:where(.atlas-app.atlas-overview) .right-card h2{display:flex;align-items:center;margin:0;color:var(--right-text);font-family:Inter,Archivo,sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;gap:6px}:where(.atlas-app.atlas-overview) .right-temperament-card{padding:16px}[data-theme=dark] :where(.atlas-app.atlas-overview) .right-overview-column .temperament-verdict{color:var(--text-muted, rgba(241, 245, 249, .7))}:where(.atlas-app.atlas-overview) .right-overview-column .temperament-verdict{margin:6px 0 14px;padding-right:26px;color:#4a453f;font-family:Inter,Archivo,Segoe UI,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px}:where(.atlas-app.atlas-overview) .trait-scales{display:grid;gap:11px}:where(.atlas-app.atlas-overview) .trait-scale{display:grid;min-width:0;grid-template-columns:76px minmax(0,1fr) 76px;align-items:center;-moz-column-gap:10px;column-gap:10px}:where(.atlas-app.atlas-overview) .trait-end{overflow:hidden;color:var(--right-muted);font-size:11px;font-weight:600;line-height:14px;text-overflow:ellipsis;white-space:nowrap}:where(.atlas-app.atlas-overview) .trait-scale .trait-end:last-child{text-align:right}:where(.atlas-app.atlas-overview) .trait-track{position:relative;height:6px;border:1px solid var(--right-border);border-radius:999px;background:linear-gradient(90deg,#fff3ec,#ffddcb)}:where(.atlas-app.atlas-overview) .trait-track i{position:absolute;top:50%;width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:var(--right-orange);box-shadow:0 1px 4px #3f2b1b47;transform:translate(-50%,-50%)}:where(.atlas-app.atlas-overview) .trait-more{margin-top:10px}:where(.atlas-app.atlas-overview) .right-sketch-heart{--icon-size: 25px;position:absolute;z-index:3;top:11px;right:8px;color:var(--right-orange);stroke-width:1.6;transform:rotate(-8deg)}:where(.atlas-app.atlas-overview) .right-care-card{min-height:288px;padding:16px}:where(.atlas-app.atlas-overview) .right-info-icon{--icon-size: 14px;color:#745f4d;stroke-width:1.8}:where(.atlas-app.atlas-overview) .right-care-list{margin-top:4px}:where(.atlas-app.atlas-overview) .right-care-row{display:grid;min-height:48px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px}:where(.atlas-app.atlas-overview) .right-care-row+.right-care-row{border-top:1px solid #e3ebdd}:where(.atlas-app.atlas-overview) .right-care-icon{display:grid;width:24px;height:24px;place-items:center;color:#574a40;--icon-accent: #ffb400}:where(.atlas-app.atlas-overview) .right-care-icon .ui-icon{--icon-size: 20px;stroke-width:2}:where(.atlas-app.atlas-overview) .right-care-label strong,:where(.atlas-app.atlas-overview) .right-care-label span{display:block}:where(.atlas-app.atlas-overview) .right-care-label strong{color:var(--right-text);font-size:14px;font-weight:600;line-height:20px}:where(.atlas-app.atlas-overview) .right-care-label span{color:var(--right-muted);font-size:12px;font-weight:400;line-height:16px}:where(.atlas-app.atlas-overview) .right-rating{display:flex;gap:4px}:where(.atlas-app.atlas-overview) .right-rating i{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#e6e2d8}:where(.atlas-app.atlas-overview) .right-rating i.on{background:#ffb400}:where(.atlas-app.atlas-overview) .right-care-cta{margin-top:8px}:where(.atlas-app.atlas-overview) .right-quiz-card{min-height:224px;padding:16px 16px 60px;background:radial-gradient(circle at 76% 32%,rgba(255,221,166,.25),transparent 86px),var(--right-white)}:where(.atlas-app.atlas-overview) .right-quiz-copy{position:relative;z-index:3;width:64%}:where(.atlas-app.atlas-overview) .right-brain-icon{--icon-size: 16px;color:#4a9bff;stroke-width:1.9}:where(.atlas-app.atlas-overview) .right-quiz-copy>p{margin:4px 0 7px;color:var(--right-muted);font-size:12px;line-height:16px}:where(.atlas-app.atlas-overview) .right-streak-number,:where(.atlas-app.atlas-overview) .right-streak-label{display:block}:where(.atlas-app.atlas-overview) .right-streak-number{color:var(--right-text);font-size:24px;font-weight:700;line-height:28px}:where(.atlas-app.atlas-overview) .right-star{color:#ffb400;font-size:18px}:where(.atlas-app.atlas-overview) .right-streak-label{color:var(--right-muted);font-size:12px;line-height:16px}:where(.atlas-app.atlas-overview) .right-week-row{display:flex;justify-content:space-between;margin-top:7px;gap:5px}:where(.atlas-app.atlas-overview) .right-day{display:grid;justify-items:center;color:var(--right-muted);font-size:9px;line-height:12px;gap:2px}:where(.atlas-app.atlas-overview) .right-day-dot{display:grid;width:20px;height:20px;place-items:center;border:1px solid #ddd8cf;border-radius:50%;color:#a39a90;background:#fff;font-size:9px}:where(.atlas-app.atlas-overview) .right-day-dot .ui-icon{--icon-size: 12px;stroke-width:2.4}:where(.atlas-app.atlas-overview) .right-day.is-done .right-day-dot{border-color:#10be8a;color:#fff;background:#10be8a}:where(.atlas-app.atlas-overview) .right-day.is-missed{color:#f06b58}:where(.atlas-app.atlas-overview) .right-day.is-missed .right-day-dot{border-color:#ffd8d1;color:#ef6b55;background:#fff3f0}:where(.atlas-app.atlas-overview) .right-quiz-cat{position:absolute;z-index:2;right:5px;bottom:44px;display:block;width:128px;height:136px;overflow:hidden;-webkit-mask-image:radial-gradient(ellipse 72% 86% at 62% 58%,#000 58%,transparent 98%);mask-image:radial-gradient(ellipse 72% 86% at 62% 58%,#000 58%,transparent 98%);pointer-events:none}:where(.atlas-app.atlas-overview) .right-quiz-cat img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:32% 42%;object-position:32% 42%;-webkit-mask-image:radial-gradient(ellipse 72% 84% at 55% 52%,#000 60%,transparent 98%);mask-image:radial-gradient(ellipse 72% 84% at 55% 52%,#000 60%,transparent 98%)}:where(.atlas-app.atlas-overview) .right-sparkle{position:absolute;z-index:4;color:#ffb400;stroke-width:1.5}:where(.atlas-app.atlas-overview) .right-sparkle-a{--icon-size: 19px;top:40px;right:121px}:where(.atlas-app.atlas-overview) .right-sparkle-b{--icon-size: 17px;top:55px;right:6px}:where(.atlas-app.atlas-overview) .atlas-cta.right-quiz-cta{position:absolute;z-index:5;right:12px;bottom:12px;left:12px;width:auto}:where(.atlas-app.atlas-overview) .right-community-card{min-height:154px;padding:16px}:where(.atlas-app.atlas-overview) .right-community-head{display:flex;align-items:center;justify-content:space-between;gap:12px}:where(.atlas-app.atlas-overview) .right-heart-fill{--icon-size: 16px;color:var(--right-orange)}:where(.atlas-app.atlas-overview) .right-members{display:flex;align-items:center;margin-top:8px}:where(.atlas-app.atlas-overview) .right-member-avatar{display:block;width:32px;height:32px;margin-left:-8px;overflow:hidden;border:2px solid #fff;border-radius:50%;background:var(--right-beige)}:where(.atlas-app.atlas-overview) .right-member-avatar:first-child{margin-left:0}:where(.atlas-app.atlas-overview) .right-member-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-overview) .right-member-count{display:inline-flex;min-height:28px;align-items:center;margin-left:6px;padding:4px 10px;border:1px solid #f0e6d9;border-radius:999px;color:#8a6a3d;background:#fff6e6;font-size:12px;font-weight:500;line-height:16px}:where(.atlas-app.atlas-overview) .right-community-card>p{margin:7px 0 8px;color:var(--right-muted);font-size:14px;line-height:20px}:where(.atlas-app.atlas-overview) .secondary-grid{grid-template-areas:"shorts" "creator"}@media(max-width:21.25rem){:where(.atlas-app.atlas-overview) .right-overview-column{width:100vw;padding-inline:10px}:where(.atlas-app.atlas-overview) .right-tag-row{max-width:205px;gap:5px}:where(.atlas-app.atlas-overview) .right-chip{padding-inline:9px}:where(.atlas-app.atlas-overview) .right-rating{gap:3px}:where(.atlas-app.atlas-overview) .right-rating i{width:7px;height:7px}}@media(min-width:48rem)and (max-width:74.999rem){:where(.atlas-app.atlas-overview) .right-overview-column{width:100%;justify-self:stretch}:where(.atlas-app.atlas-overview) .secondary-grid{grid-template-columns:minmax(0,1.25fr) minmax(16rem,.75fr);grid-template-areas:"shorts creator"}}:where(.atlas-app.atlas-overview) .bottom-socials{--social-coral: #ff6b6b;--social-mint: #4ecdc4;--social-blue: #6ba8ff;--social-purple: #a78bfa;--social-green: #69a73a;--social-text: #1a1a1a;--social-muted: #6b7280;--social-share-panel: #c93532;--social-share-panel-deep: #a92327;--social-share-on-panel: #fff;--social-share-on-panel-muted: rgba(255, 255, 255, .92);--social-share-rule: rgba(255, 255, 255, .28);--social-share-shadow: rgba(122, 24, 29, .24);grid-area:creator;display:flex;width:min(100%,375px);min-width:0;container-name:bottom-socials;container-type:inline-size;flex-direction:column;justify-self:center;gap:16px;font-family:var(--atlas-font-ui)}:where(.atlas-app.atlas-overview) .social-card{position:relative;min-width:0;overflow:hidden;border:1px solid #f0f0f0;border-radius:16px;color:var(--social-text);background:#fff;box-shadow:0 4px 20px #0000000f}:where(.atlas-app.atlas-overview) .social-card h2{margin:0;color:var(--social-text);font-family:var(--atlas-font-ui);font-size:16px;font-weight:600;letter-spacing:0;line-height:24px}:where(.atlas-app.atlas-overview) .social-creator{display:grid;min-height:84px;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;padding:12px;border-color:#14352f73;background:linear-gradient(112deg,#12332c,#1d5c4e 56%,#2e8a70)}:where(.atlas-app.atlas-overview) .social-creator-avatar{display:block;width:56px;height:56px;overflow:hidden;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:#0b1f1b;box-shadow:0 3px 8px #04181459}:where(.atlas-app.atlas-overview) .social-creator-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-overview) .social-creator-copy{min-width:0;padding-inline:12px 8px}:where(.atlas-app.atlas-overview) .social-creator-copy h2{color:#fff;text-shadow:0 1px 3px rgba(4,24,20,.35)}:where(.atlas-app.atlas-overview) .social-creator-copy strong,:where(.atlas-app.atlas-overview) .social-creator-copy>span{display:flex;min-width:0;align-items:center}:where(.atlas-app.atlas-overview) .social-creator-copy strong{overflow:hidden;color:#eafff9;font-size:13px;font-weight:600;line-height:20px;text-overflow:ellipsis;white-space:nowrap;gap:5px}:where(.atlas-app.atlas-overview) .social-creator-copy>span{color:#e9fff9b8;font-size:12px;line-height:16px}:where(.atlas-app.atlas-overview) .social-verified{display:inline-grid;width:14px;height:14px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:#168cff}:where(.atlas-app.atlas-overview) .social-verified .ui-icon{--icon-size: 9px;stroke-width:2.6}:where(.atlas-app.atlas-overview) .social-follow{display:inline-flex;min-width:68px;min-height:36px;align-items:center;justify-content:center;padding:8px 16px;border:1px solid rgba(255,255,255,.88);border-radius:999px;color:#1f2b2a;background:#fffffff0;box-shadow:0 4px 12px #27575314;font-size:13px;font-weight:600;line-height:20px}:where(.atlas-app.atlas-overview) .social-stats{display:grid;min-width:0;min-height:158px;container-name:social-stats;container-type:inline-size;grid-template-rows:auto minmax(82px,auto);padding:0;overflow:visible;border:0;border-top:1px solid var(--line);border-radius:0;color:var(--ink);background:transparent;box-shadow:none}:where(.atlas-app.atlas-overview) .social-stats-intro{position:relative;display:flex;min-width:0;container-name:stats-intro;container-type:inline-size;align-items:center;justify-content:center;gap:8px;padding:12px 8px}:where(.atlas-app.atlas-overview) .social-stats-intro h2{position:relative;min-width:0;padding-inline:.5em .3em;color:var(--social-share-panel);font-family:var(--atlas-font-script);font-size:clamp(1.4rem,8.5cqi,1.85rem);font-weight:400;letter-spacing:-.02em;line-height:1.05;text-transform:uppercase;transform:rotate(-5deg)}:where(.atlas-app.atlas-overview) .social-stats-intro h2:before,:where(.atlas-app.atlas-overview) .social-stats-intro h2:after{position:absolute;color:var(--social-share-panel);font-size:1.25em;opacity:.75;pointer-events:none}:where(.atlas-app.atlas-overview) .social-stats-intro h2:before{content:"(";top:50%;left:-.12em;transform:translateY(-52%) rotate(-10deg)}:where(.atlas-app.atlas-overview) .social-stats-intro h2:after{content:")";top:-.55em;right:0;transform:rotate(16deg)}:where(.atlas-app.atlas-overview) .social-stats-intro h2 span{display:block;max-inline-size:100%;overflow-wrap:normal;word-break:normal}:where(.atlas-app.atlas-overview) .social-stats-intro h2 span:last-child{padding-left:.65em}:where(.atlas-app.atlas-overview) .social-stats-arrow{display:block;width:74px;height:48px;flex:0 0 auto;margin-top:22px;overflow:visible;color:var(--ink);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}:where(.atlas-app.atlas-overview) .social-stats-ledger{display:grid;min-width:0;min-height:96px;align-self:center;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--line-strong);border-radius:14px;background:var(--card-solid)}:where(.atlas-app.atlas-overview) .social-stat{display:grid;min-width:0;grid-template-columns:24px minmax(0,1fr);align-items:center;justify-items:start;align-content:center;padding:12px 8px;-moz-column-gap:8px;column-gap:8px;text-align:left}:where(.atlas-app.atlas-overview) .social-stat+.social-stat{border-inline-start:1px solid var(--line)}:where(.atlas-app.atlas-overview) .social-stat .ui-icon{--icon-size: 24px;color:var(--ink);stroke-width:1.75}:where(.atlas-app.atlas-overview) .social-stat-copy{min-width:0}:where(.atlas-app.atlas-overview) .social-stat-copy strong,:where(.atlas-app.atlas-overview) .social-stat-copy span{display:block}:where(.atlas-app.atlas-overview) .social-stat-copy strong{color:var(--ink);font-size:clamp(1rem,4.6vw,1.25rem);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.025em;line-height:1.05;overflow-wrap:anywhere}:where(.atlas-app.atlas-overview) .social-stat-copy span{margin-top:4px;color:var(--ink-soft);font-size:12px;line-height:1.2;overflow-wrap:anywhere}:where(.atlas-app.atlas-overview) .social-share{isolation:isolate;display:grid;min-height:286px;grid-template-areas:"heading" "prompt" "cta" "remix";grid-template-columns:minmax(0,1fr);align-content:start;padding:32px 24px 20px;border-color:var(--social-share-rule);border-radius:18px;color:var(--social-share-on-panel);background:linear-gradient(150deg,var(--social-share-panel) 0%,var(--social-share-panel-deep) 100%);box-shadow:0 12px 28px var(--social-share-shadow)}:where(.atlas-app.atlas-overview) .social-share:before,:where(.atlas-app.atlas-overview) .social-share:after{position:absolute;z-index:4;top:-11px;width:24px;height:24px;border-radius:50%;background:var(--paper);content:"";pointer-events:none}:where(.atlas-app.atlas-overview) .social-share:before{left:-11px}:where(.atlas-app.atlas-overview) .social-share:after{right:-11px}:where(.atlas-app.atlas-overview) .social-share-rays{position:absolute;z-index:0;top:7px;left:50%;width:68px;height:24px;color:var(--social-share-on-panel);fill:none;opacity:.86;stroke:currentColor;stroke-linecap:round;stroke-width:2;transform:translate(-50%);pointer-events:none}:where(.atlas-app.atlas-overview) .social-share-heading{position:relative;z-index:1;display:flex;min-width:0;grid-area:heading;align-items:flex-start;justify-content:space-between;margin-top:8px;gap:16px}:where(.atlas-app.atlas-overview) .social-share-heading h2{min-width:0;color:var(--social-share-on-panel);font-size:clamp(2rem,8vw,2.25rem);font-weight:800;letter-spacing:-.045em;line-height:.94;overflow-wrap:anywhere;text-transform:uppercase;text-wrap:balance}:where(.atlas-app.atlas-overview) .social-share-camera{--icon-size: 50px;flex:0 0 auto;color:var(--social-share-on-panel);opacity:.9;stroke-width:1.35;transform:rotate(7deg)}:where(.atlas-app.atlas-overview) .social-share-prompt{position:relative;z-index:1;grid-area:prompt;margin:10px 0 14px;color:var(--social-share-on-panel);font-size:14px;font-weight:600;line-height:20px}:where(.atlas-app.atlas-overview) .atlas-cta.social-share-upload{position:relative;z-index:2;grid-area:cta;border-color:#ffffff59;white-space:nowrap}:where(.atlas-app.atlas-overview) .atlas-cta.social-share-upload:focus-visible{outline-color:#fff}:where(.atlas-app.atlas-overview) .social-share-remix{position:relative;z-index:1;grid-area:remix;margin-top:14px;padding-top:12px;border-top:1px solid var(--social-share-rule)}:where(.atlas-app.atlas-overview) .social-share-remix>span{display:block;color:var(--social-share-on-panel-muted);font-size:12px;font-weight:500;line-height:16px}:where(.atlas-app.atlas-overview) .social-share-remix-row{display:flex;min-width:0;align-items:center;margin-top:8px}:where(.atlas-app.atlas-overview) .social-share-avatars{display:flex;min-width:0;align-items:center}:where(.atlas-app.atlas-overview) .social-share-avatars span{display:block;width:36px;height:36px;margin-left:-8px;overflow:hidden;border:2px solid var(--social-share-on-panel);border-radius:50%;background:var(--card-solid)}:where(.atlas-app.atlas-overview) .social-share-avatars span:first-child{margin-left:0}:where(.atlas-app.atlas-overview) .social-share-avatars img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-overview) .social-share-remix-row strong{margin-left:auto;color:var(--social-share-on-panel);font-size:14px;font-weight:800;font-variant-numeric:tabular-nums;line-height:20px;white-space:nowrap}@media(max-width:21.25rem){:where(.atlas-app.atlas-overview) .bottom-socials{width:100%;padding-inline:8px}:where(.atlas-app.atlas-overview) .social-creator-copy strong{font-size:11px}:where(.atlas-app.atlas-overview) .social-follow{min-width:60px;padding-inline:11px}}@container bottom-socials (max-width: 20rem){:where(.atlas-app.atlas-overview) .social-share{min-height:274px;padding:28px 18px 18px}:where(.atlas-app.atlas-overview) .social-share-heading h2{font-size:1.875rem}:where(.atlas-app.atlas-overview) .social-share-camera{--icon-size: 44px}}@container social-stats (max-width: 26rem){:where(.atlas-app.atlas-overview) .social-stats-arrow{margin-top:26px;transform:rotate(34deg)}:where(.atlas-app.atlas-overview) .social-stats-ledger{grid-template-columns:minmax(0,1fr)}:where(.atlas-app.atlas-overview) .social-stat{grid-template-columns:24px minmax(0,1fr);padding:12px 16px;-moz-column-gap:8px;column-gap:8px}:where(.atlas-app.atlas-overview) .social-stat+.social-stat{border-top:1px solid var(--line);border-inline-start:0}:where(.atlas-app.atlas-overview) .social-stat .ui-icon{--icon-size: 24px}:where(.atlas-app.atlas-overview) .social-stat-copy strong{font-size:20px}}@container social-stats (max-width: 20rem){:where(.atlas-app.atlas-overview) .social-stats-arrow{display:none}}@media(min-width:48rem)and (max-width:74.999rem){:where(.atlas-app.atlas-overview) .bottom-socials{width:100%;justify-self:stretch}}:where(.atlas-app.atlas-overview) .featured{align-self:start}:where(.atlas-app.atlas-overview) .polished-player{position:relative;width:min(100vw,375px);container-name:player;container-type:inline-size;overflow:hidden;border:1px solid rgba(40,33,27,.82);border-radius:20px;color:#fff;background:#100d0b;box-shadow:0 16px 38px #2f1f1433;font-family:Inter,Archivo,Segoe UI,Arial,sans-serif}:where(.atlas-app.atlas-overview) .polished-player .feature-media{position:relative;width:100%;aspect-ratio:9 / 16;overflow:hidden;background:linear-gradient(#0c0a080a,#0c0a081a),url(/atlas/cluster/featured-short-poster.webp) center / cover no-repeat,#17110e}:where(.atlas-app.atlas-overview) .polished-player .feature-media :is(video,iframe){position:absolute;z-index:1;inset:0;width:100%;height:100%;border:0;background:#17110e}:where(.atlas-app.atlas-overview) .polished-player .feature-media video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}:where(.atlas-app.atlas-overview) .player-media-shade{position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(8,7,6,.62) 0%,transparent 24%,transparent 58%,rgba(8,7,6,.88) 100%),linear-gradient(90deg,transparent 73%,rgba(8,7,6,.22) 100%);pointer-events:none}:where(.atlas-app.atlas-overview) .polished-player .platform-tabs{position:absolute;z-index:8;top:10px;right:12px;left:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:42px;padding:3px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#0f0c0a7a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:3px}:where(.atlas-app.atlas-overview) .polished-player .platform-tab{display:flex;min-width:0;min-height:34px;align-items:center;justify-content:center;padding:6px 8px;border-radius:999px;color:#ffffffeb;background:transparent;font-size:12px;font-weight:600;line-height:18px;gap:6px;white-space:nowrap}:where(.atlas-app.atlas-overview) .polished-player .platform-tab .ui-icon{--icon-size: 17px;stroke-width:2}:where(.atlas-app.atlas-overview) .polished-player .platform-tab[aria-current=page]{color:#171412;background:#fff;box-shadow:0 3px 10px #00000029}:where(.atlas-app.atlas-overview) .polished-player .platform-tab.instagram .ui-icon{color:#ff4f78}:where(.atlas-app.atlas-overview) .polished-player .platform-tab.youtube .ui-icon{color:#ff3131}:where(.atlas-app.atlas-overview) .player-creator-row{position:absolute;z-index:8;top:64px;right:13px;left:13px;display:flex;min-width:0;align-items:center;color:#fff;gap:9px;text-shadow:0 1px 4px rgba(0,0,0,.55)}:where(.atlas-app.atlas-overview) .player-avatar{display:block;width:42px;height:42px;flex:0 0 auto;overflow:hidden;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:#8d634b;box-shadow:0 3px 9px #00000047}:where(.atlas-app.atlas-overview) .player-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-overview) .player-handle{min-width:0;flex:1}:where(.atlas-app.atlas-overview) .player-handle strong,:where(.atlas-app.atlas-overview) .player-handle>span{display:flex;align-items:center}:where(.atlas-app.atlas-overview) .player-handle strong{overflow:hidden;font-size:12px;font-weight:600;line-height:18px;text-overflow:ellipsis;white-space:nowrap;gap:4px}:where(.atlas-app.atlas-overview) .player-handle>span{color:#ffffffc7;font-size:11px;line-height:16px}:where(.atlas-app.atlas-overview) .player-verified{display:inline-grid;width:14px;height:14px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:#168cff;font-size:9px;text-shadow:none}:where(.atlas-app.atlas-overview) .player-follow{display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:6px 12px;border:1px solid rgba(255,255,255,.72);border-radius:999px;color:#fff;background:#0d0b0940;font-size:12px;font-weight:600;line-height:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:where(.atlas-app.atlas-overview) .player-more{--icon-size: 20px;flex:0 0 auto;color:#fff}:where(.atlas-app.atlas-overview) .player-social-rail{position:absolute;z-index:9;right:10px;bottom:112px;display:flex;flex-direction:column;align-items:center;gap:12px}:where(.atlas-app.atlas-overview) .player-social-rail a,:where(.atlas-app.atlas-overview) .player-social-rail button{display:grid;justify-items:center;color:#fff;font-size:10px;font-weight:600;line-height:14px;text-shadow:0 1px 4px rgba(0,0,0,.62);gap:2px}:where(.atlas-app.atlas-overview) .player-social-rail button{padding:0;border:0;background:transparent}:where(.atlas-app.atlas-overview) .player-social-rail a>span,:where(.atlas-app.atlas-overview) .player-social-rail button>span{display:grid;width:33px;height:33px;place-items:center;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.45))}:where(.atlas-app.atlas-overview) .player-social-rail .ui-icon{--icon-size: 28px;stroke-width:1.8}:where(.atlas-app.atlas-overview) .player-social-rail .player-heart{color:#ff5f68;filter:drop-shadow(0 2px 4px rgba(0,0,0,.32))}:where(.atlas-app.atlas-overview) .polished-player .feature-meta{position:absolute;z-index:7;right:0;bottom:0;left:0;display:block;min-height:190px;padding:18px 54px 12px 16px;color:#fff;background:linear-gradient(180deg,transparent 0%,rgba(8,7,6,.58) 18%,rgba(8,7,6,.94) 100%);pointer-events:none}:where(.atlas-app.atlas-overview) .polished-player .feature-caption{margin:0 0 7px;color:#fff;font-size:12px;font-weight:500;line-height:17px;text-shadow:0 1px 4px rgba(0,0,0,.58)}:where(.atlas-app.atlas-overview) .player-audio{display:flex;min-width:0;align-items:center;color:#ffffffeb;font-size:11px;font-weight:500;line-height:16px;gap:6px;pointer-events:auto}:where(.atlas-app.atlas-overview) .player-audio .ui-icon{--icon-size: 15px;flex:0 0 auto}:where(.atlas-app.atlas-overview) .player-audio span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@container player (max-width: 21rem){:where(.atlas-app.atlas-overview) .player-creator-row{top:58px;gap:6px}:where(.atlas-app.atlas-overview) .player-avatar{width:34px;height:34px}:where(.atlas-app.atlas-overview) .player-social-rail{bottom:124px;gap:8px}:where(.atlas-app.atlas-overview) .player-social-rail .ui-icon{--icon-size: 23px}:where(.atlas-app.atlas-overview) .player-social-rail a>span,:where(.atlas-app.atlas-overview) .player-social-rail button>span{width:27px;height:27px}:where(.atlas-app.atlas-overview) .polished-player .feature-meta{min-height:160px;padding-right:46px}}@media(max-width:21.25rem){:where(.atlas-app.atlas-overview) .polished-player{width:100vw;border-radius:16px}:where(.atlas-app.atlas-overview) .polished-player .platform-tab{padding-inline:4px;font-size:10px;gap:4px}:where(.atlas-app.atlas-overview) .player-handle strong{max-width:118px}}@media(min-width:48rem)and (max-width:74.999rem){:where(.atlas-app.atlas-overview) .polished-player{width:100%}}:where(.atlas-app.atlas-overview) .social-creator-bio,:where(.atlas-app.atlas-overview) .social-creator-members{display:none}:where(.atlas-app.atlas-overview) .social-creator-bio{margin:0;color:#e9fff9d9;font-size:13px;line-height:19px}:where(.atlas-app.atlas-overview) .social-creator-members{align-items:center}:where(.atlas-app.atlas-overview) .social-creator-members span{display:block;width:26px;height:26px;margin-left:-7px;overflow:hidden;border:2px solid #fff;border-radius:50%;background:#fff3ec}:where(.atlas-app.atlas-overview) .social-creator-members span:first-child{margin-left:0}:where(.atlas-app.atlas-overview) .social-creator-members img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-overview) .social-creator-members b{display:inline-flex;min-height:26px;align-items:center;margin-left:6px;padding:3px 9px;border:1px solid rgba(255,255,255,.85);border-radius:999px;color:#2c4a48;background:#ffffffb8;font-size:11px;font-weight:600}@media(max-width:47.999rem){:where(.atlas-app.atlas-overview) .primary-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"intro" "featured" "facts" "temperament" "care" "quiz" "origin" "mobile-community";gap:12px;justify-items:stretch}:where(.atlas-app.atlas-overview) .overview-column,:where(.atlas-app.atlas-overview) .right-overview-column{display:contents}:where(.atlas-app.atlas-overview) .overview-column .breed-intro{grid-area:intro;width:100%;min-height:0;padding:0 16px 2px;border:0;border-radius:0;background:transparent;box-shadow:none}:where(.atlas-app.atlas-overview) .overview-column .eyebrow,:where(.atlas-app.atlas-overview) .overview-column h1,:where(.atlas-app.atlas-overview) .overview-column .intro-copy,:where(.atlas-app.atlas-overview) .overview-column .intro-photo{display:none}:where(.atlas-app.atlas-overview) .overview-column .intro-tags{justify-content:flex-start;margin:0;gap:8px}:where(.atlas-app.atlas-overview) .overview-column .chip{min-height:26px;padding:4px 11px;font-size:11px;line-height:18px}:where(.atlas-app.atlas-overview) .featured{grid-area:featured;width:100%;padding-inline:12px}:where(.atlas-app.atlas-overview) .polished-player{width:100%;max-width:375px;justify-self:center}:where(.atlas-app.atlas-overview) .overview-column .facts{grid-area:facts;width:calc(100% - 24px);justify-self:center}:where(.atlas-app.atlas-overview) .right-temperament-card{grid-area:temperament;width:calc(100% - 24px);justify-self:center}:where(.atlas-app.atlas-overview) .overview-column .care-card{grid-area:care;display:block;width:calc(100% - 24px);justify-self:center}:where(.atlas-app.atlas-overview) .overview-column .origin-card{grid-area:origin;width:calc(100% - 24px);justify-self:center}:where(.atlas-app.atlas-overview) .right-care-card{display:none}:where(.atlas-app.atlas-overview) .right-quiz-card{grid-area:quiz;width:calc(100% - 24px);justify-self:center}:where(.atlas-app.atlas-overview) .right-community-card{grid-area:mobile-community;display:block;width:calc(100% - 24px);justify-self:center}}@media(min-width:48rem)and (max-width:74.999rem){:where(.atlas-app.atlas-overview) .primary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"left featured" "left right";gap:16px;align-items:start;justify-items:stretch}:where(.atlas-app.atlas-overview) .overview-column{grid-area:left;display:flex;flex-direction:column;gap:16px;width:100%;padding:0}:where(.atlas-app.atlas-overview) .overview-column .breed-intro{order:1;width:100%}:where(.atlas-app.atlas-overview) .featured{grid-area:featured;width:100%;align-self:start}:where(.atlas-app.atlas-overview) .polished-player{width:100%;max-width:none}:where(.atlas-app.atlas-overview) .overview-column .facts{order:2;width:100%}:where(.atlas-app.atlas-overview) .overview-column .care-card{order:3;display:block;width:100%}:where(.atlas-app.atlas-overview) .overview-column .origin-card{order:4;width:100%}:where(.atlas-app.atlas-overview) .right-overview-column{grid-area:right;display:flex;flex-direction:column;gap:16px;width:100%;margin-top:clamp(-64px,calc((100vw - 1024px)*.348),0px)}:where(.atlas-app.atlas-overview) .right-care-card{display:none}:where(.atlas-app.atlas-overview) .right-temperament-card,:where(.atlas-app.atlas-overview) .right-quiz-card{width:100%}:where(.atlas-app.atlas-overview) .right-community-card{display:block;width:100%}}:where(.atlas-app.atlas-overview) .shorts-section{grid-area:shorts;position:relative;isolation:isolate;align-self:start;padding:14px 0 12px;border-color:#f0e6d9;background:#fff;box-shadow:0 4px 18px #1a14100e}:where(.atlas-app.atlas-overview) .shorts-section .section-head{min-height:24px;margin:0 0 10px;padding-inline:16px}:where(.atlas-app.atlas-overview) .shorts-section .section-head h2{display:flex;align-items:center;gap:7px;margin:0;color:#1a1a1a;font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.02em}:where(.atlas-app.atlas-overview) .shorts-title-spark{color:#f8a400;font-size:20px;line-height:1;transform:translateY(-1px)}:where(.atlas-app.atlas-overview) .shorts-track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(118px,16cqi,156px);gap:10px;padding:0 16px 8px;overflow-x:auto;scroll-padding-inline:16px;scroll-snap-type:inline mandatory;scrollbar-width:none}:where(.atlas-app.atlas-overview) .shorts-track::-webkit-scrollbar{display:none}:where(.atlas-app.atlas-overview) .short-card{display:grid;grid-template-rows:122px 54px;min-width:0;overflow:hidden;border:1px solid #eadfd3;border-radius:14px;color:#1a1a1a;background:#fff;box-shadow:0 2px 8px #1e161113;scroll-snap-align:start;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}:where(.atlas-app.atlas-overview) .short-card:hover{border-color:#ffc2c5;box-shadow:0 5px 16px #2318121f;transform:translateY(-2px)}:where(.atlas-app.atlas-overview) .short-card.is-featured{border:2px solid #ff4f78;box-shadow:0 3px 10px #ff4f7821}:where(.atlas-app.atlas-overview) .short-poster{position:relative;width:100%;height:122px;aspect-ratio:auto;overflow:hidden;border-radius:0;background:#e9e0d7}:where(.atlas-app.atlas-overview) .short-poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .24s var(--atlas-ease-out, ease-out)}:where(.atlas-app.atlas-overview) .short-card:hover .short-poster img{transform:scale(1.035)}:where(.atlas-app.atlas-overview) .short-platform,:where(.atlas-app.atlas-overview) .short-duration{position:absolute;z-index:2;top:8px;display:grid;place-items:center;color:#fff;box-shadow:0 2px 6px #0000002e}:where(.atlas-app.atlas-overview) .short-platform{left:8px;width:22px;height:22px;border:2px solid rgba(255,255,255,.96);border-radius:7px}:where(.atlas-app.atlas-overview) .short-platform .ui-icon{width:14px;height:14px}:where(.atlas-app.atlas-overview) .short-platform.instagram{background:linear-gradient(145deg,#7248ff 4%,#e1306c 46%,#ff8a2b 96%)}:where(.atlas-app.atlas-overview) .short-platform.tiktok{border-color:#151515;border-radius:50%;background:#151515}:where(.atlas-app.atlas-overview) .short-platform.youtube{border-color:#ff2029;background:#ff2029}:where(.atlas-app.atlas-overview) .short-duration{right:7px;min-width:34px;height:20px;padding-inline:5px;border-radius:10px;font-size:11px;font-weight:600;line-height:20px;background:#23232394;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}:where(.atlas-app.atlas-overview) .short-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:2px;padding:7px 9px 8px;border-top:1px solid #f1e9e1}:where(.atlas-app.atlas-overview) .short-title{display:block;margin:0;overflow:hidden;color:#171717;font-size:11px;font-weight:650;line-height:16px;text-overflow:ellipsis;white-space:nowrap}:where(.atlas-app.atlas-overview) .short-handle{display:block;overflow:hidden;color:#666;font-size:10px;font-weight:450;line-height:15px;text-overflow:ellipsis;white-space:nowrap}:where(.atlas-app.atlas-overview) .shorts-nav{position:absolute;z-index:4;top:50%;display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid #eee6de;border-radius:50%;color:#151515;background:#fffffff5;box-shadow:0 5px 14px #19120e24;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;transform:translateY(-50%);transition:color .16s ease,transform .16s ease}:where(.atlas-app.atlas-overview) .shorts-nav[hidden]{display:none}:where(.atlas-app.atlas-overview) .shorts-prev{left:7px}:where(.atlas-app.atlas-overview) .shorts-next{right:7px}:where(.atlas-app.atlas-overview) .shorts-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}:where(.atlas-app.atlas-overview) .shorts-nav:hover{color:#ff4f55;transform:translateY(-50%) scale(1.07)}@media(min-width:64rem){:where(.atlas-app.atlas-overview) .shorts-section{display:flex;flex-direction:column}:where(.atlas-app.atlas-overview) .shorts-section .section-head{flex:0 0 auto}:where(.atlas-app.atlas-overview) .shorts-track{min-height:0;flex:1 1 auto;grid-auto-rows:minmax(0,1fr);padding-bottom:12px}:where(.atlas-app.atlas-overview) .short-card{grid-template-rows:minmax(0,1fr) auto}:where(.atlas-app.atlas-overview) .short-poster{height:auto;min-height:0}}@media(max-width:47.999rem){:where(.atlas-app.atlas-overview) .shorts-section{width:100%;border-right:0;border-left:0;border-radius:0}:where(.atlas-app.atlas-overview) .shorts-track{grid-auto-columns:clamp(122px,36vw,138px)}:where(.atlas-app.atlas-overview) .shorts-nav{display:none}}@media(prefers-reduced-motion:reduce){:where(.atlas-app.atlas-overview) *,:where(.atlas-app.atlas-overview) *:before,:where(.atlas-app.atlas-overview) *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.atlas-app.atlas-guide{--paper: #f6f0e9;--paper-deep: #eee4d9;--card: #fffdfa;--card-soft: #fbf7f1;--ink: #171b1d;--ink-soft: #56514d;--muted: #746b64;--line: var(--glass-border, #eadfd3);--line-strong: #ddcebf;--accent: #c93532;--accent-bright: #d94b3f;--accent-soft: #ffe5e1;--accent-ink: #fffdfa;--amber: #9b5e0b;--amber-bright: #f2a329;--amber-soft: #fff1d6;--violet: #6050b8;--violet-soft: #efedff;--green: #2f732d;--green-bright: #4f9239;--green-soft: #edf6e8;--sky: #2c6d8a;--sky-bright: #68add8;--sky-soft: #eaf5fb;--teal: #2b7079;--teal-bright: #73b5bf;--teal-soft: #e8f4f5;--warning: #a83f2e;--warning-bright: #d9573f;--warning-soft: #fff0eb;--focus: #256a4c;--clear: transparent;--white-bloom: rgba(255, 255, 255, .92);--peach-bloom: rgba(255, 235, 218, .58);--shell-wash: rgba(255, 253, 250, .36);--header-wash: rgba(249, 245, 239, .94);--input-wash: rgba(255, 253, 250, .88);--surface-wash-82: rgba(255, 253, 250, .82);--surface-wash-96: rgba(255, 253, 250, .96);--surface-wash-52: rgba(255, 253, 250, .52);--bottom-shadow-color: rgba(80, 55, 37, .08);--shadow-card: 0 5px 18px rgba(86, 60, 39, .06);--shadow-hover: 0 8px 24px rgba(86, 60, 39, .1);--font-ui: "Archivo", "Segoe UI", sans-serif;--font-display: "Instrument Serif", Georgia, serif;--space-3xs: .25rem;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.5rem;--space-2xl: 3rem;--space-3xl: 4.5rem;--space-4xl: 6rem;--space-5xl: 8rem;--radius-control: .5rem;--radius-card: 1rem;--radius-hero: 1.5rem;--radius-pill: 999px;--hairline: 1px;--page-pad: clamp(.75rem, 3.5vw, 2rem);--guide-gap: var(--space-sm);--header-h: 4.25rem;--shell-max: 112.5rem;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.7, 0, .84, 0);--dur-micro: .12s;--dur-short: .22s;--z-sticky: 200}[data-theme=dark] .atlas-app.atlas-guide{--paper: #0a0812;--paper-deep: #07090e;--card: #141916;--card-soft: #070910;--ink: var(--text, #f1f5f9);--ink-soft: var(--text-muted, rgba(241, 245, 249, .7));--muted: rgba(241, 245, 249, .5);--line-strong: rgba(255, 255, 255, .16);--accent: #ff8f86;--amber: #f2b25c;--violet: #b3aeff;--green: #8fd66a;--sky: #7fb2e8;--teal: #73b5bf;--warning: #ffab91;--accent-soft: rgba(255, 143, 134, .16);--amber-soft: rgba(242, 178, 92, .16);--violet-soft: rgba(179, 174, 255, .16);--green-soft: rgba(143, 214, 106, .16);--sky-soft: rgba(127, 178, 232, .16);--teal-soft: rgba(115, 181, 191, .16);--warning-soft: rgba(255, 171, 145, .16);--white-bloom: transparent;--peach-bloom: transparent;--shell-wash: rgba(255, 255, 255, .04);--header-wash: #141916;--input-wash: rgba(255, 255, 255, .06);--surface-wash-82: #141916;--surface-wash-96: #1c2128;--surface-wash-52: rgba(255, 255, 255, .08);--bottom-shadow-color: rgba(0, 0, 0, .4);--shadow-card: 0 5px 18px rgba(0, 0, 0, .35);--shadow-hover: 0 8px 24px rgba(0, 0, 0, .45)}:where(.atlas-app.atlas-guide) *,:where(.atlas-app.atlas-guide) *:before,:where(.atlas-app.atlas-guide) *:after{box-sizing:border-box}.atlas-app.atlas-guide{margin:0;min-width:20rem;min-height:100svh;color:var(--ink);background:radial-gradient(circle at 8% 5%,var(--white-bloom),var(--clear) 23rem),radial-gradient(circle at 91% 8%,var(--peach-bloom),var(--clear) 31rem),linear-gradient(145deg,var(--card-soft),var(--paper) 58%,var(--paper-deep));font-family:var(--font-ui);font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:clip}:where(.atlas-app.atlas-guide) a{color:inherit;text-decoration:none}:where(.atlas-app.atlas-guide) button,:where(.atlas-app.atlas-guide) input{font:inherit}:where(.atlas-app.atlas-guide) img,:where(.atlas-app.atlas-guide) svg{display:block;max-width:100%}:where(.atlas-app.atlas-guide) h1,:where(.atlas-app.atlas-guide) h2,:where(.atlas-app.atlas-guide) h3,:where(.atlas-app.atlas-guide) p,:where(.atlas-app.atlas-guide) ul{margin-top:0}:where(.atlas-app.atlas-guide) :focus-visible{outline:3px solid var(--focus);outline-offset:3px}:where(.atlas-app.atlas-guide) .svg-sprite{position:absolute;width:0;height:0;overflow:hidden}:where(.atlas-app.atlas-guide) .guide-icon{width:var(--icon-size, 1.5rem);height:var(--icon-size, 1.5rem);flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}:where(.atlas-app.atlas-guide) .skip-link{position:fixed;z-index:calc(var(--z-sticky) + 1);top:var(--space-sm);left:var(--space-sm);min-height:2.75rem;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-control);color:var(--card);background:var(--ink);transform:translateY(-160%)}:where(.atlas-app.atlas-guide) .skip-link:focus{transform:translateY(0)}:where(.atlas-app.atlas-guide) .app-shell{width:min(100%,var(--shell-max));min-height:100svh;margin-inline:auto;background:var(--shell-wash)}:where(.atlas-app.atlas-guide) .mobile-title{display:flex;min-width:0;align-items:center;gap:var(--space-xs);font-size:1rem;font-weight:800;letter-spacing:-.02em}:where(.atlas-app.atlas-guide) .mobile-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where(.atlas-app.atlas-guide) .mobile-back,:where(.atlas-app.atlas-guide) .mobile-more{display:grid;width:2.75rem;height:2.75rem;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--ink)}:where(.atlas-app.atlas-guide) .mobile-back .guide-icon,:where(.atlas-app.atlas-guide) .mobile-more .guide-icon{--icon-size: 1.25rem}:where(.atlas-app.atlas-guide) .content{width:min(calc(100% - var(--page-pad) * 2),80rem);margin-inline:auto;padding-block:var(--space-md) var(--space-xl)}:where(.atlas-app.atlas-guide) .guide-grid{display:grid;min-width:0;grid-template-columns:minmax(0,1fr);gap:var(--guide-gap);align-items:stretch}:where(.atlas-app.atlas-guide) .guide-grid>*{min-width:0}:where(.atlas-app.atlas-guide) .guide-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card);box-shadow:var(--shadow-card)}:where(.atlas-app.atlas-guide) .guide-card[id],:where(.atlas-app.atlas-guide) .guide-disclaimer[id],:where(.atlas-app.atlas-guide) .guide-closing[id]{scroll-margin-top:calc(var(--header-h) + var(--space-sm))}:where(.atlas-app.atlas-guide) .care-glance,:where(.atlas-app.atlas-guide) .care-grooming,:where(.atlas-app.atlas-guide) .care-enrichment,:where(.atlas-app.atlas-guide) .health-glance,:where(.atlas-app.atlas-guide) .health-prevention,:where(.atlas-app.atlas-guide) .health-issues,:where(.atlas-app.atlas-guide) .health-warnings{container-type:inline-size}:where(.atlas-app.atlas-guide) .guide-card-body{padding:var(--space-md)}:where(.atlas-app.atlas-guide) .care-nutrition .guide-card-body{padding-bottom:calc(var(--space-3xl) + var(--space-md))}:where(.atlas-app.atlas-guide) .guide-grid>.guide-disclaimer{margin-top:0}:where(.atlas-app.atlas-guide) .guide-hero{min-height:26rem;padding:var(--space-lg) var(--space-md) var(--space-xl);border-radius:var(--radius-hero);isolation:isolate}:where(.atlas-app.atlas-guide) .guide-hero:after{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,var(--card) 0%,var(--card) 38%,var(--surface-wash-82) 54%,var(--clear) 74%);content:"";pointer-events:none}:where(.atlas-app.atlas-guide) .guide-hero-image{position:absolute;z-index:0;right:0;bottom:0;width:100%;height:65%;-o-object-fit:cover;object-fit:cover;-o-object-position:58% 40%;object-position:58% 40%}:where(.atlas-app.atlas-guide) .guide-hero-copy{position:relative;z-index:2;min-width:0}:where(.atlas-app.atlas-guide) .guide-hero h1{min-width:0;max-width:12ch;margin-bottom:var(--space-sm);padding-right:var(--space-2xl);font-family:var(--font-display);font-size:clamp(3rem,13vw,4.25rem);font-weight:400;letter-spacing:-.04em;line-height:.96;overflow-wrap:anywhere}:where(.atlas-app.atlas-guide) .guide-hero p{max-width:45ch;margin-bottom:0;color:var(--ink-soft);font-size:.95rem;line-height:1.6}:where(.atlas-app.atlas-guide) .doodle-heart{position:absolute;z-index:2;top:2.4rem;right:var(--space-lg);width:2.25rem;height:2.25rem;color:var(--accent-bright);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transform:rotate(8deg);pointer-events:none}:where(.atlas-app.atlas-guide) .guide-section-head{display:flex;min-width:0;align-items:center;gap:var(--space-sm)}:where(.atlas-app.atlas-guide) .section-mark{display:grid;width:3rem;height:3rem;flex:0 0 auto;place-items:center;border-radius:50%}:where(.atlas-app.atlas-guide) .section-mark .guide-icon{--icon-size: 1.55rem}:where(.atlas-app.atlas-guide) .section-mark.amber{color:var(--amber);background:var(--amber-soft)}:where(.atlas-app.atlas-guide) .section-mark.coral{color:var(--warning);background:var(--warning-soft)}:where(.atlas-app.atlas-guide) .section-mark.violet{color:var(--violet);background:var(--violet-soft)}:where(.atlas-app.atlas-guide) .section-mark.green{color:var(--green);background:var(--green-soft)}:where(.atlas-app.atlas-guide) .section-mark.sky{color:var(--sky);background:var(--sky-soft)}:where(.atlas-app.atlas-guide) .section-mark.teal{color:var(--teal);background:var(--teal-soft)}:where(.atlas-app.atlas-guide) .guide-section-copy{min-width:0}:where(.atlas-app.atlas-guide) .guide-section-copy h2{min-width:0;margin-bottom:0;font-size:1rem;font-weight:800;letter-spacing:-.025em;line-height:1.2;overflow-wrap:anywhere}:where(.atlas-app.atlas-guide) .guide-section-copy p{margin-bottom:0;color:var(--ink-soft);font-size:.78rem;line-height:1.45}:where(.atlas-app.atlas-guide) .guide-kicker{margin:var(--space-sm) 0 0;color:var(--muted);font-size:.72rem;line-height:1.45}:where(.atlas-app.atlas-guide) .metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:var(--space-md);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--line);gap:var(--hairline)}:where(.atlas-app.atlas-guide) .metric{display:grid;min-width:0;grid-template-columns:2rem minmax(0,1fr);align-items:center;padding:var(--space-sm);background:var(--card);-moz-column-gap:var(--space-xs);column-gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .metric .guide-icon{--icon-size: 1.35rem;color:var(--metric-color, var(--amber))}:where(.atlas-app.atlas-guide) .metric span,:where(.atlas-app.atlas-guide) .metric strong{display:block}:where(.atlas-app.atlas-guide) .metric span{color:var(--muted);font-size:.66rem;font-weight:600;line-height:1.25}:where(.atlas-app.atlas-guide) .metric strong{margin-top:var(--space-2xs);color:var(--ink);font-size:.76rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.25;overflow-wrap:anywhere}:where(.atlas-app.atlas-guide) .guide-list{display:grid;margin:var(--space-md) 0 0;padding:0;list-style:none;gap:var(--space-sm)}:where(.atlas-app.atlas-guide) .guide-list li{display:grid;min-width:0;grid-template-columns:1.25rem minmax(0,1fr);align-items:start;color:var(--ink-soft);font-size:.76rem;line-height:1.45;-moz-column-gap:var(--space-xs);column-gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .guide-list .guide-icon{--icon-size: 1.1rem;margin-top:0;color:var(--list-color, var(--green))}:where(.atlas-app.atlas-guide) .guide-list strong{color:var(--ink);font-weight:700}:where(.atlas-app.atlas-guide) .guide-button{margin-top:var(--space-md)}:where(.atlas-app.atlas-guide) .detail-strip{display:grid;grid-template-columns:minmax(0,1fr);margin-top:var(--space-md);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--line);gap:var(--hairline)}:where(.atlas-app.atlas-guide) .detail-item{display:grid;min-width:0;grid-template-columns:2.6rem minmax(0,1fr);align-items:center;padding:var(--space-sm);background:var(--card);-moz-column-gap:var(--space-xs);column-gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .detail-icon{display:grid;width:2.6rem;height:2.6rem;place-items:center;border-radius:50%;color:var(--detail-color, var(--violet));background:var(--detail-bg, var(--violet-soft))}:where(.atlas-app.atlas-guide) .detail-icon .guide-icon{--icon-size: 1.35rem}:where(.atlas-app.atlas-guide) .detail-item span,:where(.atlas-app.atlas-guide) .detail-item strong{display:block}:where(.atlas-app.atlas-guide) .detail-item span{color:var(--detail-color, var(--violet));font-size:.68rem;font-weight:700}:where(.atlas-app.atlas-guide) .detail-item strong{margin-top:var(--space-2xs);color:var(--ink-soft);font-size:.74rem;font-weight:500;line-height:1.35}:where(.atlas-app.atlas-guide) .tip-strip{position:relative;min-height:3.7rem;margin-top:var(--space-sm);padding:var(--space-sm) var(--space-3xl) var(--space-sm) var(--space-lg);overflow:hidden;border-radius:var(--radius-card);color:var(--violet);background:linear-gradient(90deg,var(--violet-soft),var(--card));font-size:.72rem;line-height:1.4}:where(.atlas-app.atlas-guide) .tip-strip:before{position:absolute;top:50%;left:var(--space-xs);color:var(--violet);content:"✦";font-size:1.2rem;transform:translateY(-50%)}:where(.atlas-app.atlas-guide) .tip-strip img{position:absolute;right:0;bottom:-1rem;width:4.3rem;height:4.3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-guide) .product-grid,:where(.atlas-app.atlas-guide) .condition-grid,:where(.atlas-app.atlas-guide) .warning-grid{display:grid;grid-template-columns:minmax(0,1fr);margin-top:var(--space-md);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--line);gap:var(--hairline)}:where(.atlas-app.atlas-guide) .product-item,:where(.atlas-app.atlas-guide) .condition-item,:where(.atlas-app.atlas-guide) .warning-item{min-width:0;padding:var(--space-sm);background:var(--card)}:where(.atlas-app.atlas-guide) .product-item{display:grid;min-height:7.5rem;grid-template-rows:2.5rem auto;align-content:start;justify-items:start;gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .product-item .guide-icon{--icon-size: 2rem;color:var(--sky)}:where(.atlas-app.atlas-guide) .product-item strong,:where(.atlas-app.atlas-guide) .product-item span{display:block}:where(.atlas-app.atlas-guide) .product-item strong{font-size:.72rem;line-height:1.25}:where(.atlas-app.atlas-guide) .product-item span{margin-top:var(--space-2xs);color:var(--ink-soft);font-size:.66rem;line-height:1.35}:where(.atlas-app.atlas-guide) .care-lower{display:grid;min-width:0;grid-template-columns:minmax(0,1fr);gap:var(--guide-gap)}:where(.atlas-app.atlas-guide) .environment-grid,:where(.atlas-app.atlas-guide) .tool-grid{display:grid;grid-template-columns:minmax(0,1fr);margin-top:var(--space-md);gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .environment-item,:where(.atlas-app.atlas-guide) .tool-item{display:grid;min-width:0;justify-items:center;padding:var(--space-xs);border:1px solid var(--line);border-radius:var(--radius-control);text-align:center}:where(.atlas-app.atlas-guide) .environment-item .guide-icon,:where(.atlas-app.atlas-guide) .tool-item .guide-icon{--icon-size: 1.6rem;color:var(--teal)}:where(.atlas-app.atlas-guide) .environment-item span,:where(.atlas-app.atlas-guide) .tool-item span{margin-top:var(--space-xs);color:var(--ink-soft);font-size:.66rem;line-height:1.3}:where(.atlas-app.atlas-guide) .photo-split{display:grid;min-height:100%;grid-template-columns:minmax(0,1fr)}:where(.atlas-app.atlas-guide) .photo-split-copy{min-width:0;padding:var(--space-md)}:where(.atlas-app.atlas-guide) .photo-split-media{min-width:0;min-height:12rem;overflow:hidden}:where(.atlas-app.atlas-guide) .photo-split-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:62% 42%;object-position:62% 42%}:where(.atlas-app.atlas-guide) .food-bowl{position:absolute;right:1rem;bottom:.8rem;width:6.5rem;height:5.2rem;pointer-events:none}:where(.atlas-app.atlas-guide) .food-bowl:before{position:absolute;right:.7rem;bottom:.3rem;width:4.9rem;height:2.5rem;border:2px solid var(--line-strong);border-radius:15% 15% 45% 45%;background:linear-gradient(180deg,var(--card),var(--paper-deep));box-shadow:var(--shadow-card);content:""}:where(.atlas-app.atlas-guide) .food-bowl:after{position:absolute;right:.9rem;bottom:2rem;width:4.5rem;height:1.3rem;border-radius:50%;background:radial-gradient(circle at 17% 46%,var(--amber) 0 .22rem,var(--clear) .24rem),radial-gradient(circle at 35% 25%,var(--amber) 0 .25rem,var(--clear) .27rem),radial-gradient(circle at 52% 55%,var(--amber) 0 .23rem,var(--clear) .25rem),radial-gradient(circle at 69% 28%,var(--amber) 0 .25rem,var(--clear) .27rem),radial-gradient(circle at 84% 56%,var(--amber) 0 .23rem,var(--clear) .25rem),var(--amber-soft);content:""}:where(.atlas-app.atlas-guide) .condition-item{min-height:9.5rem}:where(.atlas-app.atlas-guide) .condition-title{display:flex;min-width:0;align-items:flex-start;color:var(--violet);font-size:.76rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere;gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .condition-title .guide-icon{--icon-size: 1.65rem}:where(.atlas-app.atlas-guide) .condition-tag{display:inline-block;margin-top:var(--space-xs);color:var(--muted);font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}:where(.atlas-app.atlas-guide) .condition-item p{margin:var(--space-xs) 0 0;color:var(--ink-soft);font-size:.7rem;line-height:1.45}:where(.atlas-app.atlas-guide) .wellness-layout{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;margin-top:var(--space-md);gap:var(--space-md)}:where(.atlas-app.atlas-guide) .score-wrap{display:grid;justify-items:center}:where(.atlas-app.atlas-guide) .score-ring{display:grid;width:8.6rem;height:8.6rem;place-items:center;border-radius:50%;background:conic-gradient(var(--green-bright) 0 87%,var(--green-soft) 87% 100%)}:where(.atlas-app.atlas-guide) .score-core{display:grid;width:7rem;height:7rem;place-items:center;border-radius:50%;background:var(--card);text-align:center}:where(.atlas-app.atlas-guide) .score-core strong,:where(.atlas-app.atlas-guide) .score-core span{display:block}:where(.atlas-app.atlas-guide) .score-core strong{color:var(--green);font-family:var(--font-display);font-size:3rem;font-weight:400;font-variant-numeric:tabular-nums;line-height:.9}:where(.atlas-app.atlas-guide) .score-core span{margin-top:var(--space-2xs);color:var(--ink-soft);font-size:.68rem;font-weight:700}:where(.atlas-app.atlas-guide) .score-caption{margin-top:var(--space-xs);color:var(--muted);font-size:.66rem;text-align:center}:where(.atlas-app.atlas-guide) .status-stack{display:grid;gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .status-pill{display:grid;min-width:0;min-height:2.25rem;grid-template-columns:1.25rem minmax(0,1fr);align-items:center;padding:var(--space-xs) var(--space-sm);border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--ink-soft);background:var(--card-soft);font-size:.72rem;-moz-column-gap:var(--space-xs);column-gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .status-pill .guide-icon{--icon-size: 1rem;color:var(--green)}:where(.atlas-app.atlas-guide) .status-pill strong{color:var(--ink)}:where(.atlas-app.atlas-guide) .wellness-bowl{position:relative;min-height:8rem}:where(.atlas-app.atlas-guide) .wellness-bowl .food-bowl{right:50%;bottom:1rem;transform:translate(50%) scale(1.25)}:where(.atlas-app.atlas-guide) .warning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .warning-item{display:grid;min-height:8.6rem;align-content:start;justify-items:center;text-align:center}:where(.atlas-app.atlas-guide) .warning-item .guide-icon{--icon-size: 1.55rem;color:var(--warning)}:where(.atlas-app.atlas-guide) .warning-item strong{margin-top:var(--space-xs);font-size:.68rem;line-height:1.25}:where(.atlas-app.atlas-guide) .sparkline{width:100%;height:1.45rem;margin-top:auto;color:var(--warning-bright);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}:where(.atlas-app.atlas-guide) .urgent-note,:where(.atlas-app.atlas-guide) .guide-disclaimer{display:grid;min-width:0;grid-template-columns:1.25rem minmax(0,1fr);align-items:start;margin-top:var(--space-sm);padding:var(--space-sm);border:1px solid var(--warning-bright);border-radius:var(--radius-control);color:var(--warning);background:var(--warning-soft);font-size:.72rem;line-height:1.45;-moz-column-gap:var(--space-xs);column-gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .urgent-note .guide-icon,:where(.atlas-app.atlas-guide) .guide-disclaimer .guide-icon{--icon-size: 1.1rem}:where(.atlas-app.atlas-guide) .schedule-list{position:relative;display:grid;margin-top:var(--space-md);gap:var(--space-xs)}:where(.atlas-app.atlas-guide) .schedule-list:before{position:absolute;top:.7rem;bottom:.7rem;left:.35rem;width:1px;background:var(--line-strong);content:""}:where(.atlas-app.atlas-guide) .schedule-row{position:relative;display:grid;min-width:0;grid-template-columns:minmax(0,1fr);padding-left:var(--space-lg);gap:var(--space-2xs)}:where(.atlas-app.atlas-guide) .schedule-row:before{position:absolute;top:.55rem;left:0;width:.72rem;height:.72rem;border:2px solid var(--card);border-radius:50%;background:var(--warning-bright);box-shadow:0 0 0 1px var(--warning-bright);content:""}:where(.atlas-app.atlas-guide) .schedule-stage{color:var(--ink);font-size:.72rem;font-weight:800}:where(.atlas-app.atlas-guide) .schedule-copy{color:var(--ink-soft);font-size:.68rem;line-height:1.35}:where(.atlas-app.atlas-guide) .schedule-cadence{justify-self:start;padding:var(--space-2xs) var(--space-xs);border-radius:var(--radius-control);color:var(--warning);background:var(--warning-soft);font-size:.64rem;font-weight:700;white-space:nowrap}:where(.atlas-app.atlas-guide) .guide-closing{display:grid;min-height:4rem;grid-template-columns:minmax(0,1fr);align-items:center;padding:var(--space-sm) var(--space-md);gap:var(--space-xs);text-align:center}:where(.atlas-app.atlas-guide) .closing-voice{min-width:0;color:var(--accent);font-family:var(--font-display);font-size:clamp(1.35rem,6vw,1.85rem);font-style:italic;line-height:1.1;overflow-wrap:anywhere}:where(.atlas-app.atlas-guide) .closing-copy{min-width:0;color:var(--ink-soft);font-size:.78rem;line-height:1.4;overflow-wrap:anywhere}:where(.atlas-app.atlas-guide) .closing-paw{display:none;color:var(--accent-bright)}:where(.atlas-app.atlas-guide) .closing-paw .guide-icon{--icon-size: 1.8rem}@media(min-width:22rem){:where(.atlas-app.atlas-guide) .product-grid,:where(.atlas-app.atlas-guide) .environment-grid,:where(.atlas-app.atlas-guide) .tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:40rem){:where(.atlas-app.atlas-guide) .detail-strip{grid-template-columns:repeat(3,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .condition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .photo-split{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}:where(.atlas-app.atlas-guide) .photo-split-media{min-height:100%}:where(.atlas-app.atlas-guide) .wellness-layout{grid-template-columns:9.5rem minmax(0,1fr)}:where(.atlas-app.atlas-guide) .wellness-bowl{display:none}:where(.atlas-app.atlas-guide) .schedule-row{grid-template-columns:minmax(6rem,.72fr) minmax(0,1.8fr) auto;align-items:center;gap:var(--space-xs)}}@media(min-width:48rem){.atlas-app.atlas-guide{--header-h: 4.75rem}:where(.atlas-app.atlas-guide) .guide-hero{min-height:19rem;padding:var(--space-lg) var(--space-lg) var(--space-xl)}:where(.atlas-app.atlas-guide) .guide-hero:after{background:linear-gradient(90deg,var(--card) 0%,var(--surface-wash-96) 38%,var(--surface-wash-52) 58%,var(--clear) 76%)}:where(.atlas-app.atlas-guide) .guide-hero-image{width:100%;height:100%;-o-object-position:56% 42%;object-position:56% 42%}:where(.atlas-app.atlas-guide) .guide-hero-copy{max-width:48%}:where(.atlas-app.atlas-guide) .guide-hero h1{padding-right:0;font-size:clamp(3.5rem,7vw,4.8rem)}:where(.atlas-app.atlas-guide) .care-glance .metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .care-lower{grid-template-columns:minmax(0,1.65fr) minmax(15rem,.75fr)}:where(.atlas-app.atlas-guide) .warning-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@container (max-width: 30rem){:where(.atlas-app.atlas-guide) .care-grooming .detail-strip{grid-template-columns:minmax(0,1fr)}}:where(.atlas-app.atlas-guide) .guide-closing{grid-template-columns:auto minmax(0,1.25fr) minmax(0,1fr) auto;text-align:left}:where(.atlas-app.atlas-guide) .closing-copy{padding-left:var(--space-md);border-left:1px solid var(--line-strong)}:where(.atlas-app.atlas-guide) .closing-paw{display:block}}@media(min-width:64rem){:where(.atlas-app.atlas-guide) .guide-hero,:where(.atlas-app.atlas-guide) .care-glance,:where(.atlas-app.atlas-guide) .health-glance,:where(.atlas-app.atlas-guide) .health-prevention{min-height:15rem}:where(.atlas-app.atlas-guide) .care-essentials,:where(.atlas-app.atlas-guide) .care-grooming,:where(.atlas-app.atlas-guide) .care-nutrition,:where(.atlas-app.atlas-guide) .health-issues,:where(.atlas-app.atlas-guide) .health-wellness{min-height:15.75rem}:where(.atlas-app.atlas-guide) .care-lower,:where(.atlas-app.atlas-guide) .care-home,:where(.atlas-app.atlas-guide) .health-warnings,:where(.atlas-app.atlas-guide) .health-schedule,:where(.atlas-app.atlas-guide) .health-home{min-height:14.5rem}:where(.atlas-app.atlas-guide) .guide-hero{padding:var(--space-lg) var(--space-xl) var(--space-xl)}:where(.atlas-app.atlas-guide) .guide-hero-copy{max-width:44%}:where(.atlas-app.atlas-guide) .guide-hero h1{font-size:clamp(3.8rem,5.4vw,5.1rem)}:where(.atlas-app.atlas-guide) .care-hero .doodle-heart{right:auto;left:40%}:where(.atlas-app.atlas-guide) .health-hero .guide-hero-copy{max-width:60%}:where(.atlas-app.atlas-guide) .health-hero h1{font-size:clamp(3rem,4.3vw,4.3rem)}:where(.atlas-app.atlas-guide) .health-hero .doodle-heart{right:auto;left:58%}:where(.atlas-app.atlas-guide) .health-glance .metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .health-glance .metric{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}:where(.atlas-app.atlas-guide) .condition-grid{grid-template-columns:repeat(4,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .wellness-layout{grid-template-columns:9.5rem minmax(0,1fr)}:where(.atlas-app.atlas-guide) .warning-grid{grid-template-columns:repeat(6,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .health-prevention .guide-list{gap:var(--space-2xs)}:where(.atlas-app.atlas-guide) .health-prevention .guide-list li{font-size:.68rem;line-height:1.35}:where(.atlas-app.atlas-guide) .health-prevention .tool-grid{grid-template-columns:repeat(4,minmax(0,1fr))}:where(.atlas-app.atlas-guide) .health-prevention .tool-item{padding:var(--space-2xs)}:where(.atlas-app.atlas-guide) .health-prevention .tool-item span{font-size:.58rem}@container (max-width: 24rem){:where(.atlas-app.atlas-guide) .care-glance .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 18.5rem){:where(.atlas-app.atlas-guide) .health-glance .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 45rem){:where(.atlas-app.atlas-guide) .care-enrichment .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (max-width: 38rem){:where(.atlas-app.atlas-guide) .health-issues .condition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 32rem){:where(.atlas-app.atlas-guide) .health-warnings .warning-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (max-width: 17.5rem){:where(.atlas-app.atlas-guide) .health-prevention .tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}}@media(min-width:85.375rem){:where(.atlas-app.atlas-guide) .guide-hero h1{font-size:4.6rem}:where(.atlas-app.atlas-guide) .health-hero h1{font-size:3.65rem}}@media(prefers-reduced-motion:reduce){:where(.atlas-app.atlas-guide) *,:where(.atlas-app.atlas-guide) *:before,:where(.atlas-app.atlas-guide) *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:where(.atlas-app.atlas-stories) .stories-part-head{display:grid;align-content:end;padding:1.4rem .4rem .2rem;gap:.15rem}:where(.atlas-app.atlas-stories) .stories-part-kicker{margin:0;color:var(--atlas-coral-ink);font-family:var(--atlas-font-display);font-size:1.15rem;font-style:italic;line-height:1.3}:where(.atlas-app.atlas-stories) .stories-part-head h2{margin:0;color:var(--atlas-ink);font-size:1.5rem;font-weight:700;line-height:1.25;letter-spacing:-.015em}:where(.atlas-app.atlas-stories) .stories-part-head>p{margin:.25rem 0 0;color:var(--atlas-muted);font-size:.88rem;line-height:1.5;max-width:60ch}:where(.atlas-app.atlas-stories) .story-flag{display:inline-flex;align-items:center;align-self:center;margin-left:auto;padding:.28rem .7rem;border:1px solid var(--atlas-line);border-radius:999px;color:var(--atlas-muted);background:var(--atlas-paper-soft);font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}:where(.atlas-app.atlas-stories) .story-flag--kids{border-color:#ff584f59;color:#fff;background:#1d2b4a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}:where(.atlas-app.atlas-stories) .story-tile--winter .story-flag--kids{color:#37475a;background:#ffffff8c;border-color:#2c3b4e40}:where(.atlas-app.atlas-stories) .story-tile .story-flag--kids{position:absolute;z-index:1;top:.8rem;left:1rem;margin-left:0}:where(.atlas-app.atlas-stories) .stories-quiz .right-streak-number{display:block;color:var(--atlas-ink);font-size:1.5rem;font-weight:700;line-height:1.2}:where(.atlas-app.atlas-stories) .stories-quiz .right-star{color:#ffb400;font-size:1.1rem}:where(.atlas-app.atlas-stories) .stories-quiz .right-streak-label{display:block;color:var(--atlas-muted);font-size:.75rem;line-height:1.3}:where(.atlas-app.atlas-stories) .stories-quiz .right-week-row{display:flex;justify-content:space-between;margin-top:.45rem;gap:5px}:where(.atlas-app.atlas-stories) .stories-quiz .right-day{display:grid;justify-items:center;color:var(--atlas-muted);font-size:.56rem;line-height:.75rem;gap:2px}:where(.atlas-app.atlas-stories) .stories-quiz .right-day-dot{display:grid;width:20px;height:20px;place-items:center;border:1px solid #ddd8cf;border-radius:50%;color:#a39a90;background:#fff;font-size:.56rem}:where(.atlas-app.atlas-stories) .stories-quiz .right-day-dot .guide-icon{--icon-size: 12px;stroke-width:2.4}:where(.atlas-app.atlas-stories) .stories-quiz .right-day.is-done .right-day-dot{border-color:#10be8a;color:#fff;background:#10be8a}:where(.atlas-app.atlas-stories) .stories-quiz .right-day.is-missed{color:#f06b58}:where(.atlas-app.atlas-stories) .stories-quiz .right-day.is-missed .right-day-dot{border-color:#ffd8d1;color:#ef6b55;background:#fff3f0}:where(.atlas-app.atlas-stories) .story-read-end{display:block;height:1px}:where(.atlas-app.atlas-stories) .story-read-end--inline{display:inline;height:auto}:where(.atlas-app.atlas-stories) .story-chapter .guide-card-body{position:relative}:where(.atlas-app.atlas-stories) .story-kicker{margin:0 0 .2rem;color:var(--atlas-coral-ink);font-family:var(--atlas-font-display);font-size:1.15rem;font-style:italic;line-height:1.3}:where(.atlas-app.atlas-stories) .story-copy p{margin:0 0 .85rem;color:var(--atlas-ink-soft);font-size:.94rem;line-height:1.65;max-width:62ch}:where(.atlas-app.atlas-stories) .story-copy p:last-child{margin-bottom:0}:where(.atlas-app.atlas-stories) .story-copy strong{color:var(--atlas-ink)}:where(.atlas-app.atlas-stories) .chapter-number{position:absolute;top:.4rem;right:1rem;color:var(--atlas-line-strong);font-family:var(--atlas-font-display);font-size:3.4rem;font-style:italic;line-height:1;pointer-events:none}:where(.atlas-app.atlas-stories) .story-chapter .photo-split-media img{min-height:14rem}:where(.atlas-app.atlas-stories) .chapter-finale{position:relative;overflow:hidden}:where(.atlas-app.atlas-stories) .chapter-finale:after{content:"";position:absolute;z-index:0;inset:0 0 0 45%;background:url(/atlas/cluster/map_.webp) 20% 45% / cover no-repeat;opacity:.14;filter:saturate(.7) sepia(.2);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 45%);mask-image:linear-gradient(90deg,transparent 0%,#000 45%);pointer-events:none}:where(.atlas-app.atlas-stories) .chapter-finale .guide-card-body{position:relative;z-index:1}:where(.atlas-app.atlas-stories) .stories-quiz .guide-card-body{display:flex;flex-direction:column;gap:.85rem}:where(.atlas-app.atlas-stories) .stories-quiz p{margin:0;color:var(--atlas-ink-soft);font-size:.85rem;line-height:1.55}:where(.atlas-app.atlas-stories) .stories-collection .story-tile-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));margin-top:1.1rem;gap:1.1rem}:where(.atlas-app.atlas-stories) .story-tile{display:flex;flex-direction:column;padding:0;overflow:hidden;border:1px solid var(--atlas-line);border-radius:1.1rem;background:var(--atlas-surface-solid);box-shadow:var(--atlas-shadow-card);cursor:pointer;font:inherit;text-align:left;transition:box-shadow .16s ease,transform .16s ease}:where(.atlas-app.atlas-stories) .story-tile:hover{box-shadow:var(--atlas-shadow-hover, 0 14px 30px rgba(63, 43, 27, .14));transform:translateY(-2px)}:where(.atlas-app.atlas-stories) .story-tile:active{transform:translateY(1px)}:where(.atlas-app.atlas-stories) .story-tile:focus-visible{outline:2px solid var(--atlas-focus);outline-offset:3px}:where(.atlas-app.atlas-stories) .story-tile-cover{position:relative;display:flex;min-height:8.5rem;align-items:flex-end;padding:1rem 1.15rem;overflow:hidden}:where(.atlas-app.atlas-stories) .story-tile--night .story-tile-cover,:where(.atlas-app.atlas-stories) .story-reader--night .story-reader-cover{background:radial-gradient(circle at 82% 18%,rgba(255,236,200,.35),transparent 32%),radial-gradient(circle at 18% 84%,rgba(36,170,163,.35),transparent 55%),linear-gradient(150deg,#1d2b4a,#23445c 55%,#185a5c)}:where(.atlas-app.atlas-stories) .story-tile--winter .story-tile-cover,:where(.atlas-app.atlas-stories) .story-reader--winter .story-reader-cover{background:radial-gradient(circle at 80% 22%,rgba(255,210,170,.55),transparent 42%),radial-gradient(circle at 12% 80%,rgba(255,255,255,.5),transparent 50%),linear-gradient(150deg,#9dbfd8,#c6d9e6 55%,#f2d9c2)}:where(.atlas-app.atlas-stories) .story-tile-cover:before,:where(.atlas-app.atlas-stories) .story-reader-cover:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle 1.2px,rgba(255,255,255,.9) 99%,transparent),radial-gradient(circle 1px,rgba(255,255,255,.65) 99%,transparent),radial-gradient(circle .8px,rgba(255,255,255,.5) 99%,transparent);background-position:12% 26%,38% 62%,71% 33%;background-repeat:no-repeat;background-size:100% 100%;box-shadow:none;opacity:.9;pointer-events:none}:where(.atlas-app.atlas-stories) .story-tile--night .story-tile-cover:before,:where(.atlas-app.atlas-stories) .story-reader--night .story-reader-cover:before{background-image:radial-gradient(circle 1.3px at 14% 22%,rgba(255,255,255,.95) 99%,transparent),radial-gradient(circle 1px at 34% 48%,rgba(255,255,255,.7) 99%,transparent),radial-gradient(circle 1.1px at 56% 18%,rgba(255,255,255,.85) 99%,transparent),radial-gradient(circle .9px at 72% 56%,rgba(255,255,255,.6) 99%,transparent),radial-gradient(circle 1.4px at 88% 34%,rgba(255,244,214,.95) 99%,transparent)}:where(.atlas-app.atlas-stories) .story-tile--winter .story-tile-cover:before,:where(.atlas-app.atlas-stories) .story-reader--winter .story-reader-cover:before{background-image:radial-gradient(circle 1.3px at 18% 30%,rgba(255,255,255,.95) 99%,transparent),radial-gradient(circle 1px at 42% 16%,rgba(255,255,255,.85) 99%,transparent),radial-gradient(circle 1.2px at 64% 44%,rgba(255,255,255,.9) 99%,transparent),radial-gradient(circle .9px at 82% 24%,rgba(255,255,255,.75) 99%,transparent),radial-gradient(circle 1.1px at 30% 62%,rgba(255,255,255,.8) 99%,transparent)}:where(.atlas-app.atlas-stories) .story-tile-cover .guide-icon{--icon-size: 5.4rem;position:absolute;top:50%;right:.4rem;color:#ffffff4d;stroke-width:1.1;transform:translateY(-50%) rotate(-8deg);pointer-events:none}:where(.atlas-app.atlas-stories) .story-tile--winter .story-tile-cover .guide-icon{color:#ffffff8c}:where(.atlas-app.atlas-stories) .story-tile-kicker{position:relative;margin:0;color:#ffffffeb;font-family:var(--atlas-font-display);font-size:1.05rem;font-style:italic;line-height:1.3;text-shadow:0 1px 8px rgba(20,26,40,.35)}:where(.atlas-app.atlas-stories) .story-tile--winter .story-tile-kicker{color:#37475a;text-shadow:0 1px 8px rgba(255,255,255,.45)}:where(.atlas-app.atlas-stories) .story-tile-body{display:flex;flex:1;flex-direction:column;padding:1rem 1.15rem 1.15rem;gap:.5rem}:where(.atlas-app.atlas-stories) .story-tile-body h3{margin:0;color:var(--atlas-ink);font-size:1.05rem;font-weight:700;line-height:1.35;letter-spacing:-.01em}:where(.atlas-app.atlas-stories) .story-tile-body p{margin:0;color:var(--atlas-ink-soft);font-size:.85rem;line-height:1.55}:where(.atlas-app.atlas-stories) .story-tile-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;gap:.75rem}:where(.atlas-app.atlas-stories) .story-tile-time{display:inline-flex;align-items:center;padding:.3rem .7rem;border:1px solid var(--atlas-line);border-radius:999px;color:var(--atlas-muted);background:var(--atlas-paper-soft);font-size:.74rem;font-weight:600;gap:.35rem}:where(.atlas-app.atlas-stories) .story-tile-time .guide-icon{--icon-size: .85rem}:where(.atlas-app.atlas-stories) .story-tile-open{display:inline-flex;align-items:center;color:var(--atlas-coral-ink);font-size:.8rem;font-weight:700;gap:.3rem}:where(.atlas-app.atlas-stories) .story-tile-open .guide-icon{--icon-size: .9rem;stroke-width:2;transition:transform .16s ease}:where(.atlas-app.atlas-stories) .story-tile:hover .story-tile-open .guide-icon{transform:translate(3px)}:where(.atlas-app.atlas-stories) .story-reader{width:min(42rem,calc(100vw - 2rem));max-height:min(90svh,52rem);padding:0;border:1px solid var(--atlas-line);border-radius:1.4rem;color:var(--atlas-ink);background:var(--atlas-surface-solid);box-shadow:0 30px 80px #1e181059}:where(.atlas-app.atlas-stories) .story-reader::backdrop{background:#171b1d8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}:where(.atlas-app.atlas-stories) .story-reader[open]{display:flex;flex-direction:column;animation:bc-story-reader-in .24s cubic-bezier(.2,.8,.3,1)}@keyframes bc-story-reader-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}:where(.atlas-app.atlas-stories) .story-reader-head{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:1.35rem 1.6rem 1rem;border-bottom:1px solid var(--atlas-line);background:linear-gradient(180deg,var(--atlas-surface-solid) 78%,rgba(255,253,250,.92));gap:1rem}:where(.atlas-app.atlas-stories) .story-reader-head .story-kicker{margin-bottom:.15rem;font-size:1rem}:where(.atlas-app.atlas-stories) .story-reader-head h2{margin:0 0 .45rem;font-family:var(--atlas-font-display);font-size:1.7rem;font-style:italic;font-weight:500;line-height:1.2;letter-spacing:-.01em}:where(.atlas-app.atlas-stories) .story-reader-close{display:grid;flex:0 0 auto;width:2.4rem;height:2.4rem;place-items:center;border:1px solid var(--atlas-line);border-radius:50%;color:var(--atlas-ink-soft);background:var(--atlas-paper-soft);cursor:pointer;transition:background-color .16s ease,color .16s ease}:where(.atlas-app.atlas-stories) .story-reader-close:hover{color:var(--atlas-ink);background:var(--atlas-paper-deep, #eee4d9)}:where(.atlas-app.atlas-stories) .story-reader-close:focus-visible{outline:2px solid var(--atlas-focus);outline-offset:2px}:where(.atlas-app.atlas-stories) .story-reader-close .guide-icon{--icon-size: 1.05rem;stroke-width:2}:where(.atlas-app.atlas-stories) .story-reader-body{flex:1;min-height:0;padding:1.5rem 1.6rem .5rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}:where(.atlas-app.atlas-stories) .story-reader-body p{margin:0 auto 1.05rem;max-width:62ch;color:var(--atlas-ink-soft);font-size:1rem;line-height:1.75}:where(.atlas-app.atlas-stories) .story-reader-body strong{color:var(--atlas-ink)}:where(.atlas-app.atlas-stories) .story-reader-body>p:first-of-type:first-letter{float:left;margin:.18em .14em 0 0;color:var(--atlas-coral-ink);font-family:var(--atlas-font-display);font-size:3.3em;font-style:italic;line-height:.8}:where(.atlas-app.atlas-stories) .story-scene-break{display:block;margin:1.4rem auto;color:var(--atlas-coral-ink);font-family:var(--atlas-font-display);font-size:1.2rem;font-style:italic;letter-spacing:.9em;text-align:center;text-indent:.9em}:where(.atlas-app.atlas-stories) .story-reader-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:1rem 1.6rem 1.35rem;border-top:1px solid var(--atlas-line);gap:.85rem}:where(.atlas-app.atlas-stories) .story-reader-voice{margin:0;color:var(--atlas-coral-ink);font-family:var(--atlas-font-display);font-size:1.02rem;font-style:italic;line-height:1.4}:where(.atlas-app.atlas-stories) .story-reader-foot .atlas-cta{margin:0}:where(.atlas-app.atlas-stories) .story-reader-cover{position:relative;display:none;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:2.2rem 2.1rem;gap:.65rem}:where(.atlas-app.atlas-stories) .story-reader-cover>*{position:relative;z-index:1}:where(.atlas-app.atlas-stories) .story-reader-cover>.guide-icon{--icon-size: 13rem;position:absolute;z-index:0;top:8%;right:-3.2rem;color:#ffffff38;stroke-width:.9;transform:rotate(-10deg)}:where(.atlas-app.atlas-stories) .story-reader--winter .story-reader-cover>.guide-icon{color:#ffffff80}:where(.atlas-app.atlas-stories) .story-reader-cover .story-kicker{margin:0;color:#ffffffd9}:where(.atlas-app.atlas-stories) .story-reader-cover-title{color:#fff;font-family:var(--atlas-font-display);font-size:2.35rem;font-style:italic;font-weight:500;line-height:1.12;letter-spacing:-.01em;text-shadow:0 2px 18px rgba(18,24,38,.35)}:where(.atlas-app.atlas-stories) .story-reader-cover-teaser{max-width:26ch;color:#ffffffd1;font-size:.92rem;line-height:1.6}:where(.atlas-app.atlas-stories) .story-reader-cover .story-tile-time{align-self:flex-start;margin-top:.5rem;border-color:#ffffff59;color:#ffffffeb;background:#ffffff24}:where(.atlas-app.atlas-stories) .story-reader--winter .story-reader-cover .story-kicker{color:#37475a}:where(.atlas-app.atlas-stories) .story-reader--winter .story-reader-cover-title{color:#2c3b4e;text-shadow:0 2px 18px rgba(255,255,255,.4)}:where(.atlas-app.atlas-stories) .story-reader--winter .story-reader-cover-teaser{color:#46586c}:where(.atlas-app.atlas-stories) .story-reader--winter .story-reader-cover .story-tile-time{border-color:#2c3b4e47;color:#37475a;background:#ffffff6b}@media(min-width:64rem){:where(.atlas-app.atlas-stories) .story-reader{width:min(72rem,calc(100vw - 6rem));height:min(92svh,56rem);max-height:min(92svh,56rem)}:where(.atlas-app.atlas-stories) .story-reader::backdrop{background:#171b1d9e;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}:where(.atlas-app.atlas-stories) .story-reader[open]{display:grid;grid-template-columns:23rem minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"cover head" "cover body" "cover foot"}:where(.atlas-app.atlas-stories) .story-reader-cover{display:flex;grid-area:cover}:where(.atlas-app.atlas-stories) .story-reader-head{position:static;grid-area:head;justify-content:flex-end;padding:1.15rem 1.3rem 0;border-bottom:0;background:none}:where(.atlas-app.atlas-stories) .story-reader-head>div{display:none}:where(.atlas-app.atlas-stories) .story-reader-body{grid-area:body;padding:.9rem 3.4rem .75rem}:where(.atlas-app.atlas-stories) .story-reader-body p{font-size:1.07rem;line-height:1.8}:where(.atlas-app.atlas-stories) .story-reader-body>p:first-of-type:first-letter{font-size:3.7em}:where(.atlas-app.atlas-stories) .story-reader-foot{grid-area:foot;padding:1rem 3.4rem 1.5rem}}@media(max-width:40rem){:where(.atlas-app.atlas-stories) .story-reader{width:100vw;max-width:none;height:100svh;max-height:none;margin:0;border:0;border-radius:0}:where(.atlas-app.atlas-stories) .story-reader-head,:where(.atlas-app.atlas-stories) .story-reader-body,:where(.atlas-app.atlas-stories) .story-reader-foot{padding-inline:1.1rem}}@media(prefers-reduced-motion:reduce){:where(.atlas-app.atlas-stories) .story-reader[open]{animation:none}:where(.atlas-app.atlas-stories) .story-tile:hover,:where(.atlas-app.atlas-stories) .story-tile:active{transform:none}}:where(.atlas-app.atlas-gallery) .featured-frame{position:relative;margin-top:var(--space-md);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:#17110e;aspect-ratio:16 / 9}:where(.atlas-app.atlas-gallery) .featured-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}:where(.atlas-app.atlas-gallery) .clip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:var(--space-md);gap:var(--space-sm)}:where(.atlas-app.atlas-gallery) .clip-tile{display:grid;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);color:var(--ink);background:var(--card);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}:where(.atlas-app.atlas-gallery) .clip-tile:hover{border-color:var(--line-strong);box-shadow:var(--shadow-hover, 0 5px 16px rgba(35, 24, 18, .12));transform:translateY(-2px)}:where(.atlas-app.atlas-gallery) .clip-poster{position:relative;overflow:hidden;aspect-ratio:4 / 3;background:#e9e0d7}:where(.atlas-app.atlas-gallery) .clip-poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-gallery) .clip-duration{position:absolute;right:.4rem;top:.4rem;padding:.1rem .4rem;border-radius:999px;color:#fff;background:#23232399;font-size:.62rem;font-weight:700;line-height:1.3}:where(.atlas-app.atlas-gallery) .clip-platform{position:absolute;left:.4rem;top:.4rem;padding:.1rem .45rem;border-radius:999px;color:#fff;font-size:.58rem;font-weight:800;letter-spacing:.03em;line-height:1.35;text-transform:uppercase}:where(.atlas-app.atlas-gallery) .clip-platform.instagram{background:linear-gradient(145deg,#7248ff 4%,#e1306c 46%,#ff8a2b 96%)}:where(.atlas-app.atlas-gallery) .clip-platform.tiktok{background:#151515}:where(.atlas-app.atlas-gallery) .clip-platform.youtube{background:#ff2029}:where(.atlas-app.atlas-gallery) .clip-copy{display:grid;gap:.1rem;padding:.5rem .6rem .6rem}:where(.atlas-app.atlas-gallery) .clip-title{overflow:hidden;font-size:.72rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}:where(.atlas-app.atlas-gallery) .clip-handle{overflow:hidden;color:var(--muted);font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}@media(min-width:40rem){:where(.atlas-app.atlas-gallery) .clip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:64rem){:where(.atlas-app.atlas-gallery) .clip-grid{grid-template-columns:repeat(6,minmax(0,1fr))}:where(.atlas-app.atlas-gallery) .clip-poster{aspect-ratio:3 / 4}}:where(.atlas-app.atlas-gallery) .creator-row{display:grid;grid-template-columns:3.5rem minmax(0,1fr);align-items:center;margin-top:var(--space-md);-moz-column-gap:var(--space-sm);column-gap:var(--space-sm)}:where(.atlas-app.atlas-gallery) .creator-row img{width:3.5rem;height:3.5rem;border:2px solid var(--card);border-radius:50%;box-shadow:var(--shadow-card, 0 5px 18px rgba(86, 60, 39, .06));-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-gallery) .creator-row strong{display:block;font-size:.8rem}:where(.atlas-app.atlas-gallery) .creator-row span{display:block;color:var(--muted);font-size:.68rem}:where(.atlas-app.atlas-gallery) .creator-bio-copy{margin:var(--space-sm) 0 0;color:var(--ink-soft);font-size:.75rem;line-height:1.5}:where(.atlas-app.atlas-gallery) .original-badge{display:inline-flex;align-items:center;align-self:flex-start;margin-top:var(--space-sm);padding:.28rem .7rem;border:1px solid rgba(255,88,79,.35);border-radius:999px;color:var(--coral-deep, #e93f39);background:var(--coral-soft, #ffe5e1);font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;gap:.35rem}:where(.atlas-app.atlas-gallery) .original-badge .guide-icon{--icon-size: .8rem;stroke-width:2.2}:where(.atlas-app.atlas-gallery) .photo-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:var(--space-md);gap:var(--space-sm)}:where(.atlas-app.atlas-gallery) .photo-card{display:grid;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}:where(.atlas-app.atlas-gallery) .photo-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-hover, 0 5px 16px rgba(35, 24, 18, .12));transform:translateY(-2px)}:where(.atlas-app.atlas-gallery) .photo-frame{position:relative;overflow:hidden;aspect-ratio:4 / 5;background:#e9e0d7}:where(.atlas-app.atlas-gallery) .photo-frame img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-gallery) .photo-seal{position:absolute;left:.45rem;top:.45rem;display:inline-flex;align-items:center;padding:.16rem .5rem;border-radius:999px;color:#fff;background:#10be8aeb;font-size:.58rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;gap:.25rem}:where(.atlas-app.atlas-gallery) .photo-seal .guide-icon{--icon-size: .7rem;stroke-width:2.6}:where(.atlas-app.atlas-gallery) .photo-caption{display:grid;gap:.1rem;padding:.5rem .6rem .6rem}:where(.atlas-app.atlas-gallery) .photo-place{overflow:hidden;font-size:.72rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}:where(.atlas-app.atlas-gallery) .photo-credit{overflow:hidden;color:var(--muted);font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}@media(min-width:40rem){:where(.atlas-app.atlas-gallery) .photo-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:64rem){:where(.atlas-app.atlas-gallery) .photo-wall{grid-template-columns:repeat(6,minmax(0,1fr))}}:where(.atlas-app.atlas-community) .member-strip{display:flex;align-items:center;margin-top:var(--space-md)}:where(.atlas-app.atlas-community) .member-strip span{display:block;width:2.25rem;height:2.25rem;margin-left:-.5rem;overflow:hidden;border:2px solid var(--card);border-radius:50%;background:var(--card-soft)}:where(.atlas-app.atlas-community) .member-strip span:first-child{margin-left:0}:where(.atlas-app.atlas-community) .member-strip img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-community) .member-count{display:inline-flex;min-height:1.9rem;align-items:center;margin-left:.5rem;padding:.2rem .65rem;border:1px solid var(--line);border-radius:999px;color:var(--ink-soft);background:var(--card-soft);font-size:.72rem;font-weight:600}:where(.atlas-app.atlas-community) .join-copy{margin:var(--space-sm) 0 var(--space-md);color:var(--ink-soft);font-size:.78rem;line-height:1.55}:where(.atlas-app.atlas-community) .post-grid{display:grid;grid-template-columns:minmax(0,1fr);margin-top:var(--space-md);gap:var(--space-sm)}:where(.atlas-app.atlas-community) .post{display:grid;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card)}:where(.atlas-app.atlas-community) .post-photo{overflow:hidden;aspect-ratio:16 / 10;background:#e9e0d7}:where(.atlas-app.atlas-community) .post-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-community) .post-body{display:grid;padding:var(--space-sm);gap:.3rem}:where(.atlas-app.atlas-community) .post-author{display:flex;min-width:0;align-items:center;gap:.45rem}:where(.atlas-app.atlas-community) .post-author img{width:1.6rem;height:1.6rem;flex:0 0 auto;border-radius:50%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-community) .post-author strong{overflow:hidden;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}:where(.atlas-app.atlas-community) .post-author span{flex:0 0 auto;margin-left:auto;color:var(--muted);font-size:.62rem}:where(.atlas-app.atlas-community) .post p{margin:0;color:var(--ink-soft);font-size:.72rem;line-height:1.45}:where(.atlas-app.atlas-community) .post-love{color:var(--muted);font-size:.64rem;font-weight:600}@media(min-width:40rem){:where(.atlas-app.atlas-community) .post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}:where(.atlas-app.atlas-community) .post-photo{position:relative}:where(.atlas-app.atlas-community) .post-rank{position:absolute;left:.45rem;top:.45rem;display:grid;width:1.6rem;height:1.6rem;place-items:center;border-radius:50%;color:#fff;background:#232323b8;font-size:.66rem;font-weight:800}:where(.atlas-app.atlas-community) .post-rank.is-first{background:linear-gradient(145deg,#f4a713,#ee8b00)}:where(.atlas-app.atlas-community) .post-cat{position:absolute;right:.45rem;bottom:.45rem;padding:.14rem .5rem;border-radius:999px;color:#fff;background:#2323239e;font-size:.6rem;font-weight:700}:where(.atlas-app.atlas-community) .post-actions{display:flex;align-items:center;margin-top:.15rem;gap:.4rem}:where(.atlas-app.atlas-community) .post-approve{display:inline-flex;align-items:center;padding:.3rem .65rem;border:1px solid #f0e6d9;border-radius:999px;color:#6b4f2a;background:#fff7f0;cursor:pointer;font-size:.66rem;font-weight:700;gap:.32rem;transition:box-shadow .16s ease,transform .16s ease}:where(.atlas-app.atlas-community) .post-approve .guide-icon{--icon-size: .85rem;color:#c56321;stroke-width:2}:where(.atlas-app.atlas-community) .post-approve:hover{box-shadow:0 4px 10px #3f2b1b1a;transform:translateY(-1px)}:where(.atlas-app.atlas-community) .post-comments-count{display:inline-flex;align-items:center;color:var(--muted);font-size:.66rem;font-weight:600;gap:.28rem}:where(.atlas-app.atlas-community) .post-comments-count .guide-icon{--icon-size: .85rem;stroke-width:1.9}:where(.atlas-app.atlas-community) .post-status{display:inline-flex;align-items:center;justify-self:start;padding:.2rem .55rem;border-radius:999px;font-size:.6rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;gap:.28rem}:where(.atlas-app.atlas-community) .post-status .guide-icon{--icon-size: .72rem;stroke-width:2.6}:where(.atlas-app.atlas-community) .post-status.is-approved{color:#0b7a58;background:#ddf5ec}:where(.atlas-app.atlas-community) .post-status.is-pending{color:#9a6a08;background:#fff0cd}:where(.atlas-app.atlas-community) .post-comment{display:flex;align-items:flex-start;margin-top:.15rem;padding-top:.45rem;border-top:1px dashed var(--line);gap:.4rem}:where(.atlas-app.atlas-community) .post-comment img{width:1.3rem;height:1.3rem;flex:0 0 auto;border-radius:50%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-community) .post-comment p{font-size:.66rem;line-height:1.4}:where(.atlas-app.atlas-community) .post-comment strong{color:var(--ink);font-size:.66rem}:where(.atlas-app.atlas-community) .steps-strip{display:grid;grid-template-columns:minmax(0,1fr);margin-top:var(--space-md);gap:var(--space-sm)}:where(.atlas-app.atlas-community) .step-card{position:relative;display:grid;padding:var(--space-md);border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card);gap:.35rem}:where(.atlas-app.atlas-community) .step-number{display:grid;width:2rem;height:2rem;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#ff6b4d,#ff8e57);font-size:.85rem;font-weight:800}:where(.atlas-app.atlas-community) .step-card h3{margin:.2rem 0 0;color:var(--ink);font-size:.85rem;font-weight:700}:where(.atlas-app.atlas-community) .step-card p{margin:0;color:var(--ink-soft);font-size:.72rem;line-height:1.5}:where(.atlas-app.atlas-community) .step-arrow{position:absolute;top:50%;right:-.85rem;z-index:1;display:none;color:var(--muted);transform:translateY(-50%)}:where(.atlas-app.atlas-community) .step-arrow .guide-icon{--icon-size: 1.1rem;stroke-width:2}@media(min-width:40rem){:where(.atlas-app.atlas-community) .steps-strip{grid-template-columns:repeat(3,minmax(0,1fr))}:where(.atlas-app.atlas-community) .step-card:not(:last-child) .step-arrow{display:block}}:where(.atlas-app.atlas-compare) .compare-scroll{margin-top:var(--space-md);overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-card)}:where(.atlas-app.atlas-compare) .compare-table{width:100%;min-width:34rem;border-collapse:collapse;font-size:.72rem}:where(.atlas-app.atlas-compare) .compare-table th,:where(.atlas-app.atlas-compare) .compare-table td{padding:.6rem .75rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}:where(.atlas-app.atlas-compare) .compare-table tbody tr:last-child th,:where(.atlas-app.atlas-compare) .compare-table tbody tr:last-child td{border-bottom:0}:where(.atlas-app.atlas-compare) .compare-table thead th{background:var(--card-soft);vertical-align:middle}:where(.atlas-app.atlas-compare) .compare-table tbody th{width:7.5rem;color:var(--muted);font-size:.64rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}:where(.atlas-app.atlas-compare) .compare-table td{color:var(--ink-soft);line-height:1.45}:where(.atlas-app.atlas-compare) .compare-table td strong{color:var(--ink)}:where(.atlas-app.atlas-compare) .compare-table .col-current{background:var(--card-soft)}:where(.atlas-app.atlas-compare) .breed-head{display:flex;min-width:8.5rem;align-items:center;gap:.55rem}:where(.atlas-app.atlas-compare) .breed-head img{width:2.4rem;height:2.4rem;flex:0 0 auto;border:2px solid var(--card);border-radius:50%;box-shadow:0 2px 8px #1e16111f;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-compare) .breed-head strong{display:block;font-size:.78rem;line-height:1.2}:where(.atlas-app.atlas-compare) .breed-head span{display:block;color:var(--muted);font-size:.62rem;font-weight:500}:where(.atlas-app.atlas-compare) .sim-list{display:grid;margin-top:var(--space-md);gap:var(--space-sm)}:where(.atlas-app.atlas-compare) .sim-row{display:grid;min-width:0;grid-template-columns:8.5rem minmax(0,1fr) 2.6rem;align-items:center;-moz-column-gap:var(--space-sm);column-gap:var(--space-sm)}:where(.atlas-app.atlas-compare) .sim-name{display:flex;min-width:0;align-items:center;gap:.45rem;font-size:.72rem;font-weight:700}:where(.atlas-app.atlas-compare) .sim-name img{width:1.7rem;height:1.7rem;flex:0 0 auto;border-radius:50%;-o-object-fit:cover;object-fit:cover}:where(.atlas-app.atlas-compare) .sim-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where(.atlas-app.atlas-compare) .sim-bar{position:relative;height:.55rem;overflow:hidden;border-radius:999px;background:var(--card-soft);border:1px solid var(--line)}:where(.atlas-app.atlas-compare) .sim-bar i{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:var(--ink);opacity:.75}:where(.atlas-app.atlas-compare) .sim-value{color:var(--ink);font-size:.72rem;font-weight:800;font-variant-numeric:tabular-nums;text-align:right}:where(.atlas-app.atlas-compare) .sim-note{margin:var(--space-sm) 0 0;color:var(--muted);font-size:.66rem;line-height:1.45}:where(.atlas-app.atlas-compare) .picker-chips{display:flex;flex-wrap:wrap;margin-top:var(--space-md);gap:.5rem}:where(.atlas-app.atlas-compare) .picker-chip{display:inline-flex;min-height:2.4rem;align-items:center;padding:.4rem .8rem .4rem .4rem;border:1px solid var(--line);border-radius:999px;background:var(--card);font-size:.72rem;font-weight:600;gap:.45rem;transition:border-color .16s ease,box-shadow .16s ease}:where(.atlas-app.atlas-compare) .picker-chip:hover{border-color:var(--line-strong);box-shadow:0 3px 10px #1e16111a}:where(.atlas-app.atlas-compare) .picker-chip img{width:1.7rem;height:1.7rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}
