.tile-grid{display:grid;width:100%;max-width:56rem;margin-inline:auto;padding-inline:clamp(1.5rem,4vw,3rem);column-gap:clamp(2rem,4vw,3rem);grid-column-gap:clamp(2rem,4vw,3rem);row-gap:clamp(.75rem,2.2vw,1.25rem);grid-row-gap:clamp(.75rem,2.2vw,1.25rem);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center}@media (min-width:768px){.tile-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(2.5rem,4.8vw,3.4rem);grid-column-gap:clamp(2.5rem,4.8vw,3.4rem);row-gap:clamp(1rem,2.6vw,1.5rem);grid-row-gap:clamp(1rem,2.6vw,1.5rem)}}.tile-card{position:relative;width:min(100%,240px);border-radius:32px;border:1.5px solid rgba(255,255,255,.45);background:radial-gradient(82% 65% at 50% -12%,rgba(255,168,88,.22),rgba(255,206,146,.12) 45%,rgba(255,255,255,0) 75%),linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.45));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 24px rgba(2,6,23,.1),0 2px 6px rgba(2,6,23,.05);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;isolation:isolate;will-change:transform,box-shadow}@media (min-width:1024px){.tile-card{width:min(100%,260px)}}.tile-card:before{background:radial-gradient(200px 200px at var(--mx,50%) var(--my,40%),rgba(255,255,255,.22),transparent 62%),radial-gradient(120% 80% at 50% -10%,rgba(255,170,90,.18),transparent 65%),linear-gradient(0deg,rgba(255,255,255,.4),rgba(255,255,255,0));z-index:0}.tile-card:after,.tile-card:before{content:"";position:absolute;inset:0;pointer-events:none}.tile-card:after{box-shadow:inset 0 1px 0 rgba(255,255,255,.72),inset 0 -18px 38px rgba(255,150,70,.2);border-radius:inherit}.tile-card:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 38px rgba(2,6,23,.16),0 4px 12px rgba(2,6,23,.1);border-color:rgba(255,206,146,.7);background:radial-gradient(82% 65% at 50% -12%,rgba(255,180,108,.28),rgba(255,210,160,.16) 45%,rgba(255,255,255,0) 75%),linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.52))}.tile-card:active{transform:translateY(-1px) scale(1.01);box-shadow:0 10px 24px rgba(2,6,23,.14),0 3px 10px rgba(2,6,23,.1)}.tile-card:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(12,139,198,.25),0 10px 30px rgba(2,6,23,.08)}[data-theme=dark] .tile-card{background:radial-gradient(70% 54% at 50% -14%,rgba(255,186,120,.2),rgba(30,30,30,.02) 65%),color-mix(in oklab,var(--bg) 90%,rgba(40,40,40,.82));border-color:rgba(255,255,255,.24);box-shadow:0 1px 0 rgba(0,0,0,.42),0 18px 40px rgba(0,0,0,.45)}[data-theme=dark] .tile-card:before{background:radial-gradient(180px 160px at var(--mx,50%) var(--my,36%),rgba(255,255,255,.14),transparent 65%),radial-gradient(110% 78% at 50% -16%,rgba(255,255,255,.08),transparent 68%)}[data-theme=dark] .tile-card:after{box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -18px 40px rgba(255,170,90,.18)}.tile-card--frosted{--mx:52%;--my:36%;position:relative;width:min(100%,clamp(210px,34vw,240px));border-radius:38px;border:1.4px solid rgba(148,198,255,.62);background:radial-gradient(140% 130% at 18% -12%,rgba(255,216,240,.58),transparent 68%),radial-gradient(160% 140% at 88% -8%,rgba(174,214,255,.44),transparent 74%),radial-gradient(115% 160% at 50% 122%,rgba(255,196,150,.26),transparent 80%),linear-gradient(165deg,rgba(255,255,255,.96),rgba(235,244,255,.88));box-shadow:0 34px 70px rgba(86,130,255,.18),0 14px 32px rgba(15,23,42,.12);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#0d2c5c;overflow:hidden;isolation:isolate}.tile-card--frosted:before{content:"";position:absolute;inset:-24% -18% -30% -18%;border-radius:inherit;background:radial-gradient(360px 260px at var(--mx,52%) calc(var(--my, 36%) - 26%),rgba(255,228,213,.48),transparent 74%),radial-gradient(340px 240px at calc(100% - var(--mx, 52%)) calc(var(--my, 36%) - 18%),rgba(186,228,255,.38),transparent 78%);pointer-events:none;z-index:0;filter:blur(14px);opacity:.9;transition:opacity .4s ease}.tile-card--frosted:focus-visible:before,.tile-card--frosted:hover:before{opacity:1}.tile-card--frosted:after{content:"";position:absolute;inset:3px;border-radius:inherit;border:1px solid rgba(255,255,255,.34);background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,.12) 42%,rgba(255,255,255,.05) 74%,transparent),radial-gradient(120% 150% at 50% 126%,rgba(255,196,170,.18),transparent 82%);box-shadow:inset 0 1px 0 rgba(255,255,255,.72);pointer-events:none;mix-blend-mode:screen;opacity:.72;z-index:1}.tile-card--frosted:hover{transform:translateY(-8px);border-color:rgba(118,180,255,.85);box-shadow:0 44px 88px rgba(66,120,255,.26),0 18px 38px rgba(15,23,42,.16)}.tile-card--frosted:active{transform:translateY(-2px)}@media (min-width:1024px){.tile-card--frosted{width:min(100%,clamp(220px,28vw,240px))}}[data-theme=dark] .tile-card--frosted{border-color:rgba(120,184,255,.42);background:radial-gradient(140% 130% at 18% -12%,rgba(68,124,255,.22),transparent 62%),radial-gradient(160% 130% at 100% 0,rgba(26,212,255,.18),transparent 68%),linear-gradient(165deg,rgba(17,26,46,.92),rgba(10,18,38,.88));box-shadow:0 38px 78px rgba(2,9,23,.68),0 18px 34px rgba(2,6,23,.46);color:rgba(226,241,255,.92)}[data-theme=dark] .tile-card--frosted:before{background:radial-gradient(320px 260px at var(--mx,52%) calc(var(--my, 36%) - 18%),rgba(64,180,255,.32),transparent 78%),radial-gradient(320px 240px at calc(100% - var(--mx, 52%)) calc(var(--my, 36%) - 24%),rgba(37,197,255,.24),transparent 82%);filter:blur(18px);opacity:.58}[data-theme=dark] .tile-card--frosted:after{border-color:rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -26px 46px rgba(42,104,255,.18)}[data-theme=dark] .tile-card--frosted:hover{border-color:rgba(142,208,255,.6);box-shadow:0 44px 96px rgba(0,0,0,.74),0 22px 40px rgba(0,0,0,.46)}[data-theme=dark] .tile-card--frosted:active{transform:translateY(-2px)}.tile-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.tile-halo{position:absolute;z-index:0;width:46%;height:46%;border-radius:9999px;background:radial-gradient(circle at 50% 50%,rgba(255,160,80,.18),rgba(255,160,80,0));filter:blur(6px)}[data-theme=dark] .tile-halo{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.18),rgba(255,255,255,0))}.tile-halo--orange{background:radial-gradient(circle at 50% 50%,rgba(255,147,78,.28),rgba(255,147,78,0))}.tile-halo--blue{background:radial-gradient(circle at 50% 50%,rgba(32,125,255,.26),rgba(32,125,255,0))}[data-theme=dark] .tile-halo--orange{background:radial-gradient(circle at 50% 50%,rgba(255,173,117,.3),rgba(255,173,117,0))}[data-theme=dark] .tile-halo--blue{background:radial-gradient(circle at 50% 50%,rgba(96,189,255,.32),rgba(96,189,255,0))}.tile-glyph{display:block;width:40%;height:40%;--tile-glyph-from:#ff7a1a;--tile-glyph-to:#ffb347;--tile-glyph-outline:color-mix(in srgb,var(--tile-glyph-from) 78%,#ffe9d3 12%);--tile-glyph-outline-filter:drop-shadow(0 0 0 var(--tile-glyph-outline)) drop-shadow(0 1px 0 var(--tile-glyph-outline)) drop-shadow(0 -1px 0 var(--tile-glyph-outline)) drop-shadow(1px 0 0 var(--tile-glyph-outline)) drop-shadow(-1px 0 0 var(--tile-glyph-outline)) drop-shadow(1px 1px 0 var(--tile-glyph-outline)) drop-shadow(-1px -1px 0 var(--tile-glyph-outline)) drop-shadow(-1px 1px 0 var(--tile-glyph-outline)) drop-shadow(1px -1px 0 var(--tile-glyph-outline));background:linear-gradient(138deg,var(--tile-glyph-from),var(--tile-glyph-to));opacity:1;transition:transform .35s cubic-bezier(.21,.61,.35,1),filter .35s ease,background .35s ease;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain;will-change:transform}.tile-glyph[data-variant=lite]{filter:drop-shadow(0 8px 16px rgba(15,23,42,.16));background:linear-gradient(138deg,color-mix(in srgb,var(--tile-glyph-from) 85%,white 10%),color-mix(in srgb,var(--tile-glyph-to) 85%,white 5%))}.tile-glyph[data-variant=lite]:after,.tile-glyph[data-variant=lite]:before{display:none}.tile-glyph[data-variant=lite-highlight]{filter:drop-shadow(0 8px 16px rgba(15,23,42,.18));background:linear-gradient(138deg,color-mix(in srgb,var(--tile-glyph-from) 88%,white 8%),color-mix(in srgb,var(--tile-glyph-to) 88%,white 8%))}.tile-glyph[data-variant=lite-highlight]:before{display:block;inset:-1px;background:radial-gradient(circle at 30% 35%,rgba(255,255,255,.85),transparent 62%);box-shadow:inset 0 1px 0 rgba(255,255,255,.5);opacity:.8}.tile-glyph[data-variant=lite-highlight]:after{display:none}.tile-glyph:after,.tile-glyph:before{content:"";position:absolute;inset:0;pointer-events:none;-webkit-mask:inherit;mask:inherit;border-radius:inherit;transition:opacity .35s ease,transform .35s ease}.tile-glyph:before{inset:-1.5px;background:radial-gradient(circle at 30% 35%,rgba(255,255,255,.92),transparent 62%),linear-gradient(140deg,color-mix(in srgb,var(--tile-glyph-to) 32%,rgba(255,255,255,.05)),color-mix(in srgb,var(--tile-glyph-from) 75%,rgba(255,255,255,.08)));opacity:.9;filter:blur(.35px);box-shadow:inset 0 -8px 14px color-mix(in srgb,var(--tile-glyph-from) 35%,transparent),inset 0 1px 0 rgba(255,255,255,.65)}.tile-glyph:after{background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.65),transparent 72%),radial-gradient(circle at 50% 80%,color-mix(in srgb,var(--tile-glyph-from) 45%,transparent),transparent 78%);opacity:0}.tile-img{display:none;width:40%;height:40%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 1px 1.5px rgba(0,0,0,.08))}.tile-glyph{position:relative;z-index:2;filter:var(--tile-glyph-outline-filter) drop-shadow(0 10px 20px rgba(249,115,22,.22)) drop-shadow(0 1px 1.5px rgba(0,0,0,.08))}@media (min-width:768px){.tile-img{width:40%;height:40%}}[data-theme=dark] .tile-img{filter:brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.28))}[data-theme=dark] .tile-glyph{filter:var(--tile-glyph-outline-filter) drop-shadow(0 12px 24px rgba(0,0,0,.45)) drop-shadow(0 2px 4px rgba(0,0,0,.28))}@supports not ((-webkit-mask-image:none) or (mask-image:none)){.tile-glyph{display:none}.tile-img{display:block}}.add-tile{--add-tile-border:rgba(255,137,84,0.45);--add-tile-bg-from:#fff5ee;--add-tile-bg-to:#ffece0;--add-tile-text:#8b4513;--add-tile-caption:rgba(139,69,19,0.78);--add-tile-icon-bg:rgba(255,137,84,0.14);--add-tile-icon-shadow:rgba(255,137,84,0.32);--add-tile-icon-glow:rgba(255,181,127,0.56);--add-tile-badge-bg:#ff6a2b;--add-tile-cta-bg:rgba(255,137,84,0.16);--add-tile-cta-color:#b54716;--add-tile-cta-shadow:0 10px 22px rgba(255,137,84,0.28);border-style:dashed;border-color:var(--add-tile-border);background:linear-gradient(180deg,var(--add-tile-bg-from),var(--add-tile-bg-to));padding:clamp(20px,4vw,26px);display:flex;align-items:stretch;justify-content:center;text-align:center;min-height:clamp(240px,52vw,280px)}.add-tile:before{background:none}.add-tile:after{box-shadow:none}.add-tile:hover{border-style:solid;border-color:color-mix(in oklab,var(--add-tile-border) 65%,#ffffff);background:linear-gradient(180deg,color-mix(in oklab,var(--add-tile-bg-from) 90%,#ffffff 10%),var(--add-tile-bg-to))}.add-tile__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;gap:clamp(16px,3.4vw,24px);color:var(--add-tile-text)}.add-tile__icon{position:relative;display:grid;place-items:center;width:clamp(92px,28vw,120px);aspect-ratio:1;border-radius:clamp(24px,8vw,30px);background:var(--add-tile-icon-bg);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 18px 32px var(--add-tile-icon-shadow);overflow:hidden}.add-tile__icon-shell{position:relative;display:grid;place-items:center;width:100%;height:100%}.add-tile__icon-mask{width:clamp(36px,18vw,52px);height:clamp(36px,18vw,52px);display:block}.add-tile__icon-glow{position:absolute;inset:0;background:radial-gradient(120% 68% at 50% 32%,var(--add-tile-icon-glow),transparent 70%);opacity:.7}.add-tile__icon-img{position:relative;width:64%;height:64%;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(0,0,0,.08))}.add-tile__badge{position:absolute;right:10px;bottom:10px;min-width:26px;height:26px;border-radius:999px;background:var(--add-tile-badge-bg);color:#fff;font-size:16px;font-weight:700;display:grid;place-items:center;box-shadow:0 6px 14px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.85)}.add-tile__text{display:flex;flex-direction:column;gap:.5rem}.add-tile__title{font-size:clamp(1.05rem,3.6vw,1.2rem);font-weight:700;letter-spacing:-.01em}.add-tile__caption{font-size:.85rem;color:var(--add-tile-caption);line-height:1.4}.add-tile__cta{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:999px;background:var(--add-tile-cta-bg);color:var(--add-tile-cta-color);font-size:.85rem;font-weight:600;box-shadow:var(--add-tile-cta-shadow)}.add-tile--animal,.add-tile--household{--add-tile-border:rgba(255,137,84,0.45);--add-tile-bg-from:#fff5ee;--add-tile-bg-to:#ffece0;--add-tile-text:#8b4513;--add-tile-caption:rgba(139,69,19,0.78);--add-tile-icon-bg:rgba(255,137,84,0.14);--add-tile-icon-shadow:rgba(255,137,84,0.32);--add-tile-icon-glow:rgba(255,181,127,0.56);--add-tile-badge-bg:#ff6a2b;--add-tile-cta-bg:rgba(255,137,84,0.16);--add-tile-cta-color:#b54716;--add-tile-cta-shadow:0 10px 22px rgba(255,137,84,0.28)}.add-tile--human{--add-tile-border:rgba(255,255,255,0.55);--add-tile-bg-from:rgba(255,255,255,0.24);--add-tile-bg-to:rgba(255,255,255,0.08);--add-tile-text:rgba(80,54,36,0.78);--add-tile-caption:rgba(102,70,46,0.58);--add-tile-icon-bg:rgba(255,255,255,0.26);--add-tile-icon-shadow:rgba(15,23,42,0.12);--add-tile-icon-glow:rgba(255,210,176,0.48);--add-tile-badge-bg:linear-gradient(142deg,rgba(255,148,94,0.92),rgba(255,124,70,0.88));--add-tile-cta-bg:rgba(255,255,255,0.24);--add-tile-cta-color:rgba(96,60,36,0.82);--add-tile-cta-shadow:0 18px 34px rgba(255,186,140,0.22);border-style:solid;border-color:rgba(255,255,255,.52);background:radial-gradient(130% 118% at 18% -30%,rgba(255,255,255,.95) 0,rgba(255,255,255,.4) 32%,rgba(255,255,255,0) 62%),radial-gradient(120% 118% at 86% -24%,rgba(255,206,174,.2) 0,rgba(255,206,174,0) 68%),linear-gradient(170deg,rgba(255,255,255,.82),rgba(255,248,241,.64));box-shadow:inset 0 1px 0 rgba(255,255,255,.64),0 26px 60px rgba(15,23,42,.16),0 26px 54px rgba(255,186,140,.22);backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);isolation:isolate;overflow:hidden;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease,background .32s ease}.add-tile--human:before{inset:1.8px;border-radius:inherit;border:1px solid rgba(255,255,255,.3);background:radial-gradient(135% 118% at 18% -18%,rgba(255,255,255,.92) 0,rgba(255,255,255,0) 58%),linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,.08));opacity:.72;filter:blur(.2px)}.add-tile--human:after,.add-tile--human:before{content:"";position:absolute;pointer-events:none;mix-blend-mode:screen}.add-tile--human:after{inset:-18% -20% auto -20%;height:65%;border-radius:50%;background:radial-gradient(70% 74% at 50% 100%,rgba(255,152,100,.26) 0,rgba(255,152,100,0) 80%);opacity:.46;filter:blur(10px)}.add-tile--human:hover{border-color:rgba(255,255,255,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 32px 70px rgba(15,23,42,.18),0 30px 62px rgba(255,192,144,.28);background:radial-gradient(130% 118% at 18% -30%,rgba(255,255,255,.98) 0,rgba(255,255,255,.44) 30%,rgba(255,255,255,0) 64%),radial-gradient(120% 118% at 86% -24%,rgba(255,210,178,.24) 0,rgba(255,210,178,0) 70%),linear-gradient(170deg,rgba(255,255,255,.86),rgba(255,248,242,.68))}.add-tile--human:hover:before{opacity:.92}.add-tile--human .add-tile__inner{gap:clamp(18px,3vw,26px);color:var(--add-tile-text)}.add-tile--human .add-tile__icon{border:1px solid rgba(255,255,255,.4);background:linear-gradient(135deg,rgba(255,255,255,.26),rgba(255,255,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 28px 50px rgba(15,23,42,.18),0 16px 28px rgba(255,150,98,.22);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);position:relative;overflow:hidden;isolation:isolate;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.add-tile--human .add-tile__icon:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:radial-gradient(120% 120% at 15% -10%,rgba(255,255,255,.85) 0,rgba(255,255,255,0) 58%),linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.06));opacity:.82;pointer-events:none;mix-blend-mode:screen;filter:blur(.4px)}.add-tile--human .add-tile__icon:after{content:none}.add-tile--human .add-tile__icon-shell{width:100%;height:100%}.add-tile--human .add-tile__icon-mask{width:clamp(38px,18vw,56px);height:clamp(38px,18vw,56px);background:linear-gradient(135deg,rgba(71,85,105,.82),rgba(51,65,85,.92));mask:url(/humains.png) center/contain no-repeat;-webkit-mask:url(/humains.png) center/contain no-repeat;filter:drop-shadow(0 2px 3px rgba(15,23,42,.18));transition:background .25s ease,filter .25s ease;pointer-events:none}.add-tile--human .add-tile__icon-img{display:none}.add-tile--human .add-tile__icon-glow{position:absolute;inset:-28% -35% auto -35%;height:80%;border-radius:50%;background:radial-gradient(65% 65% at 50% 100%,rgba(255,140,84,.32) 0,rgba(255,140,84,0) 75%);opacity:.6;pointer-events:none;mix-blend-mode:screen}[data-theme=dark] .add-tile--human .add-tile__icon-glow{background:radial-gradient(65% 65% at 50% 100%,rgba(249,115,22,.38) 0,rgba(249,115,22,0) 78%);opacity:.5}.add-tile--human:hover .add-tile__icon:after{content:none}.add-tile--human:hover .add-tile__icon-mask{background:linear-gradient(135deg,#ffb68f,#ff6a2b);filter:drop-shadow(0 6px 12px rgba(255,122,66,.42))}.add-tile--human:focus-visible .add-tile__icon-mask{background:linear-gradient(135deg,#ff9c5e,#ff6a2b);filter:drop-shadow(0 4px 10px rgba(24,144,216,.35))}.add-tile--human .add-tile__badge{box-shadow:0 9px 20px rgba(255,135,74,.28),inset 0 1px 0 rgba(255,255,255,.64)}.add-tile--human .add-tile__cta{border:1px solid rgba(255,255,255,.45);background:linear-gradient(135deg,rgba(255,255,255,.3),rgba(255,255,255,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.62),0 16px 30px rgba(255,186,140,.2);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);transition:background .22s ease,box-shadow .22s ease}.add-tile--human .add-tile__cta:hover{background:linear-gradient(135deg,rgba(255,255,255,.4),rgba(255,255,255,.18));box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 20px 36px rgba(255,190,144,.26)}.tile-grid.human-grid .human-grid__add-tile{--add-tile-text:#ffffff;--add-tile-caption:rgba(255,255,255,0.86);--add-tile-icon-bg:rgba(255,255,255,0.28);--add-tile-icon-shadow:rgba(255,158,108,0.38);--add-tile-icon-glow:rgba(255,255,255,0.5);--add-tile-cta-bg:linear-gradient(135deg,rgba(255,255,255,0.32),rgba(255,255,255,0.12));--add-tile-cta-color:#ffffff;position:relative;display:flex;justify-content:center;text-align:center;border-radius:36px;border:1.2px solid rgba(255,255,255,.38);background:linear-gradient(185deg,rgba(255,255,255,.18),rgba(255,255,255,.03) 26%),radial-gradient(130% 130% at 0 2%,rgba(255,255,255,.42),transparent 60%),radial-gradient(120% 120% at 100% 4%,rgba(255,255,255,.18),transparent 70%),linear-gradient(145deg,rgba(255,138,76,.96) 14%,rgba(255,189,72,.9) 90%);box-shadow:0 46px 120px rgba(255,140,84,.32),0 22px 48px rgba(255,190,140,.24);color:#fff;padding:clamp(18px,2.8vw,26px);width:min(100%,220px);align-items:center;min-height:clamp(220px,48vw,260px);overflow:hidden;isolation:isolate;backdrop-filter:blur(28px) saturate(165%);-webkit-backdrop-filter:blur(28px) saturate(165%);transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),filter .35s ease}.tile-grid.human-grid .human-grid__add-tile:before{inset:-22% -18% -34% -18%;background:radial-gradient(360px 320px at 26% 12%,rgba(255,255,255,.52),transparent 78%),radial-gradient(320px 260px at 84% 18%,rgba(255,224,191,.36),transparent 82%),radial-gradient(360px 320px at 50% 118%,rgba(255,255,255,.2),transparent 82%);opacity:.7;filter:blur(18px)}.tile-grid.human-grid .human-grid__add-tile:after,.tile-grid.human-grid .human-grid__add-tile:before{content:"";position:absolute;border-radius:inherit;pointer-events:none;mix-blend-mode:screen;z-index:0}.tile-grid.human-grid .human-grid__add-tile:after{inset:1.1px;border:1px solid rgba(255,255,255,.28);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0))}.tile-grid.human-grid .human-grid__add-tile:focus-visible,.tile-grid.human-grid .human-grid__add-tile:hover{transform:translateY(-10px);box-shadow:0 60px 140px rgba(255,140,84,.38),0 28px 66px rgba(255,204,160,.32);filter:saturate(1.12)}.tile-grid.human-grid .human-grid__add-tile .add-tile__inner{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,2.2vw,16px);max-width:clamp(180px,86%,208px);margin-inline:auto;text-align:center;justify-content:center}.tile-grid.human-grid .human-grid__add-tile .add-tile__inner:before{content:"";position:absolute;inset:clamp(-12px,-2vw,-6px) clamp(-8px,-1.5vw,-3px) auto clamp(-8px,-1.5vw,-3px);height:38%;border-radius:48px;background:linear-gradient(180deg,rgba(255,255,255,.22),transparent 78%);pointer-events:none;mix-blend-mode:screen;opacity:.85;z-index:0}.tile-grid.human-grid .human-grid__add-tile .add-tile__inner>*{position:relative;z-index:1}.tile-grid.human-grid .human-grid__add-tile .add-tile__icon{position:relative;width:clamp(88px,20vw,108px);aspect-ratio:1;border-radius:clamp(24px,7vw,34px);border:1.2px solid rgba(255,255,255,.48);background:radial-gradient(160% 140% at 16% 2%,rgba(255,255,255,.85),rgba(255,255,255,.18) 68%),radial-gradient(140% 128% at 86% 8%,rgba(255,216,186,.28),transparent 78%),linear-gradient(150deg,rgba(255,154,102,.92),rgba(255,188,132,.7));box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 28px 48px rgba(255,156,104,.24),0 16px 28px rgba(255,176,120,.22);display:grid;place-items:center;overflow:hidden;isolation:isolate;margin:clamp(2px,.6vw,6px) auto clamp(6px,1.6vw,12px);backdrop-filter:blur(28px) saturate(165%);-webkit-backdrop-filter:blur(28px) saturate(165%);transition:transform .32s ease,box-shadow .32s ease}.tile-grid.human-grid .human-grid__add-tile .add-tile__icon:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,0) 70%),radial-gradient(90% 80% at 20% 10%,rgba(255,255,255,.55),transparent 68%);opacity:.85;pointer-events:none;mix-blend-mode:screen}.tile-grid.human-grid .human-grid__add-tile .add-tile__icon:after{content:"";position:absolute;inset:6% 8%;border-radius:inherit;background:radial-gradient(120% 90% at 80% 90%,rgba(255,193,140,.45),transparent 82%);mix-blend-mode:soft-light;pointer-events:none;opacity:.7}.tile-grid.human-grid .human-grid__add-tile:focus-visible .add-tile__icon,.tile-grid.human-grid .human-grid__add-tile:hover .add-tile__icon{transform:translateY(-4px);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 32px 58px rgba(255,168,110,.32),0 18px 32px rgba(255,188,132,.26)}.tile-grid.human-grid .human-grid__add-tile .add-tile__icon-mask,.tile-grid.human-grid .human-grid__add-tile .add-tile__icon-shell{display:none!important}.tile-grid.human-grid .human-grid__add-tile .add-tile__icon-img{display:block;width:clamp(52%,17vw,62%);height:auto;object-fit:contain;filter:drop-shadow(0 10px 26px rgba(255,130,82,.4)) saturate(118%);transform:translateY(-1px)}.tile-grid.human-grid .human-grid__add-tile .add-tile__icon-glow{position:absolute;inset:auto -30% -18% -30%;height:70%;border-radius:50%;background:radial-gradient(80% 80% at 50% 100%,rgba(255,171,110,.4),transparent 72%);opacity:.6;mix-blend-mode:screen;pointer-events:none}.tile-grid.human-grid .human-grid__add-tile .add-tile__badge{position:absolute;right:clamp(12px,2.8vw,20px);bottom:clamp(10px,2.4vw,18px);min-width:clamp(26px,6.2vw,34px);height:clamp(26px,6.2vw,34px);border-radius:16px;display:grid;place-items:center;font-size:clamp(.88rem,3vw,1.02rem);font-weight:700;color:#ff7a3a;transform:translate(6px,4px);background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(255,255,255,.64));box-shadow:0 18px 34px rgba(255,150,100,.32),inset 0 1px 0 rgba(255,255,255,.9)}.tile-grid.human-grid .human-grid__add-tile .add-tile__title{font-size:clamp(1.04rem,2.8vw,1.22rem);font-weight:700;line-height:1.18;letter-spacing:-.008em;text-shadow:0 12px 28px rgba(255,132,80,.35)}.tile-grid.human-grid .human-grid__add-tile .add-tile__caption{text-transform:uppercase;letter-spacing:.2em;font-size:clamp(.68rem,1.8vw,.8rem);opacity:.9;font-weight:600;color:rgba(255,255,255,.86)}.tile-grid.human-grid .human-grid__add-tile .add-tile__text{gap:clamp(.18rem,.8vw,.4rem)}.tile-grid.human-grid .human-grid__add-tile .add-tile__cta{position:relative;padding-inline:clamp(14px,3vw,18px);padding-block:clamp(6.5px,1.4vw,8px);width:clamp(150px,70%,180px);border-radius:999px;border:1.1px solid rgba(255,255,255,.62);text-transform:uppercase;letter-spacing:.16em;font-size:clamp(.68rem,2vw,.78rem);text-align:center;font-weight:600;box-shadow:inset 0 1px 0 rgba(255,255,255,.68),0 16px 34px rgba(255,200,150,.2);color:#fff}.tile-grid.human-grid .human-grid__add-tile .add-tile__cta:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(160% 120% at 50% -40%,rgba(255,255,255,.52),transparent 58%);pointer-events:none;mix-blend-mode:screen}.tile-grid.human-grid .human-grid__add-tile .add-tile__cta:focus-visible,.tile-grid.human-grid .human-grid__add-tile .add-tile__cta:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 22px 42px rgba(255,208,160,.28)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile{--add-tile-text:rgba(255,244,237,0.96);--add-tile-caption:rgba(255,235,223,0.82);--add-tile-icon-bg:rgba(255,255,255,0.18);--add-tile-icon-shadow:rgba(0,0,0,0.5);--add-tile-icon-glow:rgba(249,115,22,0.32);--add-tile-cta-bg:linear-gradient(135deg,rgba(249,115,22,0.4),rgba(249,115,22,0.2));--add-tile-cta-color:rgba(255,244,237,0.96);border-color:rgba(249,115,22,.48);background:linear-gradient(188deg,rgba(17,24,39,.92),rgba(9,13,24,.84)),radial-gradient(160% 150% at 10% 4%,rgba(249,115,22,.3),transparent 70%),radial-gradient(140% 130% at 92% 6%,rgba(253,186,116,.22),transparent 76%),linear-gradient(145deg,#fb923c 12%,#f97316 88%);box-shadow:0 52px 120px rgba(0,0,0,.72),0 24px 52px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.18);backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile:before{background:radial-gradient(320px 280px at 18% 20%,rgba(249,115,22,.42),transparent 82%),radial-gradient(300px 240px at 88% 18%,rgba(253,186,116,.28),transparent 80%),radial-gradient(320px 280px at 50% 122%,rgba(249,115,22,.16),transparent 86%);opacity:.56;filter:blur(16px)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile:after{border-color:rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.05),transparent)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__icon{border-color:rgba(255,255,255,.35);background:radial-gradient(140% 120% at 16% 4%,rgba(255,255,255,.24),transparent 72%),radial-gradient(140% 120% at 88% 8%,rgba(253,186,116,.32),transparent 80%),linear-gradient(150deg,rgba(253,186,116,.8),rgba(249,115,22,.6));box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 26px 46px rgba(0,0,0,.55),0 18px 30px rgba(249,115,22,.32)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__icon:before{opacity:.7}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__icon:after{background:radial-gradient(120% 90% at 78% 90%,rgba(253,186,116,.4),transparent 84%)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__icon-img{filter:drop-shadow(0 12px 24px rgba(249,115,22,.45)) saturate(120%)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__icon-glow{background:radial-gradient(80% 80% at 50% 100%,rgba(249,115,22,.42),transparent 74%);opacity:.55}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__badge{color:#fb923c;background:linear-gradient(140deg,rgba(17,24,39,.92),rgba(31,41,55,.78));box-shadow:0 20px 36px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.18)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__cta{border-color:rgba(255,255,255,.32);box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 16px 38px rgba(0,0,0,.46)}[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__cta:focus-visible,[data-theme=dark] .tile-grid.human-grid .human-grid__add-tile .add-tile__cta:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 22px 48px rgba(0,0,0,.5)}[data-theme=dark] .add-tile{--add-tile-bg-from:rgba(29,32,36,0.92);--add-tile-bg-to:rgba(25,28,32,0.86);--add-tile-text:rgba(248,250,252,0.92);--add-tile-caption:rgba(226,232,240,0.78);border-color:color-mix(in oklab,var(--add-tile-border) 45%,rgba(255,255,255,.22))}[data-theme=dark] .add-tile__icon{box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 16px 32px rgba(0,0,0,.45)}[data-theme=dark] .add-tile__icon-img{filter:drop-shadow(0 2px 5px rgba(0,0,0,.45))}[data-theme=dark] .add-tile__badge{box-shadow:0 6px 16px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.28)}[data-theme=dark] .add-tile__cta{box-shadow:none}[data-theme=dark] .add-tile--human{--add-tile-border:rgba(148,163,184,0.36);--add-tile-bg-from:rgba(32,40,60,0.58);--add-tile-bg-to:rgba(16,22,38,0.5);--add-tile-text:rgba(255,234,220,0.9);--add-tile-caption:rgba(255,234,220,0.7);--add-tile-icon-bg:rgba(40,52,80,0.62);--add-tile-icon-shadow:rgba(0,0,0,0.55);--add-tile-icon-glow:rgba(249,128,64,0.36);--add-tile-badge-bg:linear-gradient(150deg,rgba(249,115,22,0.92),rgba(255,138,61,0.84));--add-tile-cta-bg:rgba(249,115,22,0.3);--add-tile-cta-color:rgba(255,236,226,0.94);border-color:rgba(148,163,184,.42);background:radial-gradient(132% 118% at 18% -24%,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 58%),radial-gradient(118% 118% at 86% -24%,rgba(249,115,22,.3) 0,rgba(249,115,22,0) 72%),linear-gradient(168deg,rgba(18,24,46,.92),rgba(10,16,32,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 32px 72px rgba(2,6,23,.7),0 24px 46px rgba(8,112,214,.22);backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%)}[data-theme=dark] .add-tile--human:before{border:1px solid rgba(255,255,255,.18);background:radial-gradient(130% 118% at 18% -24%,rgba(255,255,255,.26) 0,rgba(255,255,255,0) 60%),linear-gradient(180deg,rgba(255,255,255,.1),rgba(12,20,36,.32));opacity:.56}[data-theme=dark] .add-tile--human:after{background:radial-gradient(68% 72% at 50% 100%,rgba(249,115,22,.35) 0,rgba(249,115,22,0) 78%);opacity:.4}[data-theme=dark] .add-tile--human:hover{border-color:rgba(148,163,184,.48);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 36px 74px rgba(2,6,23,.72),0 24px 50px rgba(8,112,214,.28)}[data-theme=dark] .add-tile--human .add-tile__icon{border-color:rgba(255,255,255,.22);background:linear-gradient(135deg,rgba(32,44,72,.68),rgba(18,24,40,.56));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 32px rgba(0,0,0,.55)}[data-theme=dark] .add-tile--human .add-tile__icon:before{background:radial-gradient(118% 120% at 50% 0,rgba(255,255,255,.26),transparent 78%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(12,18,34,0))}[data-theme=dark] .add-tile--human .add-tile__icon:after{content:none}[data-theme=dark] .add-tile--human .add-tile__icon-mask{background:linear-gradient(135deg,rgba(203,213,225,.78),rgba(148,163,184,.88));filter:drop-shadow(0 2px 4px rgba(2,6,23,.6))}[data-theme=dark] .add-tile--human:hover .add-tile__icon-mask{background:linear-gradient(135deg,#ffac7a,#ff6a2b);filter:drop-shadow(0 6px 14px rgba(249,115,22,.5))}[data-theme=dark] .add-tile--human:focus-visible .add-tile__icon-mask{background:linear-gradient(135deg,#ff924b,#ff6a2b);filter:drop-shadow(0 4px 12px rgba(59,130,246,.4))}[data-theme=dark] .add-tile--human .add-tile__badge{box-shadow:0 12px 24px rgba(249,115,22,.38),inset 0 1px 0 rgba(255,255,255,.28)}[data-theme=dark] .add-tile--human .add-tile__cta{border-color:rgba(255,255,255,.22);background:linear-gradient(135deg,rgba(249,115,22,.32),rgba(255,138,61,.2))}[data-theme=dark] .add-tile--human .add-tile__cta:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 18px 32px rgba(249,115,22,.32)}.tile-glyph--fiches{-webkit-mask-image:url(/fiches.png);mask-image:url(/fiches.png)}.tile-glyph--tools{-webkit-mask-image:url(/tools.png);mask-image:url(/tools.png)}.tile-glyph--calendar{-webkit-mask-image:url(/calendar.png);mask-image:url(/calendar.png)}.tile-glyph--carte{-webkit-mask-image:url(/carte.png);mask-image:url(/carte.png)}.tile-glyph--analyse{-webkit-mask-image:url(/analyse.png);mask-image:url(/analyse.png)}.tile-glyph--households{-webkit-mask-image:url(/households.png);mask-image:url(/households.png)}.tile-glyph--humans{-webkit-mask-image:url(/humains.png);mask-image:url(/humains.png)}.tile-glyph--animals{-webkit-mask-image:url(/animaux.png);mask-image:url(/animaux.png)}.tile-glyph--reseaux{-webkit-mask-image:url(/reseaux.png);mask-image:url(/reseaux.png)}.tile-glyph--b5{-webkit-mask-image:url(/B5.png);mask-image:url(/B5.png)}.tile-glyph--timeline{-webkit-mask-image:url(/timeline.png);mask-image:url(/timeline.png)}.tile-glyph--documents{-webkit-mask-image:url(/folder.png);mask-image:url(/folder.png)}.tile-glyph--genealogie{-webkit-mask-image:url(/genealogie.png);mask-image:url(/genealogie.png)}.tile-glyph--morphometrie{-webkit-mask-image:url(/morphometrie.png);mask-image:url(/morphometrie.png)}.tile-glyph--settings-account{-webkit-mask-image:url(/compte.png);mask-image:url(/compte.png)}.tile-glyph--settings-security{-webkit-mask-image:url(/securite.png);mask-image:url(/securite.png)}.tile-glyph--settings-persona{-webkit-mask-image:url(/personnalisation.png);mask-image:url(/personnalisation.png)}.tile-glyph--settings-feedback{-webkit-mask-image:url(/suggestion.png);mask-image:url(/suggestion.png)}.tile-glyph--settings-data{-webkit-mask-image:url(/planning-probleme-comportement.png);mask-image:url(/planning-probleme-comportement.png)}.tile-glyph--settings-referral{-webkit-mask-image:url(/parainage.png);mask-image:url(/parainage.png)}.tile-glyph--settings-billing{-webkit-mask-image:url(/abonnement.png);mask-image:url(/abonnement.png)}.tile-glyph--settings-admin{-webkit-mask-image:url(/power.png);mask-image:url(/power.png)}.tile-glyph--settings-support{-webkit-mask-image:url(/donate.png);mask-image:url(/donate.png)}.tile-glyph--share-receive{-webkit-mask-image:url(/receive.png);mask-image:url(/receive.png)}.tile-glyph--share-send{-webkit-mask-image:url(/send.png);mask-image:url(/send.png)}.human-module-grid{display:grid;gap:clamp(1.2rem,2.6vw,1.6rem);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}@media (max-width:1200px){.human-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.human-module-grid{grid-template-columns:1fr}}.human-module-card{position:relative;display:flex;flex-direction:column;gap:clamp(1rem,1.9vw,1.3rem);min-height:clamp(13.5rem,28vw,15.5rem);padding:clamp(1.25rem,2.4vw,1.85rem);border-radius:32px;border:1px solid var(--modules-card-border,rgba(255,218,198,.65));background:var(
    --modules-card-gradient,radial-gradient(185% 185% at 18% -55%,rgba(255,255,255,.95),transparent 74%),radial-gradient(155% 150% at 88% -36%,rgba(255,233,214,.34),transparent 68%),linear-gradient(186deg,rgba(255,250,243,.78),rgba(255,235,220,.64))
  );box-shadow:var(
    --modules-card-shadow,0 44px 80px rgba(255,210,188,.24),0 24px 48px rgba(255,191,164,.16)
  );transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;backdrop-filter:blur(18px) saturate(150%);--module-icon-size:clamp(64px,12vw,78px);--module-icon-border:rgba(255,255,255,0.62);--module-icon-highlight:rgba(255,255,255,0.66);--module-icon-bg-from:rgba(255,243,232,0.96);--module-icon-bg-to:rgba(255,222,197,0.9);--module-icon-shadow:0 22px 44px rgba(255,201,160,0.24);--module-icon-inner-glow:rgba(255,206,170,0.28);--module-glyph-size:clamp(28px,9vw,34px);--module-glyph-from:#f97316;--module-glyph-to:#ffb347;--module-glyph-shadow:0 12px 20px rgba(249,115,22,0.35);--module-glyph-outline-shadow:0 0 0.85px rgba(255,145,78,0.9)}.human-module-card:after{content:"";position:absolute;inset:1px;border-radius:inherit;pointer-events:none;border:1px solid var(--modules-card-inner-border,rgba(255,255,255,.55));box-shadow:inset 0 1px 0 rgba(255,255,255,.75),inset 0 -24px 32px var(--modules-card-inner-glow,rgba(255,198,153,.16))}.human-module-card.is-disabled{--modules-card-border:rgba(148,163,184,0.85);--modules-card-border-muted:rgba(148,163,184,0.55);--modules-card-inner-border:rgba(255,255,255,0.78);--modules-card-inner-glow:rgba(228,232,240,0.55);--modules-card-highlight:rgba(255,255,255,0.55);--modules-card-gradient-muted:radial-gradient(220% 210% at 20% -60%,rgba(255,255,255,0.96),transparent 78%),radial-gradient(150% 150% at 82% -38%,rgba(212,217,226,0.6),transparent 68%),linear-gradient(190deg,rgba(247,248,252,0.98),rgba(227,230,236,0.98));--modules-card-gradient:radial-gradient(220% 210% at 20% -60%,rgba(255,255,255,0.96),transparent 78%),radial-gradient(150% 150% at 82% -38%,rgba(212,217,226,0.6),transparent 68%),linear-gradient(190deg,rgba(247,248,252,0.98),rgba(227,230,236,0.98));--modules-card-shadow:0 30px 58px rgba(148,163,184,0.28),0 18px 32px rgba(148,163,184,0.18);--modules-card-shadow-hover:0 30px 58px rgba(148,163,184,0.28),0 18px 32px rgba(148,163,184,0.18);--module-icon-bg-from:rgba(247,249,253,0.98);--module-icon-bg-to:rgba(222,227,236,0.92);--module-icon-shadow:0 18px 36px rgba(148,163,184,0.28);--module-icon-inner-glow:rgba(198,206,221,0.45);--module-icon-highlight:rgba(255,255,255,0.96);--module-icon-border:rgba(255,255,255,0.95);--module-glyph-from:#d5dae4;--module-glyph-to:#94a3b8;--module-glyph-shadow:0 12px 24px rgba(71,85,105,0.32);--module-glyph-outline-shadow:0 0 0 rgba(0,0,0,0);border-color:var(--modules-card-border);box-shadow:var(--modules-card-shadow);background:var(--modules-card-gradient);backdrop-filter:blur(20px) saturate(100%)}.human-module-card.is-disabled:after{border-color:rgba(255,255,255,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),inset 0 -18px 26px rgba(210,218,230,.38)}.human-module-card.is-disabled:before{background:radial-gradient(115% 120% at 48% 10%,rgba(210,216,226,.68),transparent 78%),radial-gradient(120% 120% at 60% 0,rgba(255,255,255,.5),transparent 76%);opacity:.85}.human-module-card.is-disabled:hover{transform:none;box-shadow:var(--modules-card-shadow)}.human-module-card.is-disabled .human-module-card__title{color:rgba(71,85,105,.9)}.human-module-card.is-disabled .human-module-card__description{color:rgba(100,116,139,.85)}.human-module-card.is-disabled .human-module-card__switch-track{background:linear-gradient(145deg,rgba(245,248,252,.88),rgba(226,232,240,.82));border-color:rgba(180,193,210,.5);box-shadow:inset 0 3px 6px rgba(255,255,255,.55),inset 0 -5px 8px rgba(148,163,184,.2)}.human-module-card.is-disabled .human-module-card__switch-thumb{background:linear-gradient(160deg,rgba(255,255,255,.96),rgba(229,234,242,.85))}.human-module-card.is-disabled .human-module-card__purge{opacity:.5}.human-module-card.is-disabled .human-module-card__icon{background:radial-gradient(circle at 42% 24%,rgba(255,255,255,.92),transparent 62%),linear-gradient(152deg,rgba(247,249,252,.95),rgba(214,220,232,.9));box-shadow:inset 0 2px 6px rgba(255,255,255,.9),0 16px 30px rgba(148,163,184,.28);filter:saturate(.35) brightness(1.02)}.human-module-card.is-disabled .human-module-card__icon:before{background:radial-gradient(128% 122% at 52% 16%,rgba(255,255,255,.94),transparent 75%);box-shadow:inset 0 -18px 24px rgba(191,210,230,.35)}.human-module-card.is-disabled .human-module-card__icon:after{border-color:rgba(255,255,255,.96);opacity:.96}.human-module-card.is-disabled .human-module-card__glyph{opacity:.95;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.22),transparent 58%),linear-gradient(148deg,rgba(163,174,190,.95),rgba(107,122,147,.9));mix-blend-mode:normal;filter:grayscale(1) saturate(.2) brightness(.96) drop-shadow(0 14px 26px rgba(71,82,102,.32))}.human-module-card.is-disabled .wizard-module-chip{--wizard-chip-color-from:#cdd4e2;--wizard-chip-color-to:#f2f4f9;filter:saturate(.35) brightness(1.02)}.human-module-card:before{content:"";position:absolute;inset:10px 16px auto 16px;height:24px;border-radius:999px;background:var(--modules-card-highlight,rgba(255,255,255,.74));filter:blur(24px);opacity:.82;pointer-events:none}.human-module-card:hover{transform:translateY(-4px);box-shadow:var(
    --modules-card-shadow-hover,0 48px 88px rgba(255,210,188,.3),0 30px 52px rgba(255,193,166,.22)
  )}.human-module-card.is-active{border-color:var(--modules-card-border-active,rgba(255,197,160,.68));background:var(
    --modules-card-gradient-active,radial-gradient(175% 175% at 16% -52%,rgba(255,248,237,.9),transparent 70%),radial-gradient(135% 140% at 90% -28%,rgba(255,228,201,.4),transparent 64%),linear-gradient(184deg,rgba(255,246,231,.88),rgba(255,232,210,.72))
  );box-shadow:var(
    --modules-card-shadow-hover,0 48px 88px rgba(255,205,170,.3),0 30px 52px rgba(255,188,154,.24)
  );--module-icon-bg-from:rgba(255,236,219,0.98);--module-icon-bg-to:rgba(255,176,116,0.92);--module-icon-highlight:rgba(255,255,255,0.78);--module-icon-inner-glow:rgba(255,184,120,0.42);--module-icon-shadow:0 32px 64px rgba(255,173,120,0.32);--module-icon-border:rgba(255,255,255,0.72);--module-glyph-from:#ffffff;--module-glyph-to:#ffe6cf;--module-glyph-shadow:0 14px 22px rgba(255,173,120,0.38);--module-glyph-outline-shadow:0 0 1px rgba(255,215,180,0.8)}.human-module-card:not(.is-active):not(.is-disabled){border-color:var(--modules-card-border-muted,rgba(255,226,206,.72));background:var(
    --modules-card-gradient-muted,radial-gradient(165% 165% at 24% -46%,rgba(255,248,239,.92),transparent 70%),radial-gradient(140% 140% at 92% -18%,rgba(255,232,210,.34),transparent 64%),linear-gradient(188deg,rgba(255,246,237,.7),rgba(255,234,218,.64))
  );box-shadow:var(
    --modules-card-shadow,0 44px 80px rgba(255,204,177,.24),0 24px 48px rgba(255,186,156,.16)
  );--module-icon-bg-from:rgba(255,243,232,0.96);--module-icon-bg-to:rgba(255,222,197,0.9);--module-icon-shadow:0 26px 52px rgba(255,201,160,0.26);--module-icon-inner-glow:rgba(255,206,170,0.32);--module-icon-highlight:rgba(255,255,255,0.66);--module-glyph-from:#f97316;--module-glyph-to:#ffb347;--module-glyph-shadow:0 12px 20px rgba(249,115,22,0.38);--module-glyph-outline-shadow:0 0 0.95px rgba(255,145,78,0.95)}.human-module-card:not(.is-active):not(.is-disabled) .human-module-card__title{color:rgba(214,88,10,.72)}.human-module-card:not(.is-active):not(.is-disabled) .human-module-card__description{color:rgba(188,78,18,.62)}.human-module-card:not(.is-active):not(.is-disabled) .human-module-card__switch-track{background:linear-gradient(135deg,rgba(255,245,235,.88),rgba(255,228,206,.8));border-color:rgba(255,214,182,.55)}.human-module-card:not(.is-active):not(.is-disabled) .human-module-card__switch-thumb{filter:saturate(.65)}.human-module-card:not(.is-active):not(.is-disabled) .human-module-card__purge{opacity:.65}.human-module-card__head{display:flex;flex-direction:column;align-items:center;gap:clamp(.55rem,1.2vw,.9rem);text-align:center}.human-module-card__icon{position:relative;isolation:isolate;display:grid;place-items:center;width:var(--module-icon-size);height:var(--module-icon-size);border-radius:var(--human-module-chip-radius,999px);background:linear-gradient(140deg,var(--module-icon-bg-from),var(--module-icon-bg-to));box-shadow:inset 0 2px 6px rgba(255,255,255,.82),var(--module-icon-shadow,0 20px 40px rgba(255,201,160,.22));transition:transform .16s ease,box-shadow .16s ease}.human-module-card__icon:before{content:"";position:absolute;inset:4px;border-radius:inherit;background:radial-gradient(132% 120% at 50% 18%,var(--module-icon-highlight),transparent 70%);box-shadow:inset 0 -18px 24px var(--module-icon-inner-glow);opacity:.85}.human-module-card__icon:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid var(--module-icon-border,rgba(255,255,255,.62));pointer-events:none;mix-blend-mode:screen;opacity:.9}.human-module-card__icon--stack{width:calc(var(--module-icon-size) + 14px);height:calc(var(--module-icon-size) + 14px)}.human-module-card__icon-img{width:40px;height:40px;object-fit:contain}.human-module-card__glyph{display:inline-flex;width:var(--module-glyph-size);height:var(--module-glyph-size);background:linear-gradient(148deg,var(--module-glyph-from),var(--module-glyph-to));-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;filter:drop-shadow(var(--module-glyph-outline-shadow,0 0 0 rgba(0,0,0,0))) drop-shadow(var(--module-glyph-shadow));transition:transform .18s ease,filter .18s ease}.human-module-card__glyph--core{-webkit-mask-image:url(/socle-commun.png);mask-image:url(/socle-commun.png)}.human-module-card__glyph--reseaux{-webkit-mask-image:url(/reseaux.png);mask-image:url(/reseaux.png)}.human-module-card__glyph--morphometrie{-webkit-mask-image:url(/morphometrie.png);mask-image:url(/morphometrie.png)}.human-module-card__glyph--genealogie{-webkit-mask-image:url(/genealogie.png);mask-image:url(/genealogie.png)}.human-module-card__glyph--timeline{-webkit-mask-image:url(/timeline.png);mask-image:url(/timeline.png)}.human-module-card__glyph--b5{-webkit-mask-image:url(/B5.png);mask-image:url(/B5.png)}.human-module-card__glyph--planning{-webkit-mask-image:url(/planning.png);mask-image:url(/planning.png)}.human-module-card:hover .human-module-card__glyph{transform:translateY(-2px)}.human-module-card.is-active .human-module-card__glyph{transform:scale(1.08)}.human-module-card__meta{display:flex;flex-direction:column;gap:.35rem}.human-module-card__title{font-size:1.08rem;font-weight:600;color:rgba(233,94,24,.95);letter-spacing:.01em}.human-module-card__description{margin:0;font-size:.9rem;line-height:1.6;color:rgba(186,82,20,.7);text-align:center;min-height:2.9rem}.human-module-grid__footnote{margin:0;font-size:.84rem;color:rgba(120,53,15,.75);border-radius:22px;padding:.85rem 1.2rem;background:linear-gradient(120deg,rgba(255,247,239,.9),rgba(255,229,203,.88));border:1px dashed rgba(255,176,120,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}@media (prefers-color-scheme:dark){.human-module-card{--modules-card-border:rgba(255,140,70,0.45);--modules-card-border-muted:rgba(63,76,99,0.85);--modules-card-border-active:rgba(255,176,120,0.55);--modules-card-gradient:radial-gradient(135% 120% at 28% -30%,rgba(249,115,22,0.38),transparent 70%),radial-gradient(110% 110% at 92% -6%,rgba(234,88,12,0.25),transparent 60%),linear-gradient(150deg,rgba(24,24,34,0.95),rgba(12,12,20,0.94));--modules-card-gradient-muted:radial-gradient(130% 120% at 20% -32%,rgba(58,73,99,0.32),transparent 70%),linear-gradient(150deg,rgba(21,24,34,0.95),rgba(14,16,26,0.92));--modules-card-gradient-active:radial-gradient(150% 130% at 24% -32%,rgba(255,163,97,0.45),transparent 70%),radial-gradient(120% 110% at 92% 12%,rgba(251,146,60,0.32),transparent 60%),linear-gradient(152deg,rgba(55,30,20,0.92),rgba(26,18,14,0.94));--modules-card-shadow:0 24px 46px rgba(0,0,0,0.6);--modules-card-shadow-hover:0 28px 52px rgba(0,0,0,0.65);--modules-card-inner-border:rgba(234,88,12,0.42);--modules-card-inner-glow:rgba(251,146,60,0.22);--modules-card-highlight:rgba(234,88,12,0.32)}.human-module-card__title{color:rgba(255,244,235,.92)}.human-module-card__description{color:rgba(251,213,190,.78)}.human-module-card:not(.is-active):not(.is-disabled) .human-module-card__title{color:rgba(226,232,240,.9)}.human-module-card:not(.is-active):not(.is-disabled) .human-module-card__description{color:rgba(203,213,225,.72)}.human-module-card__icon{background:linear-gradient(150deg,rgba(38,30,28,.92),rgba(17,17,25,.85));box-shadow:0 18px 34px rgba(0,0,0,.45)}.human-module-card__icon--stack{background:linear-gradient(150deg,rgba(32,26,24,.94),rgba(14,14,22,.85));box-shadow:0 22px 40px rgba(0,0,0,.6)}.human-module-card__icon.is-active{background:linear-gradient(148deg,rgba(234,88,12,.28),rgba(234,88,12,.18))}.human-module-card.is-disabled{--modules-card-border:rgba(71,85,105,0.55);--modules-card-border-muted:rgba(71,85,105,0.55);--modules-card-inner-border:rgba(148,163,184,0.32);--modules-card-inner-glow:rgba(51,65,85,0.22);--modules-card-highlight:rgba(30,41,59,0.45);--modules-card-gradient-muted:radial-gradient(135% 130% at 24% -32%,rgba(71,85,105,0.35),transparent 76%),radial-gradient(120% 120% at 92% -12%,rgba(51,65,85,0.28),transparent 68%),linear-gradient(152deg,rgba(17,24,39,0.92),rgba(15,23,42,0.88));--modules-card-gradient:radial-gradient(135% 130% at 24% -32%,rgba(71,85,105,0.35),transparent 76%),radial-gradient(120% 120% at 92% -12%,rgba(51,65,85,0.28),transparent 68%),linear-gradient(152deg,rgba(17,24,39,0.92),rgba(15,23,42,0.88));--modules-card-shadow:0 26px 52px rgba(3,7,18,0.65);--modules-card-shadow-hover:0 26px 52px rgba(3,7,18,0.65);--module-icon-bg-from:rgba(44,56,78,0.88);--module-icon-bg-to:rgba(26,35,54,0.92);--module-icon-highlight:rgba(148,163,184,0.35);--module-icon-inner-glow:rgba(30,41,59,0.44);--module-icon-shadow:0 30px 58px rgba(0,0,0,0.62);--module-icon-border:rgba(148,163,184,0.38);--module-glyph-from:rgba(214,227,247,0.92);--module-glyph-to:rgba(148,163,184,0.68);--module-glyph-shadow:0 12px 22px rgba(3,7,18,0.6);backdrop-filter:blur(10px)}.human-module-card.is-disabled:after{border-color:rgba(148,163,184,.42);box-shadow:inset 0 1px 0 rgba(148,163,184,.35),inset 0 -18px 26px rgba(30,41,59,.38)}.human-module-card.is-disabled:before{background:radial-gradient(120% 110% at 52% 12%,rgba(71,85,105,.24),transparent 78%)}.human-module-card.is-disabled .human-module-card__title{color:rgba(226,232,240,.9)}.human-module-card.is-disabled .human-module-card__description{color:rgba(148,163,184,.78)}.human-module-card.is-disabled .human-module-card__switch-track{background:linear-gradient(135deg,rgba(30,41,59,.92),rgba(30,41,59,.82));border-color:rgba(71,85,105,.55)}.human-module-card.is-disabled .human-module-card__switch-thumb{background:linear-gradient(135deg,rgba(51,65,85,.78),rgba(30,41,59,.72))}.human-module-card.is-disabled .human-module-card__purge{opacity:.45}.human-module-card.is-disabled .human-module-card__icon{background:radial-gradient(circle at 42% 24%,rgba(148,163,184,.25),transparent 62%),linear-gradient(150deg,rgba(31,41,59,.9),rgba(15,23,42,.9));box-shadow:inset 0 2px 6px rgba(148,163,184,.18),0 24px 46px rgba(3,7,18,.68);filter:saturate(.25) brightness(.92)}.human-module-card.is-disabled .human-module-card__icon:before{background:radial-gradient(125% 115% at 52% 16%,rgba(148,163,184,.28),transparent 72%);box-shadow:inset 0 -18px 26px rgba(15,23,42,.52)}.human-module-card.is-disabled .human-module-card__icon:after{border-color:rgba(100,116,139,.55);opacity:.9}.human-module-card.is-disabled .human-module-card__glyph{opacity:.88;background:radial-gradient(circle at 34% 24%,rgba(11,14,22,.3),transparent 56%),linear-gradient(150deg,rgba(214,219,228,.92),rgba(126,136,154,.82));mix-blend-mode:normal;filter:grayscale(1) saturate(.35) brightness(1.15) drop-shadow(0 20px 30px rgba(3,7,18,.75))}.human-module-grid__footnote{background:rgba(30,22,18,.75);border-color:rgba(234,88,12,.28);color:rgba(248,220,196,.86)}}@keyframes tileGlyphBounce{0%{transform:translateY(0) scale(1)}30%{transform:translateY(-7px) scale(1.08)}55%{transform:translateY(2px) scale(.97)}75%{transform:translateY(-2px) scale(1.03)}to{transform:translateY(0) scale(1.05)}}.group:hover .tile-glyph{animation:tileGlyphBounce .6s ease-out forwards;filter:var(--tile-glyph-outline-filter) drop-shadow(0 12px 22px rgba(249,115,22,.28)) drop-shadow(0 6px 14px rgba(255,150,80,.35))}.group:hover .tile-glyph:after{opacity:.9}.group:hover .tile-glyph:before{opacity:.85;transform:scale(1.04)}.group:active .tile-glyph{animation:none;transform:translateY(1px) scale(.98);background:linear-gradient(136deg,color-mix(in srgb,var(--tile-glyph-from) 72%,#ffe3c7),color-mix(in srgb,var(--tile-glyph-to) 78%,#fff1df));filter:var(--tile-glyph-outline-filter) drop-shadow(0 8px 16px rgba(249,115,22,.18)) drop-shadow(0 3px 8px rgba(255,150,80,.25))}.group:active .tile-glyph:after{opacity:.65}.group:active .tile-glyph:before{opacity:.75;transform:scale(1.01)}.group:hover .tile-card{border-color:rgba(255,210,150,.75)}.group:active .tile-card{border-color:rgba(255,195,130,.65)}[data-theme=dark] .tile-glyph{--tile-glyph-outline:color-mix(in srgb,var(--tile-glyph-from) 45%,#ffd9a8 55%);background:linear-gradient(135deg,rgba(255,213,175,.82),rgba(255,240,223,.65));filter:var(--tile-glyph-outline-filter) drop-shadow(0 14px 26px rgba(0,0,0,.55)) drop-shadow(0 4px 10px rgba(0,0,0,.35))}[data-theme=dark] .tile-glyph:before{background:linear-gradient(135deg,rgba(255,222,190,.9),rgba(255,244,220,.5));opacity:.6}[data-theme=dark] .tile-glyph:after{background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.65),transparent 70%)}[data-theme=dark] .group:hover .tile-glyph{filter:var(--tile-glyph-outline-filter) drop-shadow(0 12px 20px rgba(0,0,0,.5)) drop-shadow(0 6px 14px rgba(255,210,170,.38))}[data-theme=dark] .group:active .tile-glyph{filter:var(--tile-glyph-outline-filter) drop-shadow(0 10px 18px rgba(0,0,0,.45)) drop-shadow(0 3px 8px rgba(255,200,150,.28))}[data-theme=dark] .group:hover .tile-card{border-color:rgba(255,220,170,.45)}[data-theme=dark] .group:active .tile-card{border-color:rgba(255,210,150,.38)}.tile-title{display:inline-block;font-weight:600;letter-spacing:-.01em;color:#0C8BC6;font-size:20px;line-height:1.25;text-align:center;transform:translateY(4px)}@media (min-width:768px){.tile-title{font-size:24px}}[data-theme=dark] .tile-title{color:#fff}.tile-subtitle{display:block;font-size:15px;line-height:1.35;letter-spacing:-.01em;color:rgba(12,139,198,.75);max-width:18ch}[data-theme=dark] .tile-subtitle{color:rgba(255,255,255,.72)}.tile-surface{position:relative;border-radius:28px;border:1.5px solid rgba(255,255,255,.45);background:radial-gradient(90% 70% at 50% -20%,rgba(255,186,120,.18),rgba(255,255,255,0) 70%),linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.6));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 24px 55px rgba(15,23,42,.14),0 6px 18px rgba(15,23,42,.08)}.tile-surface:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.65);pointer-events:none}[data-theme=dark] .tile-surface{border-color:rgba(255,255,255,.2);background:radial-gradient(120% 90% at 50% -10%,rgba(255,186,120,.18),rgba(12,20,28,.25)),linear-gradient(180deg,rgba(17,25,40,.9),rgba(17,25,40,.75));box-shadow:0 18px 48px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.35)}.tile-section{border-radius:clamp(28px,6vw,40px);overflow:hidden;contain:layout paint;backface-visibility:hidden}.tile-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse farthest-corner at var(--mx,50%) var(--my,40%),rgba(255,255,255,.25),transparent 72%);opacity:0;transition:opacity .45s ease;pointer-events:none}.tile-section:hover:before{opacity:1}[data-theme=dark] .tile-section:before{background:radial-gradient(ellipse farthest-corner at var(--mx,50%) var(--my,40%),rgba(255,255,255,.12),transparent 74%)}.tile-section__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.25rem)}.tile-section__header{display:flex;flex-direction:column;gap:.85rem}@media (min-width:768px){.tile-section__header{flex-direction:row;align-items:flex-start;justify-content:space-between}}.tile-section__title{font-size:clamp(1.4rem,3vw,1.7rem);font-weight:700;letter-spacing:-.015em}.tile-section__subtitle{font-size:.9rem;color:rgba(15,23,42,.65)}[data-theme=dark] .tile-section__subtitle{color:rgba(226,232,240,.7)}.tile-section__actions{display:flex;gap:.75rem}.tile-section__addon{margin-top:clamp(.95rem,2.6vw,1.4rem)!important}.tile-section__controls{display:flex;gap:.35rem;align-items:center;align-self:flex-end}@media (min-width:768px){.tile-section__controls{align-self:auto}}.tile-section__collapse{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;margin-left:.125rem;border:none;border-radius:.375rem;background:transparent;color:rgba(30,41,59,.75);cursor:pointer;transition:color .16s ease,transform .16s ease}[data-theme=dark] .tile-section__collapse{color:rgba(226,232,240,.85)}.tile-section__collapse:hover{color:rgba(30,64,175,.92)}[data-theme=dark] .tile-section__collapse:hover{color:rgba(191,219,254,.95)}.tile-section__collapse:active{transform:translateY(1px)}.tile-section__collapse-icon{transform:rotate(-90deg);transition:transform .16s ease}.tile-section__collapse.is-collapsed .tile-section__collapse-icon{transform:rotate(90deg)}.tile-section__content.is-collapsed{display:none}.tile-section__content{display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.25rem)}@supports (content-visibility:auto){.tile-section[data-cv-ready=true]{content-visibility:auto;contain-intrinsic-size:auto var(--tile-cis,640px)}}.tile-section__addon-grid{width:100%;display:flex;flex-wrap:wrap;column-gap:clamp(1.25rem,3vw,1.75rem);row-gap:clamp(1.75rem,4vw,2.25rem);justify-content:flex-start;align-items:flex-start}.tile-section__addon-grid>.tile-section__addon-badge{padding-top:0;padding-left:0;justify-content:center;flex:0 0 clamp(120px,18vw,158px);max-width:clamp(120px,18vw,158px)}.tile-section__addon-badge{display:flex;align-items:center;padding-top:.75rem;padding-left:.75rem}.human-wizard-summary .tile-section__addon-shell{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:clamp(112px,18vw,148px);max-width:clamp(112px,18vw,148px);width:100%;gap:clamp(.6rem,1.8vw,.88rem);position:relative;transition:transform .18s ease,filter .18s ease}.human-wizard-summary .tile-section__addon-icon{display:flex;align-items:center;justify-content:center;width:100%;flex-shrink:0;position:relative;z-index:1;transition:transform .18s ease}.human-wizard-summary .tile-section__addon-label{margin-top:0;display:flex;justify-content:center;width:100%;position:relative;z-index:2;transition:transform .18s ease,filter .18s ease}.human-wizard-summary .tile-section__addon-label>*{max-width:100%}.human-wizard-summary .tile-section__addon-shell:after{content:"";position:absolute;bottom:clamp(-.55rem,-1.4vw,-.35rem);left:50%;transform:translateX(-50%);width:clamp(76px,18vw,122px);height:clamp(22px,6vw,32px);border-radius:999px;background:radial-gradient(70% 140% at 50% 60%,rgba(172,236,255,.52),rgba(172,236,255,0) 78%);filter:blur(16px);opacity:.75;pointer-events:none;z-index:0;transition:opacity .18s ease,transform .18s ease}.human-aura{position:relative;overflow:hidden;border-color:rgba(255,255,255,.6);background:radial-gradient(150% 160% at 14% -18%,rgba(164,221,255,.36),transparent 74%),radial-gradient(160% 150% at 86% -18%,rgba(196,234,255,.32),transparent 78%),linear-gradient(170deg,rgba(255,255,255,.96),rgba(239,247,255,.9));box-shadow:0 36px 72px rgba(59,130,246,.12),0 12px 28px rgba(59,130,246,.08)}.human-aura:before{content:"";position:absolute;inset:0;background:radial-gradient(320px 240px at var(--mx,48%) var(--my,34%),rgba(255,255,255,.38),transparent 72%),radial-gradient(320px 240px at calc(var(--mx, 48%) * .6) calc(var(--my, 34%) * .64),rgba(180,224,255,.22),transparent 78%);opacity:.72;pointer-events:none;transition:opacity .45s ease}.human-aura:hover:before{opacity:1}.human-hero{border-radius:clamp(30px,6.8vw,44px);border:1px solid rgba(176,208,255,.58);background:radial-gradient(150% 160% at -12% -16%,rgba(168,224,255,.4),transparent 78%),radial-gradient(160% 160% at 112% -10%,rgba(214,197,255,.35),transparent 80%),linear-gradient(165deg,rgba(255,255,255,.98),rgba(238,246,255,.94));box-shadow:0 42px 90px rgba(59,130,246,.14),inset 0 1px 0 rgba(255,255,255,.92);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.human-hero:before{background:radial-gradient(340px 260px at var(--mx,50%) var(--my,30%),rgba(255,255,255,.45),transparent 72%),radial-gradient(300px 240px at calc(var(--mx, 50%) * .58) calc(var(--my, 30%) * .62),rgba(169,214,255,.26),transparent 78%);box-shadow:inset 0 1px 0 rgba(255,255,255,.68);border-radius:inherit;z-index:0}.human-hero:after{content:"";position:absolute;inset:-12%;border-radius:inherit;background:radial-gradient(ellipse farthest-corner at var(--mx,56%) var(--my,26%),rgba(255,255,255,.86),transparent 78%),radial-gradient(420px 320px at 18% -8%,rgba(182,229,255,.42),transparent 84%);opacity:.78;pointer-events:none;z-index:0}.human-hero.human-hero--archived,.human-hero.human-hero--deceased{border-color:rgba(203,213,225,.58);background:radial-gradient(150% 160% at -12% -16%,rgba(203,213,225,.32),transparent 78%),radial-gradient(160% 160% at 112% -10%,rgba(148,163,184,.26),transparent 80%),linear-gradient(165deg,rgba(248,250,252,.96),rgba(226,232,240,.92));box-shadow:0 32px 64px rgba(71,85,105,.14),inset 0 1px 0 rgba(255,255,255,.86)}.human-hero.human-hero--archived:before,.human-hero.human-hero--deceased:before{background:radial-gradient(340px 260px at var(--mx,50%) var(--my,30%),rgba(226,232,240,.38),transparent 72%),radial-gradient(300px 240px at calc(var(--mx, 50%) * .58) calc(var(--my, 30%) * .62),rgba(203,213,225,.22),transparent 78%);box-shadow:inset 0 1px 0 rgba(255,255,255,.62)}.human-hero.human-hero--archived:after,.human-hero.human-hero--deceased:after{background:radial-gradient(ellipse farthest-corner at var(--mx,52%) var(--my,24%),rgba(226,232,240,.68),transparent 78%),radial-gradient(360px 280px at 16% -10%,rgba(203,213,225,.35),transparent 84%);opacity:.64}[data-theme=dark] .human-hero{border-radius:clamp(30px,6.5vw,40px);border:1px solid rgba(45,212,191,.38);background:radial-gradient(120% 120% at -10% -12%,rgba(14,116,144,.32),transparent 76%),radial-gradient(120% 120% at 120% -12%,rgba(12,74,110,.28),transparent 78%),linear-gradient(160deg,rgba(7,38,41,.96),rgba(9,27,31,.94));box-shadow:0 26px 60px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=dark] .human-hero:before{background:radial-gradient(260px 200px at var(--mx,45%) var(--my,35%),rgba(59,229,181,.18),transparent 78%),radial-gradient(260px 200px at calc(var(--mx, 45%) * .6) calc(var(--my, 35%) * .65),rgba(56,189,248,.16),transparent 80%);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}[data-theme=dark] .human-hero:after{background:radial-gradient(ellipse farthest-corner at var(--mx,54%) var(--my,26%),rgba(56,189,248,.34),transparent 78%),radial-gradient(360px 280px at 22% -10%,rgba(20,184,166,.42),transparent 80%);opacity:.64}[data-theme=dark] .human-hero.human-hero--archived,[data-theme=dark] .human-hero.human-hero--deceased{border-color:rgba(71,85,105,.48);background:radial-gradient(120% 140% at -10% -12%,rgba(71,85,105,.32),transparent 76%),radial-gradient(120% 140% at 112% -10%,rgba(51,65,85,.28),transparent 80%),linear-gradient(160deg,rgba(15,23,42,.92),rgba(21,32,49,.9));box-shadow:0 28px 58px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.05)}[data-theme=dark] .human-hero.human-hero--archived:before,[data-theme=dark] .human-hero.human-hero--deceased:before{background:radial-gradient(260px 200px at var(--mx,45%) var(--my,35%),rgba(71,85,105,.28),transparent 78%),radial-gradient(260px 200px at calc(var(--mx, 45%) * .6) calc(var(--my, 35%) * .65),rgba(51,65,85,.22),transparent 80%);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}[data-theme=dark] .human-hero.human-hero--archived:after,[data-theme=dark] .human-hero.human-hero--deceased:after{background:radial-gradient(ellipse farthest-corner at var(--mx,54%) var(--my,26%),rgba(148,163,184,.28),transparent 78%),radial-gradient(320px 240px at 22% -10%,rgba(71,85,105,.4),transparent 82%);opacity:.54}[data-theme=dark] .human-aura{border-color:rgba(255,255,255,.2);background:radial-gradient(120% 140% at 20% -10%,rgba(255,176,104,.24),transparent 78%),radial-gradient(130% 140% at 100% -18%,rgba(34,197,244,.18),transparent 82%),linear-gradient(180deg,rgba(17,25,40,.92),rgba(17,25,40,.72));box-shadow:0 28px 60px rgba(0,0,0,.45),0 12px 32px rgba(0,0,0,.4)}[data-theme=dark] .human-aura:before{background:radial-gradient(260px 200px at var(--mx,45%) var(--my,35%),rgba(255,255,255,.18),transparent 75%)}.human-wizard-summary{position:relative;border-radius:clamp(32px,6vw,42px);border:1.5px solid rgba(126,182,255,.65);background:radial-gradient(160% 120% at 14% -10%,rgba(191,219,254,.48),transparent 68%),radial-gradient(180% 130% at 86% -14%,rgba(125,211,252,.42),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(241,248,255,.92));box-shadow:0 38px 80px rgba(13,148,136,.16),0 18px 40px rgba(37,99,235,.18);contain:layout paint style;will-change:transform;isolation:isolate}.human-wizard-summary:before{background:radial-gradient(360px 260px at var(--mx,50%) calc(var(--my, 38%) - 18%),rgba(255,255,255,.65),transparent 78%),radial-gradient(360px 240px at calc(var(--mx, 50%) * .8) calc(var(--my, 38%) * .7),rgba(191,219,254,.35),transparent 82%);opacity:1}[data-theme=dark] .human-wizard-summary{border-color:rgba(59,130,246,.35);background:radial-gradient(180% 140% at 10% -10%,rgba(15,118,185,.32),transparent 68%),radial-gradient(180% 130% at 100% -18%,rgba(6,95,70,.35),transparent 72%),linear-gradient(175deg,rgba(7,12,30,.95),rgba(11,26,45,.92));box-shadow:0 36px 90px rgba(0,0,0,.65),0 18px 44px rgba(3,7,18,.7)}[data-theme=dark] .human-wizard-summary:before{background:radial-gradient(360px 260px at var(--mx,50%) calc(var(--my, 38%) - 20%),rgba(59,130,246,.35),transparent 78%),radial-gradient(360px 240px at calc(var(--mx, 50%) * .8) calc(var(--my, 38%) * .7),rgba(16,185,129,.26),transparent 85%)}.human-summary-content{gap:clamp(1.4rem,3vw,2rem)}.human-wizard-summary .human-summary-row{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(.65rem,2vw,1.25rem);padding:clamp(.9rem,2vw,1.1rem) clamp(3.1rem,6vw,4rem) clamp(.9rem,2vw,1.1rem) clamp(3.1rem,6vw,4.5rem);border-radius:999px;border:1px solid rgba(128,176,255,.45);background:linear-gradient(130deg,rgba(255,255,255,.96),rgba(235,247,255,.94));box-shadow:0 18px 38px rgba(59,130,246,.18),0 8px 24px rgba(14,165,233,.12);transition:transform .2s ease,box-shadow .2s ease}.human-wizard-summary .human-summary-row:before{content:"";position:absolute;top:50%;left:clamp(1.1rem,3vw,1.6rem);width:clamp(34px,4vw,42px);height:clamp(34px,4vw,42px);border-radius:50%;transform:translateY(-50%);border:1px solid rgba(14,165,233,.3);background:linear-gradient(135deg,rgba(187,247,208,.9),rgba(125,211,252,.85));box-shadow:0 12px 24px rgba(14,165,233,.25),0 4px 12px rgba(13,148,136,.25);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23115555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='5 13 9 17 19 7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:65%;pointer-events:none}.human-wizard-summary .human-summary-row:after{content:"";position:absolute;top:50%;right:clamp(1rem,3vw,1.75rem);width:clamp(30px,3.5vw,36px);height:clamp(30px,3.5vw,36px);border-radius:50%;transform:translateY(-50%);border:1px solid rgba(186,230,253,.8);background:linear-gradient(145deg,rgba(219,234,254,.95),rgba(224,231,255,.8));box-shadow:0 8px 20px rgba(148,191,255,.35);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f1a3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:60%;pointer-events:none}.human-wizard-summary .human-summary-row:hover{transform:translateY(-2px);box-shadow:0 26px 56px rgba(59,130,246,.22),0 12px 28px rgba(14,165,233,.18)}[data-theme=dark] .human-wizard-summary .human-summary-row{border-color:rgba(59,130,246,.38);background:linear-gradient(135deg,rgba(12,23,44,.96),rgba(12,32,54,.94));box-shadow:0 24px 46px rgba(2,10,26,.75),0 12px 28px rgba(0,0,0,.6)}[data-theme=dark] .human-wizard-summary .human-summary-row:before{border-color:rgba(16,185,129,.45);background:linear-gradient(135deg,rgba(20,184,166,.85),rgba(59,130,246,.8));box-shadow:0 16px 30px rgba(16,185,129,.35),0 8px 16px rgba(37,99,235,.35);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23e0f2fe' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='5 13 9 17 19 7'/%3E%3C/svg%3E")}[data-theme=dark] .human-wizard-summary .human-summary-row:after{border-color:rgba(59,130,246,.5);background:linear-gradient(145deg,rgba(30,64,175,.85),rgba(37,99,235,.78));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23e0f2fe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E");box-shadow:0 12px 28px rgba(15,23,42,.65)}.human-wizard-summary .human-summary-label{flex:1 1 auto;min-width:min(260px,100%);display:inline-flex;align-items:center;gap:.4rem;font-size:clamp(.95rem,2.4vw,1.05rem);font-weight:600;letter-spacing:-.01em;text-transform:none;color:#0f1a3a}.human-wizard-summary .human-summary-text,.human-wizard-summary .human-summary-value{flex:0 0 auto;margin-left:auto;text-align:right;font-size:clamp(.92rem,2vw,1rem);line-height:1.45;color:#0f203d;font-weight:500;max-width:min(420px,100%)}.human-wizard-summary .human-answer-pill,.human-wizard-summary .human-summary-chip{position:relative;display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .95rem;border-radius:999px;border:1px solid rgba(148,191,255,.42);background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(236,244,255,.9));box-shadow:0 18px 32px rgba(148,191,255,.25),0 8px 16px rgba(14,165,233,.18);color:#0f265c;font-size:.9rem;font-weight:600;letter-spacing:.005em;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:box-shadow .2s ease,transform .2s ease}.human-wizard-summary .human-answer-pill:before,.human-wizard-summary .human-summary-chip:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:radial-gradient(130% 150% at 20% 20%,rgba(255,255,255,.85),rgba(255,255,255,0) 60%),linear-gradient(180deg,rgba(255,255,255,.4),rgba(255,255,255,0));pointer-events:none}.human-wizard-summary .human-answer-pill>*,.human-wizard-summary .human-summary-chip>*{position:relative;z-index:1}.human-wizard-summary .human-answer-pill:hover,.human-wizard-summary .human-summary-chip:hover{box-shadow:0 24px 48px rgba(148,191,255,.35),0 12px 26px rgba(14,165,233,.2);transform:translateY(-1px)}.human-wizard-summary .human-answer-pill{font-size:.88rem;line-height:1.3;padding:.35rem .85rem}.human-wizard-summary .human-answer-pill--badge{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:clamp(.4rem,1.7vw,.55rem) clamp(.92rem,3vw,1.12rem);min-height:clamp(1.9rem,5.6vw,2.25rem);font-size:clamp(.78rem,1.9vw,.86rem);font-weight:600;letter-spacing:.01em;border-radius:999px;border:1.1px solid var(--badge-border,rgba(255,255,255,.55));color:var(--badge-text,rgba(24,46,70,.76));background:color-mix(in srgb,rgba(255,255,255,.72) 20%,transparent);box-shadow:inset 0 .5px 0 rgba(255,255,255,.5),inset 0 -4px 10px rgba(180,196,210,.12),0 12px 24px rgba(150,164,186,.14);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}.human-wizard-summary .human-answer-pill--badge:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,255,255,.18) 55%,transparent 80%);opacity:.7;pointer-events:none}.human-wizard-summary .human-answer-pill--badge:after{content:"";position:absolute;bottom:6%;left:50%;transform:translateX(-50%);width:70%;height:34%;border-radius:999px;background:radial-gradient(120% 160% at 50% 100%,rgba(212,224,240,.28),transparent 72%);filter:blur(7px);opacity:.35;pointer-events:none;transition:opacity .18s ease}.human-wizard-summary .human-answer-pill--badge:hover{transform:translateY(-1px);box-shadow:inset 0 .5px 0 rgba(255,255,255,.6),inset 0 -4px 10px rgba(180,196,210,.16),0 14px 28px rgba(150,164,186,.18)}.human-wizard-summary .human-answer-pill--badge:hover:after{opacity:.5}.human-wizard-summary .human-answer-pill--accent{--badge-border:rgba(255,255,255,0.62);--badge-text:rgba(8,116,120,0.78)}.human-wizard-summary .human-answer-pill--neutral{--badge-border:rgba(255,255,255,0.58);--badge-text:rgba(40,74,108,0.72)}.human-wizard-summary .human-answer-pill--muted{--badge-border:rgba(255,255,255,0.5);--badge-text:rgba(56,72,96,0.54)}.human-wizard-summary .human-answer-pill--chip{padding:.3rem .75rem;font-size:.82rem}.human-wizard-summary .bw-popover__spark{--share-gradient-from:#ff8f3a;--share-gradient-to:#ff4b00;--spark-star-outline:rgba(255,255,255,0.7);--spark-star-glow:rgba(255,130,70,0.45);--spark-star-highlight:rgba(255,255,255,0.78);mix-blend-mode:normal;filter:drop-shadow(0 14px 30px rgba(255,132,54,.33)) drop-shadow(0 6px 14px rgba(255,196,150,.35));z-index:0}.human-wizard-summary .bw-popover__spark:before{inset:0;background:radial-gradient(150% 130% at 20% 8%,rgba(255,255,255,.95),rgba(255,255,255,.12) 60%),linear-gradient(155deg,rgba(255,255,255,.78),rgba(216,232,255,.35));-webkit-mask-size:102%;mask-size:102%;border:1px solid rgba(255,255,255,.48);box-shadow:inset 0 .5px 0 rgba(255,255,255,.65),inset 0 -6px 14px rgba(174,199,226,.3),0 18px 32px rgba(96,146,224,.2);opacity:.95}.human-wizard-summary .bw-popover__spark:after,.human-wizard-summary .bw-popover__spark:before{content:"";position:absolute;-webkit-mask-image:var(--spark-mask-star);mask-image:var(--spark-mask-star);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;pointer-events:none}.human-wizard-summary .bw-popover__spark:after{inset:9%;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.65),transparent 58%),radial-gradient(circle at 68% 78%,rgba(255,190,140,.4),transparent 82%);-webkit-mask-size:100%;mask-size:100%;opacity:.9;z-index:1}.human-wizard-summary .bw-popover__spark-star{z-index:2;transform:scale(.98);background:radial-gradient(circle at 26% 18%,var(--spark-star-highlight),transparent 52%),linear-gradient(135deg,#ffd79d 10%,#ff9c46 42%,#ff6815 74%,#ff3600 100%);border:1px solid var(--spark-star-outline);filter:drop-shadow(0 6px 12px rgba(255,176,120,.35)) drop-shadow(0 18px 30px var(--spark-star-glow));box-shadow:inset 0 1px 2px rgba(255,255,255,.9),inset 0 -3px 6px rgba(0,0,0,.12);border-radius:0;mix-blend-mode:normal}.human-wizard-summary .bw-popover__spark-star-core,.human-wizard-summary .bw-popover__spark-star-core:after,.human-wizard-summary .bw-popover__spark-star-core:before,.human-wizard-summary .bw-popover__spark-star:after,.human-wizard-summary .bw-popover__spark-star:before{display:none}[data-theme=dark] .human-wizard-summary .bw-popover__spark{--share-gradient-from:#ffc384;--share-gradient-to:#ff3700;--spark-star-outline:rgba(255,215,188,0.45);--spark-star-glow:rgba(255,135,70,0.6);--spark-star-highlight:rgba(255,232,210,0.55);filter:drop-shadow(0 18px 34px rgba(0,8,26,.94)) drop-shadow(0 6px 16px rgba(255,140,70,.35))}[data-theme=dark] .human-wizard-summary .bw-popover__spark:before{background:radial-gradient(150% 130% at 28% 10%,rgba(255,210,178,.32),rgba(255,255,255,0) 60%),linear-gradient(170deg,rgba(30,44,82,.9),rgba(12,18,34,.78));-webkit-mask-image:var(--spark-mask-star);mask-image:var(--spark-mask-star);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:102%;mask-size:102%;border:1px solid rgba(255,188,150,.25);box-shadow:inset 0 .5px 0 rgba(255,255,255,.18),inset 0 -6px 16px rgba(5,12,28,.82),0 22px 34px rgba(0,8,26,.82);opacity:.94}[data-theme=dark] .human-wizard-summary .bw-popover__spark:after{background:radial-gradient(circle at 34% 28%,rgba(255,220,194,.36),transparent 70%),radial-gradient(circle at 64% 80%,rgba(255,150,90,.32),transparent 85%);opacity:.7;z-index:1}[data-theme=dark] .human-wizard-summary .bw-popover__spark-star{background:radial-gradient(circle at 28% 20%,var(--spark-star-highlight),transparent 46%),linear-gradient(140deg,#ffdcb2 15%,#ffa55f 42%,#ff5c18 75%,#ff2400 100%);z-index:2;border:1px solid var(--spark-star-outline);filter:drop-shadow(0 8px 16px rgba(0,0,0,.65)) drop-shadow(0 20px 34px var(--spark-star-glow));box-shadow:inset 0 1px 2px rgba(255,255,255,.38),inset 0 -3px 6px rgba(0,0,0,.45)}.human-wizard-summary--classic{border-radius:clamp(28px,6vw,40px);border:1.5px solid rgba(255,255,255,.6);background:radial-gradient(150% 160% at 14% -18%,rgba(164,221,255,.36),transparent 74%),radial-gradient(160% 150% at 86% -18%,rgba(196,234,255,.32),transparent 78%),linear-gradient(170deg,rgba(255,255,255,.96),rgba(239,247,255,.9));box-shadow:0 36px 72px rgba(59,130,246,.12),0 12px 28px rgba(59,130,246,.08)}.human-wizard-summary--classic:before{content:"";position:absolute;inset:0;background:radial-gradient(320px 240px at var(--mx,48%) var(--my,34%),rgba(255,255,255,.38),transparent 72%),radial-gradient(320px 240px at calc(var(--mx, 48%) * .6) calc(var(--my, 34%) * .64),rgba(180,224,255,.22),transparent 78%);opacity:.72;pointer-events:none;transition:opacity .45s ease}.human-wizard-summary--classic:hover:before{opacity:1}[data-theme=dark] .human-wizard-summary--classic{border:1.5px solid rgba(255,255,255,.2);background:radial-gradient(120% 140% at 20% -10%,rgba(255,176,104,.24),transparent 78%),radial-gradient(130% 140% at 100% -18%,rgba(34,197,244,.18),transparent 82%),linear-gradient(180deg,rgba(17,25,40,.92),rgba(17,25,40,.72));box-shadow:0 28px 60px rgba(0,0,0,.45),0 12px 32px rgba(0,0,0,.4)}[data-theme=dark] .human-wizard-summary--classic:before{background:radial-gradient(260px 200px at var(--mx,45%) var(--my,35%),rgba(255,255,255,.18),transparent 75%)}[data-theme=dark] .human-wizard-summary .human-summary-label{color:rgba(226,241,255,.92)}[data-theme=dark] .human-wizard-summary .human-summary-text,[data-theme=dark] .human-wizard-summary .human-summary-value{color:rgba(222,235,255,.88)}[data-theme=dark] .human-wizard-summary .human-answer-pill,[data-theme=dark] .human-wizard-summary .human-summary-chip{border-color:rgba(59,130,246,.35);background:linear-gradient(135deg,rgba(22,36,66,.85),rgba(15,32,59,.88));color:rgba(224,242,254,.92);box-shadow:0 24px 44px rgba(2,10,26,.8),0 12px 24px rgba(14,165,233,.25)}[data-theme=dark] .human-wizard-summary .tile-section__addon-shell:after{background:radial-gradient(70% 140% at 50% 60%,rgba(54,114,210,.42),rgba(54,114,210,0) 78%)}[data-theme=dark] .human-wizard-summary .human-answer-pill--badge{border-color:var(--badge-border,rgba(136,168,224,.52));color:var(--badge-text,rgba(220,234,255,.82));text-shadow:0 1px 0 rgba(0,6,18,.45);background:color-mix(in srgb,rgba(32,50,92,.82) 20%,transparent);box-shadow:inset 0 .5px 0 rgba(180,220,255,.28),inset 0 -4px 10px rgba(26,52,96,.32),0 18px 36px rgba(0,8,26,.72)}[data-theme=dark] .human-wizard-summary .human-answer-pill--badge:before{background:linear-gradient(150deg,rgba(204,228,255,.28),rgba(76,118,198,.14) 55%,transparent 88%)}[data-theme=dark] .human-wizard-summary .human-answer-pill--badge:after{background:radial-gradient(120% 160% at 50% 100%,rgba(70,110,188,.26),transparent 75%)}[data-theme=dark] .human-wizard-summary .human-answer-pill--accent{--badge-border:rgba(140,190,242,0.52);--badge-text:rgba(204,244,246,0.88)}[data-theme=dark] .human-wizard-summary .human-answer-pill--neutral{--badge-border:rgba(120,162,222,0.48);--badge-text:rgba(206,224,255,0.82)}[data-theme=dark] .human-wizard-summary .human-answer-pill--muted{--badge-border:rgba(102,138,196,0.44);--badge-text:rgba(184,202,230,0.7)}[data-theme=dark] .human-wizard-summary .human-answer-pill:before,[data-theme=dark] .human-wizard-summary .human-summary-chip:before{background:radial-gradient(140% 170% at 18% 18%,rgba(255,255,255,.22),rgba(59,130,246,.18) 60%,transparent 85%),linear-gradient(180deg,rgba(255,255,255,.18),rgba(59,130,246,0))}[data-theme=dark] .human-wizard-summary .human-answer-pill:hover,[data-theme=dark] .human-wizard-summary .human-summary-chip:hover{box-shadow:0 28px 54px rgba(1,9,22,.85),0 16px 30px rgba(56,189,248,.28)}@media (max-width:640px){.human-wizard-summary .human-summary-row{padding-right:clamp(1.4rem,6vw,2.5rem)}.human-wizard-summary .human-summary-row:after{display:none}.human-wizard-summary .human-summary-label,.human-wizard-summary .human-summary-text,.human-wizard-summary .human-summary-value{text-align:left;margin-left:0;width:100%}.human-wizard-summary .human-summary-text,.human-wizard-summary .human-summary-value{max-width:100%}}.human-summary-action{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem 1.25rem;border-radius:999px;font-size:.92rem;font-weight:600;letter-spacing:.01em;color:#fff8f1;background:linear-gradient(135deg,#ff7c29,#ffb46a);box-shadow:0 16px 34px rgba(255,134,42,.28),0 6px 16px rgba(252,132,34,.22);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.human-summary-action svg{stroke:currentColor}.human-summary-action:hover{transform:translateY(-1px);box-shadow:0 22px 40px rgba(255,134,42,.32),0 8px 18px rgba(252,132,34,.26);filter:brightness(1.02)}.human-summary-action:active{transform:translateY(0);box-shadow:0 14px 24px rgba(255,134,42,.26),0 4px 12px rgba(252,132,34,.2)}[data-theme=dark] .human-summary-action{color:#2d1408;background:linear-gradient(135deg,rgba(255,168,92,.92),rgba(255,210,150,.92));box-shadow:0 16px 34px rgba(0,0,0,.55),0 6px 16px rgba(255,165,90,.36)}[data-theme=dark] .human-summary-action:hover{filter:brightness(1.05)}.wizard-missing-card{position:relative;--wizard-mint-start:#0ea5e9;--wizard-mint-end:#34d399;--wizard-mint-gradient:linear-gradient(135deg,var(--wizard-mint-start) 10%,var(--wizard-mint-end) 90%);--wizard-mint-soft:rgba(16,185,129,0.18);--wizard-mint-soft-strong:rgba(14,165,233,0.26);display:flex;flex-direction:column;gap:clamp(1rem,2.2vw,1.5rem);padding:clamp(1.8rem,3.6vw,2.6rem);border-radius:clamp(2.2rem,4.4vw,2.75rem);border:1.6px dashed rgba(94,234,212,.55);background:radial-gradient(160% 140% at 18% -30%,rgba(137,218,255,.52),transparent 62%),radial-gradient(150% 130% at 92% -18%,rgba(94,234,212,.45),transparent 70%),linear-gradient(165deg,rgba(224,242,254,.98),rgba(191,228,255,.93),rgba(167,243,208,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 34px 72px rgba(137,218,255,.28),0 18px 40px rgba(16,185,129,.18);backdrop-filter:blur(26px) saturate(125%);-webkit-backdrop-filter:blur(26px) saturate(125%);isolation:isolate;overflow:visible}.wizard-missing-card:before{content:"";position:absolute;inset:1.5px;border-radius:inherit;border:1px solid rgba(255,255,255,.55);mix-blend-mode:screen;opacity:.55;pointer-events:none;z-index:-1}.wizard-missing-card:after{content:"";position:absolute;inset:auto -25% -40% -25%;height:clamp(8rem,28vw,14rem);background:radial-gradient(65% 100% at 50% 0,rgba(167,243,208,.4),transparent 70%);filter:blur(40px);opacity:.7;pointer-events:none;z-index:-2}.wizard-missing-card__header{position:sticky;top:clamp(.5rem,3vw,1.25rem);z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(.8rem,2.4vw,1.4rem);flex-wrap:wrap;padding:clamp(.35rem,1.4vw,.8rem)}.wizard-missing-card__header-pane{position:relative;flex:1 1 0;min-width:0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:clamp(.8rem,2.4vw,1.5rem);padding:clamp(.6rem,2vw,.95rem) clamp(1rem,3vw,1.6rem);border-radius:clamp(1.2rem,2.8vw,2rem);background:radial-gradient(150% 120% at 18% -40%,rgba(224,242,254,.95),transparent 60%),radial-gradient(120% 100% at 92% -10%,rgba(167,243,208,.58),transparent 70%),linear-gradient(160deg,rgba(255,255,255,.96),rgba(226,243,255,.92));border:1.2px dashed rgba(94,234,212,.45);box-shadow:0 24px 42px rgba(137,218,255,.25),inset 0 1px 0 rgba(255,255,255,.85);backdrop-filter:blur(16px)}.wizard-missing-card__header--compact{justify-content:flex-start}.wizard-missing-card__progress-stack{display:flex;align-items:center;justify-content:center;gap:0;min-width:0;flex:0 0 auto;align-self:center;margin-right:clamp(1.4rem,3.4vw,3rem)}.wizard-missing-card__header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:clamp(.6rem,1.8vw,1rem);margin-left:auto;min-width:clamp(10rem,26%,13.5rem);flex:0 0 auto}.wizard-missing-card__header-actions .wizard-missing-card__cta{min-width:clamp(8.5rem,12vw,11rem);justify-content:center}.wizard-missing-card__progress{--wizard-progress:0;--wizard-progress-color:rgba(16,185,129,0.98);--wizard-progress-track:rgba(226,232,240,0.45);--wizard-progress-angle:calc(var(--wizard-progress) * 3.6deg);position:relative;display:grid;place-items:center;width:clamp(7.5rem,9.6vw,9.5rem);aspect-ratio:1/1;height:auto;flex-shrink:0;border-radius:999px;font-size:.82rem;font-weight:600;font-variant-numeric:tabular-nums;color:color-mix(in srgb,var(--wizard-mint-start,#0ea5e9) 22%,rgba(15,23,42,.9));background:conic-gradient(from -90deg,var(--wizard-progress-color) 0 var(--wizard-progress-angle),color-mix(in srgb,var(--wizard-progress-track) 80%,rgba(226,232,240,.2)) var(--wizard-progress-angle) 1turn),radial-gradient(140% 130% at 18% -20%,rgba(255,255,255,.75),transparent 65%),linear-gradient(155deg,rgba(235,250,255,.96),rgba(214,245,255,.85),rgba(209,250,229,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 18px 36px rgba(137,218,255,.28),0 10px 28px rgba(16,185,129,.22);border:1.6px solid color-mix(in srgb,var(--wizard-mint-end,#34d399) 35%,rgba(255,255,255,.7));backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);overflow:hidden;isolation:isolate;transition:transform .35s ease,box-shadow .35s ease,background .35s ease}.wizard-missing-card__progress:before{content:"";position:absolute;inset:clamp(.65rem,.9vw,.85rem);border-radius:inherit;background:radial-gradient(120% 120% at 30% 20%,rgba(255,255,255,.96),rgba(255,255,255,.7)),linear-gradient(160deg,rgba(236,253,245,.8),rgba(219,244,255,.75));border:1px solid rgba(255,255,255,.45);box-shadow:inset 0 1px 2px rgba(15,23,42,.08),inset 0 -6px 12px rgba(165,243,252,.28);opacity:.95}.wizard-missing-card__progress:after{content:"";position:absolute;inset:-.35rem;border-radius:inherit;background:radial-gradient(60% 95% at 50% 0,rgba(110,231,183,.4),transparent 70%),radial-gradient(80% 90% at 50% 100%,rgba(59,130,246,.15),transparent 75%);opacity:0;mix-blend-mode:screen;filter:blur(6px);transition:opacity .35s ease}.wizard-missing-card__progress.is-animated{transform:scale(1.03);box-shadow:0 18px 30px rgba(16,185,129,.28),0 8px 18px rgba(59,130,246,.18)}.wizard-missing-card__progress.is-animated:after{opacity:.45}.wizard-missing-card__progress-value{position:relative;z-index:1;letter-spacing:-.012em;font-size:clamp(1.2rem,2.55vw,1.8rem);font-weight:700;color:color-mix(in srgb,var(--wizard-mint-start,#0ea5e9) 35%,rgba(15,23,42,.92));text-shadow:0 10px 20px rgba(15,76,129,.18),0 0 10px rgba(255,255,255,.85)}.wizard-missing-card__title-group{display:flex;flex-direction:column;gap:.4rem;min-width:0;flex:1 1 clamp(12rem,36%,22rem)}.wizard-missing-card__eyebrow{font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(15,118,110,.62);font-weight:600}.wizard-missing-card__title{font-size:clamp(1.05rem,2.5vw,1.25rem);font-weight:600;color:#0f172a}.wizard-missing-card__subtitle{font-size:.9rem;color:rgba(15,23,42,.65)}.wizard-missing-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:none;border-radius:999px;font-weight:600;font-size:.92rem;padding:.55rem 1.2rem;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.wizard-missing-card__cta--primary{background:radial-gradient(150% 150% at 18% -50%,rgba(255,213,186,.92),transparent 60%),linear-gradient(120deg,#fb923c,#f97316);color:#fff;box-shadow:0 18px 36px rgba(249,115,22,.32),inset 0 1px 0 rgba(255,255,255,.55)}.wizard-missing-card__cta--primary:hover{transform:translateY(-1px);box-shadow:0 22px 40px rgba(249,115,22,.35),inset 0 1px 0 rgba(255,255,255,.58)}.wizard-missing-card__cta:focus-visible{outline:2px solid rgba(249,115,22,.6);outline-offset:2px}.wizard-missing-card__dismiss{--wizard-dismiss-gap:clamp(0.4rem,1.8vw,0.9rem);--wizard-dismiss-translate:translate(48%,-48%);position:relative;align-self:flex-start;margin-left:var(--wizard-dismiss-gap);display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;border:1px solid rgba(148,197,255,.6);background:radial-gradient(140% 120% at 20% -25%,rgba(191,219,254,.85),transparent 60%),linear-gradient(130deg,rgba(255,255,255,.98),rgba(219,245,255,.95));color:#0284c7;box-shadow:0 18px 38px rgba(59,130,246,.22),inset 0 1px 0 rgba(255,255,255,.82);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;transform:var(--wizard-dismiss-translate);z-index:5}.wizard-missing-card__dismiss:after{content:"";position:absolute;inset:4px;border-radius:inherit;border:1px solid rgba(255,255,255,.68);pointer-events:none}.wizard-missing-card__dismiss:focus-visible,.wizard-missing-card__dismiss:hover{outline:none;transform:var(--wizard-dismiss-translate) translateY(-1px);background:radial-gradient(140% 120% at 15% -20%,rgba(224,242,254,.95),transparent 62%),linear-gradient(130deg,rgba(255,255,255,.98),rgba(219,243,255,.97));border-color:rgba(96,165,250,.85);color:#0369a1;box-shadow:0 24px 42px rgba(59,130,246,.28),inset 0 1px 0 rgba(255,255,255,.88)}.wizard-missing-card__dismiss svg{width:16px;height:16px;transition:transform .22s cubic-bezier(.16,1,.3,1)}.wizard-missing-card__dismiss:focus-visible svg,.wizard-missing-card__dismiss:hover svg{transform:rotate(90deg) scale(1.05)}.wizard-missing-card__dismiss:active svg{transform:rotate(90deg) scale(.92)}.wizard-missing-card__dismiss:active{transform:var(--wizard-dismiss-translate) translateY(1px) scale(.97);box-shadow:0 16px 32px rgba(59,130,246,.18),inset 0 1px 0 rgba(255,255,255,.74)}.wizard-missing-card__modules{display:flex;flex-direction:column;gap:clamp(.9rem,2.2vw,1.4rem)}.wizard-missing-card__module{position:relative;padding:clamp(.95rem,2.6vw,1.35rem);border-radius:clamp(1.2rem,2.8vw,2rem);background:radial-gradient(150% 120% at 18% -40%,rgba(224,242,254,.95),transparent 60%),radial-gradient(120% 100% at 92% -10%,rgba(167,243,208,.55),transparent 72%),linear-gradient(160deg,rgba(255,255,255,.96),rgba(226,243,255,.92));border:1.2px dashed rgba(94,234,212,.45);display:flex;flex-direction:column;gap:clamp(.75rem,1.6vw,1.05rem);box-shadow:0 24px 42px rgba(137,218,255,.22),0 12px 28px rgba(16,185,129,.18),inset 0 1px 0 rgba(255,255,255,.88);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);isolation:isolate;overflow:visible;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.wizard-missing-card__module:before{content:"";position:absolute;inset:1.4px;border-radius:inherit;border:1px solid rgba(255,255,255,.55);mix-blend-mode:screen;opacity:.5;pointer-events:none;z-index:-1}.wizard-missing-card__module:after{content:"";position:absolute;inset:auto -25% -40% -25%;height:clamp(6rem,18vw,10rem);background:radial-gradient(65% 100% at 50% 0,rgba(167,243,208,.32),transparent 70%);filter:blur(40px);opacity:.65;pointer-events:none;z-index:-2}.wizard-missing-card__module.is-expanded{transform:translateY(-1px);border-color:rgba(94,234,212,.65);box-shadow:0 30px 54px rgba(137,218,255,.28),0 16px 34px rgba(16,185,129,.2),inset 0 1px 0 rgba(255,255,255,.9)}.wizard-missing-card__module-head{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(.75rem,1.6vw,1rem);flex-wrap:wrap}.wizard-missing-card__module-info{display:flex;flex-direction:column;gap:.45rem}.wizard-missing-card__module-badges{display:flex;flex-wrap:wrap;gap:clamp(.55rem,1.6vw,.8rem)}.human-modules-card .wizard-module-chip,.wizard-missing-card .wizard-module-chip{--wizard-chip-shape:clamp(20px,4vw,32px);border-radius:var(--wizard-chip-shape)}.human-modules-card .wizard-module-chip:after,.human-modules-card .wizard-module-chip:before,.wizard-missing-card .wizard-module-chip:after,.wizard-missing-card .wizard-module-chip:before{border-radius:var(--wizard-chip-shape)}.wizard-module-chip{--module-icon-size:clamp(60px,11vw,76px);--module-icon-border:rgba(255,255,255,0.78);--module-icon-highlight:rgba(255,255,255,0.92);--module-icon-bg-from:rgba(235,253,255,0.96);--module-icon-bg-to:rgba(209,250,241,0.92);--module-icon-shadow:0 22px 44px rgba(14,165,233,0.22);--module-icon-inner-glow:rgba(59,216,188,0.24);--module-glyph-size:clamp(26px,8vw,32px);--module-glyph-from:#ff8d44;--module-glyph-to:#ffd4a3;--module-glyph-shadow:0 12px 20px rgba(249,115,22,0.34);--wizard-chip-color-from:#ff9856;--wizard-chip-color-to:#ffdcb0;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:0;position:relative;isolation:isolate}.wizard-module-chip:after,.wizard-module-chip:before{content:"";position:absolute;inset:0;border-radius:999px;pointer-events:none;transition:opacity .25s ease,filter .3s ease}.wizard-module-chip:before{inset:clamp(-.45rem,-.9vw,-.35rem);background:radial-gradient(100% 100% at 50% 25%,rgba(255,255,255,.55),transparent 72%),radial-gradient(120% 120% at 50% 90%,rgba(209,233,255,.32),transparent 78%);filter:blur(10px);opacity:.9;z-index:-2;box-shadow:0 24px 44px rgba(148,197,255,.25),0 18px 32px rgba(15,23,42,.15)}.wizard-module-chip:after{inset:clamp(-.18rem,-.28vw,-.12rem);border-radius:999px;border:1.6px solid rgba(148,197,255,.75);background:radial-gradient(120% 110% at 22% 18%,rgba(255,255,255,.92),transparent 62%),radial-gradient(110% 120% at 78% 24%,rgba(214,232,255,.32),transparent 72%);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 16px 26px rgba(148,197,255,.24);mix-blend-mode:screen;opacity:.95;z-index:-1}.wizard-module-chip__glyph-image{--wizard-chip-outline:color-mix(in srgb,var(--wizard-chip-color-from,#ff9856) 78%,#ffe9d3 12%);width:clamp(36px,7vw,52px);height:clamp(36px,7vw,52px);display:inline-block;position:relative;transform:translateY(-1px);background:linear-gradient(136deg,var(--wizard-chip-color-from,#ff9856),var(--wizard-chip-color-to,#ffdcb0));-webkit-mask-image:var(--wizard-chip-glyph);mask-image:var(--wizard-chip-glyph);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;filter:drop-shadow(0 0 0 var(--wizard-chip-outline)) drop-shadow(0 1px 0 var(--wizard-chip-outline)) drop-shadow(0 -1px 0 var(--wizard-chip-outline)) drop-shadow(1px 0 0 var(--wizard-chip-outline)) drop-shadow(-1px 0 0 var(--wizard-chip-outline)) drop-shadow(1px 1px 0 var(--wizard-chip-outline)) drop-shadow(-1px -1px 0 var(--wizard-chip-outline)) drop-shadow(-1px 1px 0 var(--wizard-chip-outline)) drop-shadow(1px -1px 0 var(--wizard-chip-outline)) drop-shadow(0 10px 18px rgba(15,23,42,.15)) drop-shadow(0 14px 24px rgba(249,115,22,.25));transition:transform .28s cubic-bezier(.23,1,.32,1),filter .28s ease,background .28s ease}.wizard-module-chip__glyph-image:after,.wizard-module-chip__glyph-image:before{content:"";position:absolute;inset:0;pointer-events:none;-webkit-mask:inherit;mask:inherit;border-radius:inherit;transition:opacity .28s ease}.wizard-module-chip__glyph-image:before{inset:-1px;background:radial-gradient(circle at 30% 35%,rgba(255,255,255,.92),transparent 62%),linear-gradient(138deg,color-mix(in srgb,var(--wizard-chip-color-to,#ffdcb0) 35%,rgba(255,255,255,.08)),color-mix(in srgb,var(--wizard-chip-color-from,#ff9856) 75%,rgba(255,255,255,.12)));opacity:.85;box-shadow:inset 0 -6px 10px color-mix(in srgb,var(--wizard-chip-color-from) 32%,transparent),inset 0 1px 0 rgba(255,255,255,.75)}.wizard-module-chip__glyph-image:after{background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.65),transparent 70%),radial-gradient(circle at 50% 80%,color-mix(in srgb,var(--wizard-chip-color-from,#ff9856) 40%,transparent),transparent 78%);opacity:0}.wizard-module-chip:hover .wizard-module-chip__glyph-image{transform:translateY(-2px) scale(1.02);background:linear-gradient(136deg,color-mix(in srgb,var(--wizard-chip-color-from,#ff9856) 92%,white 6%),color-mix(in srgb,var(--wizard-chip-color-to,#ffdcb0) 92%,white 6%));filter:drop-shadow(0 0 0 var(--wizard-chip-outline)) drop-shadow(0 1px 0 var(--wizard-chip-outline)) drop-shadow(0 -1px 0 var(--wizard-chip-outline)) drop-shadow(1px 0 0 var(--wizard-chip-outline)) drop-shadow(-1px 0 0 var(--wizard-chip-outline)) drop-shadow(1px 1px 0 var(--wizard-chip-outline)) drop-shadow(-1px -1px 0 var(--wizard-chip-outline)) drop-shadow(-1px 1px 0 var(--wizard-chip-outline)) drop-shadow(1px -1px 0 var(--wizard-chip-outline)) drop-shadow(0 16px 28px rgba(15,23,42,.16)) drop-shadow(0 20px 30px rgba(249,115,22,.28))}.human-modules-card .wizard-module-chip__glyph-image{filter:drop-shadow(0 0 0 var(--wizard-chip-outline)) drop-shadow(0 10px 18px rgba(15,23,42,.18))}.human-modules-card .wizard-module-chip__glyph-image:after,.human-modules-card .wizard-module-chip__glyph-image:before{opacity:.82}.human-modules-card .wizard-module-chip:hover .wizard-module-chip__glyph-image{filter:drop-shadow(0 0 0 var(--wizard-chip-outline)) drop-shadow(0 16px 26px rgba(15,23,42,.2))}.wizard-missing-card .wizard-module-chip__glyph-image{filter:drop-shadow(0 0 0 var(--wizard-chip-outline)) drop-shadow(0 10px 18px rgba(15,23,42,.16))}.wizard-missing-card .wizard-module-chip__glyph-image:after,.wizard-missing-card .wizard-module-chip__glyph-image:before{opacity:.85}.wizard-missing-card .wizard-module-chip:hover .wizard-module-chip__glyph-image{filter:drop-shadow(0 0 0 var(--wizard-chip-outline)) drop-shadow(0 16px 26px rgba(15,23,42,.18))}.wizard-legend-toggle{position:fixed;left:18px;bottom:18px;z-index:2147480000;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;pointer-events:none}.wizard-legend-toggle>*{pointer-events:auto}.human-edit-toggle__legend{align-items:flex-start}.human-edit-toggle__legend-icon{display:inline-flex;align-items:center;justify-content:center;min-width:34px}.human-edit-toggle__legend-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}.human-edit-toggle__legend-items{display:flex;flex-direction:column;gap:.28rem;padding-top:.05rem}.human-edit-toggle__legend-item{display:flex;align-items:center;gap:.35rem}.human-edit-toggle__legend-badge{display:inline-flex;align-items:center;justify-content:center}.human-edit-toggle__legend-text{display:flex;flex-direction:column;font-size:.72rem;line-height:1.2;color:rgba(51,65,85,.88)}.human-edit-toggle__legend-text strong{font-size:.8rem;font-weight:600;color:rgba(15,23,42,.92)}@media (max-width:640px){.wizard-legend-toggle{left:12px;bottom:12px;gap:.45rem}}.dark .human-edit-toggle__legend-text,[data-theme=dark] .human-edit-toggle__legend-text{color:rgba(226,232,240,.9)}.dark .human-edit-toggle__legend-text strong,[data-theme=dark] .human-edit-toggle__legend-text strong{color:rgba(248,250,252,.98)}.wizard-module-chip:hover .wizard-module-chip__glyph-image:before{opacity:.92}.wizard-module-chip:hover .wizard-module-chip__glyph-image:after{opacity:.75}.wizard-core-module-card{max-width:min(720px,100%);margin-left:auto;margin-right:auto}.wizard-module-grid{align-items:stretch}.wizard-module-option{appearance:none;-webkit-appearance:none;cursor:pointer;text-align:center;font:inherit;color:inherit}.wizard-module-option:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:6px}.wizard-module-option .human-module-card__switch{margin-inline:auto}.wizard-module-option .human-module-card__description{margin-bottom:.4rem}@media (max-width:640px){.wizard-core-module-card{margin-left:clamp(0rem,4vw,1rem);margin-right:clamp(0rem,4vw,1rem)}}.wizard-missing-card__module-title{margin:0;font-size:clamp(1rem,2.4vw,1.15rem);font-weight:600;color:rgba(15,23,42,.88)}.wizard-missing-card__module-subtitle{margin:.25rem 0 0;font-size:.82rem;color:rgba(15,23,42,.65)}.wizard-missing-card__module-actions{display:flex;align-items:center;gap:.6rem;margin-left:auto}.wizard-missing-card__module-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.9rem;height:1.9rem;border-radius:999px;font-size:.78rem;font-weight:600;color:rgba(14,116,144,.95);background:linear-gradient(135deg,rgba(14,165,233,.18),rgba(52,211,153,.22));border:1px solid rgba(14,165,233,.25);box-shadow:0 10px 20px rgba(45,212,191,.22)}.wizard-missing-card__toggle{border:none;background:transparent;color:rgba(14,116,144,.92);font-size:.78rem;font-weight:600;letter-spacing:.01em;text-transform:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:.2rem;transition:color .18s ease}.wizard-missing-card__toggle:hover{color:rgba(13,148,136,.95)}.wizard-missing-card__questions{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none}.wizard-missing-card__question{margin:0}.wizard-missing-card__question-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;position:relative;padding:.65rem .95rem .65rem 1.1rem;border-radius:1rem;background:radial-gradient(140% 180% at 12% -40%,rgba(191,219,254,.4),transparent 60%),radial-gradient(130% 160% at 92% -50%,rgba(219,255,242,.3),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,249,255,.92));border:1px solid rgba(180,198,255,.65);color:rgba(15,23,42,.86);text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 -1px 0 rgba(148,197,255,.2),0 14px 28px rgba(148,197,255,.25),0 6px 12px rgba(15,23,42,.08);overflow:visible;transition:transform .22s ease,background .22s ease,box-shadow .22s ease,border-color .22s ease}.wizard-missing-card__question-link:hover{transform:translateX(2px);background:radial-gradient(150% 200% at 12% -50%,rgba(191,219,254,.55),transparent 62%),radial-gradient(130% 180% at 92% -40%,rgba(219,255,242,.44),transparent 72%),linear-gradient(180deg,rgba(255,255,255,1),rgba(241,248,255,.95));border-color:rgba(136,178,255,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(148,197,255,.28),0 18px 34px rgba(82,152,247,.26),0 8px 16px rgba(15,23,42,.1)}.wizard-missing-card__question-link:active{transform:translateX(1px) translateY(1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 -1px 0 rgba(148,197,255,.25),0 12px 20px rgba(82,152,247,.22),0 4px 10px rgba(15,23,42,.12)}.wizard-missing-card__question-link.is-disabled{cursor:default;opacity:.6;transform:none;box-shadow:none}.wizard-missing-card__question-link:before{content:"";position:absolute;inset:.15rem;border-radius:.85rem;background:linear-gradient(135deg,rgba(255,255,255,.85),rgba(255,255,255,.35));opacity:.6;pointer-events:none;z-index:0}.wizard-missing-card__question-link:after{content:"";position:absolute;inset:-.45rem;border-radius:1.25rem;background:radial-gradient(90% 120% at 50% 100%,rgba(148,197,255,.25),transparent 65%);filter:blur(16px);opacity:.75;pointer-events:none;z-index:-1}.wizard-missing-card__question-link>*{position:relative;z-index:1}.wizard-missing-card__question-icon{width:1.5rem;height:1.5rem;border-radius:.7rem;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(14,165,233,.18),rgba(52,211,153,.22));color:rgba(14,116,144,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.wizard-missing-card__question-text{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.wizard-missing-card__question-label{font-size:.95rem;font-weight:500}.wizard-missing-card__badge{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .5rem;border-radius:999px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:0;border:1px solid transparent;transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.wizard-missing-card__badge--optional{background:rgba(148,163,184,.18);color:rgba(71,85,105,.82);border-color:rgba(148,163,184,.24)}.wizard-missing-card__badge--required{background:linear-gradient(135deg,rgba(251,191,36,.22),rgba(249,115,22,.24));color:rgba(120,53,15,.92);border-color:rgba(249,115,22,.32);box-shadow:0 6px 14px rgba(249,115,22,.15)}.wizard-missing-card__question-arrow{width:1.4rem;height:1.4rem;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(14,165,233,.15),rgba(52,211,153,.2));color:rgba(14,116,144,.9)}@media (max-width:720px){.wizard-missing-card__header{position:static;padding:0;gap:.75rem}.wizard-missing-card__header-pane{width:100%;padding:0;background:transparent;border:none;box-shadow:none;backdrop-filter:none;gap:.75rem}.wizard-missing-card__progress-stack{width:100%;justify-content:center;margin-right:0;margin-bottom:1rem}.wizard-missing-card__progress{width:clamp(6rem,32vw,7rem)}.wizard-missing-card__header-actions{width:100%;min-width:0;justify-content:space-between}.wizard-missing-card__dismiss{margin-left:0;transform:translate(0)}.wizard-missing-card__cta{width:100%;justify-content:center}.wizard-missing-card__module-head{align-items:flex-start;gap:.75rem}.wizard-missing-card__module-actions{width:100%;justify-content:space-between;margin-left:0}.wizard-missing-card__module-count{min-width:1.7rem;height:1.7rem}}.wizard-missing-card__footer{font-size:.78rem;letter-spacing:.01em;color:rgba(15,118,110,.65)}[data-theme=dark] .wizard-missing-card{border-color:rgba(59,201,191,.55);background:radial-gradient(150% 140% at 18% -32%,rgba(56,189,248,.38),transparent 65%),radial-gradient(130% 120% at 92% -18%,rgba(45,212,191,.32),transparent 70%),linear-gradient(165deg,rgba(4,14,24,.98),rgba(6,18,32,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 30px 60px rgba(2,6,23,.68),0 18px 40px rgba(14,165,233,.22)}[data-theme=dark] .wizard-missing-card__header-pane{background:radial-gradient(140% 110% at 18% -30%,rgba(37,99,235,.45),transparent 65%),radial-gradient(120% 120% at 92% 0,rgba(15,118,110,.55),transparent 70%),linear-gradient(150deg,rgba(9,13,26,.95),rgba(8,14,28,.9));border-color:rgba(56,189,248,.55);box-shadow:0 24px 40px rgba(2,6,23,.75)}[data-theme=dark] .wizard-missing-card:before{border-color:rgba(59,130,246,.35);opacity:.3}[data-theme=dark] .wizard-missing-card:after{background:radial-gradient(70% 110% at 50% 0,rgba(56,189,248,.32),transparent 70%);filter:blur(55px);opacity:.6}[data-theme=dark] .wizard-missing-card__progress{--wizard-progress-color:rgba(59,201,191,0.95);--wizard-progress-track:rgba(15,23,42,0.72);color:rgba(224,242,254,.92);background:conic-gradient(from -90deg,var(--wizard-progress-color) 0 var(--wizard-progress-angle),color-mix(in srgb,rgba(15,23,42,.82) 80%,rgba(2,6,23,.4)) var(--wizard-progress-angle) 1turn),radial-gradient(140% 130% at 18% -20%,rgba(37,99,235,.35),transparent 70%),linear-gradient(165deg,rgba(4,13,30,.98),rgba(8,20,32,.94));border-color:rgba(59,201,191,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 26px 48px rgba(2,6,23,.78),0 16px 36px rgba(15,118,110,.32);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%)}[data-theme=dark] .wizard-missing-card__progress-label{color:rgba(226,232,240,.9)}[data-theme=dark] .wizard-missing-card__progress-meta{color:rgba(125,211,252,.78)}[data-theme=dark] .wizard-missing-card__progress-value{color:color-mix(in srgb,rgba(59,201,191,1) 65%,rgba(240,253,255,.95));text-shadow:0 10px 18px rgba(2,6,23,.8),0 0 14px rgba(59,201,191,.85)}[data-theme=dark] .wizard-missing-card__progress:before{background:radial-gradient(120% 120% at 28% 18%,rgba(59,130,246,.35),rgba(2,6,23,.88)),linear-gradient(170deg,rgba(4,15,32,.92),rgba(6,18,36,.88));border-color:rgba(148,197,255,.22);box-shadow:inset 0 1px 2px rgba(148,163,184,.25),inset 0 -8px 14px rgba(15,118,110,.35);opacity:.85}[data-theme=dark] .wizard-missing-card__progress:after{background:radial-gradient(60% 95% at 50% 0,rgba(59,201,191,.45),transparent 72%),radial-gradient(70% 90% at 50% 100%,rgba(37,99,235,.2),transparent 80%)}[data-theme=dark] .wizard-missing-card__eyebrow{color:rgba(167,243,208,.65)}[data-theme=dark] .wizard-missing-card__title{color:rgba(226,232,240,.95)}[data-theme=dark] .wizard-missing-card__subtitle{color:rgba(165,243,252,.75)}[data-theme=dark] .wizard-missing-card__cta{text-decoration:none}[data-theme=dark] .wizard-missing-card__cta--primary{background:radial-gradient(140% 140% at 22% -45%,rgba(56,189,248,.38),transparent 60%),linear-gradient(120deg,rgba(249,115,22,.9),rgba(249,115,22,.78));box-shadow:0 20px 38px rgba(249,115,22,.35),inset 0 1px 0 rgba(255,255,255,.32);color:rgba(15,23,42,.92)}[data-theme=dark] .wizard-missing-card__cta--primary:hover{box-shadow:0 24px 44px rgba(249,115,22,.38),inset 0 1px 0 rgba(255,255,255,.36)}[data-theme=dark] .wizard-missing-card__dismiss{border-color:rgba(96,165,250,.35);background:radial-gradient(140% 120% at 20% -25%,rgba(37,99,235,.35),transparent 65%),linear-gradient(140deg,rgba(9,9,26,.92),rgba(12,20,36,.9));color:rgba(224,242,254,.88);box-shadow:0 24px 40px rgba(2,6,23,.65),inset 0 1px 0 rgba(255,255,255,.08)}[data-theme=dark] .wizard-missing-card__dismiss:after{border-color:rgba(255,255,255,.12)}[data-theme=dark] .wizard-missing-card__dismiss:focus-visible,[data-theme=dark] .wizard-missing-card__dismiss:hover{background:radial-gradient(140% 120% at 15% -20%,rgba(59,130,246,.45),transparent 65%),linear-gradient(140deg,rgba(14,24,44,.96),rgba(12,18,32,.92));border-color:rgba(147,197,253,.65);color:rgba(240,253,255,.96);box-shadow:0 26px 44px rgba(2,6,23,.7),inset 0 1px 0 rgba(255,255,255,.15)}[data-theme=dark] .wizard-missing-card__module{background:radial-gradient(140% 110% at 18% -35%,rgba(37,99,235,.4),transparent 65%),radial-gradient(130% 120% at 92% 0,rgba(15,118,110,.48),transparent 70%),linear-gradient(150deg,rgba(9,13,26,.96),rgba(8,14,28,.92));border-color:rgba(56,189,248,.55);color:rgba(226,241,255,.92);box-shadow:0 30px 56px rgba(2,6,23,.75),0 16px 36px rgba(14,165,233,.22),inset 0 1px 0 rgba(255,255,255,.08)}[data-theme=dark] .wizard-missing-card__module:before{border-color:rgba(148,197,255,.25);opacity:.32}[data-theme=dark] .wizard-missing-card__module:after{background:radial-gradient(70% 110% at 50% 0,rgba(56,189,248,.3),transparent 72%);opacity:.55}[data-theme=dark] .wizard-missing-card__module-title{color:rgba(248,250,255,.95)}[data-theme=dark] .wizard-missing-card__module-subtitle{color:rgba(191,219,254,.78)}[data-theme=dark] .wizard-module-option:focus-visible{outline-color:rgba(96,165,250,.45)}[data-theme=dark] .wizard-missing-card__module-count{background:linear-gradient(135deg,rgba(14,165,233,.22),rgba(52,211,153,.26));border:1px solid rgba(20,184,166,.32);color:rgba(191,244,250,.92);box-shadow:0 8px 18px rgba(6,95,70,.48)}[data-theme=dark] .wizard-missing-card__toggle{color:rgba(165,243,252,.9)}[data-theme=dark] .wizard-missing-card__toggle:hover{color:rgba(134,239,172,.95)}[data-theme=dark] .wizard-missing-card__questions{gap:.5rem}[data-theme=dark] .wizard-missing-card__question-link{background:radial-gradient(150% 180% at 12% -40%,rgba(37,99,235,.35),transparent 62%),radial-gradient(140% 160% at 92% -45%,rgba(8,145,178,.32),transparent 72%),linear-gradient(184deg,rgba(8,19,36,.96),rgba(5,12,26,.92));border-color:rgba(59,130,246,.45);color:rgba(226,232,240,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(37,99,235,.25),0 18px 32px rgba(0,0,0,.7),0 8px 16px rgba(6,14,32,.75)}[data-theme=dark] .wizard-missing-card__question-link:hover{background:radial-gradient(160% 200% at 12% -45%,rgba(56,189,248,.45),transparent 60%),radial-gradient(150% 180% at 92% -38%,rgba(16,185,129,.38),transparent 70%),linear-gradient(184deg,rgba(10,24,46,.96),rgba(7,16,34,.94));border-color:rgba(125,211,252,.65);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(56,189,248,.28),0 20px 36px rgba(0,0,0,.75),0 10px 18px rgba(15,118,110,.42)}[data-theme=dark] .wizard-missing-card__question-link:before{background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.04));opacity:.85}[data-theme=dark] .wizard-missing-card__question-link:after{background:radial-gradient(90% 130% at 50% 100%,rgba(15,118,110,.32),transparent 65%);filter:blur(20px);opacity:.8}[data-theme=dark] .wizard-missing-card__question-icon{background:linear-gradient(135deg,rgba(20,184,166,.35),rgba(45,212,191,.35));color:rgba(165,243,252,.92)}[data-theme=dark] .wizard-missing-card__badge--optional{background:rgba(148,163,184,.28);color:rgba(203,213,225,.82);border-color:rgba(148,163,184,.35)}[data-theme=dark] .wizard-missing-card__badge--required{background:linear-gradient(135deg,rgba(249,115,22,.32),rgba(217,119,6,.38));color:rgba(254,243,199,.92);border-color:rgba(251,146,60,.45);box-shadow:0 6px 16px rgba(251,146,60,.25)}[data-theme=dark] .wizard-missing-card__question-arrow{background:linear-gradient(135deg,rgba(20,184,166,.3),rgba(45,212,191,.3));color:rgba(165,243,252,.9)}[data-theme=dark] .wizard-missing-card__footer{color:rgba(165,243,252,.72)}.wizard-missing-pill{position:relative;display:inline-flex;align-items:center;gap:.6rem;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(13,148,136,.28);background:rgba(204,251,241,.6);color:rgba(15,118,110,.85);font-size:.82rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.wizard-missing-pill:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(16,185,129,.24)}.wizard-missing-pill--inline{align-self:flex-start;margin-top:.75rem}.wizard-missing-pill__dot{width:.5rem;height:.5rem;border-radius:999px;background:linear-gradient(160deg,rgba(20,184,166,.95),rgba(14,165,233,.75));box-shadow:0 4px 10px rgba(20,184,166,.35)}.wizard-missing-pill__text{white-space:nowrap}.wizard-missing-pill__action{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:rgba(13,148,136,.7)}[data-theme=dark] .wizard-missing-pill{border-color:rgba(20,184,166,.4);background:rgba(8,47,73,.82);color:rgba(226,232,240,.9)}[data-theme=dark] .wizard-missing-pill__action{color:rgba(165,243,252,.75)}.human-hero__title-group{display:flex;flex-direction:column;gap:.35rem}.human-hero__title-group--inline{gap:clamp(.75rem,2.8vw,1.2rem)}.human-hero__title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:clamp(.5rem,2vw,.9rem)}.human-hero__title-separator{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:500;color:rgba(15,23,42,.3)}[data-theme=dark] .human-hero__title-separator{color:rgba(226,232,240,.35)}.human-hero__name-inline{font-size:clamp(1.45rem,3.6vw,1.9rem);font-weight:600;color:rgba(15,23,42,.86)}[data-theme=dark] .human-hero__name-inline{color:rgba(226,232,240,.9)}.human-hero__title-name{display:inline-flex;align-items:center;gap:.5rem}.human-hero__status-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .7rem .25rem;border-radius:9999px;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.human-hero__status-pill-dot{display:inline-block;width:.48rem;height:.48rem;border-radius:9999px;background:currentColor}.human-hero__status-pill--alive{background:rgba(16,185,129,.16);border-color:rgba(16,185,129,.45);color:#047857}.human-hero__status-pill--deceased{background:rgba(249,115,22,.18);border-color:rgba(249,115,22,.42);color:#9a3412}.human-hero__status-pill-dot--alive{background:#10b981}.human-hero__status-pill-dot--deceased{background:#f97316}.dark .human-hero__status-pill--alive,[data-theme=dark] .human-hero__status-pill--alive{background:rgba(16,185,129,.24);border-color:rgba(16,185,129,.5);color:#6ee7b7}.dark .human-hero__status-pill--deceased,[data-theme=dark] .human-hero__status-pill--deceased{background:rgba(249,115,22,.26);border-color:rgba(249,115,22,.45);color:#fbbf24}.dark .human-hero__status-pill-dot--alive,[data-theme=dark] .human-hero__status-pill-dot--alive{background:#34d399}.dark .human-hero__status-pill-dot--deceased,[data-theme=dark] .human-hero__status-pill-dot--deceased{background:#fb923c}.human-hero__title-name .human-hero__name-button,.human-hero__title-name .human-hero__name-input{margin:0}@media (max-width:767px){.human-hero__title-group--inline{align-items:center;text-align:center}.human-hero__title-row{justify-content:center}}.human-hero__eyebrow{font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(12,139,198,.58);font-weight:600}.human-hero.human-hero--archived .human-hero__eyebrow,.human-hero.human-hero--deceased .human-hero__eyebrow{color:rgba(71,85,105,.72)}[data-theme=dark] .human-hero__eyebrow{color:rgba(226,232,240,.55)}[data-theme=dark] .human-hero.human-hero--archived .human-hero__eyebrow,[data-theme=dark] .human-hero.human-hero--deceased .human-hero__eyebrow{color:rgba(203,213,225,.7)}.human-hero__eyebrow--clock{display:inline-flex;align-items:center;gap:.55rem;text-transform:none;letter-spacing:normal}.human-hero__eyebrow-icon{display:inline-flex;align-items:center;justify-content:center;color:inherit}.human-hero__eyebrow-update{display:inline-flex;align-items:center;gap:.35rem;font-size:.68rem;font-weight:600;letter-spacing:normal;text-transform:none;color:inherit}.human-hero__title{font-size:clamp(2.3rem,5vw,3.1rem);font-weight:800;letter-spacing:-.02em;color:#0f172a}.human-hero.human-hero--archived .human-hero__title,.human-hero.human-hero--deceased .human-hero__title{color:rgba(71,85,105,.9)}[data-theme=dark] .human-hero__title{color:#fff}[data-theme=dark] .human-hero.human-hero--archived .human-hero__title,[data-theme=dark] .human-hero.human-hero--deceased .human-hero__title{color:rgba(226,232,240,.88)}.human-hero__content{display:flex;flex-direction:column;gap:clamp(1.8rem,4vw,2.6rem)}.human-hero .tile-section__header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:clamp(.85rem,2vw,1.5rem)}.human-hero .tile-section__header .min-w-0{flex:1 1 auto}.human-hero .tile-section__actions{margin-left:auto}.human-hero__grid{display:grid;gap:clamp(1.75rem,5vw,3rem);align-items:start;width:100%;--hero-access-card-size:clamp(76px,14vw,96px);--hero-summary-card-width:clamp(132px,24vw,160px);--hero-avatar-col-min:220px;--hero-avatar-col-max:260px;--hero-avatar-col-min-lg:240px;--hero-avatar-col-max-lg:280px}@media (min-width:768px){.human-hero__grid{grid-template-columns:minmax(var(--hero-avatar-col-min,220px),var(--hero-avatar-col-max,260px)) minmax(0,1fr)}}@media (min-width:1280px){.human-hero__grid{grid-template-columns:minmax(var(--hero-avatar-col-min-lg,240px),var(--hero-avatar-col-max-lg,280px)) minmax(0,1fr);gap:clamp(2rem,4vw,3.5rem)}}@media (max-width:767px){.human-hero__grid{justify-items:center;text-align:center}}.human-hero__grid--with-status{--hero-avatar-col-min:232px;--hero-avatar-col-max:clamp(320px,32vw,360px);--hero-avatar-col-min-lg:252px;--hero-avatar-col-max-lg:clamp(360px,31vw,392px)}.human-hero__avatar-column{display:flex;flex-direction:column;align-items:center;gap:clamp(.85rem,2.4vw,1.3rem);width:100%}@media (min-width:1280px){.human-hero__avatar-column{align-items:flex-start}}.human-hero__avatar-card{display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,3vw,1.6rem);width:var(--hero-core-card-width,220px);max-width:100%;min-height:var(--hero-core-card-height,286.39px);height:auto;justify-content:space-between;padding:clamp(1.2rem,3.4vw,1.9rem);box-sizing:border-box;border-radius:32px;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(160% 140% at 16% 0,rgba(174,214,255,.36) 0,transparent 68%),radial-gradient(150% 140% at 86% 6%,rgba(205,233,255,.34) 0,transparent 72%),linear-gradient(165deg,rgba(255,255,255,.95),rgba(236,245,255,.88) 68%);border:1.5px solid rgba(176,208,255,.62);box-shadow:0 34px 70px rgba(86,130,255,.16),inset 0 1px 0 rgba(255,255,255,.85);backdrop-filter:blur(14px)}.human-hero__grid[data-status=archived] .human-hero__avatar-card,.human-hero__grid[data-status=deceased] .human-hero__avatar-card{background:radial-gradient(150% 140% at 12% -10%,rgba(203,213,225,.32),transparent 72%),radial-gradient(150% 140% at 88% -4%,rgba(148,163,184,.26),transparent 76%),linear-gradient(170deg,rgba(248,250,252,.96),rgba(226,232,240,.9) 68%);border-color:rgba(203,213,225,.58);box-shadow:0 28px 58px rgba(71,85,105,.14),inset 0 1px 0 rgba(255,255,255,.82)}.human-hero__avatar-card:before{content:"";position:absolute;inset:-18% -12% -26% -12%;border-radius:inherit;background:radial-gradient(260px 240px at 28% 4%,rgba(255,255,255,.48),transparent 72%),radial-gradient(260px 240px at 76% 6%,rgba(182,229,255,.26),transparent 80%);z-index:-1;pointer-events:none;filter:blur(6px);opacity:.85}.human-hero__avatar-card--with-status{--hero-meta-card-size:calc(var(--hero-access-card-size) * 0.75)}@media (min-width:1280px){.human-hero__avatar-card{align-items:stretch}}[data-theme=dark] .human-hero__avatar-card{background:radial-gradient(120% 120% at 20% 20%,rgba(17,94,89,.16) 0,rgba(17,94,89,0) 55%),radial-gradient(140% 140% at 85% 10%,rgba(30,64,175,.18) 0,rgba(15,23,42,.05) 60%),linear-gradient(160deg,rgba(17,24,39,.92),rgba(15,23,42,.82));border-color:rgba(96,165,250,.45);box-shadow:0 28px 52px rgba(0,0,0,.55),inset 0 1px 0 rgba(148,163,184,.22)}[data-theme=dark] .human-hero__grid[data-status=archived] .human-hero__avatar-card,[data-theme=dark] .human-hero__grid[data-status=deceased] .human-hero__avatar-card{background:radial-gradient(120% 120% at 22% 16%,rgba(71,85,105,.26),transparent 70%),radial-gradient(130% 120% at 84% 10%,rgba(51,65,85,.24),transparent 78%),linear-gradient(165deg,rgba(17,24,39,.88),rgba(24,33,46,.84));border-color:rgba(71,85,105,.45);box-shadow:0 24px 48px rgba(0,0,0,.54),inset 0 1px 0 rgba(148,163,184,.16)}[data-theme=dark] .human-hero__avatar-card:before{background:radial-gradient(260px 220px at 28% 6%,rgba(56,189,248,.32),transparent 78%),radial-gradient(260px 220px at 74% 8%,rgba(45,212,191,.26),transparent 82%);opacity:.6;filter:blur(12px)}.human-hero__avatar-card--with-status{--hero-core-card-width:min(100%,248px);padding-right:clamp(1.2rem,3vw,1.9rem);width:clamp(228px,21vw,268px);max-width:clamp(228px,21vw,268px)}@media (min-width:1280px){.human-hero__avatar-card--with-status{--hero-core-card-width:clamp(248px,23vw,288px);padding-right:clamp(1.35rem,2.8vw,2.2rem);width:clamp(248px,23vw,288px);max-width:clamp(248px,23vw,288px)}}.human-hero__avatar-main{display:flex;flex-direction:column;align-items:center;gap:clamp(.85rem,2.6vw,1.3rem);width:100%}@media (min-width:1280px){.human-hero__avatar-main{flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%}}.human-hero__avatar-stack{position:relative;display:inline-flex;margin-inline:auto;flex-shrink:0}@media (min-width:1280px){.human-hero__avatar-stack{margin-inline:0;align-self:flex-start}}.human-hero__avatar-status{display:flex;justify-content:center;width:100%;flex-shrink:0}@media (min-width:1280px){.human-hero__avatar-status{width:auto;justify-content:center;align-items:center}}.human-hero__avatar-meta{display:flex;flex-direction:column;align-items:center;gap:clamp(.7rem,2.1vw,1.2rem);width:100%}@media (min-width:768px){.human-hero__avatar-meta{align-items:center}}.human-hero__avatar-card .human-hero__access-card--compact{transform:translateY(-6px)}.human-hero__summary-row{margin-top:clamp(.55rem,1.6vw,.8rem);display:flex;flex-wrap:nowrap;align-items:stretch;gap:clamp(.55rem,1.7vw,.9rem);width:100%;justify-content:flex-start}.human-hero__summary-row--detached{margin-top:clamp(.4rem,1.2vw,.65rem);margin-bottom:clamp(.55rem,1.6vw,.8rem)}@media (max-width:767px){.human-hero__summary-row{flex-wrap:wrap;justify-content:center}}.human-hero__access-card{--access-card-accent:rgba(226,232,240,0.28);display:inline-flex;align-items:center;justify-content:center;margin-top:0;padding:0;border-radius:0;border:0;background:transparent;box-shadow:none;width:var(--hero-meta-card-size,clamp(80px,9vw,110px));height:var(--hero-meta-card-size,clamp(80px,9vw,110px));min-height:var(--hero-meta-card-size,clamp(80px,9vw,110px));flex:0 0 var(--hero-meta-card-size,clamp(80px,9vw,110px));position:relative;isolation:isolate;transition:none}.human-hero__access-card:focus-visible,.human-hero__access-card:hover{filter:none}.human-hero__access-card--compact{--hero-access-card-compact-size-fallback:clamp(88px,calc(var(--hero-access-card-size) * 0.78),112px);--hero-access-card-compact-size:var(--hero-meta-card-size,var(--hero-access-card-compact-size-fallback));flex-direction:column;width:var(--hero-access-card-compact-size);height:var(--hero-access-card-compact-size);min-height:var(--hero-access-card-compact-size);flex:0 0 var(--hero-access-card-compact-size);padding:0;text-align:center;background:none;box-shadow:none}.human-hero__status-card{--status-card-accent:rgba(226,232,240,0.28);display:inline-flex;align-items:center;justify-content:center;margin-top:0;padding:0;--status-heart-offset-x:-2px;--status-heart-offset-y:-2px;border-radius:0;border:0;background:transparent;box-shadow:none;width:var(--hero-meta-card-size,clamp(80px,9vw,110px));height:var(--hero-meta-card-size,clamp(80px,9vw,110px));flex:0 0 var(--hero-meta-card-size,clamp(80px,9vw,110px));min-height:var(--hero-meta-card-size,clamp(80px,9vw,110px));align-self:flex-start;position:relative;isolation:isolate;transition:none}.human-hero__status-card:focus-visible,.human-hero__status-card:hover{filter:none}.human-hero__avatar-card--with-status .human-hero__status-card{padding:0}.human-hero__status-card--alive,.human-hero__status-card--archived,.human-hero__status-card--deceased{--status-card-accent:rgba(226,232,240,0.28);--status-card-glow:rgba(148,163,184,0.12);--status-card-edge:rgba(255,255,255,0.6)}.human-hero__status-icon{width:clamp(66px,9.75vw,84px);height:clamp(66px,9.75vw,84px);display:block;margin:0 auto;object-fit:contain;max-width:100%;filter:drop-shadow(0 12px 22px rgba(15,23,42,.32));transition:transform .25s ease,filter .25s ease}.human-hero__avatar-card--with-status .human-hero__status-icon{width:clamp(48px,7.5vw,60px);height:clamp(48px,7.5vw,60px)}.human-hero__status-card:focus-visible .human-hero__status-icon,.human-hero__status-card:hover .human-hero__status-icon{transform:translateY(-4px) scale(1.05);filter:drop-shadow(0 16px 30px rgba(15,23,42,.36))}.human-hero__status-card--alive .human-hero__status-icon,.human-hero__status-card--deceased .human-hero__status-icon{filter:drop-shadow(0 12px 22px rgba(244,63,94,.32))}.human-hero__status-card--archived .human-hero__status-icon{filter:grayscale(1) saturate(.35) brightness(1.08) drop-shadow(0 12px 22px rgba(148,163,184,.32))}.human-hero__status-card--alive:focus-visible .human-hero__status-icon,.human-hero__status-card--alive:hover .human-hero__status-icon,.human-hero__status-card--deceased:focus-visible .human-hero__status-icon,.human-hero__status-card--deceased:hover .human-hero__status-icon{filter:drop-shadow(0 16px 30px rgba(244,63,94,.42))}.human-hero__status-card--archived:focus-visible .human-hero__status-icon,.human-hero__status-card--archived:hover .human-hero__status-icon{filter:grayscale(1) saturate(.4) brightness(1.12) drop-shadow(0 16px 30px rgba(148,163,184,.38))}[data-theme=dark] .human-hero__status-card--archived .human-hero__status-icon{filter:grayscale(1) saturate(.45) brightness(1.18) drop-shadow(0 12px 22px rgba(30,41,59,.5))}[data-theme=dark] .human-hero__status-card--archived:focus-visible .human-hero__status-icon,[data-theme=dark] .human-hero__status-card--archived:hover .human-hero__status-icon{filter:grayscale(1) saturate(.5) brightness(1.24) drop-shadow(0 16px 30px rgba(15,23,42,.52))}.human-hero__access-image{width:clamp(46px,6vw,60px);height:auto;max-width:94%;object-fit:contain;display:block;filter:brightness(0) saturate(100%) invert(67%) sepia(51%) saturate(1879%) hue-rotate(344deg) brightness(101%) contrast(101%) drop-shadow(0 12px 20px rgba(15,23,42,.26));transition:transform .25s ease,filter .25s ease}.human-hero__access-card:focus-visible .human-hero__access-image,.human-hero__access-card:hover .human-hero__access-image{transform:translateY(-4px) scale(1.04);filter:brightness(0) saturate(100%) invert(67%) sepia(51%) saturate(1879%) hue-rotate(344deg) brightness(101%) contrast(101%) drop-shadow(0 16px 28px rgba(15,23,42,.32))}.human-hero__access-fallback{font-size:clamp(.52rem,.85vw,.64rem);text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:rgba(15,23,42,.7)}.human-hero__access-card--amber,.human-hero__access-card--coral,.human-hero__access-card--emerald,.human-hero__access-card--slate{--access-card-accent:rgba(226,232,240,0.28);--access-card-glow:rgba(148,163,184,0.12)}.human-hero__access-card--compact.human-hero__access-card--amber,.human-hero__access-card--compact.human-hero__access-card--coral,.human-hero__access-card--compact.human-hero__access-card--emerald,.human-hero__access-card--compact.human-hero__access-card--slate{--access-compact-glow:rgba(226,232,240,0.24);--access-compact-shadow:rgba(148,163,184,0.18)}.human-hero__bio-card{margin-top:0;padding:1rem 1.2rem;border-radius:24px;border:1.4px solid rgba(176,210,255,.52);background:radial-gradient(160% 150% at 12% -18%,rgba(176,215,255,.3),transparent 74%),radial-gradient(150% 140% at 88% -14%,rgba(200,232,255,.28),transparent 76%),linear-gradient(160deg,rgba(255,255,255,.94),rgba(236,245,255,.9));box-shadow:0 34px 70px rgba(86,130,255,.14),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:blur(12px);position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;gap:1.1rem;width:var(--hero-core-card-width,260px);max-width:100%;min-height:var(--hero-core-card-height,286.39px);height:auto;box-sizing:border-box;justify-content:space-between;align-self:flex-start}.human-hero__bio-card:before{content:"";position:absolute;inset:-14% -10% -28% -10%;border-radius:inherit;background:radial-gradient(320px 240px at 26% 8%,rgba(255,255,255,.45),transparent 76%),radial-gradient(320px 240px at 78% 6%,rgba(188,221,255,.28),transparent 80%);pointer-events:none;filter:blur(10px);opacity:.82;z-index:-1}.human-hero__bio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:clamp(1rem,2.4vw,1.4rem)}.human-hero__bio-item{display:flex;align-items:flex-start;gap:.9rem;--bio-tone-symbol-bg:linear-gradient(135deg,rgba(59,130,246,0.24),rgba(16,185,129,0.26));--bio-tone-symbol-color:rgba(15,118,210,0.9);--bio-tone-chip-bg:linear-gradient(135deg,rgba(59,130,246,0.18),rgba(6,182,212,0.22));--bio-tone-chip-border:rgba(59,130,246,0.32);--bio-tone-chip-shadow:rgba(59,130,246,0.18);--bio-tone-chip-hover-border:rgba(59,130,246,0.48);--bio-tone-chip-hover-shadow:rgba(59,130,246,0.28);--bio-tone-chip-text:rgba(15,23,42,0.82);--bio-tone-chip-active-bg:linear-gradient(135deg,rgba(59,130,246,0.28),rgba(16,185,129,0.28));--bio-tone-chip-active-border:rgba(59,130,246,0.5);--bio-tone-chip-active-shadow:rgba(59,130,246,0.32)}.human-hero__bio-item.is-filled{--bio-tone-symbol-bg:linear-gradient(135deg,#38bdf8 12%,#34d399 92%);--bio-tone-symbol-color:#f8fafc;--bio-tone-chip-bg:linear-gradient(135deg,rgba(56,189,248,0.95),rgba(45,212,191,0.92));--bio-tone-chip-border:rgba(56,189,248,0.6);--bio-tone-chip-shadow:rgba(56,189,248,0.36);--bio-tone-chip-hover-border:rgba(56,189,248,0.78);--bio-tone-chip-hover-shadow:rgba(56,189,248,0.46);--bio-tone-chip-text:#f0fdfa;--bio-tone-chip-active-bg:linear-gradient(135deg,#38bdf8,#34d399);--bio-tone-chip-active-border:rgba(56,189,248,0.82);--bio-tone-chip-active-shadow:rgba(56,189,248,0.46)}.human-hero__bio-item.is-empty{--bio-tone-symbol-bg:linear-gradient(135deg,rgba(203,213,225,0.26),rgba(226,232,240,0.32));--bio-tone-symbol-color:rgba(71,85,105,0.68);--bio-tone-chip-bg:linear-gradient(135deg,rgba(226,232,240,0.28),rgba(203,213,225,0.26));--bio-tone-chip-border:rgba(148,163,184,0.32);--bio-tone-chip-shadow:rgba(148,163,184,0.18);--bio-tone-chip-hover-border:rgba(148,163,184,0.42);--bio-tone-chip-hover-shadow:rgba(148,163,184,0.26);--bio-tone-chip-text:rgba(71,85,105,0.82);--bio-tone-chip-active-bg:linear-gradient(135deg,rgba(203,213,225,0.32),rgba(226,232,240,0.32));--bio-tone-chip-active-border:rgba(148,163,184,0.42);--bio-tone-chip-active-shadow:rgba(148,163,184,0.24)}.human-hero__bio-chip{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:.55rem 1.1rem;border-radius:18px;border:1px solid var(--bio-tone-chip-border);background:var(--bio-tone-chip-bg);box-shadow:0 18px 36px var(--bio-tone-chip-shadow);text-decoration:none;color:var(--bio-tone-chip-text);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.human-hero__bio-chip--button,.human-hero__bio-chip--link{cursor:pointer}.human-hero__bio-chip--button:hover,.human-hero__bio-chip--link:hover{transform:translateY(-2px);border-color:var(--bio-tone-chip-hover-border);box-shadow:0 22px 40px var(--bio-tone-chip-hover-shadow)}.human-hero__bio-chip--button:focus-visible,.human-hero__bio-chip--link:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(56,189,248,.22),0 12px 26px rgba(15,23,42,.12)}.human-hero__bio-chip--button.is-active{background:var(--bio-tone-chip-active-bg);border-color:var(--bio-tone-chip-active-border);color:var(--bio-tone-chip-text);box-shadow:0 24px 44px var(--bio-tone-chip-active-shadow)}.human-hero__bio-chip--flex{justify-content:flex-start;gap:.4rem;flex-wrap:wrap;padding:.55rem .7rem}.human-hero__bio-chip--empty .human-hero__bio-chip-label--empty{font-style:italic;font-weight:500;font-size:1rem;color:rgba(94,109,126,.82)}.human-hero__bio-chip--empty{font-style:italic;color:rgba(71,85,105,.78);border-color:rgba(148,163,184,.38);background:linear-gradient(135deg,rgba(148,163,184,.2),rgba(203,213,225,.26));box-shadow:0 12px 24px rgba(148,163,184,.2)}.human-hero__bio-chip--button.human-hero__bio-chip--empty:focus-visible,.human-hero__bio-chip--button.human-hero__bio-chip--empty:hover{transform:translateY(-1px);border-color:rgba(148,163,184,.48);box-shadow:0 16px 28px rgba(148,163,184,.26)}.human-hero__bio-chip--empty,.human-hero__bio-chip-label--empty{font-style:italic;color:rgba(100,116,139,.78)}.human-hero__bio-chip-label{font-weight:600;color:var(--bio-tone-chip-text);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.human-hero__bio-chip-label--center{width:100%;text-align:center}.human-hero__bio-chip-value{font-weight:600;letter-spacing:-.01em;color:var(--bio-tone-chip-text)}.human-hero__bio-symbol{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;--bio-symbol-size:26px;background:var(--bio-tone-symbol-bg);color:var(--bio-tone-symbol-color);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 12px 20px rgba(59,130,246,.18)}.human-hero__bio-glyph{background-color:currentColor;-webkit-mask-image:var(--bio-glyph-src,none);-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;mask-image:var(--bio-glyph-src,none);mask-repeat:no-repeat;mask-size:contain;mask-position:center}.human-hero__bio-glyph,.human-hero__bio-symbol-fallback{width:var(--bio-symbol-size);height:var(--bio-symbol-size);display:inline-flex}.human-hero__bio-symbol-fallback{align-items:center;justify-content:center;font-size:calc(var(--bio-symbol-size) * .68);font-weight:700;letter-spacing:.02em}.human-hero__bio-item--nationalities,.human-hero__bio-item--sex{--bio-tone-symbol-bg:linear-gradient(135deg,rgba(56,189,248,0.72),rgba(45,212,191,0.68));--bio-tone-symbol-color:#f8fafc;--bio-tone-chip-bg:linear-gradient(135deg,rgba(56,189,248,0.95),rgba(45,212,191,0.9));--bio-tone-chip-border:rgba(56,189,248,0.6);--bio-tone-chip-shadow:rgba(56,189,248,0.34);--bio-tone-chip-hover-border:rgba(56,189,248,0.78);--bio-tone-chip-hover-shadow:rgba(56,189,248,0.46);--bio-tone-chip-text:#f0fdfa;--bio-tone-chip-active-bg:linear-gradient(135deg,#38bdf8,#34d399);--bio-tone-chip-active-border:rgba(56,189,248,0.85);--bio-tone-chip-active-shadow:rgba(56,189,248,0.5)}.human-hero__bio-body{flex:1;display:flex;flex-direction:column;gap:.45rem;min-width:0}.human-hero__bio-value{font-size:1.05rem;font-weight:600;color:#0f172a}.human-hero__bio-empty{font-style:italic;color:rgba(148,163,184,.85)}.human-hero__bio-gender{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.human-hero__bio-body--condensed{gap:.35rem;justify-content:center;align-items:stretch;width:100%}.human-hero__bio-body--gender{display:flex;flex-direction:column;align-items:stretch;gap:.55rem;flex:1;width:100%}.human-hero__age--bio{margin-top:.1rem;width:100%}.human-hero__bio-nationalities{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;flex:1;min-width:0}.human-hero__bio-nationalities.is-empty{gap:.35rem}.human-hero__bio-nationalities-row{display:flex;align-items:flex-start;gap:.6rem;flex-wrap:wrap;width:100%}.human-hero__nationality-stack{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.human-hero__bio-editor-section,.human-hero__bio-nationality-editor{grid-column:1/-1;width:100%;margin-top:1.2rem;padding-top:1.1rem;border-top:1px solid rgba(148,163,184,.28)}.human-hero__bio-editor{margin-top:.85rem;padding:1rem 1.1rem;border-radius:18px;border:1px solid var(--bio-editor-border,rgba(148,163,184,.26));background:var(--bio-editor-bg,linear-gradient(160deg,rgba(241,245,249,.92),rgba(226,232,240,.88)));box-shadow:var(--bio-editor-shadow,0 12px 24px rgba(15,23,42,.08));display:flex;flex-direction:column;gap:.75rem;color:var(--bio-editor-text,rgba(15,23,42,.88))}.human-hero__bio-editor-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.human-hero__bio-editor-title{font-size:.95rem;font-weight:600;color:var(--bio-editor-accent,rgba(15,23,42,.88));letter-spacing:-.01em}.human-hero__bio-editor-close{border:1px solid var(--bio-editor-button-border,rgba(148,163,184,.32));background:var(--bio-editor-button-bg,rgba(148,163,184,.18));color:var(--bio-editor-button-text,rgba(30,41,59,.88));border-radius:12px;padding:.35rem .65rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.human-hero__bio-editor-close:focus-visible,.human-hero__bio-editor-close:hover{transform:translateY(-1px);background:var(--bio-editor-button-bg-hover,rgba(148,163,184,.24));box-shadow:0 10px 20px rgba(15,23,42,.12);outline:none}.human-hero__bio-editor-body{display:flex;flex-direction:column;gap:.6rem}.human-hero__bio-editor-card{border-radius:16px;padding:.75rem .9rem;border:1px solid var(--bio-card-border,rgba(148,163,184,.28));background:var(--bio-card-bg,rgba(255,255,255,.8));box-shadow:var(--bio-card-shadow,0 12px 24px rgba(15,23,42,.08));display:flex;flex-direction:column;gap:.35rem}.human-hero__bio-editor-card.is-soft{background:var(--bio-card-soft-bg,rgba(248,250,252,.86));border-color:var(--bio-card-soft-border,rgba(203,213,225,.28));box-shadow:var(--bio-card-soft-shadow,0 10px 22px rgba(15,23,42,.08))}.human-hero__bio-editor-card-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;color:var(--bio-card-title,rgba(71,85,105,.75))}.human-hero__bio-editor-card-value{font-size:1.05rem;font-weight:600;color:var(--bio-card-accent,rgba(30,41,59,.92))}.human-hero__bio-editor-card-note{font-size:.8rem;color:var(--bio-card-note,rgba(100,116,139,.8))}.human-hero__bio-editor-value{font-size:1.05rem;font-weight:600;color:var(--bio-editor-accent,rgba(15,23,42,.9))}.human-hero__bio-editor-meta{font-size:.85rem;color:var(--bio-editor-subtext,rgba(71,85,105,.8))}.human-hero__bio-editor-meta span{font-weight:600;color:var(--bio-editor-accent,rgba(15,23,42,.9))}.human-hero__bio-editor-hint{font-size:.8rem;line-height:1.45;color:var(--bio-editor-hint,rgba(100,116,139,.78))}.human-hero__bio-editor-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.human-hero__bio-editor-block{display:flex;flex-direction:column;gap:.6rem}.human-hero__bio-editor-block+.human-hero__bio-editor-block{margin-top:.4rem}.human-hero__bio-chip--nationalities{flex-direction:column;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1rem;text-align:center}.human-hero__bio-chip--nationalities .human-hero__nationality-pill{width:100%;max-width:220px;justify-content:center;padding:.45rem .85rem;border-radius:999px;border:0;background:linear-gradient(135deg,rgba(14,165,233,.8),rgba(52,211,153,.84));box-shadow:0 12px 24px rgba(14,165,233,.28);color:#fff;gap:.5rem}.human-hero__bio-chip--nationalities .human-hero__nationality-label{color:#fff}.human-hero__bio-chip--nationalities .human-hero__nationality-flag{font-size:1.15rem}.human-hero__bio-editor--age,.human-hero__bio-editor--household,.human-hero__bio-editor--sex{--bio-editor-border:rgba(14,165,233,0.36);--bio-editor-bg:linear-gradient(150deg,rgba(14,165,233,0.18),rgba(52,211,153,0.28));--bio-editor-shadow:0 18px 36px rgba(14,165,233,0.18);--bio-editor-text:rgba(7,89,133,0.92);--bio-editor-accent:rgba(6,148,161,0.94);--bio-editor-subtext:rgba(6,95,125,0.74);--bio-editor-hint:rgba(6,95,125,0.68);--bio-editor-button-bg:rgba(14,165,233,0.2);--bio-editor-button-border:rgba(14,165,233,0.36);--bio-editor-button-bg-hover:rgba(14,165,233,0.28);--bio-editor-button-text:rgba(6,100,130,0.92);--bio-choice-border:rgba(14,165,233,0.3);--bio-choice-bg:linear-gradient(145deg,rgba(236,252,255,0.92),rgba(209,250,229,0.9));--bio-choice-border-hover:rgba(14,165,233,0.45);--bio-choice-hover-shadow:0 18px 32px rgba(14,165,233,0.22);--bio-choice-active-border:rgba(14,165,233,0.52);--bio-choice-active-bg:linear-gradient(145deg,rgba(14,165,233,0.24),rgba(52,211,153,0.34));--bio-choice-active-text:rgba(6,80,110,0.94);--bio-choice-active-shadow:0 22px 36px rgba(14,165,233,0.24);--bio-choice-text:rgba(7,89,133,0.9);--bio-choice-hint:rgba(6,95,125,0.7);--bio-card-border:rgba(14,165,233,0.32);--bio-card-bg:linear-gradient(150deg,rgba(236,252,255,0.9),rgba(209,250,229,0.9));--bio-card-shadow:0 18px 32px rgba(14,165,233,0.2);--bio-card-title:rgba(6,95,125,0.78);--bio-card-accent:rgba(6,113,144,0.95);--bio-card-note:rgba(6,148,161,0.75);--bio-card-soft-bg:linear-gradient(150deg,rgba(209,250,229,0.92),rgba(236,252,255,0.92));--bio-card-soft-border:rgba(14,165,233,0.28);--bio-card-soft-shadow:0 14px 28px rgba(14,165,233,0.18)}.human-hero__birth-stack{display:flex;flex-direction:column;gap:1rem}.human-hero__birth-cards{display:flex;flex-wrap:wrap;gap:.9rem}.human-hero__birth-card{min-width:min(220px,100%);border-radius:20px;border:1px solid var(--bio-card-border,rgba(203,213,225,.32));background:var(--bio-card-bg,linear-gradient(145deg,rgba(255,255,255,.92),rgba(241,245,249,.86)));box-shadow:var(--bio-card-shadow,0 16px 28px rgba(148,163,184,.18));padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem}.human-hero__birth-card.is-soft{border:1px solid var(--bio-card-soft-border,rgba(203,213,225,.28));background:var(--bio-card-soft-bg,linear-gradient(150deg,rgba(248,250,252,.94),rgba(226,232,240,.86)));box-shadow:var(--bio-card-soft-shadow,0 20px 32px rgba(148,163,184,.2))}.human-hero__birth-card-label{font-size:.7rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--bio-card-title,rgba(71,85,105,.68))}.human-hero__birth-card-value{font-size:1.35rem;font-weight:600;color:var(--bio-card-accent,rgba(30,41,59,.92));letter-spacing:-.01em}.human-hero__birth-card-value.is-empty{color:rgba(100,116,139,.7);font-style:italic}.human-hero__birth-card-note{font-size:.75rem;color:var(--bio-card-note,rgba(100,116,139,.72))}.human-hero__birth-hint{font-size:.82rem;line-height:1.4;color:var(--bio-editor-hint,rgba(100,116,139,.76))}.human-hero__birth-hint--sub{margin-top:-.25rem;font-size:.78rem}.human-hero__birth-form{display:flex;flex-direction:column;gap:.85rem}.human-hero__birth-field{display:flex;flex-direction:column;gap:.5rem}.human-hero__birth-label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--bio-editor-accent,rgba(15,23,42,.9))}.human-hero__birth-input{position:relative;display:flex;align-items:center;gap:.5rem;height:44px;padding:0 2.6rem 0 1rem;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.85);box-shadow:0 12px 26px rgba(15,23,42,.1);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.human-hero__birth-input.is-error{border-color:rgba(220,38,38,.45);box-shadow:0 14px 30px rgba(220,38,38,.22)}.human-hero__birth-input:focus-within{border-color:rgba(16,185,129,.6);box-shadow:0 16px 32px rgba(16,185,129,.18);background:rgba(255,255,255,.95)}.human-hero__birth-input-icon{color:rgba(71,85,105,.65);display:inline-flex}.human-hero__birth-input-field{flex:1;height:100%;background:transparent;border:none;outline:none;font-size:.95rem;font-weight:600;color:rgba(30,41,59,.92)}.human-hero__birth-input-field::placeholder{color:rgba(148,163,184,.9)}.human-hero__birth-input-clear{position:absolute;top:50%;right:.45rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:rgba(248,250,252,.94);color:rgba(100,116,139,.75);transition:border-color .18s ease,color .18s ease,background .18s ease}.human-hero__birth-toggle{display:flex;justify-content:flex-end;margin-bottom:.35rem}.human-hero__birth-toggle-btn{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(148,163,184,.26);background:rgba(255,255,255,.85);color:rgba(94,109,126,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 8px 16px rgba(15,23,42,.12);transition:color .2s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease}.human-hero__birth-toggle-btn:hover{color:rgba(15,23,42,.9);border-color:rgba(148,163,184,.36);background:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 12px 20px rgba(14,165,233,.18)}.human-hero__birth-toggle-btn:focus-visible{outline:3px solid rgba(14,165,233,.28);outline-offset:3px}.human-hero__birth-input-clear:focus-visible,.human-hero__birth-input-clear:hover{border-color:rgba(148,163,184,.5);color:rgba(71,85,105,.85);background:rgba(255,255,255,.98)}.human-hero__birth-actions{display:flex;flex-wrap:wrap;gap:.6rem}.human-hero__birth-helpers{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:rgba(71,85,105,.7)}.human-hero__birth-helper{padding:0;background:none;border:none;color:inherit;font-weight:600;text-decoration:underline dotted;cursor:pointer;transition:color .18s ease}.human-hero__birth-helper:focus-visible,.human-hero__birth-helper:hover{color:rgba(30,41,59,.88);outline:none}.human-hero__birth-helper-sep{font-size:.7rem;opacity:.4}.human-hero__birth-reset,.human-hero__birth-save,.human-hero__nationality-save{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.6rem;border-radius:999px;font-size:.9rem;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;border:1px solid transparent}.human-hero__birth-save,.human-hero__nationality-save{border-color:rgba(14,116,144,.6);background:linear-gradient(135deg,rgba(13,148,136,.95),rgba(16,185,129,.9));color:#fff;box-shadow:0 16px 32px rgba(13,148,136,.3)}.human-hero__birth-save:focus-visible:not(:disabled),.human-hero__birth-save:hover:not(:disabled),.human-hero__nationality-save:focus-visible:not(:disabled),.human-hero__nationality-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 38px rgba(13,148,136,.32)}.human-hero__birth-save:disabled,.human-hero__nationality-save:disabled{opacity:.6;cursor:not-allowed}.human-hero__birth-reset{border-color:rgba(148,163,184,.45);background:rgba(255,255,255,.8);color:rgba(71,85,105,.88);box-shadow:0 12px 26px rgba(15,23,42,.08)}.human-hero__birth-reset:focus-visible:not(:disabled),.human-hero__birth-reset:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(71,85,105,.45);color:rgba(30,41,59,.92);background:rgba(255,255,255,.95)}.human-hero__birth-reset:disabled{opacity:.45;cursor:not-allowed}.human-hero__birth-error{font-size:.82rem;font-weight:600;color:rgba(220,38,38,.82)}.human-hero__bio-editor--nationality{--bio-editor-border:rgba(14,165,233,0.36);--bio-editor-bg:linear-gradient(150deg,rgba(14,165,233,0.18),rgba(52,211,153,0.28));--bio-editor-shadow:0 18px 36px rgba(14,165,233,0.18);--bio-editor-accent:rgba(6,148,161,0.94);--bio-editor-subtext:rgba(6,95,125,0.74);--bio-editor-hint:rgba(6,95,125,0.68);--bio-editor-button-bg:rgba(14,165,233,0.2);--bio-editor-button-border:rgba(14,165,233,0.36);--bio-editor-button-bg-hover:rgba(14,165,233,0.28);--bio-editor-button-text:rgba(6,100,130,0.92);--bio-choice-border:rgba(14,165,233,0.3);--bio-choice-bg:linear-gradient(145deg,rgba(236,252,255,0.92),rgba(209,250,229,0.9));--bio-choice-border-hover:rgba(14,165,233,0.45);--bio-choice-hover-shadow:0 18px 32px rgba(14,165,233,0.22);--bio-choice-active-border:rgba(14,165,233,0.52);--bio-choice-active-bg:linear-gradient(145deg,rgba(14,165,233,0.24),rgba(52,211,153,0.34));--bio-choice-active-text:rgba(6,80,110,0.94);--bio-choice-active-shadow:0 22px 36px rgba(14,165,233,0.24);--bio-choice-text:rgba(7,89,133,0.9);--bio-choice-hint:rgba(6,95,125,0.7);--bio-card-border:rgba(14,165,233,0.32);--bio-card-bg:linear-gradient(150deg,rgba(236,252,255,0.9),rgba(209,250,229,0.9));--bio-card-shadow:0 18px 32px rgba(14,165,233,0.2);--bio-card-title:rgba(6,95,125,0.78);--bio-card-accent:rgba(6,113,144,0.95);--bio-card-note:rgba(6,148,161,0.75);--bio-card-soft-bg:linear-gradient(150deg,rgba(209,250,229,0.92),rgba(236,252,255,0.92));--bio-card-soft-border:rgba(14,165,233,0.28);--bio-card-soft-shadow:0 14px 28px rgba(14,165,233,0.18)}[data-theme=dark] .human-hero__bio-card{border-color:rgba(96,165,250,.42);background:radial-gradient(140% 140% at 16% -18%,rgba(20,184,166,.24),transparent 80%),radial-gradient(130% 130% at 88% -12%,rgba(59,130,246,.24),transparent 80%),linear-gradient(158deg,rgba(13,24,44,.9),rgba(10,19,33,.84));box-shadow:0 30px 60px rgba(2,6,23,.66)}[data-theme=dark] .human-hero__bio-card:before{background:radial-gradient(320px 240px at 26% 8%,rgba(56,189,248,.28),transparent 80%),radial-gradient(320px 240px at 78% 6%,rgba(20,184,166,.24),transparent 82%);opacity:.52;filter:blur(12px)}[data-theme=dark] .human-hero__bio-editor--age,[data-theme=dark] .human-hero__bio-editor--household,[data-theme=dark] .human-hero__bio-editor--sex{--bio-editor-border:rgba(14,165,233,0.6);--bio-editor-bg:linear-gradient(145deg,rgba(10,78,120,0.75),rgba(10,132,112,0.72));--bio-editor-shadow:0 24px 46px rgba(6,30,48,0.55);--bio-editor-text:rgba(224,250,255,0.92);--bio-editor-accent:rgba(191,239,255,0.94);--bio-editor-subtext:rgba(167,229,247,0.78);--bio-editor-hint:rgba(148,210,230,0.72);--bio-editor-button-bg:rgba(14,165,233,0.32);--bio-editor-button-border:rgba(14,165,233,0.54);--bio-editor-button-bg-hover:rgba(14,165,233,0.4);--bio-editor-button-text:rgba(236,254,255,0.95);--bio-choice-border:rgba(14,165,233,0.58);--bio-choice-bg:linear-gradient(145deg,rgba(8,57,80,0.88),rgba(10,100,120,0.82));--bio-choice-border-hover:rgba(14,165,233,0.72);--bio-choice-hover-shadow:0 26px 46px rgba(4,20,36,0.62);--bio-choice-active-border:rgba(14,165,233,0.76);--bio-choice-active-bg:linear-gradient(145deg,rgba(14,165,233,0.48),rgba(16,185,129,0.48));--bio-choice-active-text:rgba(226,252,255,0.98);--bio-choice-active-shadow:0 30px 52px rgba(4,20,36,0.68);--bio-choice-text:rgba(226,250,255,0.92);--bio-choice-hint:rgba(191,239,255,0.8);--bio-card-border:rgba(14,165,233,0.58);--bio-card-bg:linear-gradient(150deg,rgba(8,62,86,0.88),rgba(11,88,96,0.86));--bio-card-shadow:0 26px 48px rgba(3,17,33,0.66);--bio-card-title:rgba(191,239,255,0.85);--bio-card-accent:rgba(236,254,255,0.97);--bio-card-note:rgba(148,213,238,0.84);--bio-card-soft-bg:linear-gradient(150deg,rgba(10,88,110,0.82),rgba(7,58,74,0.82));--bio-card-soft-border:rgba(14,165,233,0.48);--bio-card-soft-shadow:0 26px 46px rgba(3,17,33,0.64)}[data-theme=dark] .human-hero__birth-hint{color:var(--bio-editor-hint,rgba(148,163,184,.7))}[data-theme=dark] .human-hero__birth-input{background:rgba(17,24,39,.75);border-color:rgba(94,108,132,.55);box-shadow:0 16px 32px rgba(2,6,23,.55)}[data-theme=dark] .human-hero__birth-input.is-error{border-color:rgba(248,113,113,.55);box-shadow:0 18px 36px rgba(248,113,113,.32)}[data-theme=dark] .human-hero__birth-input:focus-within{border-color:rgba(45,212,191,.65);background:rgba(15,23,42,.9);box-shadow:0 20px 40px rgba(20,184,166,.32)}[data-theme=dark] .human-hero__birth-input-field{color:rgba(226,232,240,.95)}[data-theme=dark] .human-hero__birth-input-field::placeholder{color:rgba(148,163,184,.75)}[data-theme=dark] .human-hero__birth-input-icon{color:rgba(148,163,184,.75)}[data-theme=dark] .human-hero__birth-input-clear{border-color:rgba(94,108,132,.5);background:rgba(30,41,59,.85);color:rgba(203,213,225,.8)}[data-theme=dark] .human-hero__birth-toggle-btn{border-color:rgba(94,108,132,.44);background:rgba(15,23,42,.88);color:rgba(226,232,240,.82);box-shadow:inset 0 1px 0 rgba(148,163,184,.24),0 8px 18px rgba(2,6,23,.45)}[data-theme=dark] .human-hero__birth-toggle-btn:focus-visible,[data-theme=dark] .human-hero__birth-toggle-btn:hover{border-color:rgba(148,163,184,.58);background:rgba(30,41,59,.88);color:rgba(248,250,252,.9);box-shadow:inset 0 1px 0 rgba(148,163,184,.32),0 10px 20px rgba(2,6,23,.55)}[data-theme=dark] .human-hero__birth-input-clear:focus-visible,[data-theme=dark] .human-hero__birth-input-clear:hover{border-color:rgba(148,163,184,.6);background:rgba(30,41,59,.92);color:rgba(226,232,240,.9)}[data-theme=dark] .human-hero__birth-save,[data-theme=dark] .human-hero__nationality-save{box-shadow:0 18px 36px rgba(5,150,105,.4)}[data-theme=dark] .human-hero__birth-reset{border-color:rgba(94,108,132,.55);background:rgba(30,41,59,.85);color:rgba(226,232,240,.88);box-shadow:0 16px 32px rgba(2,6,23,.5)}[data-theme=dark] .human-hero__birth-reset:focus-visible:not(:disabled),[data-theme=dark] .human-hero__birth-reset:hover:not(:disabled){border-color:rgba(148,163,184,.55);color:rgba(241,245,249,.95);background:rgba(15,23,42,.92)}[data-theme=dark] .human-hero__birth-error{color:rgba(248,113,113,.82)}[data-theme=dark] .human-hero__birth-helpers{color:rgba(148,163,184,.68)}[data-theme=dark] .human-hero__birth-helper:focus-visible,[data-theme=dark] .human-hero__birth-helper:hover{color:rgba(224,231,255,.92)}[data-theme=dark] .human-hero__bio-item{--bio-tone-symbol-bg:linear-gradient(135deg,rgba(14,165,233,0.28),rgba(16,185,129,0.32));--bio-tone-symbol-color:rgba(226,255,250,0.88);--bio-tone-chip-bg:linear-gradient(135deg,rgba(14,165,233,0.32),rgba(16,185,129,0.38));--bio-tone-chip-border:rgba(14,165,233,0.42);--bio-tone-chip-shadow:rgba(8,47,73,0.38);--bio-tone-chip-hover-border:rgba(14,165,233,0.58);--bio-tone-chip-hover-shadow:rgba(8,47,73,0.48);--bio-tone-chip-text:rgba(224,255,249,0.92);--bio-tone-chip-active-bg:linear-gradient(135deg,rgba(14,165,233,0.38),rgba(16,185,129,0.44));--bio-tone-chip-active-border:rgba(14,165,233,0.58);--bio-tone-chip-active-shadow:rgba(8,47,73,0.5)}[data-theme=dark] .human-hero__bio-item.is-filled{--bio-tone-symbol-bg:linear-gradient(135deg,#0ea5e9,#34d399);--bio-tone-symbol-color:#ecfeff;--bio-tone-chip-bg:linear-gradient(135deg,rgba(14,165,233,0.92),rgba(16,185,129,0.88));--bio-tone-chip-border:rgba(14,165,233,0.74);--bio-tone-chip-shadow:rgba(8,47,73,0.55);--bio-tone-chip-hover-border:rgba(14,165,233,0.86);--bio-tone-chip-hover-shadow:rgba(8,47,73,0.64);--bio-tone-chip-text:#f5fffb;--bio-tone-chip-active-bg:linear-gradient(135deg,rgba(14,165,233,0.98),rgba(16,185,129,0.92));--bio-tone-chip-active-border:rgba(14,165,233,0.88);--bio-tone-chip-active-shadow:rgba(8,47,73,0.7)}[data-theme=dark] .human-hero__bio-item.is-empty{--bio-tone-symbol-bg:linear-gradient(135deg,rgba(30,41,59,0.7),rgba(15,23,42,0.78));--bio-tone-symbol-color:rgba(148,163,184,0.8);--bio-tone-chip-bg:linear-gradient(135deg,rgba(30,41,59,0.78),rgba(15,23,42,0.88));--bio-tone-chip-border:rgba(51,65,85,0.58);--bio-tone-chip-shadow:rgba(2,6,23,0.6);--bio-tone-chip-hover-border:rgba(71,85,105,0.7);--bio-tone-chip-hover-shadow:rgba(2,6,23,0.68);--bio-tone-chip-text:rgba(203,213,225,0.85);--bio-tone-chip-active-bg:linear-gradient(135deg,rgba(30,41,59,0.82),rgba(15,23,42,0.92));--bio-tone-chip-active-border:rgba(71,85,105,0.72);--bio-tone-chip-active-shadow:rgba(2,6,23,0.72)}[data-theme=dark] .human-hero__bio-chip--button:focus-visible,[data-theme=dark] .human-hero__bio-chip--link:focus-visible{box-shadow:0 0 0 3px rgba(56,189,248,.28),0 14px 32px rgba(8,47,73,.25)}[data-theme=dark] .human-hero__bio-chip--empty,[data-theme=dark] .human-hero__bio-chip-label--empty{color:rgba(148,163,184,.76)}[data-theme=dark] .human-hero__bio-symbol-fallback{color:#e2e8f0}[data-theme=dark] .human-hero__bio-value{color:#f8fafc}[data-theme=dark] .human-hero__bio-empty{color:rgba(148,163,184,.72)}[data-theme=dark] .human-hero__bio-editor-section,[data-theme=dark] .human-hero__bio-nationality-editor{border-color:rgba(148,163,184,.45)}[data-theme=dark] .human-hero__status-card--alive,[data-theme=dark] .human-hero__status-card--deceased{--status-card-accent:rgba(148,163,184,0.36)}.dark .human-hero__access-fallback,[data-theme=dark] .human-hero__access-fallback{color:rgba(226,232,240,.8)}[data-theme=dark] .human-hero__access-card--coral,[data-theme=dark] .human-hero__access-card--emerald{--access-card-edge:rgba(148,163,184,0.5)}[data-theme=dark] .human-hero__access-card--amber,[data-theme=dark] .human-hero__access-card--slate{--access-card-edge:rgba(148,163,184,0.52)}.human-hero__avatar-nav{display:flex;justify-content:center;margin-inline:auto}.human-hero__avatar-ring{position:relative;padding:7px;border-radius:24px;background:linear-gradient(150deg,rgba(255,255,255,.78),rgba(255,255,255,.32)),linear-gradient(320deg,rgba(147,197,253,.32),rgba(191,219,254,.08));border:1px solid rgba(255,255,255,.6);border-color:color-mix(in srgb,rgba(255,255,255,.65) 65%,var(--hero-accent,rgba(147,197,253,.5)) 35%);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 20px 36px rgba(15,23,42,.12),0 10px 22px rgba(59,130,246,.12);backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%);transition:border-color .25s ease,box-shadow .25s ease;flex-shrink:0;isolation:isolate}.human-hero__avatar-ring:before{content:"";position:absolute;inset:-6px;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.45),rgba(147,197,253,.25));filter:blur(12px);opacity:.55;pointer-events:none;z-index:-1}.human-hero__avatar-ring:hover{border-color:color-mix(in srgb,rgba(255,255,255,.7) 60%,var(--hero-accent,rgba(96,165,250,.6)) 40%);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 24px 44px rgba(15,23,42,.14),0 12px 26px rgba(59,130,246,.14)}[data-theme=dark] .human-hero__avatar-ring{background:linear-gradient(170deg,rgba(30,41,59,.82),rgba(15,23,42,.62)),linear-gradient(320deg,rgba(56,189,248,.22),rgba(45,212,191,.12));border-color:rgba(148,163,184,.32);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 22px 46px rgba(2,6,23,.65);backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%)}[data-theme=dark] .human-hero__avatar-ring:before{background:linear-gradient(150deg,rgba(148,163,184,.28),rgba(56,189,248,.18));opacity:.4;filter:blur(16px)}[data-theme=dark] .human-hero__avatar-ring:hover{border-color:rgba(148,163,184,.46);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 26px 52px rgba(2,6,23,.7)}.human-hero__avatar-surface{position:relative;width:136px;height:136px;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(155deg,rgba(255,255,255,.82),rgba(255,255,255,.4));cursor:pointer;border:1px solid rgba(255,255,255,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 14px 26px rgba(15,23,42,.16);backdrop-filter:blur(24px) saturate(130%);-webkit-backdrop-filter:blur(24px) saturate(130%);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;flex-shrink:0}.human-hero__avatar-surface:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 120% at 22% 18%,rgba(255,255,255,.55),transparent 70%);pointer-events:none;opacity:.8}.human-hero__avatar-ring:hover .human-hero__avatar-surface{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 16px 34px rgba(15,23,42,.18);border-color:rgba(255,255,255,.65)}[data-theme=dark] .human-hero__avatar-surface{background:linear-gradient(175deg,rgba(30,41,59,.82),rgba(15,23,42,.6));border-color:rgba(148,163,184,.3);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(24px) saturate(130%);-webkit-backdrop-filter:blur(24px) saturate(130%)}[data-theme=dark] .human-hero__avatar-surface:before{opacity:.45;background:radial-gradient(120% 120% at 24% 18%,rgba(148,163,184,.28),transparent 72%)}.human-hero__avatar-img{width:100%;height:100%;object-fit:cover}.human-hero__grid[data-status=archived] .human-hero__avatar-img,.human-hero__grid[data-status=deceased] .human-hero__avatar-img{filter:grayscale(1) saturate(.25);opacity:.84}[data-theme=dark] .human-hero__grid[data-status=archived] .human-hero__avatar-img,[data-theme=dark] .human-hero__grid[data-status=deceased] .human-hero__avatar-img{filter:grayscale(1) saturate(.3) brightness(1.08);opacity:.88}.human-hero__avatar-placeholder{display:grid;place-items:center;width:100%;height:100%;color:rgba(15,23,42,.45)}[data-theme=dark] .human-hero__avatar-placeholder{color:rgba(226,232,240,.55)}.human-hero__avatar-placeholder-icon{display:inline-block;width:clamp(3rem,58%,4.4rem);aspect-ratio:1;background:linear-gradient(140deg,rgba(255,153,80,.95),rgba(255,185,115,.88));mask:url(/humains.png) center/contain no-repeat;-webkit-mask:url(/humains.png) center/contain no-repeat;filter:drop-shadow(0 4px 10px rgba(255,140,70,.32));transform:translateY(4px)}.human-hero__grid[data-status=archived] .human-hero__avatar-placeholder-icon,.human-hero__grid[data-status=deceased] .human-hero__avatar-placeholder-icon{background:linear-gradient(150deg,rgba(148,163,184,.92),rgba(100,116,139,.78));filter:drop-shadow(0 6px 16px rgba(148,163,184,.32))}[data-theme=dark] .human-hero__avatar-placeholder-icon{filter:drop-shadow(0 6px 18px rgba(15,23,42,.55))}[data-theme=dark] .human-hero__grid[data-status=archived] .human-hero__avatar-placeholder-icon,[data-theme=dark] .human-hero__grid[data-status=deceased] .human-hero__avatar-placeholder-icon{background:linear-gradient(150deg,rgba(71,85,105,.92),rgba(51,65,85,.82));filter:drop-shadow(0 8px 20px rgba(0,0,0,.55))}.human-hero__avatar-veil{position:absolute;inset:0;background:rgba(15,23,42,.14)}[data-theme=dark] .human-hero__avatar-veil{background:rgba(255,255,255,.12)}.human-hero__avatar-delete{position:absolute;top:-6px;left:-6px;width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(140deg,rgba(148,163,184,.92),rgba(226,232,240,.86));color:rgba(15,23,42,.7);border:1px solid rgba(255,255,255,.65);cursor:pointer;box-shadow:0 10px 20px rgba(148,163,184,.3);transition:transform .25s ease,opacity .25s ease}.human-hero__avatar-delete:hover{transform:scale(1.05)}[data-theme=dark] .human-hero__avatar-delete{color:#f8fafc;border-color:rgba(148,163,184,.4);background:linear-gradient(140deg,rgba(71,85,105,.85),rgba(100,116,139,.74));box-shadow:0 8px 20px rgba(15,23,42,.55)}.human-hero__details{display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.6rem);align-items:flex-start;width:100%}.human-hero__core-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:clamp(1rem,2.6vw,1.6rem);width:100%;--hero-core-card-width:260px;--hero-core-card-height:286.39px}@media (min-width:1024px){.human-hero__core-row{flex-wrap:nowrap;justify-content:flex-start}}@media (max-width:767px){.human-hero__details{align-items:center}.human-hero__core-row{justify-content:center}}.human-hero__name-line{display:flex;align-items:baseline;column-gap:clamp(.6rem,2vw,1rem);row-gap:.45rem;flex-wrap:wrap}.human-hero__age,.human-hero__meta-line{align-items:center}.human-hero__age{display:inline-flex;justify-content:center;padding:.45rem 1.05rem;border-radius:999px;border:1px solid rgba(148,163,184,.32);background:rgba(241,245,249,.6);color:#0f172a;font-weight:600;font-size:.95rem;line-height:1.2;letter-spacing:-.01em;font-variant-numeric:tabular-nums;cursor:pointer;white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;box-shadow:0 10px 24px rgba(15,23,42,.08)}.human-hero__age:hover{transform:translateY(-1px);border-color:rgba(148,163,184,.45);box-shadow:0 14px 28px rgba(15,23,42,.12)}.human-hero__age:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(56,189,248,.28),0 12px 26px rgba(15,23,42,.12)}.human-hero__age.is-active{background:rgba(56,189,248,.18);border-color:rgba(56,189,248,.4);color:#0f172a;box-shadow:0 16px 34px rgba(56,189,248,.25)}[data-theme=dark] .human-hero__age{background:rgba(148,163,184,.28);border-color:rgba(148,163,184,.42);color:#f1f5f9;box-shadow:0 12px 28px rgba(15,23,42,.34)}[data-theme=dark] .human-hero__age:hover{border-color:rgba(148,163,184,.52);box-shadow:0 16px 36px rgba(56,189,248,.28)}[data-theme=dark] .human-hero__age.is-active{background:rgba(56,189,248,.32);border-color:rgba(56,189,248,.48);color:#e0f2fe;box-shadow:0 18px 42px rgba(56,189,248,.36)}.human-hero__age-value{font-variant-numeric:tabular-nums}.human-hero__sex-pill{display:inline-flex;align-items:center;justify-content:center;width:100%;flex:1;padding:.52rem 1rem;border-radius:999px;border:1px solid rgba(148,163,184,.3);background:rgba(241,245,249,.65);color:#0f172a;font-weight:600;font-size:.95rem;letter-spacing:-.01em;cursor:pointer;white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;box-shadow:0 10px 24px rgba(15,23,42,.08);appearance:none}.human-hero__sex-pill:hover{transform:translateY(-1px);border-color:rgba(148,163,184,.45);box-shadow:0 14px 28px rgba(15,23,42,.12)}.human-hero__sex-pill:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(56,189,248,.28),0 12px 26px rgba(15,23,42,.12)}.human-hero__sex-pill.is-active{background:rgba(56,189,248,.18);border-color:rgba(56,189,248,.4);color:#0f172a;box-shadow:0 16px 34px rgba(56,189,248,.25)}[data-theme=dark] .human-hero__sex-pill{background:rgba(148,163,184,.28);border-color:rgba(148,163,184,.42);color:#f1f5f9;box-shadow:0 12px 28px rgba(15,23,42,.34)}[data-theme=dark] .human-hero__sex-pill:hover{border-color:rgba(148,163,184,.52);box-shadow:0 16px 36px rgba(56,189,248,.28)}[data-theme=dark] .human-hero__sex-pill.is-active{background:rgba(56,189,248,.32);border-color:rgba(56,189,248,.48);color:#e0f2fe;box-shadow:0 18px 42px rgba(56,189,248,.36)}.human-hero__sex-pill-label{line-height:1.1;font-weight:inherit}.human-hero__sex-popover-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:rgba(226,232,240,.92);color:#0f172a;box-shadow:inset 0 0 0 1px rgba(148,163,184,.4)}[data-theme=dark] .human-hero__sex-popover-icon{background:rgba(148,163,184,.3);color:#e2e8f0;box-shadow:inset 0 0 0 1px rgba(148,163,184,.6)}.human-hero__name-input{background:transparent;border:none;border-bottom:2px solid rgba(15,23,42,.2);font-size:clamp(1.9rem,4.6vw,2.6rem);font-weight:700;letter-spacing:-.02em;padding:0 .25rem;color:#0f172a;min-width:min(280px,80vw)}.human-hero__name-input:focus{outline:none;border-bottom-color:#ff813e}[data-theme=dark] .human-hero__name-input{color:#fff;border-bottom-color:rgba(255,255,255,.3)}[data-theme=dark] .human-hero__name-input:focus{border-bottom-color:rgba(255,179,140,.8)}.human-hero__name-button{display:inline-flex;align-items:center;gap:.6rem;background:transparent;border:none;font-size:clamp(1.9rem,4.6vw,2.6rem);font-weight:700;letter-spacing:-.02em;color:#0f172a;transition:color .25s ease;cursor:default}.human-hero__name{position:relative;display:inline-block;color:transparent;background:linear-gradient(118deg,rgba(146,213,255,.96),#0c8bc6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 8px 20px rgba(12,139,198,.18);transition:background .25s ease}.human-hero.human-hero--archived .human-hero__name,.human-hero.human-hero--deceased .human-hero__name{background:none;color:rgba(71,85,105,.9);-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:currentColor;text-shadow:none}.human-hero__name:after{content:"";position:absolute;inset:62% -18% -110%;border-radius:999px;background:radial-gradient(70% 70% at 50% 50%,rgba(12,139,198,.22),transparent 78%);filter:blur(20px);opacity:.7;pointer-events:none;z-index:-1}.human-hero.human-hero--archived .human-hero__name:after,.human-hero.human-hero--deceased .human-hero__name:after{opacity:0}[data-theme=dark] .human-hero__name{background:linear-gradient(118deg,rgba(96,196,255,.92),rgba(12,139,198,.96));text-shadow:0 10px 26px rgba(12,139,198,.3)}[data-theme=dark] .human-hero__name:after{background:radial-gradient(70% 70% at 50% 50%,rgba(56,180,255,.34),transparent 82%);opacity:.64}[data-theme=dark] .human-hero.human-hero--archived .human-hero__name,[data-theme=dark] .human-hero.human-hero--deceased .human-hero__name{color:rgba(226,232,240,.88);text-shadow:none}[data-theme=dark] .human-hero.human-hero--archived .human-hero__name:after,[data-theme=dark] .human-hero.human-hero--deceased .human-hero__name:after{opacity:0}.human-hero__name-button.is-editable{cursor:pointer}.human-hero__name-button.is-editable:focus-visible,.human-hero__name-button.is-editable:hover{color:inherit}[data-theme=dark] .human-hero__name-button{color:#fff}[data-theme=dark] .human-hero__name-button.is-editable:focus-visible,[data-theme=dark] .human-hero__name-button.is-editable:hover{color:inherit}[data-theme=dark] .human-hero__name-button.is-editable:focus-visible .human-hero__name-icon,[data-theme=dark] .human-hero__name-button.is-editable:hover .human-hero__name-icon{color:#ffb38c;stroke:#ffb38c}.human-hero__name-icon{opacity:0;transition:opacity .25s ease}.human-hero__name-button.is-editable:focus-visible .human-hero__name-icon,.human-hero__name-button.is-editable:hover .human-hero__name-icon{opacity:.65;color:#ff813e;stroke:#ff813e}.human-hero__nationalities{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.human-hero__nationalities-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.85rem}.human-hero__nationalities.is-empty{gap:.35rem;color:rgba(148,163,184,.9);font-size:.9rem}.human-hero__nationality-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .8rem;border-radius:999px;border:1px solid rgba(13,148,136,.22);background:linear-gradient(140deg,rgba(16,185,129,.12),rgba(14,116,144,.08));font-size:.88rem;font-weight:600;color:rgba(15,23,42,.85);letter-spacing:.01em}.human-hero__nationality-flag{font-size:1.1rem;line-height:1}.human-hero__nationality-label{line-height:1.2}.human-hero__nationality-empty{font-style:italic;color:rgba(148,163,184,.85)}.human-hero__nationality-editor{--bio-editor-border:rgba(14,165,233,0.42);--bio-editor-bg:linear-gradient(135deg,rgba(14,165,233,0.35),rgba(52,211,153,0.38));--bio-editor-shadow:0 20px 40px rgba(14,165,233,0.22);--bio-editor-text:rgba(6,64,85,0.92);--bio-editor-accent:rgba(6,148,161,0.96);--bio-editor-subtext:rgba(6,95,125,0.74);--bio-editor-hint:rgba(6,95,125,0.7);--bio-editor-button-bg:rgba(14,165,233,0.28);--bio-editor-button-border:rgba(14,165,233,0.42);--bio-editor-button-bg-hover:rgba(14,165,233,0.36);--bio-editor-button-text:rgba(6,90,120,0.92);--bio-choice-border:rgba(14,165,233,0.3);--bio-choice-bg:linear-gradient(145deg,rgba(222,249,255,0.96),rgba(210,250,231,0.92));--bio-choice-border-hover:rgba(14,165,233,0.52);--bio-choice-hover-shadow:0 20px 36px rgba(14,165,233,0.28);--bio-choice-active-border:rgba(14,165,233,0.58);--bio-choice-active-bg:linear-gradient(145deg,rgba(14,165,233,0.32),rgba(52,211,153,0.42));--bio-choice-active-text:rgba(6,72,96,0.94);--bio-choice-active-shadow:0 24px 40px rgba(14,165,233,0.28);--bio-choice-text:rgba(6,78,104,0.92);--bio-choice-hint:rgba(6,95,125,0.72);--bio-card-border:rgba(14,165,233,0.36);--bio-card-bg:linear-gradient(150deg,rgba(222,249,255,0.94),rgba(209,250,229,0.92));--bio-card-shadow:0 22px 40px rgba(14,165,233,0.22);--bio-card-title:rgba(6,95,125,0.8);--bio-card-accent:rgba(6,117,150,0.96);--bio-card-note:rgba(6,148,161,0.78)}.human-hero__nationality-editor-body{display:grid;gap:.85rem}.human-hero__nationality-input-group{display:grid;gap:.5rem}.human-hero__nationality-input-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:rgba(13,148,136,.9)}.human-hero__nationality-input-row{display:flex;gap:.6rem;flex-wrap:wrap}.human-hero__nationality-input{flex:1 1 220px;min-width:0;border-radius:14px;border:1px solid rgba(13,148,136,.28);padding:.55rem .75rem;font-size:.95rem;color:rgba(15,23,42,.86);background:rgba(255,255,255,.96);transition:border-color .2s ease,box-shadow .2s ease}.human-hero__nationality-input:focus{outline:none;border-color:rgba(13,148,136,.54);box-shadow:0 0 0 3px rgba(13,148,136,.2)}.human-hero__nationality-add{padding:.55rem 1rem;border-radius:12px;border:1px solid rgba(14,116,144,.3);background:rgba(13,148,136,.12);font-size:.85rem;font-weight:600;color:#0f766e;transition:background .2s ease,border-color .2s ease}.human-hero__nationality-add:focus-visible:not(:disabled),.human-hero__nationality-add:hover:not(:disabled){background:rgba(13,148,136,.2);border-color:rgba(13,148,136,.45)}.human-hero__nationality-add:disabled{opacity:.55;cursor:not-allowed}.human-hero__nationality-drafts{display:flex;flex-wrap:wrap;gap:.5rem}.human-hero__nationality-draft{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .7rem;border-radius:14px;border:1px solid rgba(13,148,136,.26);background:rgba(255,255,255,.96);font-size:.85rem;color:rgba(15,23,42,.85);transition:transform .2s ease,border-color .2s ease}.human-hero__nationality-draft:focus-visible:not(:disabled),.human-hero__nationality-draft:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(13,148,136,.46)}.human-hero__nationality-draft:disabled{opacity:.6;cursor:not-allowed}.human-hero__nationality-draft-remove{font-size:1rem;line-height:1;color:rgba(244,63,94,.8)}.human-hero__nationality-draft-empty{font-style:italic;color:rgba(148,163,184,.85)}.human-hero__nationality-actions{display:flex;gap:.6rem;flex-wrap:wrap}@media (max-width:767px){.human-hero__nationalities,.human-hero__nationalities-row{justify-content:center}}[data-theme=dark] .human-hero__nationality-pill{border-color:rgba(94,234,212,.4);background:linear-gradient(140deg,rgba(45,212,191,.18),rgba(20,184,166,.12));color:rgba(226,232,240,.9)}[data-theme=dark] .human-hero__nationality-draft-empty,[data-theme=dark] .human-hero__nationality-empty{color:rgba(148,163,184,.7)}[data-theme=dark] .human-hero__bio-editor--nationality{--bio-editor-border:rgba(14,165,233,0.6);--bio-editor-bg:linear-gradient(145deg,rgba(10,78,120,0.75),rgba(10,132,112,0.72));--bio-editor-shadow:0 24px 46px rgba(6,30,48,0.55);--bio-editor-text:rgba(224,250,255,0.92);--bio-editor-accent:rgba(191,239,255,0.94);--bio-editor-subtext:rgba(167,229,247,0.78);--bio-editor-hint:rgba(148,210,230,0.72);--bio-editor-button-bg:rgba(14,165,233,0.32);--bio-editor-button-border:rgba(14,165,233,0.54);--bio-editor-button-bg-hover:rgba(14,165,233,0.4);--bio-editor-button-text:rgba(236,254,255,0.95);--bio-choice-border:rgba(14,165,233,0.58);--bio-choice-bg:linear-gradient(145deg,rgba(8,57,80,0.88),rgba(10,100,120,0.82));--bio-choice-border-hover:rgba(14,165,233,0.72);--bio-choice-hover-shadow:0 26px 46px rgba(4,20,36,0.62);--bio-choice-active-border:rgba(14,165,233,0.76);--bio-choice-active-bg:linear-gradient(145deg,rgba(14,165,233,0.48),rgba(16,185,129,0.48));--bio-choice-active-text:rgba(226,252,255,0.98);--bio-choice-active-shadow:0 30px 52px rgba(4,20,36,0.68);--bio-choice-text:rgba(226,250,255,0.92);--bio-choice-hint:rgba(191,239,255,0.8);--bio-card-border:rgba(14,165,233,0.58);--bio-card-bg:linear-gradient(150deg,rgba(8,62,86,0.88),rgba(11,88,96,0.86));--bio-card-shadow:0 26px 48px rgba(3,17,33,0.66);--bio-card-title:rgba(191,239,255,0.85);--bio-card-accent:rgba(236,254,255,0.97);--bio-card-note:rgba(148,213,238,0.84);--bio-card-soft-bg:linear-gradient(150deg,rgba(10,88,110,0.82),rgba(7,58,74,0.82));--bio-card-soft-border:rgba(14,165,233,0.48);--bio-card-soft-shadow:0 26px 46px rgba(3,17,33,0.64)}[data-theme=dark] .human-hero__nationality-input-label{color:rgba(94,234,212,.85)}[data-theme=dark] .human-hero__nationality-input{border-color:rgba(20,184,166,.38);background:rgba(15,23,42,.95);color:rgba(226,232,240,.95)}[data-theme=dark] .human-hero__nationality-input:focus{border-color:rgba(94,234,212,.55);box-shadow:0 0 0 3px rgba(13,148,136,.3)}[data-theme=dark] .human-hero__nationality-add{border-color:rgba(45,212,191,.4);background:rgba(20,184,166,.18);color:rgba(167,243,208,.92)}[data-theme=dark] .human-hero__nationality-draft{border-color:rgba(45,212,191,.32);background:rgba(15,23,42,.92);color:rgba(226,232,240,.9)}[data-theme=dark] .human-hero__nationality-draft-remove{color:rgba(248,113,113,.82)}[data-theme=dark] .human-hero__birth-save,[data-theme=dark] .human-hero__nationality-save{background:linear-gradient(150deg,rgba(45,212,191,.85),rgba(16,185,129,.9))}.human-hero__sex-editor{display:grid;gap:.55rem;margin-top:.65rem}.human-hero__sex-select-group{display:grid;gap:.45rem}.human-hero__sex-select-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:rgba(37,99,235,.86)}.human-hero__sex-select-row{display:flex;align-items:center;gap:.6rem}.human-hero__sex-select{flex:1 1 220px;min-width:0;border-radius:14px;border:1px solid rgba(37,99,235,.34);background:rgba(255,255,255,.96);color:rgba(15,23,42,.88);font-size:.95rem;padding:.55rem .75rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.human-hero__sex-select:focus{outline:none;border-color:rgba(37,99,235,.52);box-shadow:0 0 0 3px rgba(37,99,235,.18)}.human-hero__sex-select:disabled{opacity:.6;cursor:not-allowed}.human-hero__sex-reset{align-self:flex-start;padding:.35rem .65rem;border-radius:10px;border:1px solid rgba(37,99,235,.32);background:rgba(219,234,254,.82);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(37,99,235,.9)}.human-hero__sex-reset:focus-visible:not(:disabled),.human-hero__sex-reset:hover:not(:disabled){border-color:rgba(37,99,235,.48)}.human-hero__sex-reset:disabled{opacity:.55;cursor:not-allowed}.human-hero__sex-status{font-size:.75rem;font-style:italic;color:rgba(30,64,175,.75)}[data-theme=dark] .human-hero__sex-select-label{color:rgba(191,219,254,.9)}[data-theme=dark] .human-hero__sex-select{border:1px solid rgba(96,165,250,.45);background:rgba(15,23,42,.74);color:rgba(226,232,240,.95)}[data-theme=dark] .human-hero__sex-select:focus{border-color:rgba(96,165,250,.68);box-shadow:0 0 0 3px rgba(37,99,235,.3)}[data-theme=dark] .human-hero__sex-select:disabled{opacity:.55}.human-hero__household-clear{padding:.4rem .8rem;border-radius:12px;border:1px solid var(--bio-editor-button-border,rgba(217,119,6,.32));background:var(--bio-editor-button-bg,rgba(252,211,77,.24));font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--bio-editor-button-text,rgba(120,53,15,.95));transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.human-hero__household-clear:focus-visible:not(:disabled),.human-hero__household-clear:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(217,119,6,.48);box-shadow:0 14px 26px rgba(217,119,6,.22);outline:none}.human-hero__household-clear:disabled{opacity:.55;cursor:not-allowed}.human-hero__bio-editor-link{display:inline-flex;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--bio-editor-accent,#1d4ed8);text-decoration:underline;transition:color .2s ease}.human-hero__bio-editor-link:focus-visible,.human-hero__bio-editor-link:hover{color:var(--bio-editor-button-text,var(--bio-editor-accent,#1d4ed8))}[data-theme=dark] .human-hero__sex-reset{border-color:rgba(59,130,246,.45);background:rgba(30,64,175,.4);color:rgba(191,219,254,.9)}[data-theme=dark] .human-hero__sex-status{color:rgba(191,219,254,.8)}.human-hero__badges{display:flex;flex-wrap:wrap;gap:.6rem}@media (max-width:767px){.human-hero__badges{justify-content:center}}.human-hero__household-card{display:flex;flex-direction:column;gap:.45rem;margin-top:.65rem}.human-hero__household-label{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:rgba(15,23,42,.5)}[data-theme=dark] .human-hero__household-label{color:rgba(226,232,240,.65)}.human-hero__household-cardLink{display:flex;align-items:center;gap:.85rem;padding:.7rem 1.1rem;border-radius:18px;border:1px solid rgba(148,163,184,.35);background:linear-gradient(150deg,rgba(248,250,252,.95),rgba(226,232,240,.82));text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.human-hero__household-cardLink:hover{transform:translateY(-1px);border-color:rgba(148,163,184,.45);box-shadow:0 12px 26px rgba(15,23,42,.12)}.human-hero__household-cardLink:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(148,163,184,.28)}[data-theme=dark] .human-hero__household-cardLink{background:rgba(15,23,42,.82);border-color:rgba(148,163,184,.45)}[data-theme=dark] .human-hero__household-cardLink:hover{border-color:rgba(148,163,184,.62);box-shadow:0 14px 28px rgba(0,0,0,.45)}[data-theme=dark] .human-hero__household-cardLink:focus-visible{box-shadow:0 0 0 3px rgba(148,163,184,.5)}.human-hero__household-cardIcon{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:rgba(255,125,69,.1);color:#ff813e}[data-theme=dark] .human-hero__household-cardIcon{background:rgba(255,125,69,.18)}.human-hero__household-cardBody{display:flex;align-items:center;justify-content:space-between;gap:1.05rem;flex:1}.human-hero__household-name{font-weight:600;color:#0f172a}[data-theme=dark] .human-hero__household-name{color:#f1f5f9}.human-hero__household-action{font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:rgba(15,118,110,.85)}[data-theme=dark] .human-hero__household-action{color:rgba(94,234,212,.82)}.human-hero__badge{display:inline-flex;align-items:center;gap:.55rem;padding:.5rem 1.15rem;border-radius:999px;font-size:.82rem;font-weight:600;line-height:1.2;border:1px solid transparent;background:transparent;color:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.75);white-space:nowrap;text-decoration:none;appearance:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.human-hero__badge.is-action{cursor:pointer}.human-hero__badge.is-action:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(15,23,42,.16)}.human-hero__badge.is-action:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(56,189,248,.34),0 14px 32px rgba(15,23,42,.18)}.human-hero__badge.is-off{opacity:.75}.human-hero__badge-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:currentColor}.human-hero__badge-img{display:block;height:18px;width:auto}.human-hero__badge-icon svg{width:100%;height:100%}.human-hero__badge-label{display:inline-block;letter-spacing:-.01em}.human-hero__badge--emerald{background:rgba(16,185,129,.18);border-color:rgba(16,185,129,.28);color:#03624a}.human-hero__badge--coral{background:rgba(255,118,64,.2);border-color:rgba(255,118,64,.34);color:#b5471e}.human-hero__badge--amber{background:rgba(253,186,116,.22);border-color:rgba(249,115,22,.26);color:#a35d1f}.human-hero__badge--slate{background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.28);color:#334155}[data-theme=dark] .human-hero__badge{box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}[data-theme=dark] .human-hero__badge.is-action:hover{box-shadow:0 14px 34px rgba(8,47,73,.36)}[data-theme=dark] .human-hero__badge.is-action:focus-visible{box-shadow:0 0 0 3px rgba(56,189,248,.45),0 16px 36px rgba(8,47,73,.46)}[data-theme=dark] .human-hero__badge--emerald{background:rgba(16,185,129,.28);border-color:rgba(16,185,129,.4);color:#4ade80}[data-theme=dark] .human-hero__badge--coral{background:rgba(255,118,64,.32);border-color:rgba(255,118,64,.46);color:#ffb694}[data-theme=dark] .human-hero__badge--amber{background:rgba(253,186,116,.32);border-color:rgba(253,186,116,.45);color:#ffd8ab}[data-theme=dark] .human-hero__badge--slate{background:rgba(148,163,184,.26);border-color:rgba(148,163,184,.38);color:#e2e8f0}.human-hero__cta-block{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;width:100%}@media (max-width:767px){.human-hero__cta-block{align-items:center}}@media (min-width:1024px){.human-hero__cta-block{flex-direction:row;align-items:stretch}}.human-hero__cta-block--panel{width:var(--hero-core-card-width,264px);max-width:100%;height:var(--hero-core-card-height,292px);padding:clamp(1.05rem,2.8vw,1.45rem) clamp(1.15rem,3.2vw,1.85rem);border-radius:34px;position:relative;border:1.6px solid rgba(176,210,255,.55);background:radial-gradient(150% 160% at 12% -18%,rgba(191,219,254,.42),transparent 72%),radial-gradient(160% 150% at 92% -12%,rgba(165,243,252,.28),transparent 74%),linear-gradient(165deg,rgba(255,255,255,.96),rgba(235,246,255,.92));box-shadow:0 44px 88px rgba(86,130,255,.16),inset 0 1px 0 rgba(255,255,255,.85);align-self:flex-start;gap:clamp(.95rem,2.1vw,1.4rem);align-items:stretch;flex-direction:column;box-sizing:border-box;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);backdrop-filter:blur(18px) saturate(135%);isolation:isolate}.human-hero__cta-block--panel:before{content:"";position:absolute;inset:-18% -16% -34% -16%;border-radius:inherit;background:radial-gradient(360px 300px at 24% 10%,rgba(255,255,255,.52),transparent 78%),radial-gradient(320px 260px at 82% 12%,rgba(176,210,255,.34),transparent 80%),radial-gradient(300px 280px at 50% 110%,rgba(255,255,255,.24),transparent 78%);filter:blur(16px);opacity:.9;pointer-events:none;z-index:0}.human-hero__cta-block--panel:focus-within,.human-hero__cta-block--panel:hover{transform:translateY(-8px);box-shadow:0 48px 110px rgba(255,163,94,.32),0 28px 54px rgba(86,130,255,.18)}.human-hero__cta-block--panel .human-hero__cta{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:clamp(.8rem,2.3vw,1.3rem);padding:clamp(1rem,2.6vw,1.35rem) clamp(1.1rem,3.1vw,1.7rem) clamp(1.25rem,3.4vw,1.95rem);flex:0 0 auto;height:100%;border-radius:28px;z-index:1;background:radial-gradient(200% 120% at 12% 0,rgba(255,255,255,.35),transparent 56%),radial-gradient(160% 130% at 80% 10%,rgba(255,255,255,.2),transparent 64%),linear-gradient(142deg,#ff8049 12%,#ffb244 88%);color:#fff;box-shadow:0 34px 60px rgba(255,138,84,.35),inset 0 1px 0 rgba(255,255,255,.45);overflow:hidden;position:relative;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),filter .3s ease;backdrop-filter:blur(6px) saturate(120%)}.human-hero__cta-block--panel .human-hero__cta:before{content:"";position:absolute;inset:0;background:radial-gradient(220px 180px at 82% 84%,rgba(255,255,255,.22),transparent 80%),radial-gradient(420px 280px at -10% -30%,rgba(255,255,255,.24),transparent 75%);pointer-events:none;mix-blend-mode:screen;opacity:.85}.human-hero__cta-block--panel .human-hero__cta:after{content:"";position:absolute;inset:1.1px;border-radius:inherit;border:1.2px solid rgba(255,255,255,.28);mix-blend-mode:screen;pointer-events:none;opacity:.55}.human-hero__cta-block--panel .human-hero__cta-icon{background:rgba(255,255,255,.25);box-shadow:inset 0 1px 1px rgba(255,255,255,.4)}.human-hero__cta-main{position:relative;z-index:1}.human-hero__cta-block--panel .human-hero__cta:focus-visible,.human-hero__cta-block--panel .human-hero__cta:hover{transform:translateY(-6px);box-shadow:0 40px 70px rgba(255,138,84,.4),inset 0 1px 0 rgba(255,255,255,.52)}.human-hero__cta-block--panel .human-hero__hint-card{width:100%;max-width:100%}@media (max-width:767px){.human-hero__cta-block--panel{align-items:stretch}}@media (min-width:1024px){.human-hero__cta-block--panel{flex-direction:column;align-items:stretch}.human-hero__cta-block--panel .human-hero__hint-card{max-width:100%}.human-hero__cta-block--panel .human-hero__cta{width:100%;min-width:unset}}[data-theme=dark] .human-hero__cta-block--panel{border-color:rgba(96,165,250,.46);background:radial-gradient(150% 150% at 14% 12%,rgba(37,99,235,.22) 0,transparent 72%),radial-gradient(140% 150% at 88% 8%,rgba(20,184,166,.2) 0,transparent 76%),linear-gradient(168deg,rgba(15,23,42,.92),rgba(6,11,23,.85));box-shadow:0 38px 78px rgba(2,6,23,.7)}[data-theme=dark] .human-hero__cta-block--panel:before{background:radial-gradient(360px 300px at 22% 10%,rgba(59,130,246,.42),transparent 78%),radial-gradient(320px 280px at 84% 12%,rgba(45,212,191,.28),transparent 82%),radial-gradient(260px 260px at 50% 110%,rgba(96,165,250,.18),transparent 76%);opacity:.6;filter:blur(18px)}[data-theme=dark] .human-hero__cta-block--panel .human-hero__cta{background:radial-gradient(200% 120% at 12% 0,rgba(255,255,255,.18),transparent 58%),radial-gradient(160% 130% at 82% 8%,rgba(255,255,255,.12),transparent 64%),linear-gradient(142deg,#fb923c 12%,#f97316 88%);box-shadow:0 34px 60px rgba(249,115,22,.4),inset 0 1px 0 rgba(255,255,255,.15)}[data-theme=dark] .human-hero__cta-block--panel .human-hero__cta:before{background:radial-gradient(220px 180px at 80% 84%,rgba(255,255,255,.18),transparent 82%),radial-gradient(420px 280px at -10% -30%,rgba(255,255,255,.12),transparent 80%);opacity:.55}[data-theme=dark] .human-hero__cta-block--panel .human-hero__cta:after{border-color:rgba(255,255,255,.12);opacity:.35}.human-hero__cta-main{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-template-areas:"icon title" "icon caption";align-items:start;gap:clamp(.3rem,.8vw,.5rem) clamp(.45rem,1vw,.7rem);padding-top:clamp(.35rem,.9vw,.6rem);padding-right:clamp(.3rem,.8vw,.6rem);align-self:flex-start}.human-hero__cta-main .human-hero__cta-copy{display:flex;flex-direction:column;gap:clamp(.12rem,.35vw,.22rem)}.human-hero__cta-main .human-hero__cta-icon{grid-area:icon;align-self:start;margin-top:.1rem}.human-hero__cta-main .human-hero__cta-label{grid-area:title;align-self:start}.human-hero__cta-main .human-hero__cta-caption{grid-area:caption;align-self:start}.human-hero__cta-illustration{display:flex;align-items:center;justify-content:center;flex:0 0 clamp(92px,12vw,128px);position:relative;border-radius:24px;margin-top:auto;align-self:center;z-index:1}.human-hero__cta-illustration:before{content:"";position:absolute;inset:clamp(.36rem,1.1vw,.7rem);border-radius:inherit;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.32),transparent 72%),linear-gradient(155deg,rgba(255,255,255,.18),rgba(255,255,255,.08));filter:blur(.45px);transform:rotate(0deg);transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .4s ease}.human-hero__cta-illustration img{width:62%;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.88;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .4s ease}[data-theme=dark] .human-hero__cta-illustration:before{background:rgba(255,255,255,.1)}.human-hero__cta-block--panel .human-hero__cta:focus-visible .human-hero__cta-illustration img,.human-hero__cta-block--panel .human-hero__cta:hover .human-hero__cta-illustration img{transform:translateY(-10px) scale(1.05);opacity:1}.human-hero__cta-block--panel .human-hero__cta:focus-visible .human-hero__cta-illustration:before,.human-hero__cta-block--panel .human-hero__cta:hover .human-hero__cta-illustration:before{transform:translateY(6px) scale(.96);opacity:.72}@media (prefers-reduced-motion:reduce){.human-hero__access-card,.human-hero__access-card:after,.human-hero__access-card:before,.human-hero__access-icon,.human-hero__cta-block--panel,.human-hero__cta-block--panel .human-hero__cta,.human-hero__cta-block--panel .human-hero__cta-illustration img,.human-hero__cta-block--panel .human-hero__cta-illustration:before,.human-hero__status-card,.human-hero__status-card:after,.human-hero__status-card:before,.human-hero__status-icon,.human-toast{transition:none!important;animation:none!important}}.human-toast{--toast-accent:var(--human-toast-accent,rgba(148,163,184,0.45));--toast-ambient:rgba(148,163,184,0.24);--toast-ambient-strong:rgba(148,163,184,0.34);--toast-icon-color:rgba(30,41,59,0.8);position:fixed;top:clamp(88px,8vw,120px);right:clamp(18px,6vw,40px);display:flex;align-items:flex-start;gap:clamp(.7rem,2vw,.95rem);padding:clamp(1rem,2.4vw,1.3rem) clamp(1.2rem,3.4vw,1.6rem);width:min(360px,calc(100vw - 36px));border-radius:clamp(1.4rem,4vw,1.9rem);border:1.3px solid rgba(255,255,255,.65);background:linear-gradient(148deg,rgba(255,255,255,.92),rgba(248,250,252,.52));box-shadow:0 40px 68px rgba(15,23,42,.18),0 18px 34px rgba(15,23,42,.12);backdrop-filter:blur(34px) saturate(165%);-webkit-backdrop-filter:blur(34px) saturate(165%);color:#0f172a;z-index:70;animation:human-toast-in .45s cubic-bezier(.22,1,.36,1);transform:translateZ(0);overflow:hidden;isolation:isolate}.human-toast:before{inset:clamp(.2rem,1vw,.45rem);border-radius:inherit;background:radial-gradient(125% 115% at 18% -12%,rgba(255,255,255,.9),transparent 62%),radial-gradient(140% 120% at 80% 110%,var(--toast-ambient),transparent 78%),linear-gradient(150deg,rgba(255,255,255,.88),rgba(255,255,255,.32));border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.78),inset 0 -34px 52px rgba(255,255,255,.24),0 26px 42px rgba(15,23,42,.08);opacity:.96}.human-toast:after,.human-toast:before{content:"";position:absolute;pointer-events:none;z-index:0}.human-toast:after{inset:clamp(.38rem,1.4vw,.7rem);background:radial-gradient(120% 120% at 78% 18%,rgba(255,255,255,.42),transparent 72%),radial-gradient(180% 140% at 0 100%,var(--toast-ambient-strong),transparent 82%);opacity:.36}.human-toast:after,.human-toast__pulse{border-radius:inherit;mix-blend-mode:screen}.human-toast__pulse{position:absolute;inset:-1px;border:2px solid rgba(255,255,255,.65);opacity:0;animation:human-toast-pulse .8s ease-out forwards;pointer-events:none;z-index:1}.human-toast[data-variant=success]{--human-toast-accent:rgba(34,197,94,0.82);--toast-ambient:rgba(34,197,94,0.26);--toast-ambient-strong:rgba(22,163,74,0.32);--toast-icon-color:rgba(4,120,87,0.9)}.human-toast[data-variant=error]{--human-toast-accent:rgba(244,63,94,0.86);--toast-ambient:rgba(244,63,94,0.28);--toast-ambient-strong:rgba(225,29,72,0.34);--toast-icon-color:rgba(190,24,93,0.92)}.human-toast__body,.human-toast__close,.human-toast__icon{position:relative;z-index:2}.human-toast__icon{flex:none;display:grid;place-items:center;width:clamp(2.05rem,4.6vw,2.45rem);height:clamp(2.05rem,4.6vw,2.45rem);border-radius:clamp(1.1rem,3vw,1.6rem);background:radial-gradient(130% 120% at 18% 18%,rgba(255,255,255,.92),transparent 58%),linear-gradient(150deg,rgba(255,255,255,.65),rgba(255,255,255,.18)),radial-gradient(140% 110% at 78% 110%,var(--toast-ambient-strong),transparent 78%),linear-gradient(150deg,var(--toast-accent),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.72);box-shadow:0 20px 34px rgba(15,23,42,.2),0 12px 24px rgba(15,23,42,.12);position:relative;overflow:hidden;isolation:isolate;color:#fff;font-weight:700;font-size:clamp(1.05rem,2.6vw,1.2rem);filter:drop-shadow(0 4px 10px rgba(255,255,255,.28))}.human-toast__icon:before{inset:clamp(.18rem,.8vw,.32rem);background:radial-gradient(120% 110% at 18% 12%,rgba(255,255,255,.9),transparent 68%),linear-gradient(155deg,rgba(255,255,255,.28),rgba(255,255,255,.05));opacity:.95;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.human-toast__icon:after,.human-toast__icon:before{content:"";position:absolute;border-radius:inherit;z-index:0}.human-toast__icon:after{inset:0;background:radial-gradient(118% 118% at 50% 60%,rgba(255,255,255,.22),transparent 72%),radial-gradient(140% 120% at 55% 140%,rgba(255,255,255,.28),transparent 85%);mix-blend-mode:screen;opacity:.55}.human-toast__icon[data-has-image=true]:before{inset:clamp(.24rem,.9vw,.38rem)}.human-toast__icon[data-has-image=true]{font-size:0;padding:clamp(.25rem,1.2vw,.38rem)}.human-toast__icon-img{width:clamp(1.1rem,2.8vw,1.3rem);height:clamp(1.1rem,2.8vw,1.3rem);display:block;background-color:var(--toast-icon-color);mask-image:var(--human-toast-icon-src);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:var(--human-toast-icon-src);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;filter:drop-shadow(0 2px 4px rgba(255,255,255,.65));position:relative;z-index:1}.human-toast__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.human-toast__title{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:rgba(15,23,42,.55)}.human-toast__message{font-size:clamp(.95rem,2.6vw,1.05rem);font-weight:600;color:rgba(15,23,42,.86);line-height:1.38}.human-toast__close{margin-left:clamp(.4rem,1.5vw,.8rem);border:none;border-radius:999px;background:radial-gradient(120% 120% at 28% 18%,rgba(255,255,255,.85),transparent 68%),linear-gradient(150deg,rgba(255,255,255,.56),rgba(255,255,255,.22));box-shadow:inset 0 1px 0 rgba(255,255,255,.75);color:rgba(15,23,42,.45);font-size:1.2rem;line-height:1;cursor:pointer;padding:clamp(.1rem,.8vw,.25rem) clamp(.3rem,1vw,.45rem);transition:color .24s ease,transform .24s ease,box-shadow .24s ease}.human-toast__close:focus-visible,.human-toast__close:hover{color:rgba(15,23,42,.75);transform:translateY(-1px) scale(1.05);outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 10px 18px rgba(15,23,42,.12)}@keyframes human-toast-in{0%{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes human-toast-pulse{0%{opacity:.55;transform:scale(.92)}60%{opacity:.18;transform:scale(1.08)}to{opacity:0;transform:scale(1.12)}}@media (max-width:640px){.human-toast{left:50%;right:auto;width:calc(100% - 2rem);animation:none;transform:translate3d(-50%,0,0)}.human-toast:focus-visible,.human-toast:hover{transform:translate3d(-50%,-10px,0) scale(1.02)}}[data-theme=dark] .human-toast{background:linear-gradient(160deg,rgba(17,24,39,.9),rgba(15,23,42,.7));border:1px solid rgba(148,163,184,.32);box-shadow:0 36px 64px rgba(2,6,23,.62),0 16px 28px rgba(2,6,23,.52);color:rgba(226,232,240,.92);--toast-icon-color:rgba(203,213,225,0.9)}[data-theme=dark] .human-toast[data-variant=success]{--toast-icon-color:rgba(16,185,129,0.9)}[data-theme=dark] .human-toast[data-variant=error]{--toast-icon-color:rgba(244,114,182,0.9)}[data-theme=dark] .human-toast:before{background:radial-gradient(128% 118% at 18% -12%,rgba(226,232,240,.18),transparent 64%),radial-gradient(142% 122% at 80% 110%,rgba(148,163,184,.16),transparent 78%),linear-gradient(150deg,rgba(17,24,39,.9),rgba(15,23,42,.6));border:1px solid rgba(148,163,184,.32);box-shadow:inset 0 1px 0 rgba(226,232,240,.14),inset 0 -30px 44px rgba(15,23,42,.55),0 20px 36px rgba(2,6,23,.4)}[data-theme=dark] .human-toast:after{background:radial-gradient(120% 120% at 78% 18%,rgba(226,232,240,.26),transparent 74%),radial-gradient(180% 140% at 0 100%,rgba(148,163,184,.2),transparent 84%);opacity:.32}[data-theme=dark] .human-toast__title{color:rgba(203,213,225,.62)}[data-theme=dark] .human-toast__message{color:rgba(248,250,252,.94)}[data-theme=dark] .human-toast__close{color:rgba(226,232,240,.6);background:radial-gradient(120% 120% at 28% 18%,rgba(226,232,240,.32),transparent 68%),linear-gradient(150deg,rgba(30,41,59,.8),rgba(30,41,59,.42))}[data-theme=dark] .human-toast__icon:before{background:radial-gradient(120% 110% at 18% 12%,rgba(248,250,252,.35),transparent 68%),linear-gradient(155deg,rgba(248,250,252,.15),transparent 65%);opacity:1;box-shadow:inset 0 1px 0 rgba(226,232,240,.22)}[data-theme=dark] .human-toast__icon:after{opacity:.4}[data-theme=dark] .human-toast__icon-img{filter:drop-shadow(0 2px 4px rgba(15,23,42,.75))}[data-theme=dark] .human-toast__close:focus-visible,[data-theme=dark] .human-toast__close:hover{color:rgba(248,250,252,.88);box-shadow:inset 0 1px 0 rgba(226,232,240,.28),0 10px 18px rgba(2,6,23,.45)}.human-hero__cta{display:inline-flex;align-items:center;gap:.85rem;border-radius:24px;padding:1rem 2.05rem;background:linear-gradient(135deg,#ff8138,#ff9c5e);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 12px 28px rgba(255,129,56,.28);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;width:100%}@media (min-width:1024px){.human-hero__cta{width:auto;min-width:240px}}.human-hero__cta:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(255,129,56,.35)}.human-hero__cta:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,154,72,.35)}.human-hero__cta-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:radial-gradient(circle at 40% 30%,rgba(255,255,255,.48),transparent 70%),rgba(255,255,255,.22);box-shadow:inset 0 1px 1px rgba(255,255,255,.4),0 10px 24px rgba(255,255,255,.18)}.human-hero__cta-copy{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem}.human-hero__cta-label{font-size:1rem;font-weight:600;line-height:1.1}.human-hero__cta-caption{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.82)}.human-hero__hint-card{position:relative;display:flex;align-items:center;gap:.75rem;padding:.85rem 1.15rem;border-radius:20px;border:1px solid rgba(148,163,184,.22);background:rgba(248,250,252,.92);box-shadow:0 16px 30px rgba(15,23,42,.08);max-width:min(460px,88%);text-align:left}@media (max-width:767px){.human-hero__hint-card{max-width:min(520px,100%)}}.human-hero__hint-card:before{content:"";width:10px;height:10px;border-radius:50%;background:rgba(255,129,56,.55);box-shadow:0 0 0 4px rgba(255,129,56,.18);flex-shrink:0}@media (min-width:1024px){.human-hero__hint-card{align-self:stretch;max-width:min(420px,60%)}}[data-theme=dark] .human-hero__hint-card{border-color:rgba(148,163,184,.35);background:rgba(30,41,59,.75);box-shadow:0 20px 36px rgba(0,0,0,.55)}[data-theme=dark] .human-hero__hint-card:before{background:rgba(94,234,212,.8);box-shadow:0 0 0 4px rgba(94,234,212,.18)}.human-hero__nav-shell{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(255,180,205,.44);background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,226,246,.86));color:#ff6a8f;box-shadow:0 22px 36px rgba(255,176,204,.24);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(12px)}.human-hero__nav-shell:focus-within,.human-hero__nav-shell:hover{transform:translateY(-2px);box-shadow:0 26px 44px rgba(255,176,204,.32)}.human-hero__nav-shell.is-disabled{opacity:.35;pointer-events:none;box-shadow:none}[data-theme=dark] .human-hero__nav-shell{background:linear-gradient(135deg,rgba(30,41,59,.86),rgba(15,23,42,.82));border-color:rgba(96,165,250,.45);color:var(--hero-accent,#60a5fa);box-shadow:0 16px 32px rgba(0,0,0,.55)}.human-hero__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:currentColor;cursor:pointer;transition:background .2s ease,color .2s ease}.human-hero__nav-btn:hover{background:rgba(255,166,201,.18)}.human-hero__nav-btn:focus-visible{outline:none;background:rgba(255,166,201,.28)}[data-theme=dark] .human-hero__nav-btn:hover{background:rgba(96,165,250,.2)}[data-theme=dark] .human-hero__nav-btn:focus-visible{background:rgba(96,165,250,.28)}.human-hero__nav-divider{width:1px;height:24px;background:rgba(255,180,205,.55)}[data-theme=dark] .human-hero__nav-divider{background:rgba(96,165,250,.45)}.human-hero__nav-shell.is-disabled .human-hero__nav-divider{opacity:.4}.human-hero__hint{font-size:.8rem;color:rgba(15,23,42,.62);line-height:1.5;margin:0}[data-theme=dark] .human-hero__hint{color:rgba(226,232,240,.75)}.human-hero__updated{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-top:.75rem;font-size:.82rem;color:rgba(15,23,42,.62)}[data-theme=dark] .human-hero__updated{color:rgba(226,232,240,.7)}.human-hero__updated-icon{display:inline-flex;align-items:center;justify-content:center;color:rgba(14,165,233,.85)}[data-theme=dark] .human-hero__updated-icon{color:rgba(103,232,249,.85)}.human-hero__updated-time{font-size:.78rem;color:rgba(59,130,246,.72)}[data-theme=dark] .human-hero__updated-time{color:rgba(147,197,253,.75)}.human-hero__progress-card{position:relative;display:flex;flex-direction:column;gap:clamp(.85rem,2.2vw,1.3rem);width:100%;align-self:stretch;margin-top:0;padding:clamp(1.25rem,3.5vw,1.6rem) clamp(1.3rem,3.8vw,1.9rem);border-radius:28px;border:1px solid rgba(148,163,184,.22);border:1px solid color-mix(in srgb,var(--hero-accent,#38bdf8) 32%,rgba(148,163,184,.22));background:radial-gradient(170% 135% at 8% -25%,rgba(56,189,248,.28) 0,transparent 72%),radial-gradient(150% 130% at 92% -18%,rgba(255,174,113,.22) 0,transparent 74%),linear-gradient(162deg,rgba(255,255,255,.98),rgba(240,248,255,.88));background:radial-gradient(170% 135% at 8% -25%,color-mix(in srgb,var(--hero-accent,#38bdf8) 32%,rgba(255,255,255,.78)) 0,transparent 72%),radial-gradient(150% 130% at 92% -18%,color-mix(in srgb,var(--hero-accent,#38bdf8) 18%,rgba(255,174,113,.32)) 0,transparent 74%),linear-gradient(162deg,rgba(255,255,255,.98),rgba(240,248,255,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 30px 64px rgba(148,197,255,.28);backdrop-filter:blur(18px) saturate(120%);overflow:hidden;isolation:isolate}.human-hero__progress-card:before{inset:-38% -24% -52%;background:radial-gradient(320px 240px at 18% 18%,rgba(255,255,255,.6),transparent 76%),radial-gradient(280px 220px at 86% 12%,rgba(56,189,248,.18),transparent 78%);background:radial-gradient(320px 240px at 18% 18%,rgba(255,255,255,.62),transparent 76%),radial-gradient(280px 220px at 86% 12%,color-mix(in srgb,var(--hero-accent,#38bdf8) 28%,rgba(255,255,255,.1)) 0,transparent 78%);opacity:.86;filter:blur(12px);z-index:0}.human-hero__progress-card:after,.human-hero__progress-card:before{content:"";position:absolute;border-radius:inherit;pointer-events:none}.human-hero__progress-card:after{inset:1.2px;border:1px solid rgba(255,255,255,.55);mix-blend-mode:screen;opacity:.5;z-index:1}.human-hero__progress-card--sunset{border-color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 24%,rgba(255,255,255,.7));background:radial-gradient(140% 160% at 18% -38%,color-mix(in srgb,var(--hero-accent,#a6c8ff) 14%,rgba(255,255,255,.96)) 0,transparent 68%),radial-gradient(125% 150% at 92% -36%,color-mix(in srgb,var(--hero-accent,#a6c8ff) 10%,rgba(255,255,255,.9)) 0,transparent 72%),linear-gradient(182deg,rgba(255,255,255,.97),rgba(241,248,255,.74));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 34px 70px rgba(148,197,255,.24),0 16px 36px rgba(59,130,246,.12);backdrop-filter:blur(20px) saturate(150%)}.human-hero__progress-card--sunset:before{background:radial-gradient(360px 260px at 20% 12%,rgba(255,255,255,.74),transparent 74%),radial-gradient(340px 280px at 84% 12%,color-mix(in srgb,var(--hero-accent,#a6c8ff) 14%,rgba(255,255,255,.22)) 0,transparent 80%);opacity:.58;filter:blur(20px)}.human-hero__progress-card--sunset:after{border-color:rgba(255,255,255,.6);opacity:.42}.human-hero__progress-card[data-status=archived],.human-hero__progress-card[data-status=deceased]{border-color:rgba(148,163,184,.36);box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 26px 52px rgba(148,163,184,.24);filter:saturate(.75) brightness(.98)}.human-hero__progress-card[data-status=archived]:before,.human-hero__progress-card[data-status=deceased]:before{opacity:.68}.human-hero__progress-card[data-status=archived] .human-hero__progress-title,.human-hero__progress-card[data-status=deceased] .human-hero__progress-title{color:rgba(71,85,105,.82)}.human-hero__progress-card[data-status=archived] .human-hero__progress-meta,.human-hero__progress-card[data-status=deceased] .human-hero__progress-meta{color:rgba(71,85,105,.76)}.human-hero__progress-card[data-status=archived] .human-hero__progress-track,.human-hero__progress-card[data-status=deceased] .human-hero__progress-track{border-color:rgba(226,232,240,.65);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),inset 0 -8px 16px rgba(203,213,225,.24)}.human-hero__progress-card[data-status=archived] .human-hero__progress-meter,.human-hero__progress-card[data-status=deceased] .human-hero__progress-meter{background:linear-gradient(90deg,rgba(148,163,184,.82),rgba(148,163,184,.68) 55%,rgba(203,213,225,.72));box-shadow:0 6px 16px rgba(148,163,184,.26),inset 0 0 1px rgba(255,255,255,.48)}.human-hero__progress-card[data-status=archived] .human-hero__progress-pill,.human-hero__progress-card[data-status=deceased] .human-hero__progress-pill{filter:saturate(.6);opacity:.9}.human-hero__progress-card>*{position:relative;z-index:2}[data-theme=dark] .human-hero__progress-card{border-color:rgba(30,41,59,.65);border-color:color-mix(in srgb,var(--hero-accent,#38bdf8) 42%,rgba(30,41,59,.65));background:radial-gradient(170% 155% at 10% -32%,rgba(56,189,248,.18) 0,transparent 70%),radial-gradient(150% 130% at 90% -14%,rgba(13,148,136,.2) 0,transparent 78%),linear-gradient(165deg,rgba(15,23,42,.9),rgba(7,16,32,.82));background:radial-gradient(170% 155% at 10% -32%,color-mix(in srgb,var(--hero-accent,#38bdf8) 36%,rgba(8,47,73,.42)) 0,transparent 70%),radial-gradient(150% 130% at 90% -14%,color-mix(in srgb,var(--hero-accent,#38bdf8) 28%,rgba(15,118,110,.36)) 0,transparent 78%),linear-gradient(165deg,rgba(15,23,42,.9),rgba(7,16,32,.82));box-shadow:0 36px 72px rgba(2,6,23,.68);backdrop-filter:blur(18px) saturate(160%)}[data-theme=dark] .human-hero__progress-card:before{background:radial-gradient(320px 260px at 20% 16%,rgba(37,99,235,.24),transparent 78%),radial-gradient(280px 220px at 88% 18%,rgba(8,145,178,.24),transparent 82%);background:radial-gradient(320px 260px at 20% 16%,color-mix(in srgb,var(--hero-accent,#38bdf8) 44%,rgba(15,23,42,.35)) 0,transparent 78%),radial-gradient(280px 220px at 88% 18%,color-mix(in srgb,var(--hero-accent,#38bdf8) 36%,rgba(12,74,110,.32)) 0,transparent 82%);opacity:.6;filter:blur(18px)}[data-theme=dark] .human-hero__progress-card:after{border-color:rgba(255,255,255,.18);opacity:.35}[data-theme=dark] .human-hero__progress-card--sunset{border-color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 32%,rgba(15,23,42,.7));background:radial-gradient(150% 150% at 16% -36%,color-mix(in srgb,var(--hero-accent,#a6c8ff) 30%,rgba(16,32,68,.6)) 0,transparent 72%),radial-gradient(140% 145% at 92% -34%,color-mix(in srgb,var(--hero-accent,#a6c8ff) 24%,rgba(13,31,64,.58)) 0,transparent 78%),linear-gradient(180deg,rgba(10,20,38,.92),rgba(6,14,30,.84));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 34px 70px rgba(5,10,24,.68);backdrop-filter:blur(22px) saturate(180%)}[data-theme=dark] .human-hero__progress-card--sunset:before{background:radial-gradient(340px 260px at 20% 16%,color-mix(in srgb,var(--hero-accent,#a6c8ff) 26%,rgba(10,22,46,.35)) 0,transparent 80%),radial-gradient(300px 240px at 88% 18%,color-mix(in srgb,var(--hero-accent,#a6c8ff) 20%,rgba(10,26,52,.3)) 0,transparent 82%);opacity:.4;filter:blur(20px)}[data-theme=dark] .human-hero__progress-card--sunset:after{border-color:rgba(255,255,255,.24);opacity:.3}[data-theme=dark] .human-hero__progress-card[data-status=archived],[data-theme=dark] .human-hero__progress-card[data-status=deceased]{border-color:rgba(71,85,105,.42);box-shadow:inset 0 1px 0 rgba(148,163,184,.16),0 28px 58px rgba(10,18,38,.58);filter:saturate(.85) brightness(1.06)}[data-theme=dark] .human-hero__progress-card[data-status=archived]:before,[data-theme=dark] .human-hero__progress-card[data-status=deceased]:before{opacity:.5}[data-theme=dark] .human-hero__progress-card[data-status=archived] .human-hero__progress-title,[data-theme=dark] .human-hero__progress-card[data-status=deceased] .human-hero__progress-title{color:rgba(226,232,240,.78)}[data-theme=dark] .human-hero__progress-card[data-status=archived] .human-hero__progress-meta,[data-theme=dark] .human-hero__progress-card[data-status=deceased] .human-hero__progress-meta{color:rgba(203,213,225,.76)}[data-theme=dark] .human-hero__progress-card[data-status=archived] .human-hero__progress-track,[data-theme=dark] .human-hero__progress-card[data-status=deceased] .human-hero__progress-track{border-color:rgba(71,85,105,.48);background:linear-gradient(180deg,rgba(30,41,59,.82),rgba(17,24,39,.66));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -10px 20px rgba(30,41,59,.45)}[data-theme=dark] .human-hero__progress-card[data-status=archived] .human-hero__progress-meter,[data-theme=dark] .human-hero__progress-card[data-status=deceased] .human-hero__progress-meter{background:linear-gradient(90deg,rgba(94,106,129,.85),rgba(94,106,129,.72) 60%,rgba(148,163,184,.78));box-shadow:0 6px 18px rgba(15,23,42,.5),inset 0 0 1px rgba(255,255,255,.2)}[data-theme=dark] .human-hero__progress-card[data-status=archived] .human-hero__progress-pill,[data-theme=dark] .human-hero__progress-card[data-status=deceased] .human-hero__progress-pill{filter:saturate(.75);opacity:.92}.human-hero__progress-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.human-hero__progress-title{font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:rgba(15,23,42,.62);color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 30%,rgba(15,23,42,.75));text-shadow:0 1px 0 rgba(255,255,255,.4)}[data-theme=dark] .human-hero__progress-title{color:rgba(226,232,240,.7);color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 46%,rgba(226,232,240,.72));text-shadow:0 1px 6px color-mix(in srgb,var(--hero-accent,#a6c8ff) 26%,rgba(2,6,23,.8))}.human-hero__progress-track{position:relative;height:14px;border-radius:999px;border:1px solid rgba(255,255,255,.7);background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.28));box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 -10px 20px rgba(180,205,255,.16);overflow:hidden}[data-theme=dark] .human-hero__progress-track{border-color:rgba(148,163,184,.4);background:linear-gradient(180deg,color-mix(in srgb,rgba(28,42,68,.85) 70%,var(--hero-accent,#a6c8ff) 30%),color-mix(in srgb,rgba(12,24,50,.82) 64%,var(--hero-accent,#a6c8ff) 36%));box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 -10px 20px rgba(12,37,73,.5)}.human-hero__progress-track:after{inset:0;background:linear-gradient(180deg,rgba(255,255,255,.32),rgba(255,255,255,0));mix-blend-mode:screen;z-index:2;opacity:.2}.human-hero__progress-track:after,.human-hero__progress-track:before{content:"";position:absolute;border-radius:inherit;pointer-events:none}.human-hero__progress-track:before{inset:-40% -20%;background:radial-gradient(120% 120% at 10% 20%,rgba(255,255,255,.5),transparent 70%);opacity:.24;z-index:1}.human-hero__progress-meter{position:absolute;inset:0;width:0;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,#4ade80 68%,rgba(255,255,255,.58)),color-mix(in srgb,#2dd4bf 62%,rgba(255,255,255,.48)) 55%,color-mix(in srgb,#a6c8ff 24%,rgba(255,255,255,.82)));box-shadow:0 6px 18px rgba(74,222,128,.22),inset 0 0 1px rgba(255,255,255,.6);transition:width .6s cubic-bezier(.22,.61,.36,1);z-index:1}.human-hero__progress-figure{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight:700;font-feature-settings:"tnum";color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 60%,rgba(15,23,42,.82));text-shadow:0 8px 18px color-mix(in srgb,var(--hero-accent,#a6c8ff) 32%,rgba(15,23,42,.32)),0 0 8px rgba(255,255,255,.78);z-index:3}[data-theme=dark] .human-hero__progress-figure{color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 65%,rgba(224,232,255,.96));text-shadow:0 8px 18px color-mix(in srgb,var(--hero-accent,#a6c8ff) 46%,rgba(2,6,23,.85)),0 0 10px rgba(255,255,255,.82)}.human-hero__progress-foot{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem}.human-hero__progress-foot>:first-child{justify-self:start}.human-hero__progress-foot>.human-hero__progress-pill--active,.human-hero__progress-foot>.human-hero__progress-pill--cta{grid-column:2;justify-self:center}.human-hero__progress-foot>.human-hero__progress-pill--modules{grid-column:3;justify-self:end}@media (max-width:960px){.human-hero__progress-foot{grid-template-columns:1fr;gap:.6rem;justify-items:center}.human-hero__progress-foot>:first-child{justify-self:center;text-align:center}.human-hero__progress-foot>.human-hero__progress-pill--active,.human-hero__progress-foot>.human-hero__progress-pill--cta,.human-hero__progress-foot>.human-hero__progress-pill--modules{grid-column:auto;justify-self:center}}@media (max-width:560px){.human-hero__progress-foot{display:flex;flex-direction:column;align-items:center;gap:.5rem}.human-hero__progress-pill{width:min(100%,320px);justify-content:center;text-align:center;margin-inline:auto}.human-hero__progress-pill-title{white-space:normal}.human-hero__progress-foot>:first-child{width:100%;max-width:320px}}.human-hero__progress-meta{font-size:.85rem;font-weight:600;color:rgba(15,23,42,.65);color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 26%,rgba(15,23,42,.7));text-shadow:0 1px 0 rgba(255,255,255,.35)}[data-theme=dark] .human-hero__progress-meta{color:rgba(226,232,240,.7);color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 35%,rgba(226,232,240,.82));text-shadow:0 1px 10px color-mix(in srgb,var(--hero-accent,#a6c8ff) 24%,rgba(2,6,23,.8))}.human-hero__progress-pill{display:inline-flex;align-items:center;gap:.65rem;padding:.55rem .95rem;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:rgba(255,255,255,.82);color:rgba(27,44,74,.78);font-size:.8rem;font-weight:600;letter-spacing:.01em;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}[data-theme=dark] .human-hero__progress-pill{background:rgba(15,23,42,.68);border-color:rgba(148,163,184,.34);color:rgba(226,232,240,.92)}.human-hero__progress-pill:hover{border-color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 38%,rgba(148,163,184,.28));box-shadow:0 16px 34px rgba(148,197,255,.22)}[data-theme=dark] .human-hero__progress-pill:hover{box-shadow:0 12px 28px rgba(12,24,50,.6)}.human-hero__progress-pill:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--hero-accent,#a6c8ff) 32%,rgba(148,197,255,.35))}.human-hero__progress-pill--cta{border:1.5px dashed rgba(94,234,212,.45);background:radial-gradient(140% 120% at 18% 0,rgba(137,218,255,.55),transparent 60%),radial-gradient(120% 110% at 95% 5%,rgba(94,234,212,.5),transparent 58%),linear-gradient(135deg,rgba(224,242,254,.88),rgba(191,224,254,.86) 52%,rgba(167,243,208,.84));color:rgba(15,76,129,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 14px 28px rgba(137,218,255,.2)}[data-theme=dark] .human-hero__progress-pill--cta{background:radial-gradient(140% 120% at 18% -12%,rgba(56,189,248,.4),transparent 64%),radial-gradient(120% 110% at 94% 2%,rgba(45,212,191,.32),transparent 64%),linear-gradient(180deg,rgba(15,118,110,.68),rgba(12,74,110,.62));border-color:rgba(56,189,248,.55);color:rgba(224,242,254,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 34px rgba(12,74,110,.48)}.human-hero__progress-pill--cta.human-hero__progress-pill--active{border-width:1.6px;border-color:rgba(59,201,191,.55);background:radial-gradient(150% 130% at 18% -25%,rgba(165,243,252,.65),transparent 60%),radial-gradient(120% 110% at 94% 4%,rgba(110,231,183,.5),transparent 60%),linear-gradient(180deg,rgba(224,242,254,.93),rgba(191,228,255,.9));color:rgba(14,116,144,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 18px 34px rgba(110,231,183,.22)}[data-theme=dark] .human-hero__progress-pill--cta.human-hero__progress-pill--active{background:radial-gradient(140% 120% at 18% -12%,rgba(56,189,248,.38),transparent 64%),radial-gradient(120% 110% at 94% 2%,rgba(45,212,191,.3),transparent 64%),linear-gradient(180deg,rgba(15,118,110,.7),rgba(12,74,110,.64));border-color:rgba(56,189,248,.6);color:rgba(224,242,254,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 20px 36px rgba(12,74,110,.48)}.human-hero__progress-pill--modules{border:1.6px solid rgba(148,197,255,.82);background:radial-gradient(165% 140% at 18% -40%,rgba(255,255,255,.96),transparent 60%),radial-gradient(140% 130% at 92% -25%,rgba(147,197,253,.45),transparent 70%),linear-gradient(185deg,rgba(236,253,245,.96),rgba(219,244,255,.92));color:color-mix(in srgb,#0f172a 82%,#0369a1 18%);position:relative;overflow:hidden;isolation:isolate;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 -14px 24px rgba(147,197,253,.28),0 18px 32px rgba(148,197,255,.32),0 26px 44px rgba(15,23,42,.25);backdrop-filter:blur(24px) saturate(165%);-webkit-backdrop-filter:blur(24px) saturate(165%)}.human-hero__progress-pill--modules:before{inset:clamp(.18rem,.75vw,.32rem);background:radial-gradient(140% 125% at 20% 20%,rgba(255,255,255,.92),transparent 68%),radial-gradient(130% 118% at 84% 110%,rgba(186,214,255,.38),transparent 80%);opacity:.82}.human-hero__progress-pill--modules:after,.human-hero__progress-pill--modules:before{content:"";position:absolute;border-radius:inherit;mix-blend-mode:screen;pointer-events:none;z-index:1}.human-hero__progress-pill--modules:after{inset:0;background:linear-gradient(210deg,rgba(255,255,255,.5),rgba(255,255,255,0)),radial-gradient(125% 150% at 62% -28%,rgba(255,255,255,.55),transparent 70%);border:1px solid rgba(255,255,255,.8);opacity:.65}[data-theme=dark] .human-hero__progress-pill--modules{background:radial-gradient(150% 130% at 18% -30%,rgba(59,130,246,.22),transparent 62%),radial-gradient(140% 120% at 90% -18%,rgba(34,197,94,.18),transparent 70%),linear-gradient(188deg,rgba(20,26,44,.94),rgba(8,12,22,.9));border-color:rgba(125,211,252,.55);color:color-mix(in srgb,rgba(224,242,254,.94) 80%,rgba(59,130,246,.9) 20%);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 -14px 24px rgba(37,99,235,.32),0 18px 34px rgba(0,0,0,.72),0 14px 30px rgba(6,95,70,.35)}.human-hero__progress-pill--modules>*,[data-theme=dark] .human-hero__progress-pill--modules>*{position:relative;z-index:2}[data-theme=dark] .human-hero__progress-pill--modules:before{background:radial-gradient(135% 120% at 24% 30%,rgba(59,130,246,.4),transparent 74%),radial-gradient(120% 110% at 80% 108%,rgba(59,216,188,.25),transparent 85%);opacity:.62}[data-theme=dark] .human-hero__progress-pill--modules:after{border-color:rgba(148,197,255,.28);opacity:.35}.human-hero__progress-pill--active:not(.human-hero__progress-pill--cta):not(.human-hero__progress-pill--modules){border-color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 34%,rgba(255,255,255,.6));background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(255,255,255,.18));color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 44%,rgba(30,41,59,.78))}[data-theme=dark] .human-hero__progress-pill--active:not(.human-hero__progress-pill--cta):not(.human-hero__progress-pill--modules){background:linear-gradient(180deg,rgba(23,42,78,.64),rgba(12,26,52,.72));border-color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 46%,rgba(15,23,42,.55));color:color-mix(in srgb,var(--hero-accent,#a6c8ff) 56%,rgba(236,244,255,.94))}.human-hero__progress-pill--modules.human-hero__progress-pill--active{border-width:1.9px;border-color:rgba(59,130,246,.7);background:radial-gradient(165% 145% at 18% -40%,rgba(255,255,255,.98),transparent 52%),radial-gradient(140% 135% at 94% -18%,rgba(147,197,253,.55),transparent 62%),linear-gradient(182deg,rgba(255,255,255,1),rgba(230,250,255,.96));color:color-mix(in srgb,#0f172a 78%,#0369a1 22%);box-shadow:inset 0 1px 0 rgba(255,255,255,.99),inset 0 -18px 32px rgba(147,197,253,.38),0 26px 48px rgba(148,197,255,.32)}[data-theme=dark] .human-hero__progress-pill--modules.human-hero__progress-pill--active{background:radial-gradient(150% 140% at 20% -34%,rgba(14,165,233,.32),transparent 60%),radial-gradient(130% 125% at 90% -14%,rgba(34,197,94,.28),transparent 66%),linear-gradient(182deg,rgba(27,35,64,.95),rgba(12,16,32,.9));border-color:rgba(125,211,252,.68);color:color-mix(in srgb,rgba(224,242,254,.96) 75%,rgba(59,216,188,.9) 25%);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 -18px 32px rgba(14,165,233,.35),0 28px 52px rgba(0,0,0,.75)}.human-hero__progress-pill-count{min-width:2rem;height:2rem;border-radius:999px;display:grid;place-items:center;position:relative;isolation:isolate;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.92),transparent 52%),linear-gradient(140deg,rgba(45,212,191,.96),rgba(59,225,208,.94));color:#ffffff;font-size:.86rem;font-weight:700;font-feature-settings:"tnum";box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 12px 24px rgba(45,212,191,.28)}.human-hero__progress-pill-count:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.45);pointer-events:none}[data-theme=dark] .human-hero__progress-pill-count{box-shadow:0 10px 24px rgba(6,95,70,.55)}.human-hero__progress-pill-text{display:flex;flex-direction:column;gap:.1rem;align-items:flex-start}.human-hero__progress-pill-title{font-size:.78rem;font-weight:600}.human-hero__progress-pill-note{display:none}.human-hero__progress-pill-icon{display:grid;place-items:center;width:1.75rem;height:1.75rem;border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.88),color-mix(in srgb,var(--hero-accent,#a6c8ff) 18%,rgba(255,255,255,.26)));color:inherit;flex-shrink:0}[data-theme=dark] .human-hero__progress-pill-icon{background:linear-gradient(145deg,color-mix(in srgb,var(--hero-accent,#a6c8ff) 26%,rgba(20,38,72,.78)),rgba(12,26,52,.68))}.human-hero__progress-pill--cta .human-hero__progress-pill-icon{background:linear-gradient(145deg,rgba(224,242,254,.96),rgba(167,243,208,.88));color:rgba(14,116,144,.9);box-shadow:0 12px 24px rgba(59,201,191,.24)}[data-theme=dark] .human-hero__progress-pill--cta .human-hero__progress-pill-icon{background:linear-gradient(145deg,rgba(15,118,110,.65),rgba(12,74,110,.58));color:rgba(224,242,254,.94);box-shadow:0 14px 26px rgba(12,74,110,.5)}.human-hero__progress-pill--active:not(.human-hero__progress-pill--cta) .human-hero__progress-pill-icon:not(.human-hero__progress-pill-icon--modules){background:color-mix(in srgb,var(--hero-accent,#a6c8ff) 26%,rgba(255,255,255,.35))}.human-hero__progress-pill--cta.human-hero__progress-pill--active .human-hero__progress-pill-icon{background:linear-gradient(145deg,rgba(224,242,254,.98),rgba(167,243,208,.9));box-shadow:0 12px 26px rgba(110,231,183,.26)}[data-theme=dark] .human-hero__progress-pill--cta.human-hero__progress-pill--active .human-hero__progress-pill-icon{background:linear-gradient(145deg,rgba(15,118,110,.7),rgba(12,74,110,.6));box-shadow:0 14px 28px rgba(12,74,110,.52)}.human-hero__progress-pill-icon--modules{position:relative;isolation:isolate;display:grid;place-items:center;width:clamp(2.35rem,5vw,2.85rem);height:clamp(2.35rem,5vw,2.85rem);border-radius:clamp(.85rem,2vw,1.05rem);background:radial-gradient(140% 120% at 25% 8%,rgba(255,255,255,.96),transparent 68%),radial-gradient(120% 125% at 82% -18%,rgba(186,214,255,.45),transparent 72%),linear-gradient(188deg,rgba(242,248,255,.94),rgba(222,237,255,.88));border:1px solid rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),inset 0 -10px 16px rgba(186,214,255,.35),0 16px 30px rgba(148,197,255,.28),0 10px 20px rgba(15,23,42,.12)}.human-hero__progress-pill-icon--modules:before{content:"";position:absolute;inset:clamp(.18rem,.9vw,.26rem);border-radius:inherit;background:radial-gradient(130% 118% at 32% 20%,rgba(255,255,255,.9),transparent 68%),radial-gradient(120% 120% at 72% 86%,rgba(200,223,255,.35),transparent 78%);box-shadow:inset 0 -12px 18px rgba(186,202,255,.32);opacity:.95;pointer-events:none;z-index:1}.human-hero__progress-pill-icon--modules:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.85);mix-blend-mode:screen;opacity:.8;pointer-events:none;z-index:2}[data-theme=dark] .human-hero__progress-pill-icon--modules{background:radial-gradient(135% 120% at 25% 6%,rgba(255,176,120,.32),transparent 70%),radial-gradient(120% 125% at 88% -15%,rgba(255,118,54,.25),transparent 70%),linear-gradient(186deg,rgba(40,18,12,.95),rgba(18,10,8,.9));border-color:rgba(255,186,132,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -12px 18px rgba(234,88,12,.25),0 16px 28px rgba(0,0,0,.65)}[data-theme=dark] .human-hero__progress-pill-icon--modules:before{background:radial-gradient(125% 118% at 28% 18%,rgba(255,214,186,.5),transparent 70%),radial-gradient(115% 120% at 72% 82%,rgba(87,40,24,.55),transparent 82%);box-shadow:inset 0 -12px 18px rgba(234,88,12,.22);opacity:.7}[data-theme=dark] .human-hero__progress-pill-icon--modules:after{border-color:rgba(255,173,132,.32);opacity:.5}.human-hero__modules-glyph{width:clamp(1.15rem,2.8vw,1.35rem);height:clamp(1.15rem,2.8vw,1.35rem);display:block;position:relative;z-index:3;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.2),transparent 60%),linear-gradient(136deg,#ff7a1a,#ffb347 65%,#ffdcb0);-webkit-mask-image:url(/modules.png);mask-image:url(/modules.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;filter:drop-shadow(0 0 .85px rgba(255,170,120,.88)) drop-shadow(0 10px 18px rgba(249,115,22,.32))}[data-theme=dark] .human-hero__modules-glyph{background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.3),transparent 60%),linear-gradient(136deg,rgba(255,228,202,.95),rgba(255,196,150,.8));filter:drop-shadow(0 0 .8px rgba(255,206,170,.9)) drop-shadow(0 10px 18px rgba(0,0,0,.55))}.human-hero__progress-pill-arrow{display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:999px;background:rgba(15,23,42,.06);color:inherit;flex-shrink:0}[data-theme=dark] .human-hero__progress-pill-arrow{background:rgba(255,255,255,.08)}.human-hero__progress-pill--cta .human-hero__progress-pill-arrow{position:relative;isolation:isolate;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.85),transparent 60%),linear-gradient(145deg,rgba(167,243,208,.95),rgba(137,218,255,.92));color:rgba(14,116,144,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 18px rgba(110,231,183,.2)}.human-hero__progress-pill--cta .human-hero__progress-pill-arrow:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.5);pointer-events:none}[data-theme=dark] .human-hero__progress-pill--cta .human-hero__progress-pill-arrow{background:rgba(12,74,110,.32);color:rgba(224,242,254,.92)}.human-hero__progress-pill--modules .human-hero__progress-pill-arrow{position:relative;isolation:isolate;background:radial-gradient(circle at 42% 28%,rgba(255,255,255,.96),transparent 60%),linear-gradient(140deg,rgba(191,219,254,.95),rgba(165,243,252,.9));color:color-mix(in srgb,#0f172a 78%,#0369a1 22%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 20px rgba(148,197,255,.28)}[data-theme=dark] .human-hero__progress-pill--modules .human-hero__progress-pill-arrow{background:radial-gradient(circle at 45% 32%,rgba(59,216,188,.32),transparent 62%),linear-gradient(145deg,rgba(12,74,110,.75),rgba(8,47,73,.72));color:rgba(224,242,254,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 20px rgba(8,47,73,.4)}.human-hero__progress-pill--modules .human-hero__progress-pill-arrow:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.55);pointer-events:none}.human-hero__progress-pill:hover .human-hero__progress-pill-arrow{transform:translateX(1px)}.human-hero__progress-pill--active .human-hero__progress-pill-arrow{transform:none}.human-hero__share{align-self:flex-start}.human-timeline__content{display:flex;flex-direction:column;gap:clamp(1.3rem,3vw,1.9rem)}.human-timeline__body{display:flex;flex-direction:column;gap:clamp(1.4rem,3vw,2.2rem);min-width:0;font-size:.95rem;padding:1.15rem 1.3rem;border-radius:24px}.human-timeline__body,[data-theme=dark] .human-timeline__body{border:0;background:transparent;box-shadow:none}.human-timeline__add{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:none;font-size:1.8rem;line-height:1;background:linear-gradient(90deg,#ff6a2b,#ff8a3d);color:#fff;box-shadow:0 12px 30px rgba(255,106,43,.32);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.human-timeline__add:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(255,106,43,.38)}.human-timeline__add:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,138,61,.35)}.human-timeline__add--disabled{background:rgba(148,163,184,.26);color:rgba(148,163,184,.8);cursor:not-allowed;box-shadow:none}[data-theme=dark] .human-timeline__add--disabled{background:rgba(148,163,184,.28);color:rgba(203,213,225,.7)}.human-docs__content{display:block}.human-docs__grid{display:grid;gap:18px;width:100%}.human-docs__grid[data-view=grid]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (min-width:640px){.human-docs__grid[data-view=grid]{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.human-docs__grid[data-view=columns]{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.human-docs__grid[data-view=list]{display:flex;flex-direction:column;gap:14px}.human-docs__grid[data-view=gallery]{display:flex;gap:18px;overflow-x:auto;padding-bottom:.4rem;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(226,88,34,.28) transparent}.human-docs__grid[data-view=gallery]::-webkit-scrollbar{height:8px}.human-docs__grid[data-view=gallery]::-webkit-scrollbar-thumb{background:rgba(226,88,34,.28);border-radius:999px}.human-docs__grid[data-view=gallery]>.human-docs__card{scroll-snap-align:start}[data-theme=dark] .human-docs__grid[data-view=gallery]{scrollbar-color:rgba(251,146,60,.45) transparent}[data-theme=dark] .human-docs__grid[data-view=gallery]::-webkit-scrollbar-thumb{background:rgba(251,146,60,.45)}.human-docs__card{position:relative;border-radius:24px;padding:20px 22px;background:linear-gradient(155deg,rgba(255,255,255,.96),rgba(255,245,234,.86));border:1px solid rgba(255,255,255,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 24px 45px rgba(250,181,130,.18),0 12px 24px rgba(15,23,42,.12);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.human-docs__card:before{content:"";position:absolute;inset:-40% -10% 50% -10%;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.6),transparent 65%);pointer-events:none}.human-docs__card:hover{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 28px 52px rgba(250,181,130,.28),0 16px 30px rgba(15,23,42,.16);border-color:rgba(255,255,255,.9)}.human-docs__card[data-view=columns]{padding:18px 20px}.human-docs__card[data-view=list]{padding:18px 24px}.human-docs__card[data-view=list]>.flex,.human-docs__card[data-view=list]>.flex>.flex{align-items:center}.human-docs__card[data-view=list] .human-docs__meta{flex-wrap:wrap;row-gap:6px}.human-docs__card[data-view=list] .human-docs__events{margin-top:14px}.human-docs__card[data-view=gallery]{min-width:min(520px,100%);padding:24px 26px;flex:0 0 min(520px,100%)}@media (max-width:640px){.human-docs__card[data-view=gallery]{min-width:85vw;flex-basis:85vw}}[data-theme=dark] .human-docs__card{background:linear-gradient(150deg,rgba(25,31,45,.92),rgba(32,37,50,.88));border-color:rgba(148,163,184,.26);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 28px 52px rgba(6,12,25,.52),0 16px 32px rgba(12,20,36,.35)}[data-theme=dark] .human-docs__card:hover{border-color:rgba(255,255,255,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 32px 60px rgba(6,12,25,.62),0 20px 36px rgba(12,20,36,.42)}.human-docs__icon{display:inline-flex;width:44px;height:44px;background:url(/folder.png) 50%/contain no-repeat;filter:drop-shadow(0 4px 12px rgba(255,138,61,.32));flex-shrink:0}[data-theme=dark] .human-docs__icon{filter:drop-shadow(0 4px 12px rgba(255,166,102,.4))}.human-docs__title{font-size:1rem;font-weight:600;color:#1f2937;margin:0}[data-theme=dark] .human-docs__title{color:#f8fafc}.human-docs__meta{display:flex;flex-wrap:wrap;gap:6px;font-size:.75rem;color:rgba(71,85,105,.76)}[data-theme=dark] .human-docs__meta{color:rgba(203,213,225,.78)}.human-docs__pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.7);border:1px solid rgba(255,170,110,.35);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#a04a1f}.human-docs__pill--count{border-color:rgba(148,163,184,.32);color:#475569;background:rgba(248,250,252,.78)}.human-docs__pill--ghost{border-color:rgba(148,163,184,.22);background:rgba(255,255,255,.52);color:rgba(71,85,105,.75)}[data-theme=dark] .human-docs__pill{background:rgba(255,171,104,.14);border-color:rgba(255,171,104,.32);color:#ffb981}[data-theme=dark] .human-docs__pill--count{background:rgba(36,44,59,.68);border-color:rgba(148,163,184,.32);color:rgba(203,213,225,.9)}[data-theme=dark] .human-docs__pill--ghost{background:rgba(36,44,59,.52);border-color:rgba(148,163,184,.24);color:rgba(203,213,225,.7)}.human-docs__toolbar{display:flex;width:100%;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:1.5rem}.human-docs__toolbar .filter-button-wrapper{position:relative;display:inline-flex;align-items:center;margin-right:auto;align-self:flex-start}.filter-button-shell,.human-docs__view-toggle{display:inline-flex;align-items:center;padding:.4rem .52rem;border-radius:999px;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.26),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 28px 50px rgba(15,23,42,.18),0 16px 28px rgba(255,150,98,.22);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);isolation:isolate;transition:border-color .25s ease,box-shadow .25s ease}.human-docs__view-toggle{gap:2px;margin-left:auto}.filter-button-shell{gap:0;overflow:visible}.filter-button-shell.is-open{border-color:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 30px 54px rgba(15,23,42,.2),0 18px 36px rgba(255,150,98,.28)}.filter-button-shell.has-active{border-color:rgba(255,152,104,.62)}[data-theme=dark] .filter-button-shell.is-open{border-color:rgba(148,163,184,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 28px 52px rgba(2,6,23,.62),0 18px 38px rgba(8,112,214,.24)}[data-theme=dark] .filter-button-shell.has-active{border-color:rgba(255,150,100,.56)}.filter-button-shell:before,.human-docs__view-toggle:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:radial-gradient(120% 120% at 15% -10%,rgba(255,255,255,.85) 0,rgba(255,255,255,0) 58%),linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.06));opacity:.82;pointer-events:none;mix-blend-mode:screen;filter:blur(.4px)}.filter-button-shell:after,.human-docs__view-toggle:after{content:"";position:absolute;inset:-28% -35% auto -35%;height:80%;border-radius:50%;background:radial-gradient(65% 65% at 50% 100%,rgba(255,140,84,.32) 0,rgba(255,140,84,0) 75%);pointer-events:none;mix-blend-mode:screen;opacity:.65}@media (max-width:639px){.human-docs__view-toggle{margin-left:0}.human-docs__toolbar{flex-direction:column;align-items:flex-start;gap:16px}.human-docs__toolbar .filter-button-wrapper{margin-right:0}}.human-docs__view-button{appearance:none;position:relative;z-index:1;border:none;background:rgba(255,255,255,.22);padding:.44rem .74rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:rgba(30,41,59,.78);cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease,filter .25s ease,border-color .25s ease;border:1px solid rgba(255,255,255,.35);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 8px 18px rgba(15,23,42,.12);backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}.human-docs__view-button svg{width:18px;height:18px}.human-docs__filter-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border:none;background:transparent;min-width:0;color:rgba(91,55,28,.82);font-weight:600;cursor:pointer;transition:color .25s ease,transform .25s ease}.human-docs__filter-button[data-active=true]{color:rgba(226,88,34,.96)}.human-docs__filter-button:hover{transform:translateY(-1px);color:rgba(226,88,34,.96)}.human-docs__filter-button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,255,255,.85),0 0 0 6px rgba(24,144,216,.28)}[data-theme=dark] .human-docs__filter-button{color:rgba(255,232,214,.9)}[data-theme=dark] .human-docs__filter-button:hover,[data-theme=dark] .human-docs__filter-button[data-active=true]{color:rgba(255,190,140,.96)}[data-theme=dark] .human-docs__filter-button:focus-visible{box-shadow:0 0 0 3px rgba(148,163,184,.35),0 0 0 6px rgba(59,130,246,.28)}.human-docs__filter-icon{--human-docs-filter-icon-start:rgba(71,85,105,0.82);--human-docs-filter-icon-end:rgba(51,65,85,0.9);width:18px;height:18px;display:block;background:linear-gradient(135deg,var(--human-docs-filter-icon-start) 0,var(--human-docs-filter-icon-end) 100%);mask:url(/filtre.png) center/contain no-repeat;-webkit-mask:url(/filtre.png) center/contain no-repeat;filter:drop-shadow(0 2px 3px rgba(15,23,42,.18));transition:background .25s ease,filter .25s ease,opacity .25s ease}.human-docs__filter-button:hover .human-docs__filter-icon{--human-docs-filter-icon-start:#ffb68f;--human-docs-filter-icon-end:#ff6a2b;filter:drop-shadow(0 6px 12px rgba(255,122,66,.42))}.human-docs__filter-button[data-active=true] .human-docs__filter-icon{--human-docs-filter-icon-start:rgba(255,255,255,0.95);--human-docs-filter-icon-end:rgba(255,255,255,0.88);filter:drop-shadow(0 6px 14px rgba(255,255,255,.35))}.human-docs__filter-button:not([data-active=true]):focus-visible .human-docs__filter-icon{--human-docs-filter-icon-start:#ff9c5e;--human-docs-filter-icon-end:#ff6a2b;filter:drop-shadow(0 4px 10px rgba(24,144,216,.35))}.human-docs__filter-button[disabled] .human-docs__filter-icon{opacity:.55;filter:drop-shadow(0 1px 2px rgba(15,23,42,.1))}[data-theme=dark] .human-docs__filter-button .human-docs__filter-icon{--human-docs-filter-icon-start:rgba(203,213,225,0.78);--human-docs-filter-icon-end:rgba(148,163,184,0.88);filter:drop-shadow(0 2px 4px rgba(2,6,23,.6))}[data-theme=dark] .human-docs__filter-button:hover .human-docs__filter-icon{--human-docs-filter-icon-start:#ffac7a;--human-docs-filter-icon-end:#ff6a2b;filter:drop-shadow(0 6px 14px rgba(249,115,22,.5))}[data-theme=dark] .human-docs__filter-button[data-active=true] .human-docs__filter-icon{--human-docs-filter-icon-start:rgba(255,255,255,0.96);--human-docs-filter-icon-end:rgba(255,255,255,0.88);filter:drop-shadow(0 8px 16px rgba(255,255,255,.4))}[data-theme=dark] .human-docs__filter-button:not([data-active=true]):focus-visible .human-docs__filter-icon{--human-docs-filter-icon-start:#ff924b;--human-docs-filter-icon-end:#ff6a2b;filter:drop-shadow(0 4px 12px rgba(59,130,246,.4))}.human-docs__filter-badge{position:absolute;top:-6px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:linear-gradient(145deg,rgba(255,146,92,.92),rgba(255,106,58,.88));color:rgba(255,255,255,.98);font-size:11px;font-weight:600;z-index:1;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 8px 18px rgba(255,135,74,.32),inset 0 1px 0 rgba(255,255,255,.62);pointer-events:none}.human-docs__view-button:hover{background:rgba(255,193,160,.3);color:rgba(226,88,34,.96);border-color:rgba(255,255,255,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 12px 26px rgba(226,88,34,.18)}.human-docs__view-button[data-active=true]{background:linear-gradient(140deg,rgba(255,146,92,.58),rgba(255,106,58,.72));color:rgba(255,255,255,.97);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),inset 0 0 0 1px rgba(255,255,255,.48),0 18px 36px rgba(255,138,61,.38);transform:translateY(-1px);border-color:rgba(255,255,255,.65);filter:drop-shadow(0 12px 20px rgba(255,153,100,.28))}.human-docs__view-button+.human-docs__view-button:before{content:"";position:absolute;left:-1px;top:22%;bottom:22%;width:1px;background:rgba(255,255,255,.45);pointer-events:none}.human-docs__view-button:after{content:"";position:absolute;inset:6% 18% 55% 18%;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,0));opacity:.9;pointer-events:none}.human-docs__view-button:focus-visible{outline:2px solid rgba(255,138,61,.6);outline-offset:2px}[data-theme=dark] .filter-button-shell,[data-theme=dark] .human-docs__view-toggle{background:linear-gradient(155deg,rgba(37,45,64,.55),rgba(14,22,39,.38));border-color:rgba(148,163,184,.32);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 28px 52px rgba(2,6,23,.58),0 16px 34px rgba(8,112,214,.18);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%)}[data-theme=dark] .filter-button-shell:before,[data-theme=dark] .human-docs__view-toggle:before{background:radial-gradient(120% 120% at 20% -10%,rgba(255,255,255,.35) 0,rgba(255,255,255,0) 58%),linear-gradient(180deg,rgba(255,255,255,.15),rgba(15,23,42,.18));opacity:.7}[data-theme=dark] .human-docs__view-button{background:rgba(255,255,255,.12);color:rgba(226,232,240,.84);border-color:rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 10px 24px rgba(2,6,23,.45)}[data-theme=dark] .human-docs__view-button:hover{background:rgba(249,115,22,.3);color:rgba(255,237,213,.98);border-color:rgba(255,255,255,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 16px 28px rgba(249,115,22,.32)}[data-theme=dark] .human-docs__view-button[data-active=true]{background:linear-gradient(150deg,rgba(249,115,22,.62),rgba(255,138,61,.68));color:rgba(255,251,235,.98);border-color:rgba(255,255,255,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 18px 36px rgba(249,115,22,.48)}[data-theme=dark] .human-docs__view-button+.human-docs__view-button:before{background:rgba(96,104,128,.36)}[data-theme=dark] .human-docs__view-button:focus-visible{outline-color:rgba(249,115,22,.65)}[data-theme=dark] .human-docs__filter-badge{background:linear-gradient(150deg,rgba(249,115,22,.94),rgba(255,138,61,.9));color:rgba(255,251,235,.96);box-shadow:0 10px 24px rgba(249,115,22,.38),inset 0 1px 0 rgba(255,255,255,.38)}.human-docs-section{overflow:visible;position:relative;z-index:2}.human-docs__actions{display:flex;align-items:center;gap:12px}.human-docs__add{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:none;font-size:1.8rem;line-height:1;background:linear-gradient(90deg,#ff6a2b,#ff8a3d);color:#fff;box-shadow:0 12px 30px rgba(255,106,43,.32);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.human-docs__add:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(255,106,43,.38)}.human-docs__add:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,138,61,.35)}.human-docs__add[aria-disabled=true],.human-docs__add[disabled]{background:rgba(148,163,184,.26);color:rgba(148,163,184,.8);cursor:not-allowed;box-shadow:none;transform:none}[data-theme=dark] .human-docs__add[aria-disabled=true],[data-theme=dark] .human-docs__add[disabled]{background:rgba(148,163,184,.28);color:rgba(203,213,225,.7)}.human-docs__groups{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.human-planning-gallery{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:28px;overflow-x:auto;padding:24px 12px 16px;margin:0 -12px;border-radius:40px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.55),rgba(219,234,254,.35)),linear-gradient(120deg,rgba(248,250,252,.2),rgba(191,219,254,.25));scroll-snap-type:x proximity}.human-planning-card{position:relative;flex:1 1 360px;min-width:clamp(280px,42vw,360px);max-width:420px;width:100%;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.35);border-radius:28px;padding:18px;box-shadow:0 25px 65px rgba(15,23,42,.18),0 10px 25px rgba(147,197,253,.4),inset 0 1px 0 rgba(255,255,255,.6);backdrop-filter:blur(14px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;scroll-snap-align:start;outline:none}.human-planning-card:before{content:"";position:absolute;inset:-18px;z-index:-1;border-radius:40px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.65),transparent 55%);filter:blur(24px);opacity:.85}.human-planning-card:focus-visible,.human-planning-card:hover{transform:translateY(-2px);box-shadow:0 26px 60px rgba(15,23,42,.16);border-color:rgba(255,138,61,.55)}.human-planning-card[data-hovered=true]{transform:translateY(-4px);box-shadow:0 30px 80px rgba(15,23,42,.22),0 20px 55px rgba(59,130,246,.25),inset 0 1px 0 rgba(255,255,255,.65)}.human-planning-card[data-hovered=true]:after{opacity:1}.human-planning-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.human-planning-card__band{display:flex;align-items:center;gap:14px}.human-planning-card__glyph{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#ff8a3d,#ffab5c);color:#fff7ec;font-weight:700;font-size:.95rem;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 10px 20px rgba(255,138,61,.35)}.human-planning-card__band-text{display:flex;flex-direction:column;gap:6px}.human-planning-card__scenario-pill{display:inline-flex;padding:6px 14px;border-radius:999px;font-size:.85rem;font-weight:600;color:#0f172a;background:rgba(248,250,252,.85);border:1px solid rgba(15,23,42,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.human-planning-card__meta-row{display:flex;align-items:center;gap:8px}.human-planning-card__chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;background:rgba(15,23,42,.08);color:#0f172a;font-size:.75rem;font-weight:600;letter-spacing:.02em}.human-planning-card__expand{border:none;border-radius:999px;padding:8px 14px;font-size:.8rem;font-weight:600;background:rgba(15,23,42,.05);color:#0f172a;cursor:pointer;transition:background .2s ease,color .2s ease}.human-planning-card__expand:focus-visible,.human-planning-card__expand:hover{background:rgba(255,106,43,.12);color:#c2410c}.human-planning-card__board{margin-top:16px;border-radius:26px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),0 18px 35px rgba(15,23,42,.12);position:relative}.human-planning-card__board:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 0,rgba(255,255,255,.45),transparent 65%);opacity:0;pointer-events:none;transition:opacity .25s ease}.human-planning-card__board[data-hovered=true]:after{opacity:1}.human-planning-card__hint{margin-top:12px;font-size:.78rem;color:#64748b}.human-planning-single{display:flex;flex-direction:column;gap:18px}.human-planning-tabs{display:flex;flex-wrap:wrap;gap:10px}.human-planning-tab{border:1px solid rgba(15,23,42,.15);border-radius:999px;padding:6px 14px;font-size:.85rem;font-weight:600;color:rgba(15,23,42,.75);background:rgba(248,250,252,.85);cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.human-planning-tab.is-active{border-color:rgba(255,138,61,.7);color:#c2410c;background:rgba(255,248,237,.95)}.human-planning-single__board{position:relative;border-radius:32px;background:linear-gradient(135deg,#fff4ec,#ffe4d4);border:1px solid rgba(255,255,255,.6);padding:18px;box-shadow:0 24px 60px rgba(15,23,42,.15);overflow:hidden;width:100%;max-width:560px;margin:0 auto}.human-planning-single__board:after,.human-planning-single__board:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.human-planning-single__board:before{border:1px solid rgba(255,255,255,.9);opacity:.9}.human-planning-single__board:after{inset:6px;border-radius:26px;border:1px solid rgba(148,163,184,.25);box-shadow:inset 0 18px 32px rgba(15,23,42,.08)}.human-planning-single__board-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.human-planning-single__scenario-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.human-planning-scenario-pill{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.65);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}.human-planning-scenario-pill__icon{display:flex;align-items:center;justify-content:center;width:68px;height:68px}.human-planning-scenario-pill__icon-chip{--wizard-chip-shape:26px;--human-module-chip-radius:22px;--module-icon-size:46px;--module-glyph-size:26px;display:inline-flex;border-radius:var(--wizard-chip-shape);padding:0}.human-planning-scenario-pill__icon-chip .human-module-card__icon{border-radius:var(--human-module-chip-radius)}.human-planning-scenario-pill__icon-chip:after,.human-planning-scenario-pill__icon-chip:before{border-radius:var(--wizard-chip-shape)}@media (max-width:720px){.human-planning-scenario-pill__icon{width:60px;height:60px}.human-planning-scenario-pill__icon-chip{--wizard-chip-shape:22px;--module-icon-size:40px;--module-glyph-size:22px}}.human-planning-scenario-pill__body{display:flex;flex-direction:column;min-width:0}.human-planning-scenario-pill__title{font-weight:600;font-size:.95rem;color:#0f172a;margin:0}.human-planning-scenario-pill__chip{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:.72rem;font-weight:600;margin-top:2px}.human-planning-scenario-pill__ghost{background:transparent;border:1px solid rgba(15,23,42,.2);color:#0f172a;border-radius:999px;padding:6px 14px;font-weight:600;font-size:.85rem;transition:border-color .2s ease,background .2s ease,color .2s ease}.human-planning-scenario-pill__ghost:focus-visible,.human-planning-scenario-pill__ghost:hover{border-color:rgba(15,23,42,.4);background:rgba(15,23,42,.06)}.human-planning-single__eyebrow{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(15,23,42,.55)}.human-planning-single__board-body{width:100%;display:flex;justify-content:center;padding:0 12px;box-sizing:border-box}.human-planning-single__board-body>*{width:100%;max-width:380px}@media (max-width:768px){.human-planning-single__board,.human-planning-single__board-body>*{max-width:100%}}[data-theme=dark] .human-planning-single__board:before{border-color:rgba(255,255,255,.25)}[data-theme=dark] .human-planning-single__board:after{border-color:rgba(15,23,42,.65);box-shadow:inset 0 20px 36px rgba(0,0,0,.5)}.planning-mini-ruler{position:absolute;top:24px;bottom:24px;right:12px;width:34px;border-radius:999px;background:linear-gradient(180deg,rgba(226,232,255,.8),rgba(226,232,255,.2));border:1px solid rgba(148,163,184,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 12px 24px rgba(15,23,42,.1);pointer-events:none}.planning-mini-ruler__scale{position:absolute;inset:10px 6px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:.65rem;font-weight:600;color:rgba(15,23,42,.5)}.planning-mini-ruler__thumb{position:absolute;left:6px;right:6px;height:46px;border-radius:999px;background:linear-gradient(180deg,rgba(59,130,246,.9),rgba(14,165,233,.85));box-shadow:0 8px 18px rgba(59,130,246,.35);transition:transform .2s ease}[data-theme=dark] .planning-mini-ruler{background:linear-gradient(180deg,rgba(30,41,59,.8),rgba(15,23,42,.4));border-color:rgba(51,65,85,.7)}[data-theme=dark] .planning-mini-ruler__scale{color:rgba(148,163,184,.7)}.human-planning-summary{display:flex;flex-wrap:wrap;gap:10px}.human-planning-summary__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:rgba(248,250,252,.9);border:1px solid rgba(15,23,42,.1);font-size:.8rem;font-weight:600;color:rgba(15,23,42,.8)}.human-planning-summary__dot{width:10px;height:10px;border-radius:999px}.human-planning-summary__value{font-size:.72rem;color:rgba(15,23,42,.6)}.human-planning-summary__toggle{align-self:flex-start;border:none;border-radius:999px;padding:6px 14px;font-size:.82rem;font-weight:600;background:rgba(15,23,42,.08);color:#0f172a;cursor:pointer}.human-planning-card__legend{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}.human-planning-card__legend-item{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:rgba(15,23,42,.05);font-size:.78rem;font-weight:600;color:#0f172a}.human-planning-card__legend-dot{width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 1px rgba(15,23,42,.15)}.human-planning-card__legend-label{letter-spacing:.01em}.human-planning-card__legend-count{font-size:.75rem;color:rgba(15,23,42,.7)}.human-planning-card__categories{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.human-planning-mini{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.human-planning-mini__icon{width:42px;height:42px;border-radius:14px;background:rgba(248,250,252,.85);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.human-planning-mini__icon img{max-width:26px;max-height:26px}.human-planning-mini__body{display:flex;flex-direction:column;gap:2px}.human-planning-mini__title{font-size:.82rem;font-weight:600;color:#0f172a}.human-planning-mini__value{font-size:.78rem;color:rgba(15,23,42,.65)}.human-planning-mini--work{background:linear-gradient(135deg,rgba(255,243,230,.95),rgba(255,228,230,.9))}[data-theme=dark] .human-planning-gallery{background:radial-gradient(circle at 25% 15%,rgba(56,189,248,.18),transparent 55%),linear-gradient(135deg,rgba(15,23,42,.88),rgba(30,64,175,.6))}[data-theme=dark] .human-planning-card{background:rgba(15,23,42,.72);border-color:rgba(148,163,184,.32);box-shadow:0 28px 65px rgba(2,6,23,.75),0 16px 30px rgba(14,116,144,.45),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(18px)}[data-theme=dark] .human-planning-card__glyph{background:linear-gradient(135deg,#1d4ed8,#3b82f6);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 20px rgba(15,23,42,.75)}[data-theme=dark] .human-planning-card__scenario-pill{background:rgba(15,23,42,.85);border-color:rgba(255,255,255,.08);color:rgba(248,250,252,.92)}[data-theme=dark] .human-planning-card__chip{background:rgba(248,250,252,.12);color:rgba(248,250,252,.9)}[data-theme=dark] .human-planning-card:before{background:radial-gradient(circle at 55% 10%,rgba(56,189,248,.5),transparent 60%)}[data-theme=dark] .human-planning-card:after{background:linear-gradient(120deg,rgba(59,130,246,.25),rgba(56,189,248,0))}[data-theme=dark] .human-planning-card__hint{color:rgba(226,232,240,.8)}[data-theme=dark] .human-planning-card__legend-item{background:rgba(248,250,252,.08);color:rgba(248,250,252,.9)}[data-theme=dark] .human-planning-card__legend-dot{box-shadow:0 0 0 1px rgba(248,250,252,.18)}[data-theme=dark] .human-planning-card__legend-count{color:rgba(226,232,240,.85)}[data-theme=dark] .human-planning-card__categories .human-planning-mini{border-color:rgba(255,255,255,.08);background:rgba(15,23,42,.78)}[data-theme=dark] .human-planning-mini__title,[data-theme=dark] .human-planning-mini__value{color:rgba(248,250,252,.92)}[data-theme=dark] .human-planning-card__expand{background:rgba(248,250,252,.08);color:rgba(248,250,252,.9)}[data-theme=dark] .human-planning-card__expand:focus-visible,[data-theme=dark] .human-planning-card__expand:hover{background:rgba(255,138,61,.22);color:#ffedd5}[data-theme=dark] .human-planning-card__board{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 18px 30px rgba(2,6,23,.6)}[data-theme=dark] .human-planning-tab{border-color:rgba(255,255,255,.15);color:rgba(248,250,252,.75);background:rgba(15,23,42,.7)}[data-theme=dark] .human-planning-tab.is-active{border-color:rgba(59,130,246,.7);color:#bfdbfe;background:rgba(30,58,138,.6)}[data-theme=dark] .human-planning-single__board{background:linear-gradient(140deg,rgba(15,23,42,.92),rgba(15,118,190,.25));border-color:rgba(148,163,184,.22)}[data-theme=dark] .human-planning-single__eyebrow{color:rgba(248,250,252,.6)}[data-theme=dark] .human-planning-summary__chip{background:rgba(15,23,42,.7);border-color:rgba(255,255,255,.12);color:rgba(248,250,252,.85)}[data-theme=dark] .human-planning-summary__value{color:rgba(248,250,252,.7)}[data-theme=dark] .human-planning-summary__toggle{background:rgba(248,250,252,.08);color:rgba(248,250,252,.9)}[data-theme=dark] .human-planning-card__board:after{background:radial-gradient(circle at 60% 0,rgba(59,130,246,.45),transparent 70%)}.human-planning-modal{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:24px}.human-planning-modal__overlay{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px)}.human-planning-modal__panel{position:relative;width:min(1040px,92vw);max-height:90vh;overflow:auto;border-radius:32px;background:#fff;padding:28px;box-shadow:0 30px 80px rgba(15,23,42,.35)}.human-planning-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.human-planning-modal__eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#0f172a;opacity:.65}.human-planning-modal__close{border:none;border-radius:999px;padding:10px 18px;font-size:.85rem;font-weight:600;background:rgba(15,23,42,.06);cursor:pointer}.human-planning-modal__close:focus-visible,.human-planning-modal__close:hover{background:rgba(255,106,43,.18);color:#c2410c}.human-planning-modal__body{padding-bottom:8px}[data-theme=dark] .human-planning-modal__panel{background:rgba(15,23,42,.96);box-shadow:0 30px 80px rgba(2,6,23,.7)}[data-theme=dark] .human-planning-modal__eyebrow{color:rgba(248,250,252,.7)}[data-theme=dark] .human-planning-modal__close{background:rgba(248,250,252,.08);color:rgba(248,250,252,.9)}[data-theme=dark] .human-planning-modal__close:focus-visible,[data-theme=dark] .human-planning-modal__close:hover{background:rgba(255,138,61,.22);color:#ffedd5}@media (max-width:1024px){.human-planning-gallery{justify-content:flex-start;padding:20px 16px;border-radius:32px}.human-planning-card{flex:1 1 320px;min-width:min(320px,100%)}}@media (max-width:720px){.human-planning-gallery{flex-direction:column;gap:20px;overflow:visible;margin:0}.human-planning-card{flex:1 1 100%;min-width:100%;max-width:100%;border-radius:24px}}.human-docs__group-chip{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(255,170,110,.32);font-size:.7rem;font-weight:600;color:#a04a1f;letter-spacing:.04em;text-transform:uppercase}[data-theme=dark] .human-docs__group-chip{background:rgba(27,33,45,.8);border-color:rgba(255,171,104,.35);color:#ffb981}.human-docs__groups-empty{font-size:.75rem;color:rgba(71,85,105,.66)}[data-theme=dark] .human-docs__groups-empty{color:rgba(203,213,225,.68)}.human-docs__group-manage{margin-left:auto;border:none;background:rgba(255,255,255,.74);color:#b45309;font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:999px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.human-docs__group-manage:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(255,170,110,.18)}[data-theme=dark] .human-docs__group-manage{background:rgba(36,44,59,.78);color:#ffb981}.human-docs__attach-active{margin-left:auto;margin-top:6px;border:none;background:rgba(255,106,43,.14);color:#b3541b;font-size:.72rem;font-weight:600;padding:4px 12px;border-radius:999px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.human-docs__attach-active:hover:not([disabled]){transform:translateY(-1px);box-shadow:0 6px 14px rgba(255,106,43,.18)}.human-docs__attach-active[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none}[data-theme=dark] .human-docs__attach-active{background:rgba(255,138,61,.18);color:#ffb981}.human-docs__notes{margin-top:16px;font-size:.78rem;color:rgba(71,85,105,.75);background:rgba(255,255,255,.64);border-radius:14px;padding:10px 12px;border:1px solid rgba(255,170,110,.3)}[data-theme=dark] .human-docs__notes{background:rgba(26,32,44,.72);border-color:rgba(255,171,104,.28);color:rgba(203,213,225,.78)}.human-docs__open{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:linear-gradient(110deg,#ff6a2b,#ff8a3d);color:#fff;font-size:.78rem;font-weight:600;text-decoration:none;box-shadow:0 12px 28px rgba(255,138,61,.28);transition:transform .2s ease,box-shadow .2s ease}.human-docs__open:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(255,138,61,.36)}[data-theme=dark] .human-docs__open{background:linear-gradient(110deg,#ff8746,#ff9c55)}.human-docs__events{margin-top:18px;display:grid;gap:10px}.human-docs__event{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border-radius:16px;border:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.82);padding:10px 14px;text-align:left;color:#475569;font-size:.82rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.human-docs__event:hover{transform:translateY(-1px);border-color:rgba(255,138,61,.45);box-shadow:0 10px 22px rgba(255,171,104,.22)}[data-theme=dark] .human-docs__event{border-color:rgba(82,97,125,.42);background:rgba(26,32,44,.82);color:rgba(226,232,240,.88)}[data-theme=dark] .human-docs__event:hover{border-color:rgba(255,171,104,.45);box-shadow:0 12px 26px rgba(255,171,104,.24)}.human-docs__event-main{min-width:0;flex:1}.human-docs__event-title{font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .human-docs__event-title{color:#f8fafc}.human-docs__event-date{font-size:.72rem;color:rgba(71,85,105,.75)}[data-theme=dark] .human-docs__event-date{color:rgba(203,213,225,.7)}.human-docs__event-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:rgba(248,250,252,.88);color:#ff6a2b;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}[data-theme=dark] .human-docs__event-tag{background:rgba(255,171,104,.15);color:#ffae7e}.human-docs__more{margin-top:18px;font-size:.75rem;font-weight:600;color:rgba(71,85,105,.8)}[data-theme=dark] .human-docs__more{color:rgba(203,213,225,.76)}.human-docs__empty{display:flex;align-items:center;gap:18px;padding:24px;border-radius:24px;border:1px dashed rgba(255,138,61,.32);background:linear-gradient(160deg,rgba(255,249,241,.92),rgba(255,236,218,.78))}.human-docs__empty-icon{display:inline-flex;width:52px;height:52px;background:url(/folder.png) 50%/contain no-repeat;filter:drop-shadow(0 6px 16px rgba(255,138,61,.28))}.human-docs__empty-copy h3{margin:0 0 4px;font-size:1rem;font-weight:600;color:#1f2937}.human-docs__empty-copy p{margin:0;font-size:.85rem;color:rgba(71,85,105,.75)}.human-docs__empty-cta{margin-top:14px;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:none;background:linear-gradient(110deg,#ff6a2b,#ff8a3d);color:#fff;font-weight:600;box-shadow:0 12px 28px rgba(255,138,61,.28);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.human-docs__empty-cta:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(255,138,61,.35)}[data-theme=dark] .human-docs__empty{border-color:rgba(255,171,104,.35);background:linear-gradient(160deg,rgba(30,38,52,.92),rgba(26,32,44,.84))}[data-theme=dark] .human-docs__empty-icon{filter:drop-shadow(0 6px 16px rgba(255,171,104,.32))}[data-theme=dark] .human-docs__empty-copy h3{color:#f8fafc}[data-theme=dark] .human-docs__empty-copy p{color:rgba(203,213,225,.72)}[data-theme=dark] .human-docs__empty-cta{background:linear-gradient(110deg,#ff8746,#ff9c55)}.human-docs-modal{position:fixed;inset:0;z-index:2147483646;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,48px)}.human-docs-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.4);backdrop-filter:blur(6px)}.human-docs-modal__panel{position:relative;z-index:1;width:min(520px,94vw);max-height:min(88vh,760px);border-radius:28px;background:linear-gradient(160deg,rgba(255,255,255,.96),rgba(255,240,230,.9));border:1px solid rgba(255,255,255,.8);box-shadow:0 28px 60px rgba(15,23,42,.25),0 12px 26px rgba(15,23,42,.18);overflow:hidden;display:flex;flex-direction:column}[data-theme=dark] .human-docs-modal__panel{background:linear-gradient(160deg,rgba(28,34,46,.95),rgba(22,26,36,.9));border-color:rgba(148,163,184,.24);box-shadow:0 28px 60px rgba(6,12,20,.55),0 16px 32px rgba(10,16,28,.4)}.human-docs-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px 10px}.human-docs-modal__title{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}[data-theme=dark] .human-docs-modal__title{color:#f8fafc}.human-docs-modal__close{border:none;background:rgba(255,255,255,.72);color:#475569;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}[data-theme=dark] .human-docs-modal__close{background:rgba(26,32,44,.85);color:rgba(226,232,240,.85)}.human-docs-modal__body{padding:0 22px 18px;display:grid;gap:14px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable both-edges}.human-docs-modal__field{display:grid;gap:6px}.human-docs-modal__field label,.human-docs-modal__field span{font-size:.78rem;font-weight:600;color:rgba(71,85,105,.82);text-transform:uppercase;letter-spacing:.08em}[data-theme=dark] .human-docs-modal__field label,[data-theme=dark] .human-docs-modal__field span{color:rgba(203,213,225,.75)}.human-docs-modal__input,.human-docs-modal__select,.human-docs-modal__textarea{width:100%;border:1px solid rgba(148,163,184,.35);border-radius:12px;padding:9px 12px;font-size:.9rem;background:rgba(255,255,255,.95);color:#1f2937}[data-theme=dark] .human-docs-modal__input,[data-theme=dark] .human-docs-modal__select,[data-theme=dark] .human-docs-modal__textarea{border-color:rgba(82,97,125,.45);background:rgba(23,28,38,.85);color:rgba(226,232,240,.92)}.human-docs-modal__input:disabled,.human-docs-modal__select:disabled,.human-docs-modal__textarea:disabled{opacity:.65;cursor:not-allowed}.human-docs-modal__groups{display:grid;gap:8px}.human-docs-modal__group-chips{display:flex;flex-wrap:wrap;gap:6px}.human-docs-modal__group-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(255,170,110,.32);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.human-docs-modal__group-remove{border:none;background:rgba(15,23,42,.08);color:#475569;width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.human-docs-modal__group-row{display:flex;align-items:center;gap:8px}.human-docs-modal__file-label{font-size:.78rem;font-weight:600;color:rgba(71,85,105,.82);text-transform:uppercase;letter-spacing:.08em}.human-docs-modal__file-row{display:flex;align-items:center;gap:10px}.human-docs-modal__file-btn{border:1px solid rgba(255,138,61,.35);border-radius:12px;background:linear-gradient(180deg,#fff6ef,#ffe0c7);color:#b3541b;font-weight:600;padding:9px 18px;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(255,170,110,.18)}.human-docs-modal__file-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.human-docs-modal__file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.human-docs-modal__file-hint{font-size:.72rem;color:rgba(71,85,105,.65);margin-top:4px}[data-theme=dark] .human-docs-modal__file-btn{border-color:rgba(255,138,61,.45);background:linear-gradient(180deg,rgba(32,38,48,.92),rgba(24,29,38,.88));color:#ffb981;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px rgba(0,0,0,.35)}[data-theme=dark] .human-docs-modal__file-hint{color:rgba(203,213,225,.65)}.human-docs-modal__file-preview{margin-top:12px;padding:12px;border-radius:18px;border:1px solid rgba(255,170,110,.32);background:linear-gradient(180deg,rgba(255,248,242,.95),rgba(255,236,220,.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 12px 24px rgba(255,170,110,.16);display:grid;gap:12px}.human-docs-modal__file-preview[data-kind=pdf]{display:flex;align-items:center;gap:16px}.human-docs-modal__file-preview-visual{position:relative;border-radius:14px;overflow:hidden;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.78);box-shadow:0 10px 22px rgba(255,170,110,.18);max-height:240px}.human-docs-modal__file-preview[data-kind=pdf] .human-docs-modal__file-preview-visual{flex:0 0 68px;width:68px;height:84px;border-radius:16px;display:flex}.human-docs-modal__file-preview-image{display:block;width:100%;height:auto;max-height:240px;object-fit:contain;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,235,215,.7))}.human-docs-modal__file-preview-pdf{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ff8746,#ffa35c);color:#fff;font-weight:700;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.human-docs-modal__file-preview-pdf-label{transform:translateY(2px)}.human-docs-modal__file-preview-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.human-docs-modal__file-preview-name{font-weight:600;font-size:.9rem;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.human-docs-modal__file-preview-size{font-size:.78rem;color:rgba(71,85,105,.72)}[data-theme=dark] .human-docs-modal__file-preview{border-color:rgba(255,171,104,.36);background:linear-gradient(180deg,rgba(38,45,60,.94),rgba(30,37,52,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 24px rgba(8,15,30,.45)}[data-theme=dark] .human-docs-modal__file-preview-visual{background:rgba(23,29,42,.92);border-color:rgba(148,163,184,.24);box-shadow:0 12px 24px rgba(8,15,30,.5)}[data-theme=dark] .human-docs-modal__file-preview-pdf{background:linear-gradient(180deg,#fb7720,#ff8f3a)}[data-theme=dark] .human-docs-modal__file-preview-name{color:#f8fafc}[data-theme=dark] .human-docs-modal__file-preview-size{color:rgba(203,213,225,.75)}.human-docs-modal__group-input{flex:1;border:1px dashed rgba(255,170,110,.42);border-radius:12px;padding:8px 12px;background:rgba(255,255,255,.92);font-size:.85rem;color:#1f2937}[data-theme=dark] .human-docs-modal__group-input{border-color:rgba(255,171,104,.38);background:rgba(23,28,38,.82);color:rgba(226,232,240,.9)}.human-docs-modal__group-add{border:none;border-radius:999px;padding:8px 14px;background:linear-gradient(110deg,#ff6a2b,#ff8a3d);color:#fff;font-weight:600;font-size:.78rem;cursor:pointer;box-shadow:0 10px 22px rgba(255,138,61,.28)}[data-theme=dark] .human-docs-modal__group-add{background:linear-gradient(110deg,#ff8746,#ff9c55)}.human-docs-modal__error{margin-top:4px;font-size:.8rem;font-weight:600;color:#b91c1c}.human-docs-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 22px 20px}.human-docs-modal__link-event{border:none;border-radius:12px;background:linear-gradient(180deg,#ff8a3d,#ff6a2b);color:#fff;font-weight:600;padding:10px 18px;cursor:pointer;box-shadow:0 12px 26px rgba(255,106,43,.3);margin-right:auto}.human-docs-modal__link-event:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}[data-theme=dark] .human-docs-modal__link-event{background:linear-gradient(180deg,#ff8746,#ff6f2d)}.human-docs-modal__cancel{border:none;background:transparent;color:#b45309;font-weight:600;font-size:.85rem;cursor:pointer}[data-theme=dark] .human-docs-modal__cancel{color:rgba(203,213,225,.82)}.human-docs-modal__submit{border:none;border-radius:999px;padding:10px 18px;background:linear-gradient(110deg,#ff6a2b,#ff8a3d);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:0 14px 28px rgba(255,138,61,.32);display:inline-flex;align-items:center;gap:6px}.human-docs-modal__submit[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none}.human-docs__filter-popover{position:absolute;top:calc(100% + 14px);left:0;min-width:min(340px,86vw);padding:22px 24px 24px;border-radius:28px;border:1px solid rgba(255,255,255,.62);background:linear-gradient(160deg,rgba(255,255,255,.85) 4%,rgba(255,233,216,.8) 46%,rgba(255,211,188,.68));box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 0 0 1px rgba(255,255,255,.32),0 26px 46px rgba(255,161,110,.3),0 50px 84px rgba(15,23,42,.28);backdrop-filter:blur(30px) saturate(190%);-webkit-backdrop-filter:blur(30px) saturate(190%);overflow:hidden;isolation:isolate;z-index:60}.human-docs__filter-popover:after,.human-docs__filter-popover:before{content:"";position:absolute;pointer-events:none;mix-blend-mode:screen;opacity:.85;transform:translateZ(0)}.human-docs__filter-popover:before{inset:-22% -38% 58% -38%;background:radial-gradient(140% 120% at 50% 0,rgba(255,255,255,.95) 0,rgba(255,255,255,0) 70%)}.human-docs__filter-popover:after{inset:48% -42% -28% -42%;background:radial-gradient(140% 120% at 50% 100%,rgba(255,174,126,.32) 0,rgba(255,174,126,0) 72%)}.human-docs__filter-popover .filter-search{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.human-docs__filter-popover .filter-search__field{position:relative;display:flex;align-items:center;border-radius:18px;border:1px solid rgba(255,173,120,.48);background:linear-gradient(140deg,rgba(255,255,255,.92) 2%,rgba(255,238,225,.88));padding:12px 16px 12px 52px;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -1px 0 rgba(255,200,160,.28),0 16px 32px rgba(255,181,128,.22)}.human-docs__filter-popover .filter-search__field input{flex:1;border:none;background:transparent;font-size:14px;font-weight:500;color:rgba(89,56,34,.9)}.human-docs__filter-popover .filter-search__field input:focus{outline:none}.human-docs__filter-popover .filter-search__icon{position:absolute;left:18px;display:inline-flex;width:20px;height:20px;color:rgba(236,128,70,.7)}.human-docs__filter-popover .filter-search__clear{border:none;background:linear-gradient(140deg,rgba(255,213,182,.92),rgba(255,173,120,.82));color:rgba(94,52,24,.8);width:28px;height:28px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 20px rgba(255,170,110,.28);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.human-docs__filter-popover .filter-search__clear:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(255,165,102,.32)}.human-docs__filter-popover .filter-search__hint{font-size:.74rem;color:rgba(90,62,40,.7);padding-left:4px}.human-docs__filter-popover .human-docs__filter-groups{padding:6px 2px 14px}.human-docs__filter-popover .human-docs__filter-empty{padding:12px 2px 16px;font-size:.78rem;color:rgba(84,62,45,.66)}.human-docs__filter-popover .human-docs__filter-footer{margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,196,152,.45)}.human-docs__filter-popover .filter-popover__close{border-radius:999px;padding:10px 18px;border:none;background:linear-gradient(140deg,rgba(255,150,100,.9),rgba(255,98,46,.9));color:rgba(255,255,255,.98);font-weight:600;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 16px 30px rgba(255,130,72,.32);transition:transform .2s ease,box-shadow .2s ease}.human-docs__filter-popover .filter-popover__close:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 20px 34px rgba(255,138,74,.36)}.human-docs__filter-popover .filter-popover__close:focus-visible{outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 0 0 3px rgba(255,255,255,.6),0 0 0 6px rgba(24,144,216,.38)}.human-docs__filter-groups{display:flex;flex-wrap:wrap;gap:8px;padding:4px 2px 10px}.human-docs__filter-chip{border:1px solid rgba(255,170,110,.35);background:rgba(255,255,255,.86);color:#b45309;font-size:.72rem;font-weight:600;padding:6px 10px;border-radius:999px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.human-docs__filter-chip:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(255,170,110,.2)}.human-docs__filter-chip.is-active{background:linear-gradient(110deg,#ff6a2b,#ff8a3d);border-color:transparent;color:#fff;box-shadow:0 10px 22px rgba(255,138,61,.28)}[data-theme=dark] .human-docs__filter-chip{border-color:rgba(255,171,104,.35);background:rgba(36,44,59,.86);color:#ffb981}[data-theme=dark] .human-docs__filter-chip.is-active{background:linear-gradient(110deg,#ff8746,#ff9c55);box-shadow:0 12px 22px rgba(255,171,104,.32)}[data-theme=dark] .human-docs__filter-popover{border-color:rgba(148,163,184,.38);background:linear-gradient(160deg,rgba(27,36,52,.92) 4%,rgba(16,24,42,.88) 46%,rgba(9,15,26,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 0 0 1px rgba(148,163,184,.18),0 28px 58px rgba(2,6,23,.62),0 44px 88px rgba(8,112,214,.24)}[data-theme=dark] .human-docs__filter-popover:before{background:radial-gradient(130% 120% at 55% -10%,rgba(255,255,255,.22) 0,rgba(255,255,255,0) 70%);opacity:.5}[data-theme=dark] .human-docs__filter-popover:after{background:radial-gradient(135% 120% at 50% 110%,rgba(249,115,22,.24) 0,rgba(249,115,22,0) 70%);opacity:.65}[data-theme=dark] .human-docs__filter-popover .filter-search__field{border-color:rgba(148,163,184,.32);background:linear-gradient(150deg,rgba(41,52,74,.92) 2%,rgba(24,32,52,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 -1px 0 rgba(59,130,246,.14),0 16px 32px rgba(2,6,23,.55)}[data-theme=dark] .human-docs__filter-popover .filter-search__field input{color:rgba(226,232,240,.88)}[data-theme=dark] .human-docs__filter-popover .filter-search__icon{color:rgba(249,115,22,.68)}[data-theme=dark] .human-docs__filter-popover .filter-search__clear{background:linear-gradient(150deg,rgba(71,85,105,.9),rgba(51,65,85,.9));color:rgba(226,232,240,.88);box-shadow:0 12px 24px rgba(15,23,42,.6)}[data-theme=dark] .human-docs__filter-popover .filter-search__hint{color:rgba(226,232,240,.6)}[data-theme=dark] .human-docs__filter-popover .human-docs__filter-empty{color:rgba(203,213,225,.66)}[data-theme=dark] .human-docs__filter-popover .human-docs__filter-footer{border-top-color:rgba(71,85,105,.38)}[data-theme=dark] .human-docs__filter-popover .filter-popover__close{background:linear-gradient(150deg,rgba(249,115,22,.82),rgba(255,128,64,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 16px 30px rgba(249,115,22,.4)}[data-theme=dark] .human-docs__filter-popover .filter-popover__close:focus-visible{box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 0 0 3px rgba(255,255,255,.18),0 0 0 6px rgba(59,130,246,.38)}.human-docs__filter-empty{padding:8px 0 12px;font-size:.78rem;color:rgba(71,85,105,.7)}[data-theme=dark] .human-docs__filter-empty{color:rgba(203,213,225,.68)}.human-docs__filter-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.human-docs__filter-reset{border:none;background:transparent;color:#b45309;font-size:.75rem;font-weight:600;cursor:pointer;text-decoration:underline}[data-theme=dark] .human-docs__filter-reset{color:#ffb981}.human-docs__empty--filtered{align-items:flex-start}.human-modules-card{--modules-accent:#f97316;--modules-accent-strong:#ea580c;--modules-outline:rgba(191,219,254,0.42);--modules-neutral:rgba(30,41,59,0.82);--modules-core-border:rgba(255,255,255,0.6);--modules-core-gradient:radial-gradient(185% 185% at 18% -58%,rgba(255,255,255,0.82),transparent 72%),radial-gradient(150% 150% at 85% -36%,rgba(191,219,254,0.28),transparent 68%),linear-gradient(185deg,rgba(255,255,255,0.52),rgba(223,236,255,0.46));--modules-card-border:rgba(255,229,214,0.82);--modules-card-border-muted:rgba(255,218,200,0.76);--modules-card-border-active:rgba(255,203,176,0.72);--modules-card-gradient:radial-gradient(185% 185% at 18% -52%,rgba(255,255,255,0.97),transparent 76%),radial-gradient(160% 170% at 90% -36%,rgba(255,234,211,0.42),transparent 70%),linear-gradient(186deg,rgba(255,252,247,0.9),rgba(255,236,224,0.74));--modules-card-gradient-muted:radial-gradient(175% 178% at 24% -42%,rgba(255,243,232,0.92),transparent 72%),radial-gradient(150% 150% at 92% -18%,rgba(255,230,208,0.32),transparent 66%),linear-gradient(188deg,rgba(255,248,238,0.88),rgba(252,239,225,0.74));--modules-card-gradient-active:radial-gradient(182% 185% at 18% -48%,rgba(255,249,238,0.94),transparent 72%),radial-gradient(150% 150% at 92% -22%,rgba(255,223,198,0.36),transparent 68%),linear-gradient(186deg,rgba(255,247,233,0.92),rgba(255,231,209,0.74));--modules-card-shadow:0 44px 86px rgba(255,208,180,0.24),0 26px 52px rgba(255,223,204,0.18);--modules-card-shadow-hover:0 52px 102px rgba(255,208,180,0.3),0 34px 64px rgba(255,223,204,0.22);--modules-card-inner-border:rgba(255,255,255,0.78);--modules-card-inner-glow:rgba(255,214,186,0.2);--modules-card-highlight:rgba(255,239,227,0.92);position:relative;margin-top:clamp(1rem,2vw,1.4rem);padding:clamp(2.2rem,4.2vw,3.2rem);border-radius:46px;border:1px solid rgba(255,255,255,.55);background:radial-gradient(190% 200% at 12% -65%,rgba(255,255,255,.9),transparent 74%),radial-gradient(160% 185% at 88% -52%,rgba(191,219,254,.32),transparent 70%),linear-gradient(186deg,rgba(255,255,255,.54),rgba(222,235,255,.46));box-shadow:0 48px 96px rgba(148,197,255,.16),0 36px 68px rgba(15,23,42,.18);backdrop-filter:blur(28px);display:flex;flex-direction:column;gap:clamp(1.6rem,3.4vw,2.5rem);isolation:isolate;overflow:hidden}.human-modules-card:before{inset:-2px;border-radius:inherit;background:linear-gradient(125deg,rgba(255,255,255,.55),rgba(191,219,254,.18));border:1px solid rgba(255,255,255,.4);opacity:.9}.human-modules-card:after,.human-modules-card:before{content:"";position:absolute;pointer-events:none;z-index:0}.human-modules-card:after{inset:18% 18% auto 18%;height:42px;border-radius:999px;background:rgba(255,255,255,.68);filter:blur(28px);opacity:.7}.human-modules-card>*{position:relative;z-index:1}.human-modules-card__header{position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:clamp(.8rem,2.4vw,1.4rem);padding:clamp(.35rem,1vw,.65rem);border-radius:36px;border:none;background:transparent;box-shadow:none}.human-modules-card__intro{position:relative;flex:1 1 380px;min-width:min(480px,100%);display:flex;flex-direction:column;gap:.5rem;padding:clamp(.85rem,1.6vw,1.2rem) clamp(1rem,2.4vw,1.6rem);border-radius:28px;border:1px solid rgba(255,255,255,.35);background:radial-gradient(165% 165% at 18% -44%,rgba(255,255,255,.85),transparent 68%),radial-gradient(145% 150% at 90% -28%,rgba(191,219,254,.3),transparent 62%),linear-gradient(150deg,rgba(255,255,255,.6),rgba(226,232,240,.42));box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 24px 36px rgba(148,197,255,.18);backdrop-filter:blur(18px)}.human-modules-card__title-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.8rem}.human-modules-card__intro:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.55);pointer-events:none}.human-modules-card__intro:before{content:"";position:absolute;inset:auto 28px 10px 28px;height:24px;border-radius:999px;background:rgba(255,255,255,.65);filter:blur(26px);opacity:.7}.human-modules-card__eyebrow{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgba(249,115,22,.82)}.human-modules-card__title{margin:0;font-size:clamp(1.32rem,3vw,1.6rem);font-weight:700;color:var(--modules-accent-strong)}.human-modules-card__subtitle{margin:.2rem 0 0;font-size:.95rem;line-height:1.6;color:rgba(124,45,18,.7)}.human-modules-card__meter{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem 1.1rem;border-radius:999px;font-size:.85rem;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.98);text-shadow:0 1px 2px rgba(6,95,70,.4),0 0 8px rgba(45,212,191,.45);background:radial-gradient(145% 155% at 18% -35%,rgba(255,255,255,.96),transparent 60%),linear-gradient(135deg,rgba(196,246,236,.96),rgba(45,212,191,.9));border:1px solid rgba(45,212,191,.6);box-shadow:inset 0 2px 4px rgba(255,255,255,.65),inset 0 -3px 8px rgba(16,185,129,.25),0 16px 28px rgba(16,185,129,.25);backdrop-filter:blur(4px)}.human-modules-card__meter strong{font-size:1rem;font-weight:700}.human-modules-card__guidelines{margin:.8rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem;color:rgba(30,41,59,.78);font-size:.85rem}.human-modules-card__guidelines li{display:flex;align-items:center;gap:.45rem}.human-modules-card__guideline-icon{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.96),transparent 60%),linear-gradient(135deg,rgba(226,232,240,.78),rgba(191,219,254,.74));border:1px solid rgba(191,219,254,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 6px 12px rgba(148,163,184,.25)}.human-core-module-card{position:relative;margin-bottom:clamp(1rem,2.4vw,1.6rem)}.human-core-module-card__body{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(.8rem,2vw,1.4rem);padding:clamp(1rem,2.6vw,1.6rem);border-radius:999px;border:1px solid var(--modules-core-border,rgba(255,255,255,.55));background:var(
    --modules-core-gradient,radial-gradient(185% 180% at 16% -52%,rgba(255,255,255,.88),transparent 72%),radial-gradient(150% 150% at 88% -32%,rgba(191,219,254,.32),transparent 68%),linear-gradient(160deg,rgba(255,255,255,.6),rgba(219,234,254,.46))
  );box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 28px 48px rgba(148,197,255,.2);backdrop-filter:blur(18px)}.human-core-module-card__body:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.5);pointer-events:none}.human-core-module-card__icon{display:flex;align-items:center;justify-content:center;padding:0;line-height:0;background:none;box-shadow:none}.human-core-module-card__icon:after,.human-core-module-card__icon:before{content:none}.human-core-module-card__glyph{width:30px;height:30px;background:linear-gradient(148deg,rgba(255,255,255,.95),rgba(255,233,208,.88));-webkit-mask-image:url(/socle-commun.png);mask-image:url(/socle-commun.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;filter:drop-shadow(0 10px 18px rgba(148,197,255,.28))}[data-theme=dark] .human-core-module-card__icon{background:none;box-shadow:none}[data-theme=dark] .human-core-module-card__icon:after,[data-theme=dark] .human-core-module-card__icon:before{content:none}[data-theme=dark] .human-core-module-card__glyph{background:linear-gradient(148deg,rgba(191,219,254,.95),rgba(96,165,250,.72));filter:drop-shadow(0 10px 18px rgba(14,20,35,.55))}.human-core-module-card__info{display:flex;flex-direction:column;gap:.2rem}.human-core-module-card__eyebrow{margin:0;text-transform:uppercase;font-size:.7rem;letter-spacing:.2em;font-weight:700;color:rgba(249,115,22,.78)}.human-core-module-card__title{margin:0;font-size:1.16rem;font-weight:700;color:var(--modules-accent-strong)}.human-core-module-card__description{margin:0;font-size:.9rem;color:rgba(124,45,18,.72)}.human-core-module-card__badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem 1rem;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.98);text-shadow:0 1px 2px rgba(6,95,70,.4),0 0 8px rgba(45,212,191,.45);background:radial-gradient(145% 155% at 18% -35%,rgba(255,255,255,.96),transparent 60%),linear-gradient(135deg,rgba(196,246,236,.96),rgba(45,212,191,.88));border:1px solid rgba(45,212,191,.6);box-shadow:inset 0 2px 4px rgba(255,255,255,.65),inset 0 -3px 8px rgba(16,185,129,.25),0 16px 28px rgba(16,185,129,.28);backdrop-filter:blur(4px)}.human-core-module-card__badge-dot{width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.85),transparent 60%),linear-gradient(145deg,rgba(16,185,129,1),rgba(5,150,105,.95));box-shadow:0 4px 12px rgba(16,185,129,.5)}.human-core-module-card__connector{width:min(420px,80%);height:24px;margin:clamp(.6rem,2vw,.9rem) auto 0;border-radius:999px;background:radial-gradient(150% 160% at 50% -70%,rgba(255,255,255,.92),transparent 70%),linear-gradient(135deg,rgba(255,255,255,.78),rgba(219,234,254,.72));border:1px solid rgba(255,255,255,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 16px 28px rgba(148,197,255,.28);backdrop-filter:blur(16px)}[data-theme=dark] .human-core-module-card__badge{color:rgba(255,255,255,.96);text-shadow:0 1px 2px rgba(0,0,0,.55),0 0 8px rgba(45,212,191,.4);background:radial-gradient(140% 160% at 16% -35%,rgba(45,212,191,.35),transparent 60%),linear-gradient(140deg,rgba(19,78,74,.9),rgba(6,51,56,.92));border:1px solid rgba(45,212,191,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 -3px 8px rgba(13,148,136,.35),0 18px 32px rgba(0,0,0,.65)}[data-theme=dark] .human-core-module-card__badge-dot{background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.25),transparent 55%),linear-gradient(145deg,rgba(45,212,191,.95),rgba(16,185,129,.9));box-shadow:0 4px 12px rgba(13,148,136,.55)}[data-theme=dark] .human-core-module-card__connector{background:radial-gradient(170% 170% at 40% -60%,rgba(148,197,255,.42),transparent 70%),linear-gradient(150deg,rgba(30,41,59,.94),rgba(12,18,32,.92));border-color:rgba(148,197,255,.32);box-shadow:inset 0 1px 0 rgba(148,197,255,.15),0 20px 36px rgba(3,7,18,.65);backdrop-filter:blur(16px)}.human-modules-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem}.human-modules-card__close{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;border:1px solid rgba(249,115,22,.45);background:radial-gradient(150% 150% at 20% -45%,rgba(255,255,255,.9),transparent 68%),linear-gradient(140deg,rgba(255,255,255,.86),rgba(251,146,60,.62));color:var(--modules-accent-strong);box-shadow:0 22px 40px rgba(249,115,22,.24),inset 0 1px 0 rgba(255,255,255,.75);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.human-modules-card__close:after{content:"";position:absolute;inset:4px;border-radius:inherit;border:1px solid rgba(255,255,255,.72);pointer-events:none;opacity:.85}.human-modules-card__close svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s cubic-bezier(.16,1,.3,1)}.human-modules-card__close:focus-visible,.human-modules-card__close:hover{transform:translateY(-1px);background:radial-gradient(150% 150% at 16% -40%,rgba(255,255,255,.96),transparent 65%),linear-gradient(140deg,rgba(255,255,255,.9),rgba(249,115,22,.72));border-color:rgba(249,115,22,.7);box-shadow:0 26px 48px rgba(249,115,22,.28),inset 0 1px 0 rgba(255,255,255,.82);color:var(--modules-accent);outline:none}.human-modules-card__close:focus-visible svg,.human-modules-card__close:hover svg{transform:rotate(90deg) scale(1.05)}.human-modules-card__close:active{transform:translateY(1px) scale(.98);box-shadow:0 18px 32px rgba(234,88,12,.24),inset 0 1px 0 rgba(255,255,255,.7)}.human-modules-card__close:active svg{transform:rotate(90deg) scale(.95)}.human-modules-card__content{display:flex;flex-direction:column;gap:clamp(1rem,2.4vw,1.6rem)}.human-modules-card__content .human-actions__modules-grid{margin-top:0}.human-modules-card .human-module-card__icon{--human-module-chip-radius:clamp(20px,4vw,32px)}.human-modules-card .human-module-card__icon,.wizard-module-chip .human-module-card__icon{background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.96),transparent 60%),linear-gradient(160deg,rgba(255,198,150,.45),rgba(255,166,110,.4)),linear-gradient(140deg,rgba(255,244,231,.98),rgba(255,226,201,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 12px 24px rgba(255,193,150,.24)}.human-modules-card .human-module-card__icon:before,.wizard-module-chip .human-module-card__icon:before{background:radial-gradient(132% 120% at 50% 18%,rgba(255,255,255,.75),transparent 70%);box-shadow:inset 0 -16px 22px rgba(255,191,150,.28)}.human-modules-card .human-module-card__icon:after,.wizard-module-chip .human-module-card__icon:after{border-color:rgba(255,255,255,.65)}.human-modules-card .human-module-card__glyph,.wizard-module-chip .human-module-card__glyph{background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.18),transparent 65%),linear-gradient(136deg,#ff7a1a,#ffb347 70%,#ffd9a8);filter:drop-shadow(0 0 .85px rgba(255,170,120,.9)) drop-shadow(0 14px 24px rgba(249,115,22,.35))}.human-modules-card .wizard-module-chip .human-module-card__icon,.wizard-missing-card .wizard-module-chip .human-module-card__icon{background:radial-gradient(160% 140% at 20% -28%,rgba(255,255,255,.95),transparent 60%),radial-gradient(140% 120% at 82% -22%,rgba(147,197,253,.26),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.16));border:1px solid rgba(255,255,255,.82);background-clip:padding-box;border-radius:var(--wizard-chip-shape,999px);box-shadow:inset 0 2px 8px rgba(255,255,255,.9),0 12px 26px rgba(148,197,255,.22),0 6px 12px rgba(15,23,42,.08)}.human-modules-card .wizard-module-chip .human-module-card__icon:before,.wizard-missing-card .wizard-module-chip .human-module-card__icon:before{background:radial-gradient(130% 130% at 32% 16%,rgba(255,255,255,.95),transparent 64%),radial-gradient(120% 120% at 70% 32%,rgba(203,221,255,.35),transparent 74%);box-shadow:inset 0 -12px 18px rgba(182,209,255,.22)}.human-modules-card .wizard-module-chip .human-module-card__icon:after,.wizard-missing-card .wizard-module-chip .human-module-card__icon:after{border-color:rgba(255,255,255,.9)}.wizard-module-chip .human-module-card__icon{background:radial-gradient(150% 150% at 20% -38%,rgba(255,255,255,.95),transparent 62%),radial-gradient(125% 145% at 82% -30%,rgba(190,242,255,.55),transparent 72%),linear-gradient(170deg,rgba(236,253,245,.96),rgba(219,244,255,.92));box-shadow:inset 0 2px 6px rgba(255,255,255,.95),0 16px 32px rgba(14,165,233,.2),0 10px 24px rgba(16,185,129,.18);backdrop-filter:blur(22px) saturate(165%);-webkit-backdrop-filter:blur(22px) saturate(165%)}.wizard-module-chip .human-module-card__icon:before{background:radial-gradient(132% 124% at 32% 18%,rgba(255,255,255,.9),transparent 66%),radial-gradient(118% 130% at 78% 26%,rgba(191,227,255,.4),transparent 74%);box-shadow:inset 0 -18px 26px rgba(59,196,255,.2)}.wizard-module-chip .human-module-card__icon:after{border-color:rgba(255,255,255,.88);opacity:.96}.wizard-module-chip .human-module-card__glyph{background:radial-gradient(circle at 30% 26%,rgba(255,255,255,.2),transparent 60%),linear-gradient(136deg,#ff7a1a,#ffb347 65%,#ffdcb0);filter:drop-shadow(0 0 1px rgba(255,176,120,.92)) drop-shadow(0 14px 24px rgba(249,115,22,.38))}.human-modules-card .human-module-card.is-disabled .human-module-card__glyph{opacity:.95;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.18),transparent 58%),linear-gradient(148deg,rgba(118,128,146,.98),rgba(48,58,75,.94));mix-blend-mode:normal;filter:grayscale(1) saturate(.15) brightness(.92) drop-shadow(0 16px 26px rgba(71,82,102,.32))}[data-theme=dark] .human-modules-card .human-module-card__icon,[data-theme=dark] .wizard-module-chip .human-module-card__icon{background:radial-gradient(circle at 32% 20%,rgba(255,159,108,.32),transparent 70%),linear-gradient(150deg,rgba(60,34,24,.92),rgba(28,20,16,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 22px 42px rgba(0,0,0,.7)}[data-theme=dark] .human-modules-card .human-module-card__icon:before,[data-theme=dark] .wizard-module-chip .human-module-card__icon:before{background:radial-gradient(130% 120% at 48% 16%,rgba(255,166,122,.35),transparent 70%);box-shadow:inset 0 -16px 20px rgba(234,88,12,.18)}[data-theme=dark] .human-modules-card .human-module-card__icon:after,[data-theme=dark] .wizard-module-chip .human-module-card__icon:after{border-color:rgba(255,166,122,.35)}[data-theme=dark] .human-modules-card .human-module-card__glyph,[data-theme=dark] .wizard-module-chip .human-module-card__glyph{background:linear-gradient(140deg,rgba(255,224,203,.95),rgba(255,170,120,.78));filter:drop-shadow(0 0 .9px rgba(255,190,150,.85)) drop-shadow(0 14px 22px rgba(0,0,0,.55))}[data-theme=dark] .wizard-module-chip__glyph-image{--wizard-chip-outline:color-mix(in srgb,var(--wizard-chip-color-from,#ffd0ad) 72%,rgba(8,12,22,0.45));filter:drop-shadow(0 0 0 var(--wizard-chip-outline)) drop-shadow(0 1px 0 var(--wizard-chip-outline)) drop-shadow(0 -1px 0 var(--wizard-chip-outline)) drop-shadow(1px 0 0 var(--wizard-chip-outline)) drop-shadow(-1px 0 0 var(--wizard-chip-outline)) drop-shadow(1px 1px 0 var(--wizard-chip-outline)) drop-shadow(-1px -1px 0 var(--wizard-chip-outline)) drop-shadow(-1px 1px 0 var(--wizard-chip-outline)) drop-shadow(1px -1px 0 var(--wizard-chip-outline)) drop-shadow(0 10px 22px rgba(0,0,0,.55)) drop-shadow(0 16px 28px rgba(14,165,233,.25))}[data-theme=dark] .wizard-module-chip:hover .wizard-module-chip__glyph-image{filter:drop-shadow(0 0 0 var(--wizard-chip-outline)) drop-shadow(0 1px 0 var(--wizard-chip-outline)) drop-shadow(0 -1px 0 var(--wizard-chip-outline)) drop-shadow(1px 0 0 var(--wizard-chip-outline)) drop-shadow(-1px 0 0 var(--wizard-chip-outline)) drop-shadow(1px 1px 0 var(--wizard-chip-outline)) drop-shadow(-1px -1px 0 var(--wizard-chip-outline)) drop-shadow(-1px 1px 0 var(--wizard-chip-outline)) drop-shadow(1px -1px 0 var(--wizard-chip-outline)) drop-shadow(0 16px 30px rgba(0,0,0,.55)) drop-shadow(0 22px 34px rgba(59,201,191,.3))}[data-theme=dark] .human-modules-card .human-module-card.is-disabled .human-module-card__glyph{opacity:.9;background:radial-gradient(circle at 34% 24%,rgba(11,14,22,.3),transparent 56%),linear-gradient(150deg,rgba(214,219,228,.92),rgba(126,136,154,.82));mix-blend-mode:normal;filter:grayscale(1) saturate(.35) brightness(1.15) drop-shadow(0 20px 30px rgba(3,7,18,.75))}[data-theme=dark] .wizard-module-chip{--wizard-chip-color-from:#ffd0ad;--wizard-chip-color-to:#ff9d5b}[data-theme=dark] .human-modules-card .wizard-module-chip .human-module-card__icon,[data-theme=dark] .wizard-missing-card .wizard-module-chip .human-module-card__icon{background:radial-gradient(150% 140% at 20% -30%,rgba(255,255,255,.28),transparent 60%),radial-gradient(120% 120% at 82% -10%,rgba(59,130,246,.32),transparent 72%),linear-gradient(170deg,rgba(15,23,42,.92),rgba(6,12,24,.85));border-color:rgba(148,197,255,.38);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 20px 36px rgba(2,6,23,.65)}[data-theme=dark] .human-modules-card .wizard-module-chip .human-module-card__icon:before,[data-theme=dark] .wizard-missing-card .wizard-module-chip .human-module-card__icon:before{background:radial-gradient(130% 130% at 32% 18%,rgba(255,255,255,.28),transparent 60%),radial-gradient(120% 120% at 74% 34%,rgba(59,130,246,.28),transparent 76%);box-shadow:inset 0 -12px 18px rgba(15,118,110,.24)}[data-theme=dark] .human-modules-card .wizard-module-chip .human-module-card__icon:after,[data-theme=dark] .wizard-missing-card .wizard-module-chip .human-module-card__icon:after{border-color:rgba(148,197,255,.45)}[data-theme=dark] .wizard-module-chip .human-module-card__icon{background:radial-gradient(145% 150% at 24% -32%,rgba(255,255,255,.25),transparent 62%),radial-gradient(125% 140% at 82% -30%,rgba(59,130,246,.32),transparent 72%),linear-gradient(165deg,rgba(15,23,42,.95),rgba(8,15,28,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 22px 42px rgba(0,0,0,.72),0 12px 28px rgba(14,165,233,.2);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%)}[data-theme=dark] .wizard-module-chip .human-module-card__icon:before{background:radial-gradient(130% 124% at 30% 22%,rgba(255,255,255,.22),transparent 70%),radial-gradient(118% 130% at 78% 24%,rgba(59,130,246,.35),transparent 76%);box-shadow:inset 0 -18px 26px rgba(15,118,110,.28)}[data-theme=dark] .wizard-module-chip .human-module-card__icon:after{border-color:rgba(148,197,255,.45);opacity:.85}[data-theme=dark] .wizard-module-chip .human-module-card__glyph{background:radial-gradient(circle at 28% 26%,rgba(255,255,255,.24),transparent 62%),linear-gradient(140deg,rgba(255,214,188,.95),rgba(255,164,110,.82));filter:drop-shadow(0 0 1px rgba(255,198,160,.92)) drop-shadow(0 16px 26px rgba(0,0,0,.6))}[data-theme=dark] .wizard-module-chip:before{background:radial-gradient(115% 120% at 50% 18%,rgba(148,197,255,.4),transparent 70%),radial-gradient(120% 140% at 52% 96%,rgba(14,165,233,.28),transparent 80%);box-shadow:0 28px 48px rgba(0,8,18,.65),0 18px 32px rgba(14,165,233,.28);opacity:.9;filter:blur(12px)}[data-theme=dark] .wizard-module-chip:after{border-color:rgba(96,165,250,.55);background:radial-gradient(125% 120% at 24% 22%,rgba(255,255,255,.2),transparent 70%),radial-gradient(110% 120% at 80% 30%,rgba(14,116,144,.55),transparent 72%);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 32px rgba(0,0,0,.55);mix-blend-mode:screen;opacity:.8}[data-theme=dark] .human-modules-card{--modules-card-border:rgba(96,165,250,0.42);--modules-card-border-muted:rgba(63,76,99,0.86);--modules-card-border-active:rgba(56,189,248,0.48);--modules-card-gradient:radial-gradient(165% 160% at 18% -52%,rgba(59,130,246,0.32),transparent 70%),radial-gradient(150% 150% at 88% -28%,rgba(56,189,248,0.24),transparent 68%),linear-gradient(178deg,rgba(15,23,42,0.92),rgba(12,18,32,0.88));--modules-card-gradient-muted:radial-gradient(150% 150% at 26% -36%,rgba(36,47,73,0.36),transparent 72%),linear-gradient(178deg,rgba(14,22,37,0.92),rgba(9,14,24,0.9));--modules-card-gradient-active:radial-gradient(165% 150% at 16% -44%,rgba(45,212,191,0.32),transparent 70%),radial-gradient(140% 135% at 92% -18%,rgba(56,189,248,0.26),transparent 66%),linear-gradient(182deg,rgba(13,37,48,0.9),rgba(10,27,37,0.9));--modules-card-shadow:0 36px 72px rgba(0,0,0,0.68);--modules-card-shadow-hover:0 42px 82px rgba(0,0,0,0.72);--modules-card-inner-border:rgba(96,165,250,0.35);--modules-card-inner-glow:rgba(56,189,248,0.2);--modules-card-highlight:rgba(56,189,248,0.22);--modules-outline:rgba(96,165,250,0.32);--modules-neutral:rgba(226,232,240,0.85);border-color:rgba(96,165,250,.38);background:radial-gradient(185% 185% at 16% -55%,rgba(59,130,246,.32),transparent 72%),radial-gradient(150% 150% at 88% -36%,rgba(56,189,248,.24),transparent 68%),linear-gradient(182deg,rgba(15,23,42,.92),rgba(12,18,32,.88));box-shadow:0 48px 96px rgba(0,0,0,.7),0 32px 72px rgba(37,99,235,.22)}[data-theme=dark] .human-modules-card:before{background:linear-gradient(140deg,rgba(148,163,184,.18),rgba(59,130,246,.2));border-color:rgba(148,163,184,.28);opacity:.85}[data-theme=dark] .human-modules-card:after{background:rgba(96,165,250,.32);filter:blur(32px);opacity:.45}[data-theme=dark] .human-modules-card__eyebrow{color:rgba(147,197,253,.86)}[data-theme=dark] .human-modules-card__title{color:rgba(226,232,240,.95)}[data-theme=dark] .human-modules-card__subtitle{color:rgba(148,163,184,.78)}[data-theme=dark] .human-modules-card__meter{color:rgba(255,255,255,.96);text-shadow:0 1px 2px rgba(0,0,0,.55),0 0 8px rgba(45,212,191,.4);background:radial-gradient(140% 160% at 16% -35%,rgba(45,212,191,.35),transparent 60%),linear-gradient(140deg,rgba(19,78,74,.9),rgba(6,51,56,.92));border:1px solid rgba(45,212,191,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 -3px 8px rgba(13,148,136,.35),0 18px 32px rgba(0,0,0,.6)}[data-theme=dark] .human-modules-card__guidelines{color:rgba(203,213,225,.78)}[data-theme=dark] .human-modules-card__guideline-icon{background:radial-gradient(circle at 40% 30%,rgba(255,255,255,.28),transparent 62%),linear-gradient(145deg,rgba(44,56,82,.95),rgba(17,24,39,.92));border:1px solid rgba(96,165,250,.32);box-shadow:0 12px 20px rgba(0,0,0,.5)}[data-theme=dark] .human-modules-card__close{border-color:rgba(96,165,250,.4);background:radial-gradient(150% 160% at 22% -42%,rgba(59,130,246,.28),transparent 68%),linear-gradient(150deg,rgba(29,35,58,.95),rgba(17,24,39,.92));color:rgba(191,219,254,.92);box-shadow:0 26px 46px rgba(0,0,0,.65),inset 0 1px 0 rgba(255,255,255,.08)}[data-theme=dark] .human-modules-card__close:after{border-color:rgba(148,163,184,.22)}[data-theme=dark] .human-modules-card__close:focus-visible,[data-theme=dark] .human-modules-card__close:hover{background:radial-gradient(150% 160% at 16% -40%,rgba(96,165,250,.35),transparent 68%),linear-gradient(150deg,rgba(35,51,82,.95),rgba(19,27,45,.92));border-color:rgba(147,197,253,.55);box-shadow:0 30px 52px rgba(0,0,0,.68),inset 0 1px 0 rgba(255,255,255,.12);color:rgba(219,234,254,.96)}.human-actions__content{display:flex;flex-direction:column;gap:clamp(.55rem,1.4vw,.9rem)}.human-actions__heading{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(.4rem,1vw,.7rem)}.human-actions__title{margin:0;display:flex;align-items:center;gap:clamp(.4rem,1vw,.6rem)}.human-actions__commands{position:relative}.human-actions__card{position:relative;border-radius:clamp(2.2rem,5vw,3.1rem);padding:clamp(.18rem,.5vw,.35rem);background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.22));box-shadow:0 40px 72px rgba(15,23,42,.18);overflow:hidden}.human-actions__card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(120% 120% at 15% -10%,rgba(255,255,255,.42),transparent 70%);pointer-events:none;opacity:.7}.human-actions__card-glow{position:absolute;inset:12% 18% -52% 18%;background:radial-gradient(60% 90% at 50% 0,rgba(255,201,173,.7),transparent 76%);filter:blur(80px);opacity:.6;pointer-events:none}.human-actions__card-surface{position:relative;border-radius:inherit;padding:clamp(1.4rem,3.8vw,2.4rem);background:linear-gradient(150deg,rgba(255,255,255,.86),rgba(255,255,255,.32));backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);display:flex;flex-direction:column;gap:clamp(1.2rem,3vw,2rem);isolation:isolate}.human-actions__grid{display:grid;gap:clamp(1rem,2.6vw,1.8rem);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:stretch}[data-theme=dark] .human-actions__card{background:linear-gradient(135deg,rgba(30,41,59,.82),rgba(30,41,59,.45));box-shadow:0 48px 86px rgba(2,6,23,.62)}[data-theme=dark] .human-actions__card:after{background:radial-gradient(120% 120% at 15% -10%,rgba(148,163,184,.28),transparent 72%)}[data-theme=dark] .human-actions__card-glow{background:radial-gradient(70% 100% at 50% 0,rgba(248,113,113,.4),transparent 74%);opacity:.55}[data-theme=dark] .human-actions__card-surface{background:linear-gradient(150deg,rgba(15,23,42,.96),rgba(30,41,59,.72));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.human-actions__modules{margin-top:clamp(.3rem,1.8vw,.8rem);padding-top:clamp(.6rem,1.8vw,1.2rem);border-top:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:clamp(.65rem,2vw,1rem)}.human-actions__commands{margin-top:0}.human-actions__modules-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:clamp(.8rem,2vw,1.2rem)}.human-actions__modules-title{font-size:clamp(1.1rem,2.6vw,1.3rem);font-weight:650;color:rgba(15,23,42,.9);margin-bottom:.4rem}.human-actions__modules-description{margin:0;max-width:46ch;font-size:.9rem;line-height:1.55;color:rgba(71,85,105,.78)}.human-actions__modules-link{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(255,138,61,.25);color:rgba(191,74,12,.9);background:linear-gradient(135deg,rgba(255,238,228,.9),rgba(255,222,195,.82));transition:color .2s ease,border-color .2s ease,background .2s ease}.human-actions__modules-link:focus-visible,.human-actions__modules-link:hover{color:rgba(191,74,12,1);border-color:rgba(255,138,61,.4);background:linear-gradient(135deg,rgba(255,236,222,.95),rgba(255,218,186,.88))}.human-actions__modules-link:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,196,138,.42)}.human-actions__modules-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.45rem,1.6vw,.75rem)}@media (max-width:1100px){.human-actions__modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.human-actions__modules-grid{grid-template-columns:1fr}}.human-actions__modules-grid .human-module-card{width:100%;min-height:15rem;padding:clamp(.95rem,2vw,1.35rem);border-radius:30px;--modules-card-border:rgba(255,255,255,0.62);--modules-card-border-muted:rgba(255,255,255,0.52);--modules-card-border-active:rgba(255,255,255,0.7);--modules-card-gradient:radial-gradient(185% 188% at 16% -48%,rgba(255,255,255,0.94),transparent 74%),radial-gradient(165% 168% at 90% -32%,rgba(214,234,255,0.32),transparent 66%),linear-gradient(186deg,rgba(255,255,255,0.88),rgba(222,236,255,0.64));--modules-card-gradient-muted:radial-gradient(178% 178% at 24% -40%,rgba(255,255,255,0.92),transparent 72%),radial-gradient(150% 152% at 92% -18%,rgba(221,238,255,0.3),transparent 64%),linear-gradient(188deg,rgba(255,255,255,0.86),rgba(228,240,255,0.62));--modules-card-gradient-active:radial-gradient(188% 188% at 18% -46%,rgba(255,255,255,0.96),transparent 70%),radial-gradient(152% 152% at 90% -24%,rgba(235,247,255,0.34),transparent 64%),linear-gradient(186deg,rgba(255,255,255,0.92),rgba(224,240,255,0.68));--modules-card-shadow:0 40px 82px rgba(180,206,255,0.2),0 26px 52px rgba(182,215,255,0.16);--modules-card-shadow-hover:0 48px 96px rgba(180,206,255,0.26),0 34px 62px rgba(182,215,255,0.2);--modules-card-inner-border:rgba(255,255,255,0.75);--modules-card-inner-glow:rgba(222,239,255,0.18);--modules-card-highlight:rgba(255,255,255,0.9);backdrop-filter:blur(20px);isolation:isolate}.human-module-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;position:relative;z-index:2}.human-module-card__switch{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:999px;background:transparent;cursor:pointer;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}.human-module-card__switch:hover .human-module-card__switch-track{transform:translateY(-1px)}.human-module-card__switch:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(249,115,22,.22)}.human-module-card__switch:focus-visible .human-module-card__switch-track{transform:translateY(-1px)}.human-module-card__switch[disabled]{opacity:.5;cursor:not-allowed}.human-module-card__switch[disabled] .human-module-card__switch-track{opacity:.8}.human-module-card__switch-track{position:relative;width:46px;height:26px;border-radius:999px;background:radial-gradient(140% 160% at 20% -10%,rgba(255,255,255,.95),transparent 60%),linear-gradient(145deg,rgba(247,250,255,.92),rgba(226,237,252,.94));border:1px solid rgba(191,205,230,.75);box-shadow:inset 0 4px 8px rgba(255,255,255,.7),inset 0 -6px 12px rgba(148,163,184,.2),0 10px 22px rgba(15,23,42,.12);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;overflow:hidden;backdrop-filter:blur(6px) saturate(140%)}.human-module-card__switch-track:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:radial-gradient(120% 140% at 32% 18%,rgba(255,255,255,.92),transparent 60%),radial-gradient(130% 150% at 74% 6%,rgba(255,255,255,.78),transparent 72%),linear-gradient(160deg,rgba(248,251,255,.4),transparent 65%);opacity:.88;pointer-events:none}.human-module-card__switch-track:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.55);mix-blend-mode:screen;pointer-events:none}.human-module-card__switch-thumb{position:absolute;top:1px;left:1px;width:24px;height:24px;border-radius:999px;background:radial-gradient(120% 140% at 30% 10%,rgba(255,255,255,1),transparent 55%),linear-gradient(170deg,rgba(255,255,255,.98),rgba(241,241,243,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),inset 0 -8px 14px rgba(0,0,0,.08),0 10px 20px rgba(15,23,42,.18);transition:transform .25s cubic-bezier(.22,.61,.36,1);transform-origin:left center}.human-module-card__switch.is-active .human-module-card__switch-track{border-color:rgba(94,234,212,.6);background:radial-gradient(130% 150% at 25% -20%,rgba(255,255,255,.9),transparent 60%),linear-gradient(135deg,rgba(196,246,236,.95),rgba(45,212,191,.85));box-shadow:inset 0 4px 8px rgba(255,255,255,.65),inset 0 -6px 12px rgba(16,185,129,.25),0 10px 20px rgba(16,185,129,.28)}.human-module-card__switch.is-active .human-module-card__switch-thumb{transform:translateX(20px)}.human-module-card__purge{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border-radius:14px;border:1px solid rgba(248,113,113,.38);background:linear-gradient(160deg,rgba(255,245,245,.95),rgba(255,220,220,.82));box-shadow:0 12px 24px rgba(248,113,113,.18);transition:border-color .22s ease,background .22s ease,box-shadow .22s ease}.human-module-card__purge:focus-visible,.human-module-card__purge:hover{background:rgba(248,113,113,.18);border-color:rgba(220,38,38,.5);box-shadow:0 18px 30px rgba(220,38,38,.16)}.human-module-card__purge:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(248,150,150,.28)}.human-module-card__purge:disabled{opacity:.55;cursor:not-allowed;background:rgba(248,113,113,.08);border-color:rgba(248,113,113,.18);box-shadow:none}.human-module-card__purge-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#dc2626;mask-image:url(/corbeille.png);-webkit-mask-image:url(/corbeille.png);mask-size:18px 18px;-webkit-mask-size:18px 18px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;filter:drop-shadow(0 1px 2px rgba(15,23,42,.18))}.human-actions__modal-body{display:flex;flex-direction:column;gap:.8rem;font-size:.92rem;color:rgba(30,41,59,.9)}.human-actions__modal-body ul{margin:0;padding-left:1.3rem;display:flex;flex-direction:column;gap:.4rem;list-style:disc}.human-actions__modal-footnote{margin:0;font-size:.82rem;color:rgba(71,85,105,.78)}[data-theme=dark] .human-actions__modules{border-top-color:rgba(148,163,184,.24)}[data-theme=dark] .human-actions__modules-title{color:rgba(226,232,240,.92)}[data-theme=dark] .human-actions__modules-description{color:rgba(203,213,225,.68)}[data-theme=dark] .human-actions__modules-link{border-color:rgba(255,172,112,.32);background:rgba(255,138,61,.22);color:rgba(255,236,221,.92)}[data-theme=dark] .human-actions__modules-link:focus-visible,[data-theme=dark] .human-actions__modules-link:hover{background:rgba(255,138,61,.32);border-color:rgba(255,172,112,.48);color:rgba(255,247,237,.95)}[data-theme=dark] .human-module-card__purge{border-color:rgba(248,113,113,.45);background:rgba(76,16,16,.65);box-shadow:0 18px 32px rgba(0,0,0,.55)}[data-theme=dark] .human-module-card__purge:focus-visible,[data-theme=dark] .human-module-card__purge:hover{background:rgba(220,38,38,.45);border-color:rgba(252,165,165,.55)}[data-theme=dark] .human-module-card__purge:disabled{background:rgba(127,29,29,.24)}[data-theme=dark] .human-module-card__switch-track{background:linear-gradient(135deg,rgba(30,41,59,.92),rgba(17,24,39,.88));border:1px solid rgba(37,99,235,.4);box-shadow:inset 0 3px 6px rgba(0,0,0,.6)}[data-theme=dark] .human-module-card__switch-thumb{background:linear-gradient(135deg,rgba(248,250,252,.95),rgba(191,219,254,.88))}[data-theme=dark] .human-module-card__switch.is-active .human-module-card__switch-track{border-color:rgba(45,212,191,.6);background:linear-gradient(135deg,rgba(14,116,144,.92),rgba(13,148,136,.85));box-shadow:inset 0 3px 6px rgba(0,0,0,.68)}[data-theme=dark] .human-actions__modules-grid .human-module-card{--modules-card-border:rgba(79,124,177,0.48);--modules-card-border-muted:rgba(54,66,96,0.78);--modules-card-border-active:rgba(96,165,250,0.58);--modules-card-gradient:radial-gradient(165% 160% at 18% -46%,rgba(59,130,246,0.28),transparent 74%),radial-gradient(150% 150% at 92% -28%,rgba(37,99,235,0.2),transparent 68%),linear-gradient(180deg,rgba(18,28,48,0.94),rgba(12,18,32,0.88));--modules-card-gradient-muted:radial-gradient(150% 150% at 22% -32%,rgba(31,41,68,0.32),transparent 70%),linear-gradient(178deg,rgba(14,20,32,0.92),rgba(9,14,24,0.9));--modules-card-gradient-active:radial-gradient(165% 150% at 18% -38%,rgba(45,212,191,0.28),transparent 72%),radial-gradient(145% 140% at 92% -16%,rgba(56,189,248,0.3),transparent 66%),linear-gradient(182deg,rgba(13,45,58,0.92),rgba(12,34,46,0.9));--modules-card-shadow:0 42px 84px rgba(0,0,0,0.72),0 28px 62px rgba(37,99,235,0.2);--modules-card-shadow-hover:0 48px 96px rgba(0,0,0,0.76),0 34px 70px rgba(45,212,191,0.24);--modules-card-inner-border:rgba(96,165,250,0.28);--modules-card-inner-glow:rgba(37,99,235,0.28);--modules-card-highlight:rgba(56,189,248,0.26);backdrop-filter:blur(20px)}[data-theme=dark] .human-actions__modules-grid .human-module-card__title{color:rgba(226,232,240,.92)}[data-theme=dark] .human-actions__modules-grid .human-module-card__description{color:rgba(203,213,225,.78)}[data-theme=dark] .human-actions__modal-body{color:rgba(226,232,240,.92)}[data-theme=dark] .human-actions__modal-footnote{color:rgba(203,213,225,.72)}.human-actions__badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(135deg,rgba(255,244,244,.92),rgba(255,210,210,.85));border:1px solid rgba(239,68,68,.35);color:rgba(153,27,27,.85);box-shadow:0 10px 18px rgba(239,68,68,.18);white-space:nowrap}.human-actions__badge-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:inherit}.human-actions__badge-icon-img{display:block;width:100%;height:100%;background-color:currentColor;mask-image:var(--human-actions-badge-icon,none);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:var(--human-actions-badge-icon,none);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.human-actions__badge--emphasis{font-size:clamp(.78rem,1.6vw,1rem);letter-spacing:.14em;padding:clamp(.35rem,1vw,.5rem) clamp(.85rem,2vw,1.1rem);box-shadow:0 12px 22px rgba(239,68,68,.22)}.human-actions:focus-within .human-actions__badge,.human-actions:hover .human-actions__badge{animation:human-actions-badge-pulse 1.8s ease-in-out infinite}[data-theme=dark] .human-actions__badge{background:linear-gradient(135deg,rgba(60,21,27,.92),rgba(92,34,42,.85));border-color:rgba(248,113,113,.42);color:rgba(254,226,226,.86);box-shadow:0 14px 26px rgba(248,113,113,.28)}@keyframes human-actions-badge-pulse{0%,to{box-shadow:0 10px 18px rgba(239,68,68,.18)}50%{box-shadow:0 18px 32px rgba(239,68,68,.32)}}.human-actions__readonly{align-self:center;display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;letter-spacing:.02em;color:rgba(71,85,105,.92);background:rgba(255,255,255,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 18px 32px rgba(148,163,184,.24)}[data-theme=dark] .human-actions__readonly{background:rgba(71,85,105,.55);color:rgba(226,232,240,.9);box-shadow:inset 0 1px 0 rgba(226,232,240,.12),0 20px 44px rgba(2,6,23,.48)}.human-b5-empty{position:relative;border-radius:28px;padding:clamp(1.8rem,4vw,2.6rem);border:1px solid rgba(255,179,128,.45);background:radial-gradient(130% 120% at -12% 0,rgba(255,193,140,.28),transparent 68%),radial-gradient(110% 100% at 110% -12%,rgba(255,149,96,.16),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,248,240,.92));box-shadow:0 28px 62px rgba(249,115,22,.16),0 12px 32px rgba(15,23,42,.12);overflow:hidden;color:rgba(15,23,42,.75)}.human-b5-empty__glow{position:absolute;inset:-10% -12% 0;border-radius:inherit;background:radial-gradient(360px 280px at var(--mx,48%) var(--my,20%),rgba(255,255,255,.58),transparent 70%),radial-gradient(260px 220px at 18% -12%,rgba(255,214,170,.32),transparent 72%);opacity:.85;pointer-events:none;z-index:0}.human-b5-empty__header{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:flex-start;gap:clamp(1rem,3vw,1.75rem)}.human-b5-empty__icon{display:grid;place-items:center;width:clamp(3.2rem,4vw,3.6rem);height:clamp(3.2rem,4vw,3.6rem);border-radius:999px;background:linear-gradient(145deg,rgba(56,189,248,.18),rgba(7,89,133,.12));color:rgba(7,89,133,.85);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 14px 26px rgba(2,132,199,.25);flex-shrink:0}.human-b5-empty__copy{display:flex;flex-direction:column;gap:.75rem;max-width:42rem}.human-b5-empty__status{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.human-b5-count{position:relative;display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .92rem .44rem;border-radius:999px;border:1px solid rgba(56,189,248,.3);background:radial-gradient(120% 140% at 22% 12%,rgba(56,189,248,.2),transparent 68%),radial-gradient(110% 120% at 82% 110%,rgba(59,130,246,.18),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(239,246,255,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 12px 26px rgba(56,189,248,.2);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(7,89,133,.7);overflow:hidden}.human-b5-count:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(120% 150% at 18% 0,rgba(255,255,255,.55),transparent 72%);opacity:.82;pointer-events:none}.human-b5-count__value{position:relative;z-index:1;font-size:.95rem;font-weight:700;line-height:1;letter-spacing:-.02em;text-transform:none;color:rgba(7,89,133,.92)}.human-b5-count__label{position:relative;z-index:1;font-size:.56rem;letter-spacing:.32em;color:rgba(7,89,133,.58)}[data-theme=dark] .human-b5-count{border-color:rgba(125,211,252,.32);background:radial-gradient(120% 140% at 22% 12%,rgba(56,189,248,.26),transparent 70%),radial-gradient(110% 120% at 84% 108%,rgba(37,99,235,.24),transparent 74%),linear-gradient(180deg,rgba(17,24,39,.92),rgba(15,23,42,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 32px rgba(15,23,42,.55);color:rgba(191,219,254,.78)}[data-theme=dark] .human-b5-count:before{background:radial-gradient(120% 150% at 22% 0,rgba(191,219,254,.24),transparent 72%);opacity:.55}[data-theme=dark] .human-b5-count__value{color:rgba(191,219,254,.95)}[data-theme=dark] .human-b5-count__label{color:rgba(191,219,254,.68)}.human-b5-empty__title{margin:0;font-size:clamp(1.05rem,2.6vw,1.18rem);font-weight:600;letter-spacing:-.01em;color:rgba(15,23,42,.92)}.human-b5-empty__description{margin:0;font-size:clamp(.9rem,2.3vw,.98rem);line-height:1.6;color:rgba(15,23,42,.68)}.human-b5-empty__details{position:relative;z-index:1;margin-top:clamp(1.75rem,4vw,2.4rem);display:grid;gap:clamp(1rem,3vw,1.4rem)}@media (min-width:640px){.human-b5-empty__details{grid-template-columns:repeat(2,minmax(0,1fr))}}.human-b5-empty__detail{border-radius:20px;padding:clamp(1.1rem,2.4vw,1.35rem) clamp(1.2rem,2.6vw,1.6rem);border:1px solid rgba(255,190,150,.38);background:linear-gradient(150deg,rgba(255,255,255,.94),rgba(255,239,223,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 18px 32px rgba(249,115,22,.14)}.human-b5-empty__detail dt{margin:0;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(180,83,9,.78)}.human-b5-empty__detail dd{margin:.65rem 0 0;font-size:.92rem;line-height:1.55;color:rgba(15,23,42,.74)}[data-theme=dark] .human-b5-empty{border-color:rgba(255,186,150,.38);background:radial-gradient(120% 110% at -12% 0,rgba(255,174,110,.28),transparent 72%),radial-gradient(110% 100% at 108% -12%,rgba(248,113,113,.18),transparent 75%),linear-gradient(180deg,rgba(26,19,14,.94),rgba(39,28,20,.9));color:rgba(255,244,230,.9);box-shadow:0 32px 72px rgba(0,0,0,.55),0 16px 38px rgba(120,53,15,.35)}[data-theme=dark] .human-b5-empty__glow{background:radial-gradient(360px 260px at var(--mx,48%) var(--my,28%),rgba(255,199,147,.16),transparent 72%),radial-gradient(240px 220px at 24% -12%,rgba(255,133,133,.12),transparent 70%);opacity:.65}[data-theme=dark] .human-b5-empty__icon{background:linear-gradient(145deg,rgba(14,165,233,.2),rgba(30,64,175,.22));color:rgba(191,219,254,.86);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 14px 28px rgba(2,6,23,.52)}[data-theme=dark] .human-b5-empty__title{color:rgba(255,240,230,.95)}[data-theme=dark] .human-b5-empty__description{color:rgba(255,226,203,.78)}[data-theme=dark] .human-b5-empty__detail{border-color:rgba(255,186,150,.32);background:linear-gradient(150deg,rgba(46,32,24,.96),rgba(67,38,24,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 34px rgba(0,0,0,.55)}[data-theme=dark] .human-b5-empty__detail dt{color:rgba(255,206,164,.82)}[data-theme=dark] .human-b5-empty__detail dd{color:rgba(255,235,218,.84)}.human-b5-progress{position:relative;display:grid;gap:clamp(1.8rem,3.2vw,2.8rem);border-radius:32px;padding:clamp(1.8rem,3vw,2.6rem);border:1px solid rgba(191,219,254,.6);background:radial-gradient(140% 150% at -10% -14%,rgba(255,214,170,.42),transparent 70%),radial-gradient(135% 140% at 95% 8%,rgba(198,225,255,.45),transparent 76%),linear-gradient(165deg,rgba(255,255,255,.98),rgba(236,245,255,.95));box-shadow:0 24px 60px rgba(152,195,255,.18),inset 0 1px 0 rgba(255,255,255,.94);overflow:hidden;justify-items:center}.human-b5-empty--interactive,.human-b5-progress--interactive{cursor:pointer;text-decoration:none;color:inherit;position:relative;isolation:isolate;transition:transform .24s cubic-bezier(.22,.61,.36,1),box-shadow .32s cubic-bezier(.22,.61,.36,1);will-change:transform}.human-b5-empty--interactive:after,.human-b5-progress--interactive:after{content:"";position:absolute;inset:-10px;border-radius:40px;background:radial-gradient(140% 100% at 50% 0,rgba(249,115,22,.16),transparent 64%),radial-gradient(90% 120% at 50% 100%,rgba(59,130,246,.12),transparent 70%);opacity:0;transition:opacity .26s ease;z-index:-1;pointer-events:none}.human-b5-empty--interactive:focus-visible,.human-b5-progress--interactive:focus-visible{outline:3px solid rgba(249,115,22,.55);outline-offset:4px;transform:translateY(-3px) scale(1.01);box-shadow:0 18px 45px rgba(148,163,184,.26),0 12px 24px rgba(249,115,22,.12)}.human-b5-empty--interactive:hover,.human-b5-progress--interactive:hover{transform:translateY(-4px) scale(1.012);box-shadow:0 22px 50px rgba(148,163,184,.24),0 12px 30px rgba(249,115,22,.1)}.human-b5-empty--interactive:focus-visible:after,.human-b5-empty--interactive:hover:after,.human-b5-progress--interactive:focus-visible:after,.human-b5-progress--interactive:hover:after{opacity:1}@media (prefers-reduced-motion:reduce){.human-b5-empty--interactive,.human-b5-progress--interactive{transition:none}.human-b5-empty--interactive:focus-visible,.human-b5-empty--interactive:hover,.human-b5-progress--interactive:focus-visible,.human-b5-progress--interactive:hover{transform:none}.human-b5-progress__radar-center{transition:none}.human-b5-progress--interactive:active .human-b5-progress__radar-center,.human-b5-progress--interactive:focus-visible .human-b5-progress__radar-center{--human-b5-center-shell-scale:1;--human-b5-center-tilt-x:0deg;--human-b5-center-tilt-y:0deg;--human-b5-filter-base:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1148%) hue-rotate(347deg) brightness(101%) contrast(101%) drop-shadow(0 12px 26px rgba(249,115,22,0.22));--human-b5-filter-mid:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1188%) hue-rotate(347deg) brightness(105%) contrast(102%) drop-shadow(0 14px 30px rgba(249,115,22,0.26));--human-b5-filter-boost:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1288%) hue-rotate(347deg) brightness(109%) contrast(104%) drop-shadow(0 18px 36px rgba(249,115,22,0.32))}}.human-b5-progress--stack{grid-template-columns:minmax(0,1fr)}.human-b5-progress__glow{position:absolute;inset:-14%;border-radius:inherit;background:radial-gradient(ellipse farthest-corner at var(--mx,52%) var(--my,28%),rgba(255,255,255,.9),transparent 78%),radial-gradient(380px 280px at 20% -10%,rgba(222,238,255,.46),transparent 80%);opacity:.82;pointer-events:none;z-index:0}.human-b5-progress__meter-block{position:relative;z-index:1;display:grid;gap:clamp(.5rem,1.8vw,1rem);width:clamp(16rem,70vw,44rem);margin-inline:auto;text-align:center}.human-b5-progress__meter-title{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:rgba(37,99,235,.38);text-align:center}.human-b5-progress__radar-card{position:relative;z-index:1;display:grid;justify-items:center;width:clamp(18rem,32vw,24rem)}.human-b5-progress__radar{position:relative;width:clamp(18rem,34vw,22rem);aspect-ratio:1/1;display:grid;place-items:center}.human-b5-progress__radar-glow{display:none}.human-b5-progress__radar-graphic{position:relative;width:100%;height:auto}.human-b5-progress__radar-overlay{position:absolute;inset:0;display:grid;align-content:center;justify-items:center;gap:.55rem;padding:clamp(1.1rem,2vw,1.4rem);z-index:2;color:rgba(15,76,107,.88);text-transform:uppercase;letter-spacing:.16em;font-weight:600}[data-theme=dark] .human-b5-progress__meter-title{color:rgba(191,219,254,.6)}.human-b5-progress__radar-center{display:grid;place-items:center;width:clamp(9rem,14vw,12.5rem);height:clamp(9rem,14vw,12.5rem);position:relative;isolation:isolate;transform-style:preserve-3d;transform:perspective(960px) rotateX(var(--human-b5-center-tilt-x,0deg)) rotateY(var(--human-b5-center-tilt-y,0deg)) scale(var(--human-b5-center-shell-scale,1));transition:transform .26s cubic-bezier(.26,.74,.28,1.12);--human-b5-center-tx:0px;--human-b5-center-ty:0px;--human-b5-filter-base:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1148%) hue-rotate(347deg) brightness(101%) contrast(101%) drop-shadow(0 12px 26px rgba(249,115,22,0.22));--human-b5-filter-mid:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1188%) hue-rotate(347deg) brightness(105%) contrast(102%) drop-shadow(0 14px 30px rgba(249,115,22,0.26));--human-b5-filter-boost:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1288%) hue-rotate(347deg) brightness(109%) contrast(104%) drop-shadow(0 18px 36px rgba(249,115,22,0.32))}.human-b5-progress__radar-center img{width:clamp(7rem,12vw,10rem);height:auto;transform:translate(var(--human-b5-center-tx),var(--human-b5-center-ty));transform-origin:center;filter:var(--human-b5-filter-base);animation:human-b5-pulse 4.6s ease-in-out infinite;will-change:transform,filter}.human-b5-progress--interactive:focus-visible .human-b5-progress__radar-center{--human-b5-center-shell-scale:1.05;--human-b5-center-tilt-x:10deg;--human-b5-center-tilt-y:-10deg;--human-b5-filter-base:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1388%) hue-rotate(347deg) brightness(107%) contrast(103%) drop-shadow(0 18px 36px rgba(249,115,22,0.28))}.human-b5-progress--interactive:active .human-b5-progress__radar-center{--human-b5-center-shell-scale:1.18;--human-b5-center-tilt-x:20deg;--human-b5-center-tilt-y:-126deg;--human-b5-filter-base:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1620%) hue-rotate(347deg) brightness(116%) contrast(108%) drop-shadow(0 26px 58px rgba(249,115,22,0.38));--human-b5-filter-mid:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1800%) hue-rotate(347deg) brightness(122%) contrast(110%) drop-shadow(0 30px 68px rgba(249,115,22,0.45));--human-b5-filter-boost:brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1980%) hue-rotate(347deg) brightness(128%) contrast(114%) drop-shadow(0 36px 78px rgba(249,115,22,0.52))}.human-b5-progress__radar-center:after{content:"";position:absolute;inset:-14%;border-radius:999px;background:radial-gradient(circle at 50% 50%,rgba(253,186,116,.55),rgba(251,191,36,.05) 55%,rgba(251,191,36,0));opacity:.4;animation:human-b5-glow 4.4s ease-in-out infinite;transform:scale(.9);transform-origin:center;z-index:-1;pointer-events:none}@keyframes human-b5-glow{0%,to{opacity:.32;transform:scale(.9)}50%{opacity:.62;transform:scale(1.08)}}@keyframes human-b5-pulse{0%,to{filter:var(--human-b5-filter-base);transform:translate(var(--human-b5-center-tx),var(--human-b5-center-ty))}45%{filter:var(--human-b5-filter-mid);transform:translate(var(--human-b5-center-tx),var(--human-b5-center-ty)) scale(1.028)}60%{filter:var(--human-b5-filter-boost);transform:translate(var(--human-b5-center-tx),var(--human-b5-center-ty)) scale(1.06)}}.human-b5-progress__radar-title{font-size:.8rem;letter-spacing:.32em}.human-b5-progress__radar-subtitle{font-size:.76rem;letter-spacing:.06em;text-transform:none;color:rgba(15,76,107,.72)}.human-b5-progress__meter{position:relative;display:grid;gap:.6rem}.human-b5-progress__meter-track{position:relative;height:9px;border-radius:999px;overflow:hidden;background:rgba(226,232,240,.8);border:1px solid rgba(148,163,184,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 1px 2px rgba(148,163,184,.25)}.human-b5-progress__meter-fill{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,rgba(59,130,246,.68),rgba(56,189,248,.62) 55%,rgba(16,185,129,.6));transition:width .2s ease-out}.human-b5-progress__meter-legend{display:flex;align-items:center;justify-content:space-between;font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:rgba(71,85,105,.55)}.human-b5-progress__meter-legend span{flex:1;text-align:center}.human-b5-progress__meter-legend span:first-child{text-align:left}.human-b5-progress__meter-legend span:last-child{text-align:right}.human-b5-progress__meter-legend span:nth-child(2){font-weight:700;letter-spacing:.1em;color:rgba(37,99,235,.7)}[data-theme=dark] .human-b5-progress{border-color:rgba(45,212,191,.38);background:radial-gradient(120% 120% at -10% -12%,rgba(14,116,144,.32),transparent 76%),radial-gradient(120% 120% at 120% -12%,rgba(12,74,110,.28),transparent 78%),linear-gradient(160deg,rgba(7,38,41,.96),rgba(9,27,31,.94));box-shadow:0 26px 60px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.04)}[data-theme=dark] .human-b5-progress__glow{background:radial-gradient(ellipse farthest-corner at var(--mx,54%) var(--my,28%),rgba(56,189,248,.32),transparent 78%),radial-gradient(360px 280px at 22% -10%,rgba(20,184,166,.42),transparent 80%);opacity:.58}[data-theme=dark] .human-b5-progress__meter-legend{color:rgba(125,211,252,.58)}[data-theme=dark] .human-b5-progress__meter-legend span:nth-child(2){color:rgba(59,229,181,.86)}[data-theme=dark] .human-b5-progress__meter-track{background:rgba(30,64,175,.28);border-color:rgba(59,130,246,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}[data-theme=dark] .human-b5-progress__meter-fill{background:linear-gradient(90deg,rgba(96,165,250,.7),rgba(56,189,248,.6),rgba(45,212,191,.58))}[data-theme=dark] .human-b5-progress__radar{background:linear-gradient(160deg,rgba(12,74,110,.82),rgba(8,47,73,.88)),radial-gradient(120% 120% at 18% 12%,rgba(14,165,233,.28),transparent 68%),radial-gradient(110% 110% at 84% 86%,rgba(20,184,166,.25),transparent 72%);box-shadow:0 20px 44px rgba(8,47,73,.42),inset 0 1px 0 rgba(255,255,255,.06)}[data-theme=dark] .human-b5-progress__radar-glow{background:radial-gradient(82% 82% at 50% 50%,rgba(56,189,248,.28),transparent 76%);opacity:.7}[data-theme=dark] .human-b5-progress__radar-graphic{mix-blend-mode:screen}[data-theme=dark] .human-b5-progress__radar-overlay{color:rgba(226,252,255,.89)}[data-theme=dark] .human-b5-progress__radar-center{--human-b5-filter-base:brightness(0) saturate(100%) invert(60%) sepia(92%) saturate(1189%) hue-rotate(345deg) brightness(101%) contrast(103%) drop-shadow(0 14px 30px rgba(249,146,34,0.28));--human-b5-filter-mid:brightness(0) saturate(100%) invert(60%) sepia(92%) saturate(1234%) hue-rotate(345deg) brightness(108%) contrast(104%) drop-shadow(0 18px 36px rgba(249,146,34,0.34));--human-b5-filter-boost:brightness(0) saturate(100%) invert(60%) sepia(92%) saturate(1330%) hue-rotate(345deg) brightness(112%) contrast(106%) drop-shadow(0 22px 42px rgba(249,146,34,0.42))}[data-theme=dark] .human-b5-progress__radar-subtitle{color:rgba(191,247,239,.78)}.human-b5-report{position:relative;display:grid;gap:clamp(1.5rem,3vw,2.1rem);border-radius:32px;padding:clamp(1.75rem,4vw,2.5rem);border:1px solid rgba(56,189,248,.28);background:radial-gradient(80% 70% at 12% 8%,rgba(56,189,248,.22),transparent 70%),radial-gradient(90% 80% at 88% 0,rgba(34,197,94,.16),transparent 72%),linear-gradient(135deg,rgba(255,255,255,.92),rgba(236,253,245,.88));box-shadow:0 28px 64px rgba(15,23,42,.12),0 10px 28px rgba(56,189,248,.12);backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px)}[data-theme=dark] .human-b5-report{border-color:rgba(56,189,248,.25);background:radial-gradient(70% 60% at 16% 8%,rgba(14,165,233,.28),transparent 75%),radial-gradient(80% 70% at 86% 2%,rgba(34,197,94,.24),transparent 78%),linear-gradient(135deg,rgba(15,23,42,.95),rgba(8,47,73,.94));box-shadow:0 32px 70px rgba(2,6,23,.45),0 12px 32px rgba(14,165,233,.18);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.human-b5-report:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(120% 110% at 10% 0,rgba(59,130,246,.18),transparent 65%),radial-gradient(110% 120% at 90% 10%,rgba(16,185,129,.16),transparent 70%);opacity:.85;pointer-events:none}[data-theme=dark] .human-b5-report:before{background:radial-gradient(120% 120% at 12% 6%,rgba(59,130,246,.24),transparent 68%),radial-gradient(110% 120% at 88% 8%,rgba(45,212,191,.22),transparent 72%);opacity:.7}.human-b5-report__badge-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.human-b5-report__intro{display:grid;gap:.5rem}.human-b5-report__headline{font-size:1rem;font-weight:600;color:rgba(15,23,42,.9)}.human-b5-report__recap{font-size:.95rem;line-height:1.6;color:rgba(30,41,59,.82)}[data-theme=dark] .human-b5-report__headline{color:rgba(238,242,255,.92)}[data-theme=dark] .human-b5-report__recap{color:rgba(226,232,240,.78)}.human-b5-report__summary-grid{display:grid;place-items:center;gap:clamp(1rem,2vw,1.5rem);padding:clamp(.5rem,2vw,1.2rem) 0}.human-b5-report__radar-card{position:relative;z-index:1;display:grid;justify-items:center;width:clamp(18rem,32vw,24rem);margin:0 auto}.human-b5-report__radar-shell{position:relative;width:clamp(18rem,34vw,22rem);aspect-ratio:1/1;display:grid;place-items:center}.human-b5-report__radar-graphic{width:100%;height:auto}.human-b5-report__highlight{position:relative;border-radius:22px;padding:1.1rem 1.25rem;border:1px solid rgba(148,163,184,.25);background:rgba(255,255,255,.85);box-shadow:inset 0 1px 0 rgba(255,255,255,.35);overflow:hidden}.human-b5-report__highlight:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.human-b5-report__highlight--support:after{background:radial-gradient(70% 80% at 14% 18%,rgba(56,189,248,.22),transparent 72%)}.human-b5-report__highlight--watch:after{background:radial-gradient(70% 80% at 14% 18%,rgba(250,204,21,.24),transparent 72%)}[data-theme=dark] .human-b5-report__highlight{background:rgba(15,23,42,.7);border-color:rgba(148,163,184,.28)}[data-theme=dark] .human-b5-report__highlight--support:after{background:radial-gradient(70% 80% at 12% 16%,rgba(56,189,248,.32),transparent 75%)}[data-theme=dark] .human-b5-report__highlight--watch:after{background:radial-gradient(70% 80% at 12% 16%,rgba(250,204,21,.36),transparent 75%)}.human-b5-report__highlight-title{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:rgba(15,23,42,.65)}.human-b5-report__highlight ul{margin-top:.85rem;display:grid;gap:.5rem;font-size:.92rem;color:rgba(30,41,59,.9)}.human-b5-report__highlight li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-weight:500}.human-b5-report__highlight li span:last-child{font-size:.82rem;font-weight:600;color:rgba(14,165,233,.8)}.human-b5-report__highlight-icon{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:999px;margin-bottom:.6rem;background:rgba(59,130,246,.16);color:rgba(37,99,235,.85)}.human-b5-report__highlight--watch li span:last-child{color:rgba(234,179,8,.85)}.human-b5-report__highlight--watch .human-b5-report__highlight-icon{background:rgba(250,204,21,.16);color:rgba(217,119,6,.9)}[data-theme=dark] .human-b5-report__highlight-icon{background:rgba(59,130,246,.25);color:rgba(191,219,254,.85)}[data-theme=dark] .human-b5-report__highlight--watch .human-b5-report__highlight-icon{background:rgba(250,204,21,.28);color:rgba(254,240,138,.9)}.human-b5-report__highlight-empty{margin-top:.9rem;font-size:.85rem;color:rgba(30,41,59,.68)}[data-theme=dark] .human-b5-report__highlight-title{color:rgba(226,232,240,.7)}[data-theme=dark] .human-b5-report__highlight ul,[data-theme=dark] .human-b5-report__highlight-empty{color:rgba(226,232,240,.82)}.human-b5-report__radar-caption{margin-top:1rem;font-size:.8rem;text-align:center;color:rgba(71,85,105,.7)}[data-theme=dark] .human-b5-report__radar-caption{color:rgba(203,213,225,.72)}.human-b5-report__table-card{border-radius:26px;border:1px solid rgba(148,163,184,.32);background:rgba(248,250,252,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.55);overflow:hidden}.human-b5-report__table-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(148,163,184,.35)}.human-b5-report__table-header h3{font-size:.95rem;font-weight:600;color:rgba(30,41,59,.88)}.human-b5-report__table-header span{font-size:.75rem;font-weight:600;color:rgba(71,85,105,.7)}.human-b5-report__axes{display:grid}.human-b5-report__axes-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr) minmax(0,1fr) auto;gap:.9rem;align-items:center;padding:1rem 1.5rem}.human-b5-report__axes-row:not(:last-child){border-bottom:1px solid rgba(148,163,184,.3)}.human-b5-report__axes-row:after{content:"";position:absolute;inset:0;opacity:0;background:linear-gradient(90deg,rgba(56,189,248,.12),rgba(34,197,94,.12));transition:opacity .25s ease}.human-b5-report__axes-row:hover:after{opacity:1}.human-b5-report__axes-row--positive:after{background:linear-gradient(90deg,rgba(59,130,246,.14),rgba(34,197,94,.18))}.human-b5-report__axes-row--negative:after{background:linear-gradient(90deg,rgba(249,115,22,.16),rgba(248,113,113,.18))}.human-b5-report__axes-side{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(71,85,105,.68)}.human-b5-report__axes-side--right{text-align:right}.human-b5-report__axes-score{font-size:1.02rem;font-weight:600;color:rgba(15,23,42,.86)}.human-b5-report__axes-bar{position:relative;display:flex;height:.65rem;overflow:hidden;border-radius:999px;background:rgba(226,232,240,.85)}.human-b5-report__axes-bar-left{background:linear-gradient(90deg,rgba(56,189,248,.92),rgba(37,99,235,.85))}.human-b5-report__axes-bar-right{background:linear-gradient(90deg,rgba(34,197,94,.9),rgba(16,185,129,.85))}.human-b5-report__axes-badge{font-size:.78rem;font-weight:600;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(59,130,246,.35);background:rgba(224,242,254,.8);color:rgba(37,99,235,.82);white-space:nowrap}.human-b5-report__axes-badge--positive{border-color:rgba(16,185,129,.4);background:rgba(209,250,229,.85);color:rgba(4,120,87,.85)}.human-b5-report__axes-badge--negative{border-color:rgba(248,113,113,.4);background:rgba(254,226,226,.86);color:rgba(185,28,28,.85)}.human-b5-report__axes-row--positive .human-b5-report__axes-score:first-of-type{color:rgba(4,120,87,.88)}.human-b5-report__axes-row--negative .human-b5-report__axes-score:last-of-type{color:rgba(185,28,28,.85)}[data-theme=dark] .human-b5-report__table-card{background:rgba(15,23,42,.7);border-color:rgba(148,163,184,.3)}[data-theme=dark] .human-b5-report__table-header h3{color:rgba(226,232,240,.9)}[data-theme=dark] .human-b5-report__axes-score,[data-theme=dark] .human-b5-report__axes-side,[data-theme=dark] .human-b5-report__table-header span{color:rgba(203,213,225,.82)}[data-theme=dark] .human-b5-report__axes-bar{background:rgba(51,65,85,.7)}[data-theme=dark] .human-b5-report__axes-badge{border-color:rgba(96,165,250,.42);background:rgba(30,64,175,.44);color:rgba(191,219,254,.88)}[data-theme=dark] .human-b5-report__axes-badge--positive{border-color:rgba(16,185,129,.38);background:rgba(6,95,70,.6);color:rgba(110,231,183,.9)}[data-theme=dark] .human-b5-report__axes-badge--negative{border-color:rgba(239,68,68,.44);background:rgba(127,29,29,.55);color:rgba(254,202,202,.92)}.human-b5-report__footer-grid{display:grid;gap:clamp(1rem,3vw,1.5rem);grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.human-b5-report__info-card{border-radius:22px;padding:1.4rem 1.6rem;border:1px solid rgba(148,163,184,.28);background:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.45);display:grid;gap:1rem}.human-b5-report__info-card header{display:flex;align-items:center;gap:.9rem}.human-b5-report__info-card h3{font-size:.95rem;font-weight:600;color:rgba(30,41,59,.88)}.human-b5-report__info-card header p{font-size:.82rem;color:rgba(71,85,105,.7)}.human-b5-report__info-icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:999px;color:inherit}.human-b5-report__info-icon--amber{background:rgba(251,191,36,.18);color:rgba(217,119,6,.9)}.human-b5-report__info-icon--sky{background:rgba(56,189,248,.18);color:rgba(3,105,161,.9)}.human-b5-report__info-card dl{display:grid;gap:.65rem}.human-b5-report__info-card dl div{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.9rem;color:rgba(30,41,59,.82)}.human-b5-report__info-card dt{font-weight:500;color:rgba(71,85,105,.72)}.human-b5-report__warn-list{display:grid;gap:.5rem;border-radius:16px;padding:.75rem 1rem;font-size:.8rem;background:rgba(254,243,199,.5);color:rgba(180,83,9,.9)}.human-b5-report__warn-list li{display:flex;gap:.5rem;align-items:flex-start}.human-b5-report__info-muted{font-size:.82rem;color:rgba(71,85,105,.72)}.human-b5-report__tips{display:grid;gap:.6rem;font-size:.9rem;color:rgba(30,41,59,.82)}.human-b5-report__tips li{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}.human-b5-report__tips-bullet{width:.45rem;height:.45rem;border-radius:999px;margin-top:.35rem;background:linear-gradient(180deg,rgba(56,189,248,.92),rgba(99,102,241,.92))}[data-theme=dark] .human-b5-report__info-card{background:rgba(15,23,42,.72);border-color:rgba(148,163,184,.32)}[data-theme=dark] .human-b5-report__info-card dl div,[data-theme=dark] .human-b5-report__info-card h3,[data-theme=dark] .human-b5-report__tips{color:rgba(226,232,240,.86)}[data-theme=dark] .human-b5-report__info-card dt,[data-theme=dark] .human-b5-report__info-card header p,[data-theme=dark] .human-b5-report__info-muted{color:rgba(148,163,184,.72)}[data-theme=dark] .human-b5-report__warn-list{background:rgba(146,64,14,.36);color:rgba(254,215,170,.88)}@media (max-width:1024px){.human-b5-report__axes-row{grid-template-columns:minmax(0,1fr);gap:.75rem}.human-b5-report__axes-side--right{align-items:flex-start;text-align:left}.human-b5-report__axes-badge{justify-self:flex-start}}@media (max-width:640px){.human-b5-report{padding:1.5rem}.human-b5-report__summary-grid{grid-template-columns:1fr}.human-b5-report__badge-row{gap:.6rem}.human-b5-report__footer-grid{grid-template-columns:1fr}}.human-edit-toggle{position:fixed;right:18px;bottom:18px;z-index:2147480000;display:flex;flex-direction:column;align-items:center;gap:.7rem;--toggle-base-color:#0f172a;--access-glass-border:rgba(224,232,244,0.6);--access-glass-overlay:linear-gradient(150deg,rgba(255,255,255,0.26),rgba(255,255,255,0));--access-glass-shell:linear-gradient(154deg,rgba(255,255,255,0.82),rgba(255,255,255,0.18));--access-glass-tint:radial-gradient(135% 120% at 82% -14%,rgba(255,255,255,0.48),transparent 80%);--access-glass-floor:radial-gradient(148% 140% at 24% 118%,rgba(246,248,255,0.36),transparent 84%);--access-glass-glow:rgba(188,200,218,0.22);--access-chip-shadow:rgba(20,30,48,0.14);--toggle-overlay:var(--access-glass-overlay);--toggle-border:var(--access-glass-border);--toggle-shadow-base:0 26px 48px var(--access-glass-glow);--toggle-shadow-hover:0 32px 56px var(--access-glass-glow);--toggle-shadow-active:0 20px 36px rgba(168,188,222,0.24);--toggle-icon-shadow:drop-shadow(0 12px 22px rgba(150,170,208,0.18))}.human-edit-toggle__button{position:relative;width:56px;height:56px;border-radius:999px;border:1px solid var(--toggle-border);display:grid;place-items:center;background:var(--toggle-overlay),var(--access-glass-shell),var(--access-glass-tint),var(--access-glass-floor);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 16px 32px rgba(15,23,42,.12),var(--toggle-shadow-base),0 12px 30px var(--access-chip-shadow);backdrop-filter:blur(24px) saturate(175%);-webkit-backdrop-filter:blur(24px) saturate(175%);transition:transform .28s ease,box-shadow .28s ease,background .32s ease,opacity .28s ease,border-color .28s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;isolation:isolate;color:var(--toggle-base-color)}.human-edit-toggle__button:before{content:"";position:absolute;inset:4px;border-radius:inherit;background:radial-gradient(140% 120% at 24% 16%,rgba(255,255,255,.88),transparent 74%),radial-gradient(120% 120% at 78% 18%,rgba(226,236,255,.32),transparent 78%),linear-gradient(182deg,rgba(255,255,255,.22),rgba(255,255,255,.05));opacity:.9;pointer-events:none;mix-blend-mode:screen}.human-edit-toggle__button:after{content:"";position:absolute;inset:auto 12px -20px;height:32px;border-radius:999px;background:radial-gradient(70% 70% at 50% 50%,rgba(200,212,236,.34),transparent 78%);filter:blur(22px);opacity:.6;pointer-events:none;z-index:-1}.human-edit-toggle__button:hover{transform:translateY(-2px) scale(1.02);--toggle-overlay:linear-gradient(154deg,rgba(255,255,255,0.36),rgba(244,248,255,0.18));--toggle-shadow-base:var(--toggle-shadow-hover)}.human-edit-toggle__button:active{transform:translateY(0) scale(.99);--toggle-shadow-base:var(--toggle-shadow-active)}.human-edit-toggle__button.is-active{--toggle-overlay:linear-gradient(154deg,rgba(255,255,255,0.4),rgba(244,248,255,0.22));--toggle-border:rgba(216,226,240,0.68)}.human-edit-toggle__button.is-disabled{cursor:not-allowed;opacity:.58;--toggle-overlay:linear-gradient(154deg,rgba(255,255,255,0.32),rgba(242,246,252,0.16));--toggle-border:rgba(216,224,236,0.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(203,213,225,.25),0 10px 22px rgba(15,23,42,.18),0 4px 12px rgba(15,23,42,.12)}.human-edit-toggle__icon{width:24px;height:24px;filter:var(--toggle-icon-shadow) saturate(1.08) contrast(1.08) brightness(1.02)}.dark .human-edit-toggle,[data-theme=dark] .human-edit-toggle{--toggle-base-color:#e5ecf5;--access-glass-border:rgba(124,150,190,0.36);--access-glass-overlay:linear-gradient(154deg,rgba(72,90,126,0.22),rgba(10,16,28,0));--access-glass-shell:linear-gradient(166deg,rgba(28,38,58,0.82),rgba(16,24,40,0.6));--access-glass-tint:radial-gradient(135% 120% at 82% -14%,rgba(120,140,184,0.36),transparent 82%);--access-glass-floor:radial-gradient(146% 150% at 22% 124%,rgba(20,30,48,0.72),transparent 86%);--access-glass-glow:rgba(90,112,160,0.32);--access-chip-shadow:rgba(2,10,28,0.58);--toggle-overlay:var(--access-glass-overlay);--toggle-border:var(--access-glass-border);--toggle-shadow-base:0 26px 48px rgba(90,112,160,0.32);--toggle-shadow-hover:0 32px 56px rgba(90,112,160,0.36);--toggle-shadow-active:0 24px 40px rgba(70,92,138,0.3);--toggle-icon-shadow:drop-shadow(0 12px 22px rgba(110,138,196,0.28))}.dark .human-edit-toggle__button.is-disabled,[data-theme=dark] .human-edit-toggle__button.is-disabled{--toggle-overlay:linear-gradient(154deg,rgba(84,102,138,0.38),rgba(40,52,80,0.26));--toggle-border:rgba(120,156,214,0.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(59,73,102,.24),0 16px 28px rgba(0,8,18,.62),0 10px 18px rgba(0,8,18,.56)}.human-edit-toggle__access{--access-chip-shadow:rgba(20,30,48,0.14);--access-glass-glow:rgba(188,200,218,0.22);--access-glass-border:rgba(224,232,244,0.6);--access-glass-shell:linear-gradient(154deg,rgba(255,255,255,0.82),rgba(255,255,255,0.18));--access-glass-overlay:linear-gradient(150deg,rgba(255,255,255,0.26),rgba(255,255,255,0));--access-glass-tint:radial-gradient(135% 120% at 82% -14%,rgba(255,255,255,0.48),transparent 80%);--access-glass-floor:radial-gradient(148% 140% at 24% 118%,rgba(246,248,255,0.36),transparent 84%);position:relative;display:inline-flex;align-items:center;gap:.65rem;padding:.56rem .95rem .6rem .68rem;border-radius:999px;border:1px solid var(--access-glass-border);background:var(--access-glass-overlay),var(--access-glass-shell),var(--access-glass-tint),var(--access-glass-floor);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 16px 32px rgba(15,23,42,.12),0 26px 48px var(--access-glass-glow),0 12px 30px var(--access-chip-shadow);backdrop-filter:blur(22px) saturate(170%);-webkit-backdrop-filter:blur(22px) saturate(170%);min-width:0;max-width:min(320px,calc(100vw - 120px));color:#0f172a;cursor:pointer;text-align:left;appearance:none;transition:box-shadow .28s ease,transform .28s ease,padding .28s ease,max-width .28s ease}.human-edit-toggle__access:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(170% 160% at 22% -24%,rgba(255,255,255,.92),transparent 74%),radial-gradient(150% 150% at 84% -12%,var(--access-glass-glow),transparent 82%),linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,0));opacity:.85;pointer-events:none;mix-blend-mode:screen;z-index:0}.human-edit-toggle__access:after{content:"";position:absolute;inset:auto 16% -28px;height:42px;border-radius:999px;background:radial-gradient(70% 70% at 50% 50%,var(--access-glass-glow),transparent 82%);filter:blur(24px);opacity:.62;pointer-events:none;z-index:-1}.human-edit-toggle__access>*{position:relative;z-index:1}.human-edit-toggle__access:hover{--access-glass-overlay:linear-gradient(152deg,rgba(255,255,255,0.36),rgba(244,248,255,0.2));box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 20px 48px rgba(15,23,42,.18),0 32px 60px var(--access-glass-glow),0 16px 40px var(--access-chip-shadow);transform:translateY(-1px)}.human-edit-toggle__access:focus-visible{outline:2px solid rgba(202,214,232,.7);outline-offset:2px;--access-glass-overlay:linear-gradient(152deg,rgba(255,255,255,0.42),rgba(248,250,255,0.3));box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 22px 50px rgba(15,23,42,.2),0 36px 68px var(--access-glass-glow),0 18px 44px var(--access-chip-shadow)}.human-edit-toggle__access--compact{gap:.42rem;padding:.4rem .68rem .45rem .48rem;max-width:min(220px,calc(100vw - 140px))}.human-edit-toggle__access.is-collapsed{gap:0;padding:.32rem;min-width:44px;min-height:44px;max-width:44px;border-radius:999px;justify-content:center;--access-glass-overlay:linear-gradient(158deg,rgba(255,255,255,0.52),rgba(244,248,255,0.26));border-color:rgba(220,232,248,.64);box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 14px 30px rgba(15,23,42,.18),0 24px 46px var(--access-glass-glow)}.human-edit-toggle__access.is-collapsed:after{inset:auto 10px -24px;height:28px;filter:blur(20px);opacity:.6}.human-edit-toggle__access-fallback,.human-edit-toggle__access-figure{position:relative;width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;--access-figure-border:rgba(236,244,255,0.68);--access-figure-shell:linear-gradient(152deg,rgba(255,255,255,0.84),rgba(255,255,255,0.26));background:var(--access-figure-shell),radial-gradient(140% 120% at 80% 20%,var(--access-glass-glow),transparent 78%);border:1px solid var(--access-figure-border);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 12px 20px var(--access-glass-glow);font-weight:600;font-size:.75rem;color:rgba(71,85,105,.9);text-align:center;padding:0 .4rem;backdrop-filter:blur(18px) saturate(170%);-webkit-backdrop-filter:blur(18px) saturate(170%);transition:box-shadow .28s ease,border-color .28s ease,background .28s ease}.human-edit-toggle__access--compact .human-edit-toggle__access-fallback,.human-edit-toggle__access--compact .human-edit-toggle__access-figure{width:28px;height:28px;font-size:.58rem;padding:0}.human-edit-toggle__access.is-collapsed .human-edit-toggle__access-fallback,.human-edit-toggle__access.is-collapsed .human-edit-toggle__access-figure{width:32px;height:32px}.human-edit-toggle__access-figure img{width:30px;height:30px;object-fit:contain;filter:drop-shadow(0 8px 16px var(--access-glass-glow)) saturate(1.1) contrast(1.05) brightness(1.03)}.human-edit-toggle__access--compact .human-edit-toggle__access-figure img{width:20px;height:20px}.human-edit-toggle__access.is-collapsed .human-edit-toggle__access-figure img{width:24px;height:24px}.human-edit-toggle__access-copy{display:flex;flex-direction:column;gap:.1rem;line-height:1.24;min-width:0}.human-edit-toggle__access--compact .human-edit-toggle__access-copy{gap:.06rem;line-height:1.12}.human-edit-toggle__access-eyebrow{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(45,68,110,.7)}.human-edit-toggle__access--compact .human-edit-toggle__access-eyebrow{font-size:.5rem;letter-spacing:.1em}.human-edit-toggle__access-label{font-size:.95rem;font-weight:600;color:rgba(15,36,74,.9)}.human-edit-toggle__access--compact .human-edit-toggle__access-label{font-size:.8rem}.human-edit-toggle__access-caption{font-size:.78rem;color:rgba(60,82,116,.75)}.human-edit-toggle__access--compact .human-edit-toggle__access-caption{display:none}@media (max-width:640px){.human-edit-toggle{gap:.45rem}.human-edit-toggle__access{max-width:min(320px,calc(100vw - 48px))}}.dark .human-edit-toggle__access,[data-theme=dark] .human-edit-toggle__access{--access-glass-border:rgba(124,150,190,0.36);--access-chip-shadow:rgba(2,10,28,0.55);--access-glass-shell:linear-gradient(166deg,rgba(28,38,58,0.82),rgba(16,24,40,0.6));--access-glass-overlay:linear-gradient(154deg,rgba(72,90,126,0.18),rgba(10,16,28,0));--access-glass-tint:radial-gradient(135% 120% at 82% -14%,rgba(120,140,184,0.36),transparent 82%);--access-glass-floor:radial-gradient(146% 150% at 22% 124%,rgba(20,30,48,0.72),transparent 86%);--access-figure-border:rgba(132,156,196,0.36);--access-figure-shell:linear-gradient(158deg,rgba(34,48,72,0.78),rgba(18,26,44,0.66));color:#e5ecf5}.dark .human-edit-toggle__access:hover,[data-theme=dark] .human-edit-toggle__access:hover{--access-glass-overlay:linear-gradient(152deg,rgba(150,170,208,0.32),rgba(120,142,192,0.24))}.dark .human-edit-toggle__access.is-collapsed,[data-theme=dark] .human-edit-toggle__access.is-collapsed{--access-glass-overlay:linear-gradient(160deg,rgba(76,96,140,0.38),rgba(54,70,104,0.24));border-color:rgba(108,134,176,.46)}.dark .human-edit-toggle__access:focus-visible,[data-theme=dark] .human-edit-toggle__access:focus-visible{outline-color:rgba(162,188,224,.5);--access-glass-overlay:linear-gradient(152deg,rgba(164,182,220,0.36),rgba(128,150,196,0.28))}.dark .human-edit-toggle__access-caption,.dark .human-edit-toggle__access-eyebrow,[data-theme=dark] .human-edit-toggle__access-caption,[data-theme=dark] .human-edit-toggle__access-eyebrow{color:rgba(204,214,232,.76)}.dark .human-edit-toggle__access-label,[data-theme=dark] .human-edit-toggle__access-label{color:#eff4ff}.dark .human-edit-toggle__access-fallback,.dark .human-edit-toggle__access-figure,[data-theme=dark] .human-edit-toggle__access-fallback,[data-theme=dark] .human-edit-toggle__access-figure{color:rgba(214,224,240,.88)}.dark .human-edit-toggle__access-figure img,[data-theme=dark] .human-edit-toggle__access-figure img{filter:drop-shadow(0 8px 16px var(--access-glass-glow)) saturate(1.05) contrast(1.04) brightness(1.05)}.human-actions{position:relative;border:2px dashed rgba(239,68,68,.5);border-radius:clamp(34px,5vw,44px);background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(255,236,236,.66) 28%,rgba(255,206,206,.5)),radial-gradient(120% 140% at 18% -12%,rgba(255,186,186,.36),transparent 72%),radial-gradient(120% 140% at 88% -8%,rgba(255,210,210,.28),transparent 78%);background-blend-mode:screen,normal,normal;box-shadow:0 38px 82px rgba(239,68,68,.18),0 18px 38px rgba(239,68,68,.12),inset 0 1px 0 rgba(255,255,255,.55);backdrop-filter:blur(26px) saturate(150%);-webkit-backdrop-filter:blur(26px) saturate(150%);overflow:hidden}.human-actions:before{content:"";position:absolute;inset:clamp(6px,1vw,10px);border-radius:calc(clamp(34px, 5vw, 44px) - clamp(6px, 1vw, 10px));background:radial-gradient(520px 360px at var(--mx,46%) calc(var(--my, 30%) - 80px),rgba(255,255,255,.85),transparent 70%),radial-gradient(520px 360px at calc(var(--mx, 54%) + 180px) calc(var(--my, 60%) + 210px),rgba(255,210,210,.32),transparent 82%),linear-gradient(185deg,rgba(255,255,255,.28),transparent 72%);mix-blend-mode:screen;opacity:.68;pointer-events:none;transition:opacity .35s ease;z-index:0}.human-actions:focus-within:before,.human-actions:hover:before{opacity:.95}.human-actions:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(128deg,rgba(255,255,255,.58),transparent 45%),radial-gradient(140% 120% at 50% 120%,rgba(255,154,154,.18),transparent 76%),repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0 8px,transparent 8px 18px);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),inset 0 -44px 90px rgba(239,68,68,.12);pointer-events:none;z-index:0}.human-actions .tile-section__inner{gap:clamp(.35rem,1vw,.65rem)}.human-actions .tile-section__header{margin-bottom:0}[data-theme=dark] .human-actions{border-color:rgba(248,113,113,.55);background:linear-gradient(150deg,rgba(68,17,25,.92),rgba(34,9,16,.88)),radial-gradient(120% 130% at 12% -10%,rgba(248,113,113,.36),transparent 78%),radial-gradient(124% 120% at 96% -8%,rgba(252,129,129,.28),transparent 78%);background-blend-mode:screen,normal,normal;box-shadow:0 46px 82px rgba(7,11,21,.78),0 20px 36px rgba(248,113,113,.3),inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%)}[data-theme=dark] .human-actions:before{background:radial-gradient(520px 360px at var(--mx,52%) calc(var(--my, 32%) - 60px),rgba(255,255,255,.22),transparent 74%),radial-gradient(520px 360px at calc(var(--mx, 60%) + 150px) calc(var(--my, 66%) + 210px),rgba(248,113,113,.44),transparent 86%),linear-gradient(185deg,rgba(255,255,255,.12),transparent 64%)}[data-theme=dark] .human-actions:after{background:linear-gradient(140deg,rgba(255,255,255,.2),transparent 42%),radial-gradient(130% 120% at 52% 122%,rgba(244,63,94,.32),transparent 74%),repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0 8px,transparent 8px 18px);box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.human-hero__bio-body--household{display:flex;flex-direction:column;gap:.45rem;flex:1;min-width:0}.human-hero__meta-icon-wrap{position:relative;display:inline-flex;padding:clamp(.18rem,.5vw,.32rem);border-radius:999px;isolation:isolate}.human-hero__meta-icon-wrap:before{content:"";position:absolute;inset:clamp(-8px,-1.4vw,-10px);border-radius:inherit;background:radial-gradient(60% 60% at 50% 30%,rgba(255,255,255,.8),transparent 70%),radial-gradient(70% 70% at 50% 80%,rgba(14,165,233,.25),transparent 80%);filter:blur(8px);opacity:.65;transition:transform .35s ease,opacity .35s ease;pointer-events:none;z-index:0}.human-hero__access-card:focus-visible .human-hero__meta-icon-wrap:before,.human-hero__access-card:hover .human-hero__meta-icon-wrap:before,.human-hero__status-card:focus-visible .human-hero__meta-icon-wrap:before,.human-hero__status-card:hover .human-hero__meta-icon-wrap:before{transform:translateY(-4px) scale(1.1);opacity:.85}.human-hero__meta-icon-wrap>img,.human-hero__meta-icon-wrap>svg{position:relative;z-index:1}.human-planning-mini--sleep{background:linear-gradient(135deg,rgba(250,245,255,.92),rgba(224,231,255,.92))}.human-planning-mini--work{background:linear-gradient(135deg,rgba(255,243,230,.95),rgba(254,226,226,.92))}.human-planning-mini--care{background:linear-gradient(135deg,rgba(240,253,250,.95),rgba(224,242,254,.92))}.human-planning-mini--commute{background:linear-gradient(135deg,rgba(239,246,255,.95),rgba(219,234,255,.92))}.human-planning-mini--availability{background:linear-gradient(135deg,rgba(255,248,237,.95),rgba(255,237,213,.92))}.human-planning-mini--other{background:linear-gradient(135deg,rgba(240,249,255,.95),rgba(224,231,255,.92))}.human-planning-card__categories+.human-planning-card__insights{margin-top:8px}