:root{--ph-blue:#0038a8;--ph-red:#ce1126;--ph-yellow:#fcd116;--ph-white:#fff;--ph-dark:#0a1f44;--ph-ink:#111827;--ph-muted:#64748b;--bg-soft:#f5f7ff;--bg-card:#fff;--border:#0038a81f;--border-strong:#0038a838;--shadow:0 10px 40px -12px #0038a840;--ink:#111827;--muted:#64748b;--cream:#f5f7ff;--mint:#e8efff;--surface:#fff;--surface-soft:#f1f5ff;--green:#0038a8;--line:#d6e0f2;--gold:#fcd116;--red:#ce1126;--navy:#0a1f44}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ph-ink);background:var(--bg-soft);-webkit-font-smoothing:antialiased;margin:0;font-family:Sora,system-ui,sans-serif}a{color:inherit;text-decoration:none}.reveal{opacity:0;animation:.7s cubic-bezier(.2,.7,.2,1) forwards fadeUp;transform:translateY(24px)}.reveal:nth-child(2){animation-delay:80ms}.reveal:nth-child(3){animation-delay:.16s}.reveal:nth-child(4){animation-delay:.24s}.reveal:nth-child(5){animation-delay:.32s}.reveal:nth-child(6){animation-delay:.4s}.reveal:nth-child(7){animation-delay:.48s}.reveal:nth-child(8){animation-delay:.56s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes sunSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.nav-link{color:var(--ph-dark);padding:6px 2px;font-size:14px;font-weight:500;transition:color .2s;position:relative}.nav-link:hover{color:var(--ph-red)}.nav-link:after{content:"";background:var(--ph-red);border-radius:2px;width:0;height:2.5px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--ph-blue)}.btn-primary{background:linear-gradient(135deg,var(--ph-blue),#0b4ed1);color:#fff;box-shadow:var(--shadow);font-weight:600;transition:all .25s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 50px -12px #0038a866}.btn-accent{background:linear-gradient(135deg,var(--ph-red),#e01a31);color:#fff;font-weight:600;transition:all .25s}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 16px 50px -12px #ce112666}.btn-yellow{background:var(--ph-yellow);color:var(--ph-dark);font-weight:700;transition:all .25s}.btn-yellow:hover{filter:brightness(1.05);transform:translateY(-2px)}.btn-ghost{border:1.5px solid var(--border-strong);color:var(--ph-dark);background:0 0;font-weight:600;transition:all .25s}.btn-ghost:hover{border-color:var(--ph-blue);color:var(--ph-blue);background:#0038a80a}.card{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;transition:all .3s}.card:hover{border-color:var(--ph-yellow);transform:translateY(-5px);box-shadow:0 20px 50px -15px #0038a84d}.glass{-webkit-backdrop-filter:blur(16px);background:#ffffffbf;border:1px solid #fff9}.hero-banner{border-radius:28px;justify-content:space-between;align-items:center;gap:40px;width:100%;min-height:260px;margin-bottom:56px;padding:60px 40px;display:flex;position:relative;overflow:hidden}.hero-banner svg{flex-shrink:0;width:100%;max-width:340px;height:auto}@media (max-width:768px){.hero-banner{text-align:center;flex-direction:column-reverse;min-height:auto;padding:40px 24px}.hero-banner svg{max-width:220px}}.tool-card{cursor:pointer}.tool-card:hover .tool-icon{background:linear-gradient(135deg,var(--ph-yellow),#fde68a);transform:scale(1.08)rotate(-4deg)}.tool-card:hover .tool-num{color:var(--ph-red)}.tool-icon{color:var(--ph-blue);background:#0038a814;transition:all .35s}input,select,textarea{border:1.5px solid var(--border);color:var(--ph-ink);background:#fff;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:var(--ph-blue);background:#0038a808;box-shadow:0 0 0 4px #0038a81a}input::placeholder,textarea::placeholder{color:var(--ph-muted)}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--ph-red);font-size:11px;font-weight:700}.gradient-text{background:linear-gradient(100deg,var(--ph-blue)0%,var(--ph-red)60%,#c2410c 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.ph-border-top{border-top:4px solid #0000;border-image:linear-gradient(90deg,var(--ph-blue)33%,var(--ph-white)33%,var(--ph-white)66%,var(--ph-red)66%)1}.tag{letter-spacing:.03em;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.num{font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-soft)}::-webkit-scrollbar-thumb{background:var(--ph-blue);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--ph-red)}.tool-page{min-height:100vh}.tool-page nav{border-bottom:1px solid var(--line)}.tool-intro,.tool-list,.tool-panel,.resume-layout{max-width:850px;margin-inline:auto;padding-inline:28px}.tool-intro{padding-top:70px;padding-bottom:40px}.tool-intro h1{font-size:clamp(2.8rem,7vw,5.5rem)}.tool-intro>p:last-child{color:var(--muted);max-width:600px;line-height:1.6}.tool-list{grid-template-columns:repeat(2,1fr);gap:16px;padding-bottom:80px;display:grid}.tool-link{border:1px solid var(--line);background:#fff;border-radius:12px;padding:24px}.tool-link h2{font-size:1.35rem}.tool-link p{color:var(--muted);min-height:50px;line-height:1.5}.tool-link span{color:var(--green);font-size:.9rem;font-weight:700}.tool-panel{gap:14px;padding-bottom:80px;display:grid}.tool-panel label,.tool-panel fieldset{gap:7px;font-weight:700;display:grid}input,textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:8px;padding:12px}textarea{resize:vertical;min-height:110px}button,.secondary-button{background:var(--green);color:#fff;cursor:pointer;width:fit-content;font:inherit;border:0;border-radius:8px;padding:12px 18px;font-weight:700}.secondary-button{border:1px solid var(--green);color:var(--green);background:0 0}.check{text-transform:capitalize;align-items:center;gap:8px;display:flex!important}.check input{width:auto}.result{background:var(--mint);border-radius:10px;padding:18px;line-height:1.6}.qr-result{justify-items:start;gap:14px;display:grid}.qr-result img{background:#fff;width:min(100%,320px);padding:12px}.password{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.password code{overflow-wrap:anywhere;font-size:1.05rem}.resume-layout{grid-template-columns:1fr 1fr;gap:28px;padding-bottom:80px;display:grid}.resume-layout .tool-panel{padding:0}.resume-preview{border:1px solid var(--line);background:#fff;padding:30px;box-shadow:0 4px 20px #15251e12}.resume-preview h2{font-size:2rem}.resume-preview h3{text-transform:capitalize;margin-top:22px;margin-bottom:5px}.resume-preview p{white-space:pre-wrap;line-height:1.5}@media (max-width:680px){.tool-list,.resume-layout{grid-template-columns:1fr}.tool-intro{padding-top:45px}}.info-page article{max-width:800px;margin:0 auto;padding:76px 28px 92px}.info-page article>.intro{max-width:680px;margin-bottom:48px}.info-page article section{border-top:1px solid var(--line);padding:30px 0}.info-page article section h2{font-size:clamp(1.6rem,4vw,2.4rem)}.info-page article section p{color:var(--muted);max-width:720px;line-height:1.75}.footer-links{flex-wrap:wrap;gap:14px;font-size:.85rem;font-weight:700;display:flex}footer .brand-logo{flex:none}.tool-directory,.resource-page>header:not(.site-header),.resource-grid,.resource-note{max-width:1050px;margin-inline:auto;padding-inline:28px}.search{gap:8px;max-width:640px;margin-bottom:18px;font-weight:700;display:grid}.filters{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.filters button{border:1px solid var(--line);color:var(--ink);background:#fff;padding:9px 13px}.filters button.active-filter{background:var(--navy);color:#fff;border-color:var(--navy)}.resource-page>header:not(.site-header) h1{font-size:clamp(3rem,7vw,5.5rem)}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:48px;display:grid}.resource-card{border:1px solid var(--line);border-top:4px solid var(--gold);background:#fff;border-radius:12px;padding:22px}.resource-card h2{font-size:1.45rem}.resource-card p:not(.eyebrow){color:var(--muted);min-height:74px;line-height:1.55}.resource-card span{color:var(--red);font-weight:700}.resource-note>div,.resource-note{color:var(--muted);line-height:1.7}.resource-note h2{color:var(--ink)}@media (max-width:800px){.resource-grid{grid-template-columns:1fr}}.home-resources{max-width:1120px;margin-inline:auto;padding:84px 28px}.home-resources>div:first-child{max-width:590px}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:28px 0 0}@media (max-width:800px){.compact-grid{grid-template-columns:1fr}}select{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:8px;padding:12px}.button-row{flex-wrap:wrap;gap:10px;display:flex}.drop-zone{border:2px dashed var(--gold);background:#fffaf0;border-radius:10px;padding:24px}.drop-zone input{margin-top:8px}.image-previews{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.image-previews figure{border:1px solid var(--line);background:#fff;border-radius:10px;margin:0;padding:12px}.image-previews img{object-fit:contain;width:100%;height:190px;display:block}.image-previews figcaption{color:var(--muted);margin:10px 0;font-size:.85rem}.error{color:#a3160c;font-weight:700}.resume-preview.accent{border-top:8px solid var(--red)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:680px){.image-previews{grid-template-columns:1fr}}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f7f9ff;--muted:#c6d1e8;--cream:#07152f;--mint:#12356b;--surface:#0d234c;--surface-soft:#102955;--green:#ff675e;--line:#345486;--gold:#ffc72c;--red:#ff675e;--navy:#8cb3ff}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f5f3ff;--muted:#c9c5d6;--cream:#0b0c12;--mint:#1a1c27;--surface:#13151e;--surface-soft:#1d202c;--green:#ff6c61;--line:#3d4150;--gold:#ffc857;--red:#ff6c61;--navy:#abbaff}html,body,button,a,input,textarea,select,.card,.tool-link,.resource-card,.resume-preview,.image-previews figure,.site-header,.mobile-menu-panel,.account-dropdown,.account-card,.account-state,.admin-shell,.admin-sidebar,.admin-topbar,.admin-card-grid article,.admin-table-wrap,.admin-empty,.ai-workspace,.ai-output{transition:background-color .2s,color .2s,border-color .2s}.site-header{z-index:20;border-bottom:1px solid var(--line);background:var(--cream);transition:background-color .2s,border-color .2s;position:sticky;top:0;box-shadow:0 4px 16px #071d5814}.site-header nav{height:108px}.desktop-actions{align-items:center;gap:32px;display:flex}.desktop-actions .links a{align-items:center;min-height:44px;padding:0 2px;display:flex}.mobile-menu,.mobile-header-actions,.mobile-menu-slot{display:none}.theme-toggle{position:relative}.theme-trigger{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);border-radius:9px;align-items:center;gap:7px;padding:7px 10px;display:flex}.theme-trigger span{font-size:.82rem;font-weight:700}.theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:16px;height:16px}.theme-toggle svg circle{fill:currentColor;stroke:none}.theme-toggle .theme-chevron{width:13px;height:13px}.theme-menu{z-index:30;border:1px solid var(--line);background:var(--surface);border-radius:10px;grid-template-columns:repeat(3,42px);gap:4px;width:max-content;padding:5px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 24px #071d5829}.theme-menu button{width:42px;min-height:40px;color:var(--ink);background:0 0;border:0;border-radius:7px;place-items:center;padding:8px;display:grid}.theme-menu button[aria-checked=true],.theme-menu button:hover{background:var(--navy);color:#fff}.card,.tool-link,.resource-card,.resume-preview,.image-previews figure,input,textarea,select,.filters button{background:var(--surface)}.drop-zone{background:var(--surface-soft)}.hero{background:radial-gradient(circle at 77% 25%,var(--mint),transparent 28%),linear-gradient(135deg,var(--cream)0%,var(--surface-soft)100%)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.resource-steps{color:var(--muted);gap:12px;padding-left:22px;line-height:1.65;display:grid}.resource-action{justify-items:start;gap:4px;display:grid}.text-link{color:var(--navy);font-weight:700}.resource-page>header:not(.site-header){padding-top:88px;padding-bottom:46px}.resource-page>header:not(.site-header) .intro{max-width:640px}.resource-grid{gap:22px;padding-bottom:72px}.resource-card{min-height:272px;padding:28px}.resource-card h2{margin-top:30px}.resource-card span{margin-top:12px;display:inline-block}.resource-note{padding-bottom:96px}.tool-page .tool-intro,.tool-page .tool-directory{max-width:1120px}.tool-page .tool-intro{padding-top:72px;padding-bottom:42px}.tool-page .tool-directory .tool-list{padding-inline:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:none;padding-bottom:88px}.tool-page .tool-directory .tool-link{min-height:260px;padding:28px}.tool-page .tool-directory .tool-link h2{margin-top:30px}.tool-page .tool-directory .tool-link span{margin-top:10px;display:inline-block}.resource-page>header:not(.site-header),.info-page article{padding-top:72px}.hero{max-width:none;margin-inline:0;padding-inline:max(28px,50vw - 560px)}.qr-result{text-align:center;justify-self:center;justify-items:center;width:fit-content;max-width:100%}.qr-result img{width:min(100%,260px)}.qr-result .button-row{justify-content:center}.resume-layout textarea{min-height:110px}.ai-assistant{max-width:1050px;margin:0 auto;padding:0 28px 72px}.ai-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:28px;display:grid}.ai-tool-card{border:1px solid var(--line);border-top:4px solid var(--gold);background:var(--surface);width:100%;min-height:116px;color:var(--ink);text-align:left;border-radius:12px;gap:8px;padding:18px;display:grid}.ai-tool-card span{font-size:1.05rem;font-weight:800}.ai-tool-card small{color:var(--muted);line-height:1.45}.ai-tool-card.active-ai-tool{border-color:var(--navy);background:var(--surface-soft);box-shadow:0 0 0 2px var(--navy)}.ai-workspace{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:16px;padding:28px;display:grid}.ai-workspace h2{margin-bottom:8px;font-size:clamp(1.9rem,4vw,3rem)}.ai-workspace>div>p:last-child,.ai-review{color:var(--muted);margin:0;line-height:1.6}.ai-privacy{border-left:4px solid var(--gold);background:var(--surface-soft);color:var(--ink);padding:14px;line-height:1.55}.ai-selector{gap:7px;font-weight:700;display:grid}.ai-input{min-height:180px}.ai-output{border:1px solid var(--line);background:var(--surface-soft);border-radius:10px;padding:18px}.ai-output h3{margin:0 0 10px}.ai-response-content{line-height:1.65}.ai-response-content>:first-child{margin-top:0}.ai-response-content>:last-child{margin-bottom:0}.ai-response-content h4,.ai-response-content h5,.ai-response-content h6{color:var(--text);margin:20px 0 8px;line-height:1.25}.ai-response-content h4{font-size:1.15rem}.ai-response-content h5{font-size:1.02rem}.ai-response-content h6{font-size:.94rem}.ai-response-content p{margin:0 0 12px}.ai-response-content ol,.ai-response-content ul{margin:0 0 14px;padding-left:1.35rem}.ai-response-content li+li{margin-top:4px}.ai-response-content hr{border:0;border-top:1px solid var(--line);margin:18px 0}.ai-response-content blockquote{border-left:3px solid var(--accent);color:var(--muted);margin:14px 0;padding-left:12px}.ai-response-content code{background:var(--surface);border-radius:4px;padding:1px 4px}.ai-response-content pre{background:var(--surface);border-radius:8px;padding:12px;overflow-x:auto}.ai-response-content pre code{background:0 0;padding:0}@media (max-width:800px){.ai-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.ai-assistant{padding-inline:18px;padding-bottom:56px}.ai-tool-grid{grid-template-columns:1fr}.ai-tool-card{min-height:96px}.ai-workspace{padding:20px}}@media (max-width:920px){.site-header nav{height:68px;min-height:68px;padding-top:5px;padding-bottom:5px}.brand-logo{width:90px;height:58px}.brand-logo img{width:90px}.desktop-actions{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);cursor:pointer;border-radius:8px;align-items:center;padding:10px 13px;font-size:.88rem;font-weight:700;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary:after{content:"+";color:var(--red);margin-left:8px;font-size:1.15rem;line-height:1}.mobile-menu[open] summary:after{content:"-"}.mobile-menu-panel{z-index:30;border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:12px;min-width:min(300px,100vw - 32px);padding:14px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 28px #071d582e}.mobile-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.mobile-links a{border:1px solid var(--line);min-height:44px;color:var(--ink);border-radius:8px;align-items:center;padding:9px 10px;font-size:.88rem;font-weight:700;display:flex}.mobile-links a:hover{border-color:var(--navy);color:var(--navy)}.mobile-menu .theme-toggle{justify-self:stretch}.mobile-menu .theme-trigger{justify-content:flex-start;width:100%}.mobile-menu .theme-menu{right:0}.resource-page>header:not(.site-header),.info-page article,.tool-page .tool-intro{padding-top:60px}.resource-page>header:not(.site-header){padding-bottom:36px}.resource-grid{gap:18px;padding-bottom:60px}.resource-card{min-height:0;padding:24px}.resource-note{padding-bottom:72px}.tool-page .tool-directory .tool-list{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:64px}}@media (max-width:680px){nav,.hero,.tools,.promise,footer,.tool-intro,.tool-list,.tool-panel,.resume-layout,.info-page article,.tool-directory,.resource-page>header:not(.site-header),.resource-grid,.resource-note,.home-resources{padding-inline:18px}.hero,.tools,.home-resources{padding-top:56px;padding-bottom:64px}.tool-intro,.resource-page>header:not(.site-header),.info-page article,.tool-page .tool-intro{padding-top:44px}.resource-page>header:not(.site-header){padding-bottom:28px}.tool-list,.tool-panel,.resume-layout,.resource-note{padding-bottom:56px}h1{font-size:clamp(2.8rem,15vw,4.3rem)}.actions{margin-top:24px}.button{min-height:44px;padding:12px 16px}.grid{margin-top:32px}.card{min-height:0;padding:22px}.resource-card,.tool-link{padding:20px}.resource-card h2{margin-top:26px}.resource-card p:not(.eyebrow),.tool-link p{min-height:0}.tool-page .tool-directory .tool-list{grid-template-columns:1fr;gap:16px;padding-bottom:56px}.tool-page .tool-directory .tool-link{min-height:0;padding:20px}.image-previews img{height:auto;max-height:250px}}.button.secondary{transition:all .2s}.button.secondary:hover{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 0 12px #073b9959}.eyebrow.category-red{color:#f87171!important}.tool-link{position:relative;overflow:hidden}.tool-card-header{background:#fbbf24;width:100%;height:5px;position:absolute;top:0;left:0}.site-footer{border-top:1px solid var(--line);background:var(--cream);justify-content:space-between;align-items:center;gap:2rem;max-width:1120px;margin-inline:auto;padding:54px 28px 45px;display:flex}.site-footer .brand-logo{flex:none}.footer-links{flex-wrap:nowrap;gap:1.5rem;display:flex}.footer-links a{color:var(--ink);white-space:nowrap;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .25s}.site-footer small{text-align:center;color:var(--muted);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;margin:0;font-size:.85rem;line-height:1.5;display:flex}.site-footer small span{display:block}.site-footer small span:last-child{margin-top:4px}@media (max-width:680px){.site-footer{text-align:center;flex-direction:column}.site-footer .brand-logo{justify-content:center;width:100%;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.account-menu{position:relative}.auth-actions{gap:8px;display:flex}.sign-in-button,.sign-up-button,.avatar-button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);border-radius:9px;padding:9px 13px}.sign-in-button{border-color:var(--ph-blue);background:var(--ph-blue);color:#fff}.sign-up-button{background:var(--ph-red);border-color:var(--ph-red);color:#fff}.sign-in-button:hover,.sign-in-button:focus-visible{color:#fff;background:#002f8f}.sign-up-button:hover,.sign-up-button:focus-visible{color:#fff;background:#b90f22}.avatar-button{isolation:isolate;background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:42px;padding:0;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s,background-color .2s;display:grid;position:relative;overflow:visible}.avatar-button:before{z-index:-1;border:1px solid color-mix(in srgb,var(--ph-blue)60%,transparent);border-radius:inherit;content:"";opacity:0;transition:opacity .3s,transform .4s cubic-bezier(.2,.8,.2,1);position:absolute;inset:-4px;transform:scale(.72)}.avatar-button:after{border-radius:inherit;content:"";opacity:.35;pointer-events:none;background:linear-gradient(125deg,#ffffff9e,#0000 35%);position:absolute;inset:3px}.avatar-button:hover,.avatar-button:focus-visible,.avatar-button.is-open{transform:translateY(-2px)scale(1.06);box-shadow:0 8px 20px -10px #0038a8cc,0 0 0 3px #75a7ff38}.avatar-button.is-open:before{opacity:1;animation:1.8s ease-in-out infinite avatar-ring-pulse;transform:scale(1)}.account-loading{color:var(--muted);font-size:.82rem}.account-dropdown{z-index:40;border:1px solid var(--line);background:var(--surface);transform-origin:100% 0;border-radius:12px;min-width:220px;padding:8px;animation:.28s cubic-bezier(.2,.8,.2,1) both account-menu-enter;display:grid;position:absolute;top:calc(100% + 9px);right:0;box-shadow:0 14px 30px #071d582e}.account-dropdown.is-closing{pointer-events:none;animation:.2s both account-menu-exit}.account-dropdown a,.account-dropdown button{color:var(--ink);text-align:left;background:0 0;border:0;border-radius:8px;padding:10px}.account-dropdown a:hover,.account-dropdown button:hover{background:var(--surface-soft);color:var(--red)}@keyframes avatar-ring-pulse{0%,to{box-shadow:0 0 #75a7ff00}50%{box-shadow:0 0 0 5px #75a7ff29}}@keyframes account-menu-enter{0%{opacity:0;transform:translateY(-8px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes account-menu-exit{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-5px)scale(.96)}}@media (prefers-reduced-motion:reduce){.avatar-button,.avatar-button:before,.account-dropdown{transition:none;animation:none}}.account-identity{margin:4px 6px 8px;font-size:.9rem;font-weight:800}.account-identity small{color:var(--muted);overflow-wrap:anywhere;margin-top:3px;font-size:.75rem;font-weight:400;display:block}.account-toast{z-index:60;background:var(--ink);max-width:280px;color:var(--surface);border-radius:9px;margin:0;padding:12px 14px;position:fixed;bottom:18px;right:18px;box-shadow:0 8px 20px #071d5833}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#071d588f;place-items:center;padding:18px;display:grid;position:fixed;inset:0;overflow-y:auto}.auth-modal{border:1px solid var(--line);background:var(--surface);border-radius:20px;width:min(100%,460px);max-height:calc(100vh - 36px);padding:30px;position:relative;overflow:auto;box-shadow:0 24px 70px #071d5847}body:has(.modal-backdrop){overflow:hidden}body:has(.modal-backdrop)>.site-header{filter:blur(8px)}body:has(.modal-backdrop)>main{filter:blur(8px)}body:has(.modal-backdrop)>.site-footer{filter:blur(8px)}.auth-modal h2{font-size:2.2rem}.modal-close{border:1px solid var(--line);background:var(--surface);min-width:34px;min-height:34px;color:var(--ink);border-radius:50%;padding:4px;position:absolute;top:14px;right:14px}.muted-copy{color:var(--muted);line-height:1.55}.form-notice{border-left:4px solid var(--gold);background:var(--surface-soft);color:var(--ink);border-radius:6px;margin:14px 0;padding:12px;line-height:1.5}.account-form{gap:13px;display:grid}.account-form label{gap:6px;font-weight:700;display:grid}.account-form label small{color:var(--muted);font-size:.75rem;font-weight:400}.inline-check{align-items:center;display:flex!important}.inline-check input{width:auto}.auth-divider{color:var(--muted);align-items:center;gap:10px;margin:20px 0 12px;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.google-button{background:var(--surface);border:1px solid var(--line);width:100%;color:var(--ink)}.auth-switch{color:var(--muted);margin:18px 0 0;font-size:.9rem}.auth-switch button{color:var(--red);background:0 0;border:0;padding:0;font-weight:700}.auth-login-options{justify-content:space-between;align-items:center;gap:12px;display:flex}.text-button{color:var(--red);font:inherit;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.password-field{gap:6px;display:grid}.password-field>label{font-weight:700}.password-input-wrap{position:relative}.password-input-wrap input{width:100%;padding-right:74px}.password-toggle{min-height:32px;color:var(--navy);background:0 0;border:0;border-radius:6px;padding:5px 9px;font-size:.78rem;font-weight:800;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-toggle:hover{background:var(--surface-soft)}.password-guidance{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:8px;padding:10px 12px;font-size:.82rem;line-height:1.45}.password-guidance p{color:var(--ink);margin:0 0 6px}.password-guidance ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px;margin:0;padding:0;list-style:none;display:grid}.password-guidance li:before{content:"-";margin-right:6px}.password-guidance li.met{color:#137a3b}.password-guidance li.met:before{content:"Check";font-weight:800}.password-strength-weak{color:var(--red)}.password-strength-medium{color:#a56800}.password-strength-strong{color:#137a3b}.password-reset-button{margin-top:16px}.success-notice{background:color-mix(in srgb,#2b8a57 12%,var(--surface));color:var(--ink);border:1px solid #2b8a57;border-radius:9px;align-items:flex-start;gap:9px;padding:12px 14px;font-weight:700;line-height:1.45;animation:.28s ease-out both success-enter;display:flex}.success-notice span{background:#2b8a57;border-radius:50%;flex:none;width:21px;height:21px;font-size:0;display:block;position:relative;overflow:hidden}.success-notice span:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:4px;animation:.28s ease-out .1s both check-pop;position:absolute;top:4px;left:6px;transform:rotate(-45deg)}.account-page{max-width:900px;min-height:calc(100vh - 108px);margin:0 auto;padding:74px 28px 90px}.account-page>header{margin-bottom:38px}.account-page h1{font-size:clamp(3rem,7vw,5.5rem)}.account-stack{gap:18px;display:grid}.account-card,.account-state{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:26px;box-shadow:0 8px 22px #071d580d}.account-card h2,.account-state h2{margin-bottom:12px;font-size:1.7rem}.profile-card{align-items:center;gap:20px;display:flex}.profile-card h2{margin-bottom:5px}.profile-card p{color:var(--muted);margin-bottom:5px}.profile-avatar{background:var(--navy);color:#fff;border-radius:50%;flex:none;place-items:center;width:70px;height:70px;font-size:1.8rem;font-weight:800;display:grid}.plan-badge{background:var(--mint);color:var(--ink);border-radius:999px;margin-left:auto;padding:7px 10px;font-size:.82rem;font-weight:800;display:inline-block}.danger-zone{border-color:var(--red)}.danger-zone button{background:var(--red)}.success{color:#137a3b;font-weight:700}.price{letter-spacing:-.05em;margin:0 0 12px;font-size:2.1rem;font-weight:800}.pricing-toggle{border:1px solid var(--line);background:var(--surface-soft);border-radius:11px;width:fit-content;margin-bottom:22px;padding:4px;display:flex}.pricing-toggle button{color:var(--ink);background:0 0}.pricing-toggle button.active{background:var(--navy);color:#fff}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.pricing-card{align-content:start;gap:10px;min-height:250px;display:grid}.pricing-card button:disabled{cursor:not-allowed;opacity:.55}.auth-help{color:var(--muted);margin-top:14px;font-size:.83rem;line-height:1.5}.auth-help summary{cursor:pointer;color:var(--navy);font-weight:700}.auth-help ol{margin:8px 0 0;padding-left:20px}.modal-backdrop{background:radial-gradient(circle at 18% 18%,#0038a86b,#0000 32%),radial-gradient(circle at 84% 80%,#ce11265c,#0000 34%),#071d58ad;animation:.28s both auth-backdrop-enter}.modal-backdrop.is-closing{pointer-events:none;animation:.24s both auth-backdrop-exit}.auth-modal{isolation:isolate;border-color:color-mix(in srgb,var(--ph-blue)35%,var(--line));background:linear-gradient(145deg,color-mix(in srgb,var(--surface)94%,#fff),var(--surface));animation:auth-modal-enter .38s var(--motion-smooth)both;overflow:hidden;box-shadow:0 28px 80px #071d586b,inset 0 0 0 1px #ffffff47}.auth-modal:before{z-index:-1;content:"";filter:blur(2px);background:radial-gradient(circle,#fcd1164d,#0038a81f 48%,#0000 70%);border-radius:50%;width:210px;height:210px;animation:5s ease-in-out infinite alternate auth-light-drift;position:absolute;top:-92px;right:-80px}.auth-modal:after{z-index:-1;content:"";background:radial-gradient(circle,#ce112629,#0000 68%);border-radius:50%;width:230px;height:230px;animation:6s ease-in-out 1s infinite alternate-reverse auth-light-drift;position:absolute;bottom:-110px;left:-94px}.auth-modal.is-closing{animation:auth-modal-exit .24s var(--motion-smooth)both}.auth-modal .eyebrow{color:var(--ph-red);margin-right:48px}.auth-modal h2{max-width:340px;color:var(--ph-dark);letter-spacing:-.045em;margin-bottom:8px}.auth-modal .muted-copy{max-width:360px}.auth-modal-crest{width:37px;height:37px;color:var(--ph-blue);background:linear-gradient(145deg,#fff,#fff4b5);border:1px solid #0038a833;border-radius:12px;place-items:center;animation:3.4s ease-in-out infinite auth-crest-pulse;display:grid;position:absolute;top:21px;right:60px;box-shadow:0 10px 22px -15px #0038a8d1}.auth-modal-crest svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px;width:22px;height:22px}.auth-modal .modal-close{border-color:color-mix(in srgb,var(--ph-blue)24%,var(--line));background:color-mix(in srgb,var(--surface)88%,#fff);width:36px;min-width:36px;min-height:36px;color:var(--ph-blue);transition:transform .2s var(--motion-smooth),background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;place-items:center;padding:0;font-size:1.45rem;line-height:1;display:grid}.auth-modal .modal-close:hover,.auth-modal .modal-close:focus-visible{border-color:var(--ph-red);color:var(--ph-red);background:#fff0f2;outline:none;transform:rotate(90deg)scale(1.06);box-shadow:0 9px 18px -13px #ce1126b3}.auth-modal .account-form{gap:14px;margin-top:22px}.auth-modal .account-form>label,.auth-modal .password-field{border:1px solid color-mix(in srgb,var(--line)88%,var(--ph-blue));background:color-mix(in srgb,var(--surface)93%,#fff);transition:transform .2s var(--motion-smooth),border-color .2s ease,box-shadow .2s ease,background-color .2s ease;border-radius:12px;padding:9px 10px 8px;position:relative}.auth-modal .account-form>label:focus-within,.auth-modal .password-field:focus-within{border-color:var(--ph-blue);background:color-mix(in srgb,var(--surface)96%,#fff);transform:translateY(-2px);box-shadow:0 0 0 4px #0038a81f,0 12px 22px -20px #0038a8e6}.auth-modal .account-form input{min-height:35px;color:var(--ink);box-shadow:none;background:0 0;border:0;border-radius:0;padding:6px 0 0;transition:color .18s,letter-spacing .18s}.auth-modal .account-form input:focus{box-shadow:none;letter-spacing:.01em;background:0 0;outline:none}.auth-modal .account-form>label:focus-within,.auth-modal .password-field:focus-within{color:var(--ph-blue)}.auth-modal .account-form>button[type=submit],.auth-modal .google-button{min-height:48px;transition:transform .22s var(--motion-smooth),box-shadow .22s ease,filter .22s ease,border-color .22s ease;border-radius:12px;font-weight:850;position:relative;overflow:hidden}.auth-modal .account-form>button[type=submit]{border:1px solid var(--ph-blue);background:linear-gradient(135deg,var(--ph-blue),#0b4ed1);box-shadow:0 12px 22px -16px #0038a8eb}.auth-modal .account-form>button[type=submit]:before{content:"";background:linear-gradient(90deg,#0000,#ffffff85,#0000);width:35%;transition:left .48s;position:absolute;top:0;bottom:0;left:-45%;transform:skew(-22deg)}.auth-modal .account-form>button[type=submit]:hover:not(:disabled),.auth-modal .account-form>button[type=submit]:focus-visible,.auth-modal .google-button:hover:not(:disabled),.auth-modal .google-button:focus-visible{filter:saturate(1.08);outline:none;transform:translateY(-2px);box-shadow:0 16px 26px -17px #0038a8e6}.auth-modal .account-form>button[type=submit]:hover:not(:disabled):before,.auth-modal .account-form>button[type=submit]:focus-visible:before{left:115%}.auth-modal .google-button{border-color:color-mix(in srgb,var(--ph-red)32%,var(--line));background:color-mix(in srgb,var(--surface)94%,#fff);color:var(--ph-dark)}.auth-modal .google-button:hover:not(:disabled),.auth-modal .google-button:focus-visible{border-color:var(--ph-red);color:var(--ph-red)}.auth-modal .auth-divider{color:var(--ph-muted);margin:22px 0 13px}.auth-modal .auth-switch button,.auth-modal .text-button{color:var(--ph-red);transition:color .18s ease,transform .18s var(--motion-smooth)}.auth-modal .auth-switch button:hover,.auth-modal .auth-switch button:focus-visible,.auth-modal .text-button:hover,.auth-modal .text-button:focus-visible{color:var(--ph-blue);outline:none;transform:translate(2px)}html[data-theme=dark] .auth-modal{background:linear-gradient(145deg,#1d2a40,#132037);border-color:#426493;box-shadow:0 28px 80px #00000085,inset 0 0 0 1px #bdd3ff1a}html[data-theme=dark] .auth-modal h2,html[data-theme=dark] .auth-modal .google-button{color:#f7f9ff}html[data-theme=dark] .auth-modal .account-form>label,html[data-theme=dark] .auth-modal .password-field,html[data-theme=dark] .auth-modal .google-button,html[data-theme=dark] .auth-modal .modal-close{color:#f7f9ff;background:#17263f;border-color:#426493}html[data-theme=dark] .auth-modal .account-form>label:focus-within,html[data-theme=dark] .auth-modal .password-field:focus-within{background:#1d2f4d;border-color:#75a7ff;box-shadow:0 0 0 4px #75a7ff29,0 12px 22px -20px #75a7ffe6}html[data-theme=dark] .auth-modal .account-form input{color:#f7f9ff}html[data-theme=dark] .auth-modal .modal-close:hover,html[data-theme=dark] .auth-modal .modal-close:focus-visible{color:#ffb2bd;background:#3a2434;border-color:#ff8796}@keyframes auth-backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes auth-backdrop-exit{0%{opacity:1}to{opacity:0}}@keyframes auth-modal-enter{0%{opacity:0;transform:translateY(22px)scale(.96)}70%{opacity:1;transform:translateY(-2px)scale(1.008)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes auth-modal-exit{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(14px)scale(.97)}}@keyframes auth-light-drift{0%{transform:translate(-8px,-5px)scale(.94)}to{transform:translate(10px,8px)scale(1.08)}}@keyframes auth-crest-pulse{0%,to{transform:translateY(0);box-shadow:0 10px 22px -15px #0038a8d1}50%{transform:translateY(-3px);box-shadow:0 15px 25px -13px #fcd116f0}}@media (prefers-reduced-motion:reduce){.modal-backdrop,.modal-backdrop.is-closing,.auth-modal,.auth-modal.is-closing,.auth-modal:before,.auth-modal:after,.auth-modal-crest{animation:none}.auth-modal *,.auth-modal :before{transition-duration:.01ms!important}}@media (max-width:680px){.auth-actions{gap:5px}.sign-in-button,.sign-up-button{padding:8px 9px;font-size:.78rem}.account-page{padding:88px 18px 58px}.account-card,.account-state{padding:20px}.profile-card{flex-wrap:wrap;align-items:flex-start}.plan-badge{margin-left:0}.pricing-grid{grid-template-columns:1fr}.auth-modal{overscroll-behavior:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch;border-radius:18px;width:min(100vw - 40px,360px);max-height:min(82dvh,620px);padding:18px 16px 22px;overflow:hidden auto}.modal-backdrop{padding:12px}.auth-modal .eyebrow{margin-right:42px;font-size:.61rem}.auth-modal h2{margin-bottom:5px;font-size:1.62rem}.auth-modal .muted-copy{margin-bottom:0;font-size:.84rem;line-height:1.45}.auth-modal-crest{border-radius:10px;width:30px;height:30px;top:16px;right:53px}.auth-modal-crest svg{width:18px;height:18px}.auth-modal .modal-close{width:32px;min-width:32px;min-height:32px;font-size:1.25rem;top:11px;right:11px}.auth-modal .account-form{gap:8px;margin-top:14px}.auth-modal .account-form>label,.auth-modal .password-field{border-radius:10px;gap:3px;padding:7px 8px 6px;font-size:.84rem}.auth-modal .account-form input{min-height:30px;padding-top:4px;font-size:.92rem}.auth-modal .account-form>button[type=submit],.auth-modal .google-button{border-radius:10px;min-height:44px;font-size:.9rem}.auth-modal .auth-divider{margin:14px 0 9px;font-size:.77rem}.auth-modal .auth-switch{margin-top:13px;font-size:.8rem}.auth-login-options{gap:8px;font-size:.78rem}.password-guidance{padding:8px 9px;font-size:.72rem}.password-toggle{min-height:28px;padding:4px 7px;font-size:.7rem}}@media (max-width:680px) and (min-height:580px){.auth-modal{max-height:none;padding:14px 14px 16px;overflow:hidden}.auth-modal .eyebrow{font-size:.56rem}.auth-modal h2{margin:0 38px 3px 0;font-size:1.42rem}.auth-modal .muted-copy{font-size:.78rem;line-height:1.34}.auth-modal-crest{width:27px;height:27px;top:13px;right:48px}.auth-modal .modal-close{width:30px;min-width:30px;min-height:30px;top:9px;right:9px}.auth-modal .account-form{gap:6px;margin-top:10px}.auth-modal .account-form>label,.auth-modal .password-field{gap:2px;padding:5px 7px 4px;font-size:.78rem;line-height:1.15}.auth-modal .account-form input{min-height:25px;padding-top:3px;font-size:.84rem;line-height:1.15}.auth-modal .account-form>button[type=submit],.auth-modal .google-button{min-height:40px;font-size:.84rem}.auth-modal .auth-divider{margin:10px 0 7px;font-size:.71rem}.auth-modal .auth-switch{margin-top:9px;font-size:.75rem;line-height:1.25}.password-toggle{width:30px;min-width:30px;min-height:24px;padding:3px 5px}.password-toggle svg{width:16px;height:16px}}@keyframes success-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes check-pop{0%{opacity:0;transform:scale(.45)}to{opacity:1;transform:scale(1)}}@keyframes check-draw{0%{opacity:0;transform:rotate(-45deg)scale(.45)}to{opacity:1;transform:rotate(-45deg)scale(1)}}@media (max-width:520px){.password-guidance ul{grid-template-columns:1fr}.auth-login-options{flex-direction:column;align-items:flex-start}}.password-toggle{width:36px;min-width:36px;color:var(--navy);place-items:center;display:grid}.password-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.password-guidance li{align-items:center;gap:6px;display:flex}.password-guidance li:before{flex:0 0 42px;margin-right:0}.password-guidance li.met:before{content:"Met"}.success-notice{margin-top:16px}.success-notice span:after{animation:.28s ease-out .1s both check-draw}.password-result{margin-top:14px}.admin-topbar-actions{align-items:center;gap:12px;display:flex}.profile-avatar-image{object-fit:cover;width:100%;height:100%}.profile-picture-card{gap:14px;display:grid}.profile-picture-card h2,.profile-picture-card p{margin:0}.profile-picture-preview{border:1px solid var(--line);object-fit:cover;border-radius:50%;justify-self:center;width:96px;height:96px}.profile-picture-card>.secondary-button{justify-self:center}.file-input-label{gap:7px;width:fit-content;font-weight:700;display:grid}.file-input-label input{max-width:100%}.account-hero{border:1px solid var(--border-strong);background:linear-gradient(120deg,color-mix(in srgb,var(--bg-card)92%,var(--ph-blue)),var(--bg-card)65%,color-mix(in srgb,var(--ph-red)15%,var(--bg-card)));min-height:260px;box-shadow:var(--shadow);border-radius:28px;justify-content:space-between;align-items:center;gap:28px;margin-bottom:28px;padding:clamp(26px,5vw,52px);display:flex;position:relative;overflow:hidden}.account-hero:after{background:var(--ph-yellow);content:"";opacity:.08;filter:blur(8px);pointer-events:none;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-130px;right:22%}.account-hero-copy{z-index:1;max-width:660px;position:relative}.account-hero h1{margin:8px 0 12px;font-size:clamp(2.35rem,6vw,4.6rem);line-height:.98}.account-hero .intro{max-width:620px;color:var(--ph-muted);margin:0;font-size:1.05rem;line-height:1.6}.eyebrow-dot{background:var(--ph-yellow);border-radius:50%;width:7px;height:7px;margin-left:6px;display:inline-block;box-shadow:0 0 0 5px #fcd11624}.account-hero-pills{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.account-hero-pills span{border:1px solid var(--border-strong);background:color-mix(in srgb,var(--bg-card)72%,transparent);color:var(--ph-muted);border-radius:999px;padding:7px 11px;font-size:.72rem;font-weight:800}.account-hero-art{z-index:1;filter:drop-shadow(0 16px 24px #0038a838);flex:none;width:180px;animation:6s ease-in-out infinite account-art-float;position:relative}.account-hero-art svg{width:100%;height:auto;display:block}.account-orbit{fill:none;stroke:var(--ph-ink);stroke-width:1.5px;opacity:.7;transform-box:fill-box;transform-origin:50%}.orbit-one{stroke-dasharray:8 7;animation:16s linear infinite account-orbit}.orbit-two{stroke-dasharray:3 6;animation:10s linear infinite reverse account-orbit}.card-kicker{color:var(--ph-red);letter-spacing:.18em;margin:0 0 8px;font-size:.68rem;font-weight:900}.account-dashboard{gap:18px;display:grid}.profile-card-featured{background:linear-gradient(135deg,var(--bg-card),color-mix(in srgb,var(--ph-blue)12%,var(--bg-card)));padding:30px;position:relative;overflow:hidden}.profile-card-featured:before{border:1px solid color-mix(in srgb,var(--ph-yellow)40%,transparent);content:"";border-radius:50%;width:220px;height:220px;position:absolute;top:-80px;right:-40px;box-shadow:0 0 0 22px #fcd1160a,0 0 0 44px #fcd11608}.profile-card-featured>*{z-index:1;position:relative}.profile-card-featured h2{margin-bottom:6px;font-size:1.65rem}.profile-card-featured .muted-copy{margin:0}.account-stat-grid,.billing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.account-stat-card{border:1px solid var(--border);background:var(--bg-card);min-height:132px;color:var(--ph-ink);border-radius:17px;gap:5px;padding:20px;transition:transform .28s,border-color .28s,box-shadow .28s;display:grid;position:relative;box-shadow:0 8px 22px #0a1f440f}.account-stat-card:hover,.account-stat-card:focus-visible{border-color:var(--ph-blue);transform:translateY(-4px);box-shadow:0 14px 30px #0038a81f}.account-stat-card strong{font-size:1rem}.account-stat-card small{color:var(--ph-muted)}.account-stat-card b{color:var(--ph-blue);font-size:1.3rem;position:absolute;bottom:16px;right:18px}.account-stat-icon,.plan-icon{background:color-mix(in srgb,var(--ph-blue)16%,var(--bg-soft));width:38px;height:38px;color:var(--ph-blue);border-radius:12px;place-items:center;font-size:1.2rem;font-weight:900;display:grid}.account-callout{background:linear-gradient(110deg,color-mix(in srgb,var(--ph-yellow)14%,var(--bg-card)),var(--bg-card));justify-content:space-between;align-items:center;gap:20px;display:flex}.account-callout h2{margin-bottom:6px}.account-callout p:last-child{max-width:600px;color:var(--ph-muted);margin:0}.callout-emoji{filter:drop-shadow(0 8px 12px #bc81004d);font-size:3rem;animation:3s ease-in-out infinite account-heartbeat}.billing-stack{gap:18px}.billing-current{background:linear-gradient(120deg,color-mix(in srgb,var(--ph-blue)15%,var(--bg-card)),var(--bg-card));grid-template-columns:1fr auto;gap:16px;display:grid;position:relative;overflow:hidden}.billing-current .price{margin:10px 0 5px}.billing-current .form-notice{grid-column:1/-1;margin:4px 0 0}.billing-badge{background:color-mix(in srgb,#2b8a57 16%,var(--bg-card));color:#2b8a57;border-radius:999px;align-self:start;padding:8px 11px;font-size:.78rem;font-weight:900}.billing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-grid .account-card{align-content:start;gap:9px;display:grid}.billing-grid h2{margin:3px 0 0}.billing-grid p{color:var(--ph-muted);margin:0;line-height:1.5}.subscription-toolbar{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.subscription-toolbar h2{margin:0;font-size:1.35rem}.subscription-toolbar .pricing-toggle{margin:0}.pricing-toggle button span{color:var(--ph-red);font-size:.65rem}.pricing-grid{align-items:stretch}.pricing-card{min-height:340px;padding:28px;position:relative;overflow:hidden}.pricing-card:after{border:1px solid color-mix(in srgb,var(--ph-yellow)30%,transparent);content:"";border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.pricing-card .plan-icon{margin-bottom:8px}.pricing-card h2{font-size:1.5rem}.pricing-card ul{color:var(--ph-muted);gap:8px;margin:14px 0 20px;padding:0;list-style:none;display:grid}.pricing-card li:before{color:#2b8a57;content:"✓";margin-right:8px;font-weight:900}.plan-premium{border-color:color-mix(in srgb,var(--ph-yellow)58%,var(--border));background:linear-gradient(135deg,color-mix(in srgb,var(--ph-yellow)11%,var(--bg-card)),var(--bg-card))}.plan-premium button{z-index:1;position:relative}.form-notice{border-left:3px solid var(--ph-yellow);background:var(--bg-soft);color:var(--ph-muted);border-radius:0 10px 10px 0;line-height:1.5}@keyframes account-art-float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-8px)rotate(2deg)}}@keyframes account-orbit{to{transform:rotate(360deg)}}@keyframes account-heartbeat{0%,to{transform:scale(1)rotate(-4deg)}50%{transform:scale(1.12)rotate(4deg)}}@media (max-width:680px){.account-hero{align-items:flex-start;min-height:0;padding:25px 20px 22px}.account-hero-art{opacity:.7;width:145px;position:absolute;bottom:-20px;right:-30px}.account-hero h1{max-width:75%;font-size:clamp(2.15rem,12vw,3rem)}.account-hero .intro{max-width:92%;font-size:.9rem}.account-hero-pills{max-width:72%}.account-hero-pills span{font-size:.62rem}.account-stat-grid,.billing-grid{grid-template-columns:1fr}.profile-card-featured{padding:22px}.account-callout{align-items:flex-start}.callout-emoji{font-size:2.2rem}.billing-current{grid-template-columns:1fr}.billing-badge{position:absolute;top:22px;right:20px}.subscription-toolbar{flex-direction:column;align-items:flex-start}.subscription-toolbar .pricing-toggle{width:100%}.subscription-toolbar .pricing-toggle button{flex:1}.pricing-card{min-height:0;padding:22px}}@media (prefers-reduced-motion:reduce){.account-hero-art,.orbit-one,.orbit-two,.callout-emoji{animation:none}.account-stat-card{transition:none}}.account-stack>.account-card{border-color:color-mix(in srgb,var(--border-strong)78%,var(--ph-blue));transition:transform .32s cubic-bezier(.2,.8,.2,1),border-color .32s,box-shadow .32s;animation:.55s cubic-bezier(.2,.8,.2,1) both settings-card-enter;position:relative;overflow:hidden;box-shadow:0 12px 30px #0a1f4414}.account-stack>.account-card:nth-child(2){animation-delay:80ms}.account-stack>.account-card:nth-child(3){animation-delay:.16s}.account-stack>.account-card:nth-child(4){animation-delay:.24s}.account-stack>.account-card:hover{border-color:color-mix(in srgb,var(--ph-blue)68%,var(--border-strong));transform:translateY(-3px);box-shadow:0 18px 42px #0038a826,0 0 0 1px #8cb3ff1f}.account-stack>.account-card:before{background:var(--ph-blue);content:"";border-radius:0 0 8px;width:72px;height:4px;position:absolute;top:0;left:0}.account-stack>.profile-picture-card:before{background:var(--ph-yellow)}.account-stack>.account-form:before{background:var(--ph-blue)}.account-stack>.danger-zone:before{background:var(--ph-red)}.account-stack>.profile-picture-card:after,.account-stack>.account-form:after,.account-stack>.account-card:not(.profile-picture-card):not(.account-form):not(.danger-zone):after,.account-stack>.danger-zone:after{border:1px solid var(--border-strong);background:var(--bg-soft);width:42px;height:42px;color:var(--ph-blue);content:"✦";border-radius:14px;place-items:center;font-size:1.15rem;font-weight:900;display:grid;position:absolute;top:22px;right:24px}.account-stack>.profile-picture-card:after{color:var(--ph-yellow);content:"◉"}.account-stack>.account-form:after{content:"✎"}.account-stack>.danger-zone:after{color:var(--ph-red);content:"!"}.account-stack>.account-card h2{max-width:calc(100% - 66px);margin-bottom:10px;font-size:clamp(1.35rem,3vw,1.75rem)}.account-stack>.account-card>p:not(.success-notice):not(.error),.account-stack>.account-card .muted-copy{color:var(--ph-muted);line-height:1.6}.profile-picture-card{gap:16px}.profile-picture-card>p{max-width:680px}.profile-picture-dropzone{border-color:color-mix(in srgb,var(--ph-blue)48%,var(--border));background:linear-gradient(135deg,var(--bg-soft),color-mix(in srgb,var(--ph-blue)9%,var(--bg-card)));min-height:138px;transition:border-color .25s,background .25s,transform .25s}.profile-picture-dropzone:hover,.profile-picture-dropzone:focus-within{border-color:var(--ph-yellow);background:color-mix(in srgb,var(--ph-yellow)9%,var(--bg-card));transform:translateY(-2px)}.profile-picture-dropzone span{font-weight:800}.profile-picture-dropzone small{margin-top:3px}.account-stack>.account-form,.account-stack>.account-card:not(.profile-picture-card):not(.account-form){gap:18px}.account-form>label{color:var(--ph-ink);gap:8px}.account-form input,.account-form select{border-color:var(--border-strong);background:var(--bg-soft);min-height:48px;transition:border-color .25s,box-shadow .25s,background .25s}.account-form input:hover{border-color:color-mix(in srgb,var(--ph-blue)55%,var(--border-strong))}.account-form input:focus{border-color:var(--ph-blue);background:var(--bg-card);outline:none;box-shadow:0 0 0 4px #0038a81f}.account-form>button[type=submit]{background:linear-gradient(135deg,var(--ph-blue),#1d63df);border-radius:12px;min-height:46px;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 18px #0038a838}.account-form>button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0038a84d}.account-stack .secondary-button{border-radius:12px;transition:transform .25s,background .25s,box-shadow .25s}.account-stack .secondary-button:hover{background:color-mix(in srgb,var(--ph-blue)10%,var(--bg-card));transform:translateY(-2px);box-shadow:0 8px 18px #0038a81f}.account-stack .danger-zone{border-color:color-mix(in srgb,var(--ph-red)68%,var(--border-strong));background:linear-gradient(135deg,color-mix(in srgb,var(--ph-red)8%,var(--bg-card)),var(--bg-card))}.account-stack .danger-zone:hover{border-color:var(--ph-red);box-shadow:0 16px 34px #ce11261f,0 0 0 1px #ce11261f}.account-stack .danger-zone button{background:var(--ph-red);border-radius:12px;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 18px #ce112633}.account-stack .danger-zone button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #ce112647}@keyframes settings-card-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:680px){.account-stack>.account-card{padding:22px}.account-stack>.account-card:after{border-radius:12px;width:36px;height:36px;top:18px;right:18px}.account-stack>.account-card h2{max-width:calc(100% - 54px)}.profile-picture-dropzone{min-height:122px}.account-form input{min-height:46px}.account-page{padding-inline:14px}.account-hero{border-radius:20px;margin-bottom:16px;padding:20px 16px 18px}.account-hero h1{margin:5px 0 8px;font-size:clamp(2rem,10vw,2.6rem)}.account-hero-pills{gap:5px;margin-top:14px}.account-hero-pills span{padding:5px 8px}.account-dashboard,.account-stack{gap:12px}.profile-card-featured{padding:18px}.profile-card-featured h2{font-size:1.35rem}.account-stat-grid{gap:10px}.account-stat-card{min-height:104px;padding:15px}.account-callout{padding:18px}.account-callout h2{font-size:1.45rem}.subscription-toolbar{gap:12px;margin-bottom:12px}.subscription-toolbar h2{font-size:1.1rem}.pricing-grid{gap:10px}.pricing-card{border-radius:16px;min-height:0;padding:18px}.pricing-card h2{font-size:1.3rem}.pricing-card .price{margin:8px 0;font-size:1.9rem}.pricing-card ul{gap:5px;margin:10px 0 14px}.billing-current,.billing-grid .account-card{padding:18px}.account-stack>.account-card h2{font-size:1.35rem}.account-stack>.account-card>p:not(.success-notice):not(.error){line-height:1.45}.account-form{gap:12px}.account-form input{min-height:42px;padding:9px 11px}.account-form>button[type=submit],.account-stack .danger-zone button{min-height:42px;padding:9px 14px}.account-stack>.danger-zone{padding:18px}}@media (prefers-reduced-motion:reduce){.account-stack>.account-card{transition:none;animation:none}.profile-picture-dropzone,.account-form input,.account-form>button[type=submit],.account-stack .secondary-button,.account-stack .danger-zone button{transition:none}}.profile-crop-editor{border:1px solid color-mix(in srgb,var(--ph-blue)38%,var(--border));background:linear-gradient(145deg,color-mix(in srgb,var(--ph-blue)10%,var(--bg-card)),var(--bg-soft));border-radius:20px;gap:18px;margin-top:6px;padding:clamp(18px,3vw,28px);animation:.45s cubic-bezier(.2,.8,.2,1) both crop-editor-enter;position:relative;box-shadow:inset 0 1px #ffffff14,0 16px 36px #001f5a1f}.profile-crop-editor:before{border:1px solid color-mix(in srgb,var(--ph-yellow)65%,var(--border));background:color-mix(in srgb,var(--ph-yellow)15%,var(--bg-card));width:34px;height:34px;color:var(--ph-yellow);content:"✦";border-radius:50%;place-items:center;animation:2.8s ease-in-out infinite crop-sparkle;display:grid;position:absolute;top:16px;right:20px}.profile-crop-stage{aspect-ratio:1;border:1px solid color-mix(in srgb,var(--ph-blue)60%,var(--border));background:#0b1730;border-radius:18px;width:min(100%,460px);box-shadow:0 16px 34px #00000040,0 0 0 5px #8cb3ff14}.profile-crop-stage img{object-fit:cover;will-change:transform;transition:none}.profile-crop-frame{border:2px solid #fff;border-radius:50%;width:min(70%,280px);box-shadow:0 0 0 999px #030b1c99,0 0 0 5px #fcd11638,0 0 22px #fcd11638}.profile-crop-editor>p{background:color-mix(in srgb,var(--ph-blue)9%,var(--bg-card));border-radius:10px;margin:0;padding:10px 12px}.profile-crop-editor>label{color:var(--ph-ink);gap:8px}.profile-crop-editor input[type=range]{width:100%;height:8px;accent-color:var(--ph-yellow);background:color-mix(in srgb,var(--ph-blue)25%,var(--bg-soft));cursor:pointer;border:0;border-radius:999px;padding:0}.profile-crop-editor input[type=range]:focus-visible{outline-offset:4px;outline:3px solid #fcd11659}.profile-crop-editor>button{border-radius:12px;min-height:46px;transition:transform .25s,box-shadow .25s}.profile-crop-editor>button:not(.secondary-button){background:linear-gradient(135deg,var(--ph-blue),#1d63df);box-shadow:0 8px 18px #0038a83d}.profile-crop-editor>button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0038a84d}@keyframes crop-editor-enter{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes crop-sparkle{0%,to{transform:rotate(0)scale(1)}50%{transform:rotate(18deg)scale(1.08)}}@media (max-width:680px){.profile-crop-editor{border-radius:16px;padding:16px}.profile-crop-editor:before{width:30px;height:30px;top:12px;right:14px}.profile-crop-stage{border-radius:14px}.profile-crop-frame{width:72%}}@media (prefers-reduced-motion:reduce){.profile-crop-editor,.profile-crop-editor:before{animation:none}.profile-crop-editor>button{transition:none}}.account-dropdown{box-sizing:border-box;width:min(270px,100vw - 24px)}.account-menu-profile{align-items:center;gap:10px;padding:4px 4px 12px;display:flex}.account-menu-avatar{border:1px solid var(--border-strong);background:var(--ph-blue);color:#fff;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid;overflow:hidden}.account-menu-avatar .profile-avatar-image{object-fit:cover;width:100%;height:100%}.account-menu-profile .account-identity{margin:0}.account-menu-plan{background:color-mix(in srgb,var(--ph-yellow)20%,var(--bg-soft));color:var(--ph-yellow);border-radius:999px;margin-top:5px;padding:3px 7px;font-size:.66rem;font-weight:900;display:inline-flex}.account-menu-links{grid-template-columns:minmax(0,1fr);gap:4px;width:100%;display:grid}.account-menu-links a{box-sizing:border-box;width:100%;min-height:40px;color:var(--ph-ink);white-space:normal;border-radius:9px;align-items:center;padding:9px 10px;font-weight:800;line-height:1.2;transition:background .2s,color .2s,transform .2s;display:flex}.account-menu-links a:hover,.account-menu-links a:focus-visible{background:color-mix(in srgb,var(--ph-blue)16%,var(--bg-card));color:var(--ph-ink);transform:translate(2px)}.account-menu-divider{background:var(--border);height:1px;margin:8px 0}.account-menu-logout{width:100%;min-height:40px;color:var(--ph-red);text-align:left;background:0 0;border-radius:9px}.account-menu-logout:hover,.account-menu-logout:focus-visible{background:color-mix(in srgb,var(--ph-red)12%,var(--bg-card))}.account-dropdown .account-menu-links{flex-direction:column!important;align-items:stretch!important;gap:4px!important;width:100%!important;display:flex!important}.account-dropdown .account-menu-links a{box-sizing:border-box!important;flex:0 0 40px!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:none!important;display:flex!important}.account-dropdown{flex-direction:column!important;align-items:stretch!important;gap:0!important;display:flex!important}.account-dropdown .account-menu-profile,.account-dropdown .account-menu-links,.account-dropdown .account-menu-divider,.account-dropdown .account-menu-logout{flex:none!important}.account-dropdown .account-menu-links{z-index:1;margin-bottom:4px;position:relative}.account-dropdown .account-menu-divider{z-index:2;min-height:1px;position:relative;flex-basis:1px!important}.account-dropdown .account-menu-logout{z-index:3;align-items:center;min-height:42px;margin-top:4px;display:flex;position:relative}.account-dropdown .account-menu-links{height:auto!important;padding:0!important;display:block!important}.account-dropdown .account-menu-links a{height:40px!important;min-height:40px!important;margin:0 0 4px!important;padding:10px!important;line-height:20px!important;display:block!important}.account-dropdown .account-menu-links a:last-child{margin-bottom:8px!important}.account-dropdown .account-menu-divider{margin:0 0 4px!important}.account-dropdown .account-menu-logout{height:42px!important;min-height:42px!important;margin:0!important;padding:10px!important;line-height:22px!important}.account-page{padding-top:94px}@media (max-width:680px){.account-page{padding-top:82px}}.crop-control{border:1px solid color-mix(in srgb,var(--border-strong)72%,var(--ph-blue));background:color-mix(in srgb,var(--bg-card)72%,var(--bg-soft));border-radius:13px;gap:9px;padding:12px 14px;display:grid}.crop-control>div{justify-content:space-between;align-items:center;gap:14px;display:flex}.crop-control label{color:var(--ph-ink);font-size:.84rem;font-weight:800}.crop-control output{color:var(--ph-yellow);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:900}.crop-control input[type=range]{appearance:none;background:linear-gradient(90deg,var(--ph-blue),var(--ph-yellow));height:7px}.crop-control input[type=range]::-webkit-slider-thumb{appearance:none;border:3px solid var(--bg-card);background:var(--ph-yellow);width:20px;height:20px;box-shadow:0 0 0 2px var(--ph-yellow),0 4px 12px #fcd11652;cursor:grab;border-radius:50%}.crop-control input[type=range]::-moz-range-thumb{border:3px solid var(--bg-card);background:var(--ph-yellow);width:14px;height:14px;box-shadow:0 0 0 2px var(--ph-yellow),0 4px 12px #fcd11652;cursor:grab;border-radius:50%}.crop-actions{flex-wrap:wrap;gap:10px;margin-top:3px;display:flex}.crop-actions button{min-width:150px}.profile-crop-stage{cursor:grab;touch-action:none;overscroll-behavior:contain;-webkit-user-select:none;user-select:none}.profile-crop-stage:active{cursor:grabbing}.profile-crop-stage img{pointer-events:none}.crop-drag-hint{z-index:2;color:#fff;letter-spacing:.01em;opacity:.9;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030b1ca8;border:1px solid #ffffff38;border-radius:999px;padding:7px 11px;font-size:.7rem;font-weight:800;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.profile-picture-dropzone{border:1px dashed var(--line);background:var(--surface-soft);min-height:100px;color:var(--ink);cursor:pointer;text-align:center;border-radius:10px;place-content:center;gap:4px;display:grid}.profile-picture-dropzone small{color:var(--muted)}.profile-picture-dropzone input{display:none}.profile-crop-editor{gap:11px;display:grid}.profile-crop-editor>label{gap:5px;font-size:.85rem;font-weight:700;display:grid}.profile-crop-stage{aspect-ratio:4/3;border:1px solid var(--line);background:var(--surface-soft);border-radius:10px;justify-self:center;place-items:center;width:min(100%,420px);display:grid;position:relative;overflow:hidden}.profile-crop-stage img{object-fit:contain;transform-origin:50%;width:100%;height:100%;transition:transform .15s}.profile-crop-frame{aspect-ratio:1;pointer-events:none;border:2px solid #fff;width:min(68%,220px);position:absolute;box-shadow:0 0 0 999px #00000061}.avatar-button .profile-avatar-image{border-radius:inherit;width:100%;min-width:0;height:100%}@media (max-width:920px){.mobile-menu .account-menu{width:100%;position:static}.mobile-menu .avatar-button{border-radius:8px;width:44px;min-height:44px}.mobile-menu .account-dropdown{width:100%;min-width:0;box-shadow:none;margin-top:8px;position:static}}@media (max-width:680px){.admin-topbar{align-items:flex-start;gap:12px;padding:14px 18px 14px 70px}.admin-topbar-actions{flex-direction:column;align-items:flex-end;gap:8px}.admin-topbar-actions .theme-trigger{min-height:36px}.password-input-wrap input{padding-right:58px}.profile-crop-stage{aspect-ratio:1;width:100%}.profile-crop-frame{width:min(76%,230px)}}.admin-login-page{background:radial-gradient(circle at top right,var(--mint),transparent 35%),var(--cream);place-items:center;min-height:100vh;padding:28px;display:grid}.admin-login-page>section{border:1px solid var(--line);background:var(--surface);border-radius:20px;width:min(100%,470px);padding:34px;box-shadow:0 18px 45px #071d5824}.admin-login-page h1{font-size:clamp(2.5rem,8vw,4rem)}.admin-login-page>section>p:not(.eyebrow):not(.form-notice){color:var(--muted);line-height:1.6}.admin-login-form{gap:15px;margin-top:24px;display:grid}.admin-login-form label{gap:7px;font-weight:700;display:grid}.admin-login-theme{z-index:2;position:fixed;top:20px;right:24px}.admin-shell{background:var(--cream);grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{border-right:1px solid var(--line);background:var(--surface);align-content:start;gap:14px;padding:26px 18px;display:grid}.admin-brand{color:var(--ink);letter-spacing:-.04em;font-size:1.25rem;font-weight:900}.admin-role{background:var(--mint);width:fit-content;color:var(--ink);border-radius:999px;margin:0;padding:6px 9px;font-size:.76rem;font-weight:800}.admin-sidebar nav{gap:4px;height:auto;margin:8px 0;padding:0;display:grid}.admin-sidebar nav a,.admin-sidebar>a:last-child{border-radius:8px;min-height:40px;padding:10px;font-weight:700}.admin-sidebar nav a:hover,.admin-sidebar nav .active-admin-link,.admin-sidebar>a:last-child:hover{background:var(--surface-soft);color:var(--red)}.admin-main{min-width:0}.admin-topbar{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;min-height:76px;padding:14px 34px;display:flex}.admin-topbar p{gap:3px;margin:0;display:grid}.admin-topbar span{color:var(--muted);font-size:.8rem}.admin-menu-button{display:none}.admin-page{max-width:1180px;margin:0 auto;padding:54px 34px 82px}.admin-page h1{font-size:clamp(2.7rem,6vw,5rem)}.admin-page>header>p:last-child{color:var(--muted);line-height:1.65}.admin-card-grid,.admin-content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.admin-card-grid article,.admin-table-wrap,.admin-empty{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:22px}.admin-card-grid span{color:var(--muted);font-size:.82rem;font-weight:700}.admin-card-grid strong{margin:12px 0 8px;font-size:1.65rem;display:block}.admin-card-grid p,.admin-empty p{color:var(--muted);line-height:1.55}.admin-empty{margin:0}.admin-empty h2,.admin-table-wrap h2{font-size:1.5rem}.admin-table-wrap{overflow-x:auto}.admin-table-wrap ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.admin-table-wrap li{border-bottom:1px solid var(--line);justify-content:space-between;gap:10px;padding-bottom:10px;display:flex}.admin-table-wrap li span{color:var(--muted);font-size:.8rem}.admin-table-wrap table{border-collapse:collapse;text-align:left;width:100%}.admin-table-wrap th,.admin-table-wrap td{border-bottom:1px solid var(--line);white-space:nowrap;padding:12px 10px}.admin-table-wrap th{color:var(--muted);text-transform:uppercase;font-size:.78rem}.admin-user-manager{gap:18px;display:grid}.admin-user-manager .account-form{gap:13px;max-width:540px;display:grid}.admin-search{gap:6px;max-width:360px;margin:18px 0;font-weight:700;display:grid}.admin-row-actions{flex-wrap:wrap;gap:7px;display:flex}.admin-row-actions .secondary-button{padding:8px 10px;font-size:.82rem}.admin-quick-actions{margin-top:18px}.admin-quick-actions>div{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}@media (max-width:820px){.admin-shell{grid-template-columns:1fr}.admin-menu-button{z-index:60;display:block;position:fixed;top:14px;left:14px}.admin-sidebar{z-index:50;width:min(280px,84vw);transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-110%);box-shadow:14px 0 30px #071d5829}.admin-sidebar-open{transform:translate(0)}.admin-topbar{padding-left:90px}.admin-page{padding:42px 18px 62px}.admin-card-grid,.admin-content-grid{grid-template-columns:1fr}}@media (max-width:920px){.site-header nav{flex-wrap:nowrap;height:68px;min-height:68px}.mobile-menu[open]{order:initial;width:auto}.mobile-menu[open] .mobile-menu-panel{width:min(300px,100vw - 32px);min-width:0;margin-top:0;position:absolute;top:calc(100% + 8px);right:0}.mobile-menu-panel{max-height:calc(100vh - 84px);overflow-y:auto}.mobile-menu summary{place-items:initial;width:auto;min-height:42px;padding:10px 13px;display:flex}.mobile-menu summary:after{content:"+"}.mobile-menu[open] summary:after{content:"-"}.mobile-menu .account-menu{border-top:1px solid var(--line);gap:8px;width:100%;padding-top:8px;display:grid;position:static}.mobile-menu .avatar-button{color:#fff;background:#8cb3ff;border-radius:8px;justify-self:stretch;width:100%;min-height:42px;padding:4px}.mobile-menu .avatar-button .profile-avatar-image{object-fit:cover;border-radius:50%;width:34px;height:34px}.mobile-menu .account-dropdown{width:100%;min-width:0;box-shadow:none;margin-top:8px;padding:6px;position:static}}@media (max-width:820px){.admin-menu-icon{gap:4px;width:18px;display:grid}.admin-menu-icon span{background:currentColor;border-radius:999px;height:2px;display:block}.admin-menu-backdrop{z-index:45;background:#071d587a;border:0;border-radius:0;width:100%;min-height:100%;padding:0;display:block;position:fixed;inset:0}.admin-sidebar{z-index:50;width:min(300px,100vw - 44px);padding:22px 16px;overflow-y:auto}.admin-topbar{align-items:flex-start;gap:12px;min-height:84px;padding:14px 18px}.admin-topbar-identity{align-items:flex-start;gap:10px;min-width:0;display:flex}.admin-menu-button{z-index:auto;flex:none;min-height:40px;padding:9px 12px;display:block;position:static}.admin-topbar-identity p{min-width:0;padding-top:2px}.admin-topbar-identity strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-topbar-actions{flex-direction:row;align-items:center;gap:7px}.admin-topbar-actions .theme-trigger,.admin-topbar-actions>button{min-height:38px;padding:8px 10px;font-size:.82rem}.admin-page{padding:34px 18px 58px}.admin-page>header{margin-bottom:26px}.admin-page h1{font-size:clamp(2.5rem,13vw,3.6rem)}.admin-card-grid article,.admin-table-wrap,.admin-empty{padding:18px}}.source-page{background:#fff;min-height:100vh}.source-shell{width:min(100% - 48px,1120px);margin-inline:auto;padding:38px 0 74px}.source-hero{border:1px solid var(--border);border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(240px,.42fr);align-items:center;gap:42px;min-height:330px;margin-bottom:46px;padding:44px 34px;display:grid;overflow:hidden}.source-hero h1{color:var(--ph-dark);letter-spacing:-.055em;margin:8px 0 12px;font-size:clamp(2.25rem,4.5vw,3.35rem);line-height:1.08}.source-hero p:not(.eyebrow){max-width:650px;color:var(--ph-muted);margin:0;font-size:1rem;line-height:1.68}.source-hero .page-art{min-height:210px;box-shadow:none;background:0 0;border:0}.source-hero .page-art svg{width:min(100%,300px)}.source-button{border-radius:10px;width:fit-content;margin-top:22px;padding:12px 18px;font-size:.82rem;display:inline-flex}.source-hero-tools{background:linear-gradient(135deg,#eff6ff,#fef2f2)}.source-hero-ai{border-color:var(--ph-yellow);background:linear-gradient(135deg,#fef9c3,#fef3c7)}.source-hero-ai h1 span{color:var(--ph-blue)}.source-hero-guides{background:linear-gradient(135deg,#f0fdf4,#eff6ff)}.source-hero-about{color:#fff;background:linear-gradient(135deg,var(--ph-blue),#0b4ed1);border:0}.source-hero-about h1,.source-hero-about h1 span{color:#fff}.source-hero-about h1 span,.source-hero-about .eyebrow{color:var(--ph-yellow)}.source-hero-about p:not(.eyebrow){color:#ffffffeb}.source-hero-contact{background:linear-gradient(135deg,#fef2f2,#fff);border-color:#ce112633}.source-hero-contact h1 span{color:var(--ph-red)}.source-hero-privacy{color:#fff;background:linear-gradient(135deg,var(--ph-dark),var(--ph-blue));border:0;width:100%;min-height:300px;margin-inline:auto}.source-hero-privacy h1{color:#fff}.source-hero-privacy h1 span,.source-hero-privacy .eyebrow{color:var(--ph-yellow)}.source-hero-privacy p:not(.eyebrow){color:#ffffffe6}.source-hero-terms{color:#fff;background:linear-gradient(135deg,var(--ph-blue),#0a46bf 56%,var(--ph-red));border:0;width:100%;min-height:300px;margin-inline:auto}.source-hero-terms h1{color:#fff}.source-hero-terms h1 span,.source-hero-terms .eyebrow{color:var(--ph-yellow)}.source-hero-terms p:not(.eyebrow){color:#ffffffe6}.tools-search-panel{border:1px solid var(--border);background:linear-gradient(135deg,color-mix(in srgb,var(--ph-blue)7%,var(--bg-card)),var(--bg-card));border-radius:18px;grid-template-columns:minmax(220px,.72fr) minmax(280px,1.28fr);align-items:center;gap:16px 24px;margin:0 0 26px;padding:18px 20px;display:grid;box-shadow:0 14px 30px -24px #0038a86b}.tools-search-panel .eyebrow{margin-bottom:4px}.tools-search-panel h2{color:var(--ph-dark);letter-spacing:-.02em;margin:0 0 5px;font-size:1.05rem}.tools-search-panel>div>p:last-child,.tools-search-status{color:var(--ph-muted);margin:0;font-size:.82rem;line-height:1.45}.tools-search-field{border:1px solid var(--border-strong);background:var(--bg-card);min-height:48px;color:var(--ph-blue);transition:border-color .22s ease,box-shadow .22s var(--motion-smooth),transform .22s var(--motion-smooth);border-radius:13px;align-items:center;gap:10px;padding:0 14px;display:flex;box-shadow:inset 0 1px #ffffff80}.tools-search-field>span:first-child{font-size:1.4rem;font-weight:800;line-height:1;transform:rotate(-18deg)}.tools-search-field:focus-within{border-color:var(--ph-blue);transform:translateY(-1px);box-shadow:0 0 0 4px #0038a821,0 14px 28px -22px #0038a8a6}.tools-search-field input{width:100%;min-width:0;color:var(--ph-dark);font:inherit;background:0 0;border:0;outline:0;font-size:.9rem}.tools-search-field input::placeholder{color:var(--ph-muted);opacity:1}.tools-search-status{border-top:1px solid var(--border);grid-column:1/-1;padding-top:12px;font-weight:700}.source-tool-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.source-tool-card,.source-guide-card,.source-value-grid article,.source-story,.source-privacy-grid article,.source-policy{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:18px}.source-tool-card{min-height:185px;padding:20px;transition:transform .2s,border-color .2s;position:relative}.source-tool-card:hover{border-color:var(--ph-yellow);transform:translateY(-4px)}.source-tool-card:hover .source-icon{background:linear-gradient(135deg,var(--ph-yellow),#fde68a);transform:scale(1.08)rotate(-4deg)}.source-tool-card:hover .source-number{color:var(--ph-red)}.source-icon{width:38px;height:38px;color:var(--ph-blue);background:#0038a814;border-radius:10px;place-items:center;font-weight:800;transition:all .35s;display:grid}.source-number{color:var(--ph-muted);font-size:.72rem;font-weight:800;position:absolute;top:19px;right:20px}.source-tool-card h2{color:var(--ph-dark);margin:18px 0 8px;font-size:1rem}.source-tool-card p{color:var(--ph-muted);margin:0;font-size:.78rem;line-height:1.5}.source-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.tools-search-panel,.popular-ai-section,.ai-tool-search,.guide-catalogue-tabs{scroll-margin-top:98px}.guide-catalogue-tabs{border:1px solid var(--border);background:var(--bg-card);border-radius:16px;gap:8px;width:fit-content;max-width:100%;margin:0 auto 18px;padding:7px;display:flex;box-shadow:0 12px 28px -22px #0038a885}.guide-catalogue-tabs button{min-height:42px;color:var(--ph-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:9px 15px;font-size:.86rem;font-weight:850;transition:background-color .22s,color .22s,box-shadow .22s,transform .22s;display:inline-flex}.guide-catalogue-tabs button:hover,.guide-catalogue-tabs button:focus-visible{color:var(--ph-blue);background:color-mix(in srgb,var(--ph-blue)9%,var(--bg-card));outline:none;transform:translateY(-1px)}.guide-catalogue-tabs button.is-current{background:linear-gradient(135deg,var(--ph-blue),#0b4ed1);color:#fff;box-shadow:0 8px 16px -12px #0038a8e6}.guide-catalogue-tabs small{background:color-mix(in srgb,currentColor 15%,transparent);border-radius:99px;place-items:center;min-width:20px;height:20px;font-size:.65rem;font-weight:900;display:grid}.guide-catalogue-intro{color:var(--ph-muted);text-align:center;margin:0 0 38px;font-size:.92rem;font-weight:650}.source-guide-card{gap:20px;min-height:145px;padding:28px;display:flex}.source-guide-card,.source-value-grid article,.source-story,.source-contact .contact-form,.source-contact .contact-item,.source-privacy-grid article,.source-policy{transition:transform .3s,border-color .3s,box-shadow .3s}.source-guide-card:hover,.source-value-grid article:hover,.source-story:hover,.source-contact .contact-form:hover,.source-contact .contact-item:hover,.source-privacy-grid article:hover,.source-policy:hover{border-color:var(--ph-yellow);transform:translateY(-5px);box-shadow:0 20px 50px -15px #0038a84d}.guide-number{color:#fff;background:linear-gradient(135deg,var(--ph-blue),#0b4ed1);border-radius:16px;flex:none;place-items:center;width:56px;height:56px;font-size:1.25rem;font-weight:800;display:grid}.source-guide-card:nth-child(3n+2) .guide-number{background:linear-gradient(135deg,var(--ph-red),#e01a31)}.source-guide-card:nth-child(3n) .guide-number{color:var(--ph-dark);background:linear-gradient(135deg,var(--ph-yellow),#f59e0b)}.source-guide-card h2{color:var(--ph-dark);margin:2px 0 7px;font-size:.95rem}.source-guide-card p{color:var(--ph-muted);margin:0 0 10px;font-size:.76rem;line-height:1.55}.source-tag{color:var(--ph-blue);background:#0038a817;border-radius:99px;padding:5px 10px;font-size:.62rem;font-weight:800;display:inline-flex}.source-ai{background:linear-gradient(#fef9c3 0,#fff 48%)}.source-ai .ai-categories{width:100%;padding:0}.source-ai .ai-categories .section-heading{margin:0}.source-ai .ai-category-card{border-top-width:1px;min-height:210px}.source-ai .ai-category-card:nth-child(odd) .source-icon{color:var(--ph-blue)}.ai-source-icon{width:48px;height:48px;color:var(--ph-blue);background:#0038a81a;border-radius:12px;place-items:center;margin-bottom:20px;display:grid}.source-ai .ai-category-card:nth-child(2n) .ai-source-icon{color:var(--ph-red);background:#ce112614}.source-ai .ai-category-card{transition:transform .3s,border-color .3s,box-shadow .3s}.source-ai .ai-category-card:hover{border-color:var(--ph-blue);transform:translateY(-5px);box-shadow:0 20px 50px -15px #0038a84d}.source-ai .ai-category-card:nth-child(2n):hover{border-color:var(--ph-red)}.source-value-grid,.source-privacy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.source-value-grid article{text-align:center;border-radius:20px;padding:28px}.source-privacy-grid article{text-align:center;border-radius:20px;padding:24px}.source-value-grid article>span,.source-privacy-grid article>span{font-size:2.3rem}.source-value-grid h2{color:var(--ph-dark);font-size:1.25rem;line-height:1.75rem}.source-value-grid p{color:var(--ph-muted);font-size:.875rem;line-height:1.7}.source-value-grid article>span{margin-bottom:16px;font-size:3rem;line-height:3rem;display:block}.source-value-grid h2{margin:0 0 12px}.source-value-grid p{margin:0}.source-privacy-grid h2{color:var(--ph-dark);font-size:1rem;line-height:1.5rem}.source-privacy-grid p{color:var(--ph-muted);font-size:.875rem;line-height:1.4286}.source-privacy-grid article>span{margin-bottom:12px;font-size:2.5rem;line-height:2.5rem;display:block}.source-privacy-grid h2{margin:0 0 8px}.source-privacy-grid p{margin:0}.source-story{text-align:center;background:linear-gradient(135deg,#fef2f2,#eff6ff);max-width:896px;margin:52px auto 0;padding:40px}.source-story>p:not(.eyebrow){color:var(--ph-dark);font-size:1.25rem;font-weight:400;line-height:1.8}.source-story strong{color:var(--ph-red)}.source-story div{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.source-story div span{color:#fff;background:var(--ph-blue);border-radius:99px;padding:6px 11px;font-size:.66rem;font-weight:800}.source-story div span:nth-child(2){background:var(--ph-red)}.source-story div span:nth-child(3){color:var(--ph-dark);background:var(--ph-yellow)}.source-contact .contact-grid{grid-template-columns:minmax(0,3fr) minmax(270px,2fr);gap:22px;display:grid}.source-contact .contact-form,.source-contact .contact-item{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:18px}.source-contact .contact-form{padding:32px}.source-contact .contact-info{gap:16px;display:grid}.source-contact .contact-item{padding:24px;display:block}.source-contact .contact-item>svg{box-sizing:content-box;width:20px;height:20px;color:var(--ph-blue);background:#0038a81a;border-radius:12px;margin-bottom:16px;padding:12px;display:block}.source-contact .contact-item:nth-child(2)>svg{color:var(--ph-red);background:#ce11261a}.source-contact .contact-item:nth-child(3)>svg{color:var(--ph-dark);background:#fcd11666}.source-contact .social-links{gap:8px;display:flex}.source-contact .social-links a{border:1px solid var(--border-strong);width:40px;height:40px;color:var(--ph-dark);background:0 0;border-radius:8px;place-items:center;display:grid}.source-contact .social-links a:hover{border-color:var(--ph-blue);color:var(--ph-blue)}.source-contact .social-links svg{width:20px;height:20px}.source-privacy-grid{width:100%;margin:0 0 34px}.source-privacy-grid article{border-top:4px solid var(--ph-red)}.source-privacy-grid article:nth-child(2){border-top-color:var(--ph-blue)}.source-privacy-grid article:nth-child(3){border-top-color:var(--ph-yellow)}.source-privacy-grid article:hover{border-top-color:var(--ph-red)}.source-privacy-grid article:nth-child(2):hover{border-top-color:var(--ph-blue)}.source-privacy-grid article:nth-child(3):hover{border-top-color:var(--ph-yellow)}.source-policy{width:100%;max-width:896px;color:var(--ph-dark);border-radius:20px;margin-inline:auto;padding:40px;font-size:1rem;line-height:1.8}.source-policy h2{color:var(--ph-blue);margin:0 0 20px;font-size:1.5rem;font-weight:700;line-height:2rem}.source-policy h3{color:var(--ph-red);margin-top:28px;font-size:1.25rem;font-weight:700;line-height:1.75rem}.source-policy p{font-size:1rem;font-weight:400;line-height:1.8}.source-policy footer{border-top:1px solid var(--border);color:var(--ph-muted);background:0 0;margin-top:32px;padding:24px 0 0;font-size:.875rem;font-style:italic;font-weight:400;line-height:1.5}@media (max-width:820px){.source-hero{text-align:center;grid-template-columns:1fr;padding:34px 26px}.source-hero>div:first-child{justify-items:center;display:grid}.source-hero .page-art{min-height:175px}.source-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tools-search-panel{grid-template-columns:1fr;gap:14px}.source-value-grid,.source-privacy-grid,.source-contact .contact-grid{grid-template-columns:1fr}}@media (max-width:560px){.source-shell{width:min(100% - 32px,1120px);padding:22px 0 52px}.source-hero{border-radius:20px;gap:20px;min-height:0;margin-bottom:28px;padding:28px 20px}.source-hero h1{font-size:2.25rem}.source-hero p:not(.eyebrow){font-size:.9rem}.source-hero .page-art{min-height:140px}.source-tool-grid,.source-guide-grid{grid-template-columns:1fr}.guide-catalogue-tabs{width:100%}.guide-catalogue-tabs button{flex:1 1 0;padding-inline:11px}.guide-catalogue-intro{margin-bottom:30px}.tools-search-panel{border-radius:16px;margin-bottom:18px;padding:16px}.source-tool-card{min-height:165px}.source-guide-card{padding:20px}.source-story,.source-policy{padding:24px 20px}.source-contact .form-row{grid-template-columns:1fr}}:root{--brand-blue:#2563eb;--brand-blue-strong:#0038a8;--brand-red:#ce1126;--brand-yellow:#fcd116;--radius-card:18px;--shadow-soft:0 14px 34px #071d581a;--shadow-lift:0 20px 42px #071d5829;--motion-smooth:cubic-bezier(.22,1,.36,1)}body{background-image:radial-gradient(circle at 12% 5%,color-mix(in srgb,var(--brand-blue)7%,transparent)0,transparent 24rem),radial-gradient(circle at 92% 34%,color-mix(in srgb,var(--brand-yellow)14%,transparent)0,transparent 20rem);font-family:Sora,system-ui,sans-serif}.site-header{background:color-mix(in srgb,var(--cream)88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 6px 22px #071d5812}.site-header nav{max-width:1180px;height:92px}.desktop-actions .links a{color:var(--ink);position:relative}.desktop-actions .links a:after{background:var(--brand-red);content:"";transform-origin:0;height:2px;transition:transform .25s var(--motion-smooth);border-radius:99px;position:absolute;bottom:8px;left:2px;right:2px;transform:scaleX(0)}.desktop-actions .links a:hover:after{transform:scaleX(1)}.desktop-actions .links a.active{color:var(--ph-blue)}.desktop-actions .links a.active:after{transform:scaleX(1)}.hero{isolation:isolate;grid-template-columns:minmax(0,.98fr) minmax(340px,.72fr);align-items:center;gap:clamp(28px,5vw,78px);min-height:610px;padding-top:86px;padding-bottom:86px;display:grid;position:relative;overflow:hidden}.hero:before,.hero:after{z-index:-1;content:"";filter:blur(1px);pointer-events:none;border-radius:999px;position:absolute}.hero:before{aspect-ratio:1;background:radial-gradient(circle,color-mix(in srgb,var(--brand-yellow)45%,transparent),transparent 68%);width:280px;top:8%;right:4%}.hero:after{aspect-ratio:1;background:radial-gradient(circle,color-mix(in srgb,var(--brand-blue)19%,transparent),transparent 68%);width:340px;bottom:-18%;left:38%}.hero h1{text-wrap:balance;margin-bottom:22px}.hero h1:first-line{color:var(--brand-blue-strong)}.actions .button,.button-row button,.button-row .secondary-button{min-height:46px;transition:transform .22s var(--motion-smooth),box-shadow .22s var(--motion-smooth),background-color .2s ease,color .2s ease;justify-content:center;align-items:center;display:inline-flex}.actions .button:hover,.button-row button:hover,.button-row .secondary-button:hover{transform:translateY(-2px);box-shadow:0 10px 18px #071d5824}.primary{background:var(--brand-blue)}.primary:hover{background:var(--brand-blue-strong)}.secondary{border-color:var(--brand-blue);color:var(--brand-blue-strong)}.hero-tool-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:12px;display:grid}.hero-tool-card{border:1px solid color-mix(in srgb,var(--line)85%,var(--brand-blue));border-radius:var(--radius-card);background:color-mix(in srgb,var(--surface)90%,transparent);min-height:118px;box-shadow:var(--shadow-soft);transition:transform .3s var(--motion-smooth),border-color .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);align-items:center;gap:12px;padding:16px;display:flex}.hero-tool-card:hover{border-color:var(--brand-blue);box-shadow:var(--shadow-lift);transform:translateY(-5px)}.hero-tool-2{transform:translateY(18px)}.hero-tool-3{transform:translateY(-10px)}.hero-tool-4{transform:translateY(8px)}.hero-tool-card:hover.hero-tool-2,.hero-tool-card:hover.hero-tool-3,.hero-tool-card:hover.hero-tool-4{transform:translateY(-5px)}.hero-tool-card b{font-size:.95rem;display:block}.hero-tool-card small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:5px;font-size:.72rem;font-weight:700;display:block}.tool-arrow{color:var(--brand-red);transition:transform .2s var(--motion-smooth);margin-left:auto;font-size:1.15rem;font-weight:900}.hero-tool-card:hover .tool-arrow,.tool-link:hover .tool-arrow{transform:translate(4px)}.tool-icon{background:color-mix(in srgb,var(--brand-blue)12%,var(--surface));width:42px;height:42px;color:var(--brand-blue-strong);border-radius:13px;flex:none;place-items:center;display:grid}.tool-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.tools{padding-top:108px;padding-bottom:110px}.section-heading{max-width:660px}.grid{border:0;gap:0;margin-top:42px}.card{border:1px solid var(--line);min-height:258px;transition:transform .28s var(--motion-smooth),border-color .28s ease,box-shadow .28s ease,background-color .28s ease;border-top-width:3px;border-radius:0;padding:26px;position:relative;overflow:hidden}.card:hover{z-index:1;border-color:var(--brand-blue);background:var(--surface-soft);box-shadow:var(--shadow-lift);transform:translateY(-6px)}.card-topline,.tool-card-topline{justify-content:space-between;align-items:center;display:flex}.card a{color:var(--brand-blue);align-items:center;gap:7px;margin-top:4px;display:inline-flex}.card a span{transition:transform .2s var(--motion-smooth)}.card:hover a span{transform:translate(4px)}.card:nth-child(3n+2){border-top-color:var(--brand-red)}.card:nth-child(3n+3){border-top-color:var(--brand-blue)}.home-resources{padding-top:104px;padding-bottom:104px}.resource-card,.tool-link{border-radius:var(--radius-card);transition:transform .26s var(--motion-smooth),border-color .26s ease,box-shadow .26s ease,background-color .26s ease;box-shadow:0 8px 22px #071d580a}.resource-card:hover,.tool-link:hover{border-color:var(--brand-blue);box-shadow:var(--shadow-lift);transform:translateY(-5px)}.resource-card span,.tool-link span{color:var(--brand-blue)}.resource-card span:after,.tool-link span b{content:"→";transition:transform .2s var(--motion-smooth);margin-left:5px;display:inline-block}.resource-card:hover span:after,.tool-link:hover span b{transform:translate(4px)}.tool-list{gap:20px}.tool-link{flex-direction:column;min-height:280px;display:flex}.tool-card-topline .tool-icon{width:46px;height:46px}.tool-link:nth-child(4n+2) .tool-icon{color:#996700;background:color-mix(in srgb,var(--brand-yellow)32%,var(--surface))}.tool-link:nth-child(4n+3) .tool-icon{color:var(--brand-red);background:color-mix(in srgb,var(--brand-red)10%,var(--surface))}.site-footer{background:color-mix(in srgb,var(--surface-soft)78%,var(--cream));max-width:none;padding:52px max(28px,50vw - 560px);position:relative}.site-footer:before{background:linear-gradient(90deg,var(--brand-blue),var(--brand-red)55%,var(--brand-yellow));content:"";height:3px;position:absolute;top:0;left:0;right:0}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--brand-blue)}@media (prefers-reduced-motion:no-preference){.card,.resource-card,.tool-link{animation:rise-in .55s var(--motion-smooth)both}.card:nth-child(2),.resource-card:nth-child(2),.tool-link:nth-child(2){animation-delay:60ms}.card:nth-child(3),.resource-card:nth-child(3),.tool-link:nth-child(3){animation-delay:.12s}}@keyframes rise-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:920px){.site-header nav{height:72px}.hero{grid-template-columns:1fr;gap:42px;min-height:0;padding-top:72px}.hero-tool-stack{max-width:620px}.hero-tool-2,.hero-tool-3,.hero-tool-4{transform:none}}@media (max-width:820px){.site-footer{flex-wrap:wrap;align-items:flex-start;gap:16px}.site-footer small{overflow-wrap:anywhere;gap:4px;max-width:100%;display:grid}}@media (max-width:680px){.site-header nav{height:68px}.hero{padding-top:54px;padding-bottom:58px}.hero h1{font-size:clamp(3rem,15.2vw,4.35rem)}.hero-tool-stack{gap:10px}.hero-tool-card{min-height:90px;padding:12px}.hero-tool-card b{font-size:.83rem}.hero-tool-card small{font-size:.62rem}.hero-tool-card .tool-icon{border-radius:10px;width:36px;height:36px}.hero-tool-card .tool-icon svg{width:20px;height:20px}.tools,.home-resources{padding-top:66px;padding-bottom:70px}.grid{gap:14px}.card{border-radius:var(--radius-card);min-height:0}.site-footer{padding:42px 18px}.tool-list{gap:14px;grid-template-columns:1fr!important}.tool-link{min-height:230px}.mobile-menu-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}.hero{grid-template-columns:minmax(0,.92fr) minmax(360px,.8fr)}.hero-copy{z-index:2;max-width:620px;position:relative}.hero-visual{min-height:360px;position:relative}.page-art{border:1px solid color-mix(in srgb,var(--line)70%,var(--brand-blue));background:linear-gradient(145deg,var(--surface-soft),var(--surface));box-shadow:var(--shadow-lift);border-radius:26px;position:relative;overflow:hidden}.page-art:after{background:linear-gradient(135deg,color-mix(in srgb,var(--brand-blue)18%,transparent),transparent 55%,color-mix(in srgb,var(--brand-yellow)18%,transparent));content:"";pointer-events:none;position:absolute;inset:0}.page-art img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.page-art{aspect-ratio:3/2;background:#071a3a}.page-art-tools img{object-position:center 46%}.page-art-ai img{object-position:center 48%}.page-art-guides img,.page-art-about img{object-position:45% 45%}.page-art-contact img{object-position:62% 50%}.page-art-privacy img{object-position:82% 40%}.page-art-terms img{object-position:28% 34%}.page-art-cookies img{object-position:68% 82%}.hero-art{aspect-ratio:auto;height:100%;position:absolute;inset:0 0 0 5%;transform:rotate(1.5deg)}.hero-art img{object-position:right center}.hero-tool-stack{z-index:2;width:min(100%,500px);position:absolute;bottom:20px;left:-12px}.tool-intro,.resource-page>header:not(.site-header),.info-intro{grid-template-columns:minmax(0,1fr) minmax(220px,.52fr);align-items:center;gap:clamp(24px,5vw,72px);display:grid}.tool-intro>div,.resource-page>header:not(.site-header)>div,.info-intro>div{z-index:1;position:relative}.tool-intro .page-art,.resource-page>header:not(.site-header) .page-art{min-height:230px}.tool-intro .page-art img,.resource-page>header:not(.site-header) .page-art img{object-position:center}.info-page article{max-width:1040px}.info-intro{border-bottom:1px solid var(--line);margin-bottom:44px;padding-bottom:40px}.info-intro .page-art{min-height:250px}.info-intro .page-art img{object-position:center}.info-page article>.intro{margin-bottom:0}.info-page article section{max-width:760px;margin-right:auto}.info-page article section:nth-of-type(2n){margin-left:0}.resource-page>header:not(.site-header) h1,.tool-intro h1{max-width:560px}.resource-page>header:not(.site-header) .intro,.tool-intro>div>p:last-child{max-width:590px}.resource-page>header:not(.site-header){max-width:1120px;min-height:340px}.tool-intro{max-width:1120px;min-height:330px}.tools{position:relative}.tools:before{z-index:-1;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--brand-blue)5%,transparent),transparent);content:"";height:320px;position:absolute;inset:12% 0 auto}.resource-note{border:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--surface-soft)72%,var(--surface)),var(--surface));border-radius:24px;margin-bottom:88px;padding:38px;position:relative}.resource-note:before{background:linear-gradient(90deg,var(--brand-red),var(--brand-yellow));content:"";border-radius:99px;width:100px;height:3px;position:absolute;top:0;left:30px}.info-page article section h2:after{background:var(--brand-yellow);content:"";border-radius:99px;width:42px;height:3px;margin-top:12px;display:block}@media (max-width:920px){.hero{grid-template-columns:1fr}.hero-copy{max-width:680px}.hero-visual{max-width:720px;min-height:390px}.hero-art{left:0}.hero-tool-stack{left:18px}.tool-intro,.resource-page>header:not(.site-header),.info-intro{grid-template-columns:minmax(0,1fr) minmax(200px,.42fr);gap:26px}}@media (max-width:680px){.hero{gap:32px}.hero-visual{min-height:310px}.hero-tool-stack{width:auto;bottom:12px;left:12px;right:12px}.hero-art{transform:none}.hero-art img{object-position:68% center}.page-art{border-radius:20px}.tool-intro,.resource-page>header:not(.site-header),.info-intro{grid-template-columns:1fr;gap:22px}.tool-intro .page-art,.resource-page>header:not(.site-header) .page-art{min-height:180px}.resource-page>header:not(.site-header),.tool-intro{min-height:0}.info-intro{margin-bottom:30px;padding-bottom:30px}.info-intro .page-art{min-height:190px}.info-page article section:nth-of-type(2n){margin-left:0}.resource-note{border-radius:18px;padding:28px 20px}}.tool-link,.card{isolation:isolate;position:relative;overflow:hidden}.tool-link>:not(.tool-card-art),.card>:not(.tool-card-art){z-index:1;position:relative}.tool-card-art,.ai-card-art{background-image:linear-gradient(90deg,#040e231a,#0000),url(/images/buhai-tool-atlas.png);background-repeat:no-repeat;background-size:auto,400%;border-radius:12px;width:100%;height:108px;margin-bottom:16px;display:block;box-shadow:inset 0 0 0 1px #ffffff24}.ai-tool-card{min-height:242px;padding:14px;position:relative;overflow:hidden}.ai-card-art{background-image:linear-gradient(90deg,#040e2312,#0000),url(/images/buhai-ai-atlas.png);background-size:auto,400%;height:96px;margin:0 0 14px}html[data-theme=system]{--cream:#08142c;--surface:#10264f;--surface-soft:#122d5d;--ink:#f7f9ff;--muted:#d0dbef;--line:#45679d;--navy:#a9c5ff;--red:#ff887f;--gold:#ffdb66}html[data-theme=dark]{--cream:#080b12;--surface:#121722;--surface-soft:#182130;--ink:#f7f8fb;--muted:#c8cfda;--line:#3e4a5d;--navy:#a8c0ff;--red:#ff8478;--gold:#ffd36b}html[data-theme=system] .hero,html[data-theme=dark] .hero{background:radial-gradient(circle at 86% 24%,#fcd1162e,transparent 20%),linear-gradient(125deg,var(--cream),var(--surface-soft))}.tool-link,.resource-card,.card,.ai-tool-card{border-color:var(--line)}.tool-link p,.card p,.ai-tool-card small{color:var(--muted)}.tool-link:hover,.resource-card:hover,.card:hover,.ai-tool-card:hover{border-color:var(--navy)}html[data-theme=system] .page-art,html[data-theme=system] .tool-card-art,html[data-theme=system] .ai-card-art{filter:brightness(1.24)saturate(1.16)contrast(1.05);border-color:#7aa8ff;box-shadow:0 14px 32px #00000061}html[data-theme=system] .hero h1:first-line,html[data-theme=dark] .hero h1:first-line{color:#f5f8ff}html[data-theme=system] .secondary,html[data-theme=dark] .secondary{color:#e7efff;background:#071d5842;border-color:#8cb2ff}html[data-theme=system] .resource-card span,html[data-theme=system] .tool-link span,html[data-theme=system] .card a,html[data-theme=dark] .resource-card span,html[data-theme=dark] .tool-link span,html[data-theme=dark] .card a{color:#a9c7ff}.home-resource-card .ai-card-art,.home-resource-card .tool-card-art{height:118px}.home-ai-art .ai-card-art{background-position:0 0,0 0}.home-guide-art .tool-card-art{background-position:0 0,100% 100%}.ai-question-tip{border-left:3px solid var(--brand-yellow);background:color-mix(in srgb,var(--surface-soft)72%,transparent);max-width:760px;color:var(--muted);border-radius:0 12px 12px 0;padding:14px 16px}html[data-theme=system] .brand-logo img,html[data-theme=dark] .brand-logo img{filter:brightness(1.55)saturate(1.12)drop-shadow(0 1px 2px #ffffff61)}.tool-card-art,.ai-card-art{background-position:0 0,50%;background-size:auto,400% 200%}.tool-art-1 .tool-card-art{background-position:0 0,0 0}.tool-art-2 .tool-card-art{background-position:0 0,33.333% 0}.tool-art-3 .tool-card-art{background-position:0 0,66.666% 0}.tool-art-4 .tool-card-art{background-position:0 0,100% 0}.tool-art-5 .tool-card-art{background-position:0 0,0 100%}.tool-art-6 .tool-card-art{background-position:0 0,33.333% 100%}.tool-art-7 .tool-card-art{background-position:0 0,66.666% 100%}.tool-art-8 .tool-card-art{background-position:0 0,100% 100%}.ai-art-1 .ai-card-art{background-position:0 0,0 0}.ai-art-2 .ai-card-art{background-position:0 0,33.333% 0}.ai-art-3 .ai-card-art{background-position:0 0,66.666% 0}.ai-art-4 .ai-card-art{background-position:0 0,100% 0}.ai-art-5 .ai-card-art{background-position:0 0,0 100%}.ai-art-6 .ai-card-art{background-position:0 0,33.333% 100%}.ai-art-7 .ai-card-art{background-position:0 0,66.666% 100%}.tool-link h2{margin-top:4px}.tool-link .tool-card-art{height:142px}.card .tool-card-art{height:124px}.card h3{margin-top:18px}.card-topline{justify-content:flex-start}.tool-card-topline,.category-red{display:none}.site-footer{grid-template-columns:minmax(120px,.7fr) auto minmax(220px,.9fr);align-items:center;gap:30px;display:grid}.site-footer small{text-align:right;justify-self:end;gap:5px;display:grid}.site-footer .brand-logo{justify-self:start}.footer-links{justify-content:center}@media (max-width:680px){.tool-card-art{height:132px}.ai-tool-card{min-height:0}.ai-card-art{height:120px}.site-footer{text-align:center;grid-template-columns:1fr;justify-items:center;gap:22px;padding:42px 22px}.site-footer .brand-logo,.site-footer small{text-align:center;justify-self:center}.footer-links{justify-content:center}}.tool-card-art,.ai-card-art{aspect-ratio:3/4;background-position:0 0,50%;background-size:auto,400% 200%;width:min(100%,176px);height:auto;margin-left:auto;margin-right:auto}.tool-link .tool-card-art,.card .tool-card-art,.home-resource-card .tool-card-art,.home-resource-card .ai-card-art{height:auto}.tool-intro .page-art,.resource-page>header:not(.site-header) .page-art,.info-intro .page-art{aspect-ratio:auto;height:clamp(180px,18vw,250px);min-height:0}.tool-card-art,.ai-card-art{aspect-ratio:auto;background-size:auto,400% 200%;width:100%;height:74px;margin-left:0;margin-right:0}.tool-page .tool-directory .tool-link,.tool-link,.ai-tool-card{min-height:0;padding:16px}.tool-link .tool-card-art,.card .tool-card-art,.home-resource-card .tool-card-art,.home-resource-card .ai-card-art{width:100%;height:74px}.tool-link h2,.ai-tool-card>span:not(.ai-card-art){margin-top:4px;font-size:1rem}.tool-link p,.ai-tool-card small{min-height:0;margin-bottom:0;font-size:.86rem;line-height:1.35}.tool-link>span:last-child{margin-top:10px}.ai-tool-grid{gap:12px}.ai-tool-card{gap:7px}@media (max-width:680px){.hero-visual{min-height:250px}.tool-card-art,.ai-card-art,.tool-link .tool-card-art,.card .tool-card-art,.home-resource-card .tool-card-art,.home-resource-card .ai-card-art{width:100%;height:82px}.tool-intro .page-art,.resource-page>header:not(.site-header) .page-art,.info-intro .page-art{height:180px}}.hero-tool-stack{width:min(100% - 32px,500px);left:50%;right:auto;transform:translate(-50%)}.hero-tool-2,.hero-tool-3,.hero-tool-4{transform:none}@media (max-width:920px){.hero-tool-stack{left:50%}}@media (max-width:680px){.hero-tool-stack{width:calc(100% - 28px);left:50%;right:auto;transform:translate(-50%)}}body{background:var(--bg-soft);color:var(--ph-ink)}.app-home-page{background:var(--bg-soft);min-height:100vh}.embedded-home-shell{background:var(--bg-soft);min-height:calc(100vh - 74px);margin-top:74px;position:relative}.embedded-home{z-index:1;background:#f5f7ff;background:var(--bg-soft);opacity:1;border:0;width:100%;min-height:calc(100vh - 74px);transition:opacity .2s;display:block;position:relative}html[data-theme=dark] .embedded-home,html[data-theme=system] .embedded-home{background:#0d1524}@keyframes home-loading-spin{to{transform:rotate(360deg)}}.ph-shell{width:min(1120px,100% - 48px);margin-inline:auto}.site-header{z-index:50;border-bottom:1px solid var(--border);max-width:none;box-shadow:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffbf;position:fixed;top:0;left:0;right:0}.site-header nav{grid-template-columns:132px 1fr 132px;align-items:center;width:100%;max-width:1280px;height:72px;margin-inline:auto;padding:0 24px;display:grid}.brand-logo{width:130px;height:36px}.desktop-actions{grid-column:2;justify-self:center;display:block}.desktop-actions .links{gap:28px}.desktop-actions .links a{min-height:34px;color:var(--ph-dark);font-weight:600}.mobile-menu{grid-column:3;justify-self:end}.header-cta{border-radius:12px;padding:11px 18px}.ph-home-hero{background:radial-gradient(circle at 85% 20%,#fcd11633,transparent 20%),radial-gradient(circle at 10% 95%,#0038a81f,transparent 26%),var(--bg-soft);padding:52px 0 66px;position:relative;overflow:hidden}.ph-hero-banner{color:#fff;background:linear-gradient(135deg,var(--ph-blue),#0b4ed1 50%,var(--ph-red));min-height:398px;box-shadow:var(--shadow);border-radius:28px;grid-template-columns:minmax(0,1.12fr) minmax(260px,.68fr);align-items:center;gap:clamp(24px,5vw,58px);padding:clamp(30px,5vw,60px);display:grid;overflow:hidden}.ph-hero-copy{z-index:1;position:relative}.ph-tag{background:var(--ph-yellow);color:var(--ph-dark);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;margin:0 0 18px;padding:7px 12px;font-size:.67rem;font-weight:800;display:inline-flex}.ph-tag span{background:var(--ph-red);border-radius:50%;width:7px;height:7px}.ph-hero-copy h1{color:#fff;letter-spacing:-.065em;max-width:680px;margin:0;font-size:clamp(2.65rem,5.5vw,4.8rem);line-height:1.04}.ph-hero-copy h1 em{color:var(--ph-yellow);font-style:normal}.ph-hero-copy>p:not(.ph-tag){color:#ffffffeb;max-width:620px;margin:20px 0 28px;font-size:1.05rem;line-height:1.72}.ph-actions{flex-wrap:wrap;gap:12px;display:flex}.ph-button{border-radius:15px;align-items:center;gap:8px;padding:13px 20px;font-size:.95rem;font-weight:750;transition:transform .24s,box-shadow .24s;display:inline-flex}.ph-button:hover{transform:translateY(-3px)}.ph-button-yellow{background:var(--ph-yellow);color:var(--ph-dark)}.ph-button-glass{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff5c}.ph-hero-art{aspect-ratio:1;width:100%;min-height:270px;box-shadow:none;background:0 0;border:0;position:relative;transform:rotate(-2deg)}.ph-hero-art:after{background:radial-gradient(circle,#fcd1164d,#0000 60%)}.ph-hero-art img{object-fit:contain;filter:drop-shadow(0 22px 20px #0000002e)}.ph-stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px;display:grid}.ph-stat-grid>div{border:1px solid var(--border);background:var(--bg-card);text-align:center;border-radius:18px;gap:5px;padding:20px 16px;display:grid;box-shadow:0 10px 30px -18px #0038a84d}.ph-stat-grid strong{background:linear-gradient(100deg,var(--ph-blue),var(--ph-red));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1}.ph-stat-grid span{color:var(--ph-muted);font-size:.72rem;font-weight:750}.ph-section{padding:82px 0}.ph-section-tools{border-top:4px solid #0000;border-image:linear-gradient(90deg,var(--ph-blue)33%,#fff 33%,#fff 66%,var(--ph-red)66%)1;background:var(--bg-card)}.ph-section-ai{border-top:4px solid #0000;border-image:linear-gradient(90deg,var(--ph-blue)33%,#fff 33%,#fff 66%,var(--ph-red)66%)1;background:linear-gradient(180deg,#fef9c3,var(--bg-soft)46%)}.ph-section-banner{border:1px solid var(--border);background:linear-gradient(135deg,#eff6ff,#fef2f2);border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(240px,.48fr);align-items:center;gap:48px;margin-bottom:34px;padding:32px 38px;display:grid}.ph-section-banner h2,.ph-learning-grid h2,.ph-promise h2{color:var(--ph-dark);letter-spacing:-.055em;margin:8px 0 12px;font-size:clamp(2.15rem,4.2vw,3.55rem)}.ph-section-banner h2 span,.ph-learning-grid h2 span{background:linear-gradient(100deg,var(--ph-blue),var(--ph-red));color:#0000;-webkit-background-clip:text;background-clip:text}.ph-section-banner p:not(.eyebrow),.ph-learning-grid>div>p:last-child{max-width:650px;color:var(--ph-muted);line-height:1.68}.ph-section-banner .page-art{border-radius:18px;min-height:170px}.ph-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.ph-tool-card{border:1px solid var(--border);border-top:4px solid var(--ph-yellow);background:var(--bg-card);min-height:244px;box-shadow:var(--shadow);border-radius:18px;flex-direction:column;padding:24px;transition:transform .25s,box-shadow .25s;display:flex}.ph-tool-card:nth-child(3n+2){border-top-color:var(--ph-red)}.ph-tool-card:nth-child(3n+3){border-top-color:var(--ph-blue)}.ph-tool-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px -18px #0038a859}.ph-number{color:var(--ph-red);font-size:.73rem;font-weight:800}.ph-tool-card h3{color:var(--ph-dark);letter-spacing:-.025em;margin:25px 0 9px;font-size:1.05rem}.ph-tool-card p{color:var(--ph-muted);margin:0;font-size:.88rem;line-height:1.58}.ph-tool-card b,.ph-feature-card b{color:var(--ph-blue);margin-top:auto;padding-top:16px;font-size:.84rem;display:inline-block}.ph-learning-grid{grid-template-columns:minmax(0,.8fr) repeat(2,minmax(0,.78fr));align-items:stretch;gap:22px;display:grid}.ph-feature-card{border:1px solid var(--border);border-top:4px solid var(--ph-yellow);background:var(--bg-card);min-height:335px;box-shadow:var(--shadow);border-radius:20px;flex-direction:column;padding:20px;transition:transform .25s;display:flex}.ph-feature-card:hover{transform:translateY(-5px)}.ph-feature-card .page-art{border-radius:14px;height:108px;min-height:108px}.ph-feature-card h3{color:var(--ph-dark);letter-spacing:-.03em;margin:7px 0;font-size:1.2rem}.ph-feature-card p:not(.eyebrow){color:var(--ph-muted);margin:0;font-size:.9rem;line-height:1.55}.ph-feature-card .eyebrow{margin:16px 0 0;font-size:.62rem}.ph-promise{color:#fff;text-align:center;background:linear-gradient(135deg,var(--ph-blue),var(--ph-dark));padding:88px 0}.ph-promise .eyebrow{color:var(--ph-yellow)}.ph-promise h2{color:#fff}.ph-promise h2 span{color:var(--ph-yellow)}.ph-promise div>p:last-child{color:#ffffffe0;max-width:650px;margin:auto;line-height:1.7}.ph-route-hero{margin-inline:auto;border-bottom:0!important;grid-template-columns:minmax(0,1fr) minmax(250px,.52fr)!important;gap:clamp(24px,5vw,58px)!important;max-width:1120px!important;min-height:330px!important;padding:62px 24px 42px!important;display:grid!important}.ph-route-hero h1{color:var(--ph-dark);letter-spacing:-.055em;margin:8px 0 14px;font-size:clamp(2.6rem,5vw,4.6rem)!important}.ph-route-hero .intro,.ph-route-hero p:not(.eyebrow){color:var(--ph-muted);line-height:1.68}.ph-route-hero .page-art{border-radius:22px;height:auto;min-height:210px}.tools-stats{gap:10px;margin-top:20px;display:flex}.tools-stats .stat{border:1px solid var(--border);background:var(--bg-card);border-radius:10px;gap:3px;min-width:92px;padding:10px;display:grid}.tools-stats .stat-number{color:var(--ph-blue);font-size:1.3rem;font-weight:800}.tools-stats .stat-label{color:var(--ph-muted);font-size:.65rem;font-weight:700}.resource-page,.tool-page,.info-page{background:var(--bg-soft)}.resource-page>header:not(.site-header),.tool-page .tool-intro{background:0 0}.resource-grid,.tool-page .tool-directory{padding-top:20px}.resource-card,.tool-link,.ai-tool-card,.ai-workspace,.resource-note,.info-page article section{border-color:var(--border);background:var(--bg-card)}.resource-card,.tool-link,.ai-tool-card{box-shadow:var(--shadow);border-radius:18px}.resource-card{border-top-color:var(--ph-yellow)}.resource-card h2,.tool-link h2,.ai-workspace h2,.info-page h1,.info-page h2{color:var(--ph-dark)}.resource-card span,.tool-link span,.ai-tool-card.active-ai-tool{color:var(--ph-blue)}.ai-tool-card.active-ai-tool{box-shadow:0 0 0 2px var(--ph-blue);background:#eff6ff}.ai-workspace{border-radius:20px}.site-footer{color:#fff;background:linear-gradient(180deg,var(--ph-dark),#050e26);max-width:none;padding:56px max(24px,50vw - 560px);display:block}.site-footer:before{background:linear-gradient(90deg,var(--ph-blue)33%,#fff 33%,#fff 66%,var(--ph-red)66%)}.site-footer p,.site-footer small,.site-footer li a{color:#ffffffc2}.site-footer h5,.site-footer .brand-link{color:#fff}html[data-theme=system] .ph-section-ai{background:linear-gradient(180deg,#263862,var(--bg-soft)46%)}html[data-theme=dark] .ph-section-ai{background:linear-gradient(180deg,#332f20,var(--bg-soft)46%)}html[data-theme=system] .ph-section-banner{background:linear-gradient(135deg,#162f5e,#3c2733)}html[data-theme=dark] .ph-section-banner{background:linear-gradient(135deg,#202838,#31252a)}html[data-theme=system] .ph-route-hero .page-art,html[data-theme=dark] .ph-route-hero .page-art{filter:none}@media (max-width:820px){.desktop-actions{display:none}.mobile-menu{display:block}.site-header nav{height:68px}.ph-hero-banner,.ph-section-banner,.ph-route-hero{grid-template-columns:1fr!important}.ph-hero-banner{text-align:center}.ph-hero-copy{justify-items:center;display:grid}.ph-hero-art{max-width:265px;min-height:200px;margin-inline:auto}.ph-stat-grid,.ph-card-grid{grid-template-columns:repeat(2,1fr)}.ph-learning-grid{grid-template-columns:1fr 1fr}.ph-learning-grid>div:first-child{grid-column:1/-1}.ph-route-hero{padding:46px 24px 34px!important}.ph-route-hero .page-art{width:100%;max-width:520px;margin-inline:auto}.info-page article{padding-top:42px}.tools-stats{flex-wrap:wrap}.site-footer{padding-block:42px}}@media (max-width:540px){.ph-shell{width:min(100% - 32px,1120px)}.ph-home-hero{padding-top:28px}.ph-hero-banner{border-radius:22px;padding:28px 20px}.ph-tag{font-size:.55rem}.ph-hero-copy h1{font-size:clamp(2.55rem,13vw,3.35rem)}.ph-hero-copy>p:not(.ph-tag){font-size:.95rem}.ph-actions{justify-content:center}.ph-button{justify-content:center;width:100%}.ph-card-grid,.ph-learning-grid{grid-template-columns:1fr}.ph-learning-grid>div:first-child{grid-column:auto}.ph-tool-card{min-height:0}.ph-section{padding:58px 0}.ph-section-banner{gap:24px;padding:24px 20px}.ph-section-banner .page-art{min-height:130px}.ph-stat-grid>div{padding:16px 8px}.ph-stat-grid strong{font-size:1.45rem}.ph-stat-grid span{font-size:.62rem}.ph-route-hero{padding-inline:16px!important}.ph-route-hero h1{font-size:2.5rem!important}.resource-grid,.tool-page .tool-directory,.ai-assistant{padding-left:16px;padding-right:16px}.mobile-menu-panel{z-index:60}.site-footer{padding-left:22px;padding-right:22px}}.ph-contact-page{max-width:1120px;margin-inline:auto;padding:62px 24px 82px}.ph-contact-page .section-heading{max-width:660px;margin-bottom:34px}.ph-contact-page .section-heading h1{color:var(--ph-dark);letter-spacing:-.055em;margin:8px 0 14px;font-size:clamp(2.6rem,5vw,4.6rem)}.ph-contact-page .section-heading>p:last-child{color:var(--ph-muted);line-height:1.68}.page-art svg{width:100%;height:100%;display:block}.page-art img{display:none}.tool-card-art,.ai-card-art{background-image:none!important;display:none!important}.ph-contact-art{background:linear-gradient(135deg,#fef2f2,#fff);border-radius:22px;width:min(100%,360px);height:240px;margin:-20px auto 36px}@media (max-width:680px){.ph-contact-art{height:190px;margin-top:0}}.site-header nav{justify-content:space-between;align-items:center;gap:24px;display:flex}.site-header .brand-link{color:var(--ph-dark);flex:none;align-items:center;display:inline-flex}.source-contact .contact-form input,.source-contact .contact-form select,.source-contact .contact-form textarea{border:1.5px solid var(--border-strong);background:#fff;border-radius:10px;width:100%}.source-contact .contact-form input:focus,.source-contact .contact-form select:focus,.source-contact .contact-form textarea:focus{border-color:var(--ph-blue);box-shadow:0 0 0 4px #0038a81a}.sun-spin{transform-origin:50%;animation:30s linear infinite sunSpin}.float-anim{animation:5s ease-in-out infinite float}.pulse-anim{animation:2.5s ease-in-out infinite pulse}.source-shell{width:min(100% - 48px,1280px);padding:96px 0}.source-hero{border-radius:28px;justify-content:space-between;align-items:center;gap:40px;min-height:260px;margin-bottom:56px;padding:60px 40px;display:flex!important}.source-hero .page-art,.source-hero .page-art-tools,.source-hero .page-art-ai,.source-hero .page-art-guides,.source-hero .page-art-contact,.source-hero .page-art-privacy{flex-shrink:0;width:min(100%,340px);height:auto;min-height:0;display:block;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.source-hero .page-art svg{width:100%;max-width:340px;height:auto;display:block}.source-hero .page-art{aspect-ratio:auto!important;height:auto!important;min-height:0!important;overflow:visible!important}.source-hero .page-art:before,.source-hero .page-art:after{content:none!important;display:none!important}@keyframes source-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.source-page .source-hero{opacity:0;animation:.7s cubic-bezier(.2,.7,.2,1) forwards source-fade-up;transform:translateY(24px)}.source-page .source-tool-card,.source-page .ai-category-card,.source-page .source-guide-card,.source-page .source-value-grid article,.source-page .source-story,.source-page .contact-form,.source-page .contact-item,.source-page .source-privacy-grid article,.source-page .source-policy{animation:.7s cubic-bezier(.2,.7,.2,1) backwards source-fade-up}.source-page .source-tool-card:nth-child(2),.source-page .ai-category-card:nth-child(2),.source-page .source-guide-card:nth-child(2),.source-page .source-value-grid article:nth-child(2),.source-page .contact-item:nth-child(2),.source-page .source-privacy-grid article:nth-child(2){animation-delay:80ms}.source-page .source-tool-card:nth-child(3),.source-page .ai-category-card:nth-child(3),.source-page .source-guide-card:nth-child(3),.source-page .source-value-grid article:nth-child(3),.source-page .contact-item:nth-child(3),.source-page .source-privacy-grid article:nth-child(3){animation-delay:.16s}.source-page .source-tool-card:nth-child(4),.source-page .ai-category-card:nth-child(4),.source-page .source-guide-card:nth-child(4){animation-delay:.24s}.source-page .source-tool-card:nth-child(5),.source-page .ai-category-card:nth-child(5),.source-page .source-guide-card:nth-child(5){animation-delay:.32s}.source-page .source-tool-card:nth-child(6),.source-page .ai-category-card:nth-child(6),.source-page .source-guide-card:nth-child(6){animation-delay:.4s}.source-page .source-tool-card:nth-child(7),.source-page .source-guide-card:nth-child(7){animation-delay:.48s}.source-page .source-tool-card:nth-child(8),.source-page .source-guide-card:nth-child(8){animation-delay:.56s}@media (prefers-reduced-motion:reduce){.source-page .source-hero,.source-page .source-tool-card,.source-page .ai-category-card,.source-page .source-guide-card,.source-page .source-value-grid article,.source-page .source-story,.source-page .contact-form,.source-page .contact-item,.source-page .source-privacy-grid article,.source-page .source-policy{opacity:1;animation:none;transform:none}}.source-tool-grid{gap:20px}.source-tool-card{border-radius:20px;min-height:0;padding:24px}.source-icon{border-radius:12px;width:48px;height:48px}.source-number{font-size:.875rem;top:25px;right:24px}.source-tool-card h2{margin:20px 0 8px;font-size:1.125rem}.source-tool-card p{font-size:.875rem;line-height:1.6}@media (max-width:768px){.source-shell{width:min(100% - 32px,1280px);padding:92px 0 48px}.source-hero{text-align:center;padding:40px 24px;flex-direction:column-reverse!important}.source-hero>div:first-child{display:block}.source-hero .page-art,.source-hero .page-art svg{max-width:220px}}.source-tool-card{border:1px solid var(--border);text-align:left;cursor:pointer;width:100%;font:inherit;display:block}.everyday-tool-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050e26b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.everyday-tool-dialog{border:1px solid var(--border-strong);background:var(--bg-card);border-radius:24px;width:min(100%,720px);max-height:min(88dvh,760px);overflow:auto;box-shadow:0 34px 100px -26px #000000b3}.everyday-tool-dialog header{border-bottom:1px solid var(--border);background:linear-gradient(135deg,color-mix(in srgb,var(--ph-blue)12%,var(--bg-card)),var(--bg-card));justify-content:space-between;gap:16px;padding:24px;display:flex}.everyday-tool-dialog h2{color:var(--ph-dark);margin:4px 0 8px;font-size:clamp(1.45rem,4vw,2rem)}.everyday-tool-dialog header p:last-child{color:var(--ph-muted);margin:0;line-height:1.5}.dialog-close{border:1px solid var(--border-strong);background:var(--bg-soft);width:42px;height:42px;color:var(--ph-dark);border-radius:12px;flex:none;place-items:center;padding:0;font-size:1.8rem;line-height:1;display:grid}.everyday-tool-body{gap:16px;padding:24px;display:grid}.everyday-tool-body label{color:var(--ph-dark);gap:7px;font-weight:800;display:grid}.everyday-tool-body input,.everyday-tool-body textarea{box-sizing:border-box}.everyday-tool-body textarea{min-height:115px}.dialog-actions{flex-wrap:wrap;gap:10px;display:flex}.everyday-preview{object-fit:contain;border-radius:14px;width:min(100%,280px);max-height:280px}.signature-pad{position:relative}.signature-pad>span{color:var(--ph-blue);letter-spacing:.02em;pointer-events:none;place-items:center;font-weight:800;display:grid;position:absolute;inset:0}.signature-canvas{z-index:1;touch-action:none;border:2px dashed color-mix(in srgb,var(--ph-blue)56%,var(--border));background:linear-gradient(135deg,#fff,#f4f7ff);border-radius:14px;width:100%;height:180px;position:relative}.tool-surface-note{color:var(--ph-muted);margin:-6px 0 0;font-size:.9rem}.barcode-preview{border:2px dashed color-mix(in srgb,var(--ph-blue)56%,var(--border));background:linear-gradient(135deg,#fff,#f4f7ff);border-radius:14px;place-items:center;width:min(100%,420px);min-height:134px;display:grid;position:relative;overflow:hidden}.barcode-preview>p{color:var(--ph-blue);text-align:center;pointer-events:none;margin:0;padding:20px;font-weight:800;position:absolute}.barcode{z-index:1;background:0 0;width:100%;min-height:110px;padding:12px;position:relative}html[data-theme=dark] .everyday-tool-dialog{background:#15233b}.everyday-tool-dialog h2,html[data-theme=dark] .everyday-tool-body label{color:var(--ph-ink)}.everyday-tool-dialog .dialog-close{color:var(--ph-ink);background:#1d2a40}.signature-pad>span{z-index:2}@media (max-width:560px){.everyday-tool-backdrop{align-items:end;padding:10px}.everyday-tool-dialog{border-radius:20px;max-height:86dvh}.everyday-tool-dialog header,.everyday-tool-body{padding:18px}.signature-canvas{height:150px}}.source-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a1f44a6;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.source-modal{border:1px solid var(--border);background:#fff;border-radius:24px;width:min(100%,720px);max-height:90vh;overflow:hidden;box-shadow:0 40px 100px -20px #0006}.source-modal>header{border-bottom:1px solid var(--border);background:linear-gradient(90deg,#0038a80d,#ce11260a);justify-content:space-between;align-items:center;padding:24px;display:flex}.source-modal-title{align-items:center;gap:12px;display:flex}.source-modal-title h2{color:var(--ph-dark);margin:0;font-size:1.25rem}.source-modal>header>button{border:1.5px solid var(--border-strong);width:40px;height:40px;color:var(--ph-dark);cursor:pointer;background:0 0;border-radius:12px;place-items:center;font-size:1.5rem;display:grid}.source-modal-body{max-height:calc(90vh - 90px);padding:24px;overflow-y:auto}.source-modal-body .tool-panel{max-width:none;box-shadow:none;border:0;padding:0}.source-modal-body .tool-panel button{border-radius:12px}.source-modal-body .tool-panel label{color:var(--ph-muted);letter-spacing:.07em;text-transform:uppercase;font-size:.78rem;font-weight:800}.original-tool-frame{z-index:100;-webkit-backdrop-filter:blur(8px);background:#0a1f44a6;place-items:center;display:grid;position:fixed;inset:0}.original-tool-frame iframe{z-index:1;background:0 0;border:0;width:100%;height:100%;display:block;position:relative}.source-tools:has(.original-tool-frame)>:not(.original-tool-frame){filter:blur(8px)}.desktop-actions .links{align-items:center;display:flex}.site-footer .brand-link{color:#fff}.site-footer .brand-logo{width:132px;height:40px}.site-footer{color:#fff;background:linear-gradient(180deg,var(--ph-dark)0%,#050e26 100%);padding:64px 24px}.site-footer .footer-inner{width:min(100%,1280px);margin-inline:auto}.site-footer:before{content:none}.site-footer .footer-stripe{background:linear-gradient(90deg,var(--ph-blue)33%,var(--ph-yellow)33%,var(--ph-yellow)66%,var(--ph-red)66%);border-radius:3px;height:5px;margin-bottom:48px}.site-footer .footer-main{grid-template-columns:2fr repeat(3,1fr);gap:40px;margin-bottom:48px;display:grid}.site-footer .footer-brand{min-width:0}.site-footer .footer-brand .brand-link{color:#fff;align-items:center;margin-bottom:16px;display:inline-flex}.site-footer .footer-brand .brand-logo{width:132px;height:40px}.site-footer .footer-brand>p{color:#ffffffb3;max-width:24rem;margin:0 0 20px;font-size:.875rem;line-height:1.7}.footer-badges{flex-wrap:wrap;gap:8px;display:flex}.footer-badges span{color:var(--ph-yellow);letter-spacing:.03em;background:#fcd11633;border-radius:999px;align-items:center;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.footer-badges span:nth-child(2){color:#fff;background:#ffffff1a}.footer-badges span:nth-child(3){color:#fff;background:#ce112640}.footer-links-grid{display:contents}.footer-links-grid h5{color:var(--ph-yellow);letter-spacing:.1em;text-transform:uppercase;margin:0 0 16px;font-size:.75rem;font-weight:700}.footer-links-grid ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.footer-links-grid li a,.footer-links-grid section p{color:#fffc;font-size:.875rem}.footer-links-grid li a:hover{color:var(--ph-yellow)}.footer-links-grid section p{margin:0 0 16px;line-height:1.55}.footer-feedback{color:var(--ph-dark);background:var(--ph-yellow);border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:700;display:inline-flex}.footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:.75rem;display:flex}.footer-bottom p{margin:0}@media (max-width:900px){.site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-brand{grid-column:1/-1}}@media (max-width:560px){.site-footer{padding:28px 18px 22px}.site-footer .footer-stripe{height:3px;margin-bottom:18px}.site-footer .footer-main{text-align:center;grid-template-columns:1fr;gap:18px;margin-bottom:18px}.site-footer .footer-brand{text-align:center;grid-column:auto}.site-footer .footer-brand .brand-link{margin-bottom:8px;margin-inline:auto}.site-footer .footer-brand .brand-logo{width:110px;height:34px}.site-footer .footer-brand>p{color:#ffffffb3;max-width:100%;margin:0 auto 10px;font-size:.8rem;line-height:1.45}.footer-badges{justify-content:center;gap:6px}.footer-badges span{padding:3px 8px;font-size:10px}.footer-links-grid{text-align:center;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.footer-links-grid section{text-align:center;border-top:1px solid #ffffff1a;grid-column:1/-1;margin-top:6px;padding-top:12px}.footer-links-grid h5{margin-bottom:8px;font-size:.7rem}.footer-links-grid ul{gap:4px}.footer-links-grid li a{justify-content:center;align-items:center;font-size:.8rem;display:inline-flex;min-height:28px!important;padding:2px 4px!important}.footer-links-grid section p{color:#ffffffb3;margin:0 0 10px;font-size:.78rem;line-height:1.4}.footer-feedback{border-radius:8px;margin-inline:auto;padding:8px 16px;font-size:.78rem}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding-top:16px;font-size:.7rem;display:flex}}@media (max-width:820px){.site-header nav{grid-template-columns:42px minmax(0,1fr) auto;gap:10px;width:min(100% - 32px,1120px);display:grid}.mobile-menu-slot{grid-column:1;display:block}.site-header .brand-link{grid-column:2;min-width:0}.mobile-header-actions{grid-column:3;justify-self:end;align-items:center;gap:8px;display:flex}.mobile-header-actions .account-menu-mobile{align-items:center;display:flex}.mobile-header-actions .account-menu-mobile .auth-actions{display:block}.mobile-header-actions .account-menu-mobile .sign-in-button{border-radius:11px;justify-content:center;align-items:center;width:72px;min-width:72px;min-height:42px;padding:8px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.mobile-header-actions .account-menu-mobile .avatar-button{border-radius:11px;width:42px;min-height:42px}.theme-trigger-compact{width:42px;min-height:42px}.mobile-menu{display:block;position:relative}.mobile-menu-trigger{border:1px solid var(--border-strong);background:var(--bg-card);width:42px;min-height:42px;color:var(--ph-dark);cursor:pointer;transition:transform .28s var(--motion-smooth),border-color .28s ease,background-color .28s ease,box-shadow .28s ease;border-radius:11px;place-items:center;padding:0;display:grid}.mobile-menu-trigger:hover,.mobile-menu-trigger:focus-visible{border-color:var(--ph-blue);transform:translateY(-1px);box-shadow:0 9px 20px -13px #0038a8b3}.mobile-menu-lines{gap:4px;width:19px;display:grid}.mobile-menu-lines i{width:100%;height:2px;transition:transform .3s var(--motion-smooth),opacity .22s ease;background:currentColor;border-radius:99px;display:block}.mobile-menu.is-open .mobile-menu-trigger{color:var(--ph-blue);background:#eff6ff}.mobile-menu.is-open .mobile-menu-lines i:first-child{transform:translateY(6px)rotate(45deg)}.mobile-menu.is-open .mobile-menu-lines i:nth-child(2){opacity:0;transform:scaleX(.3)}.mobile-menu.is-open .mobile-menu-lines i:last-child{transform:translateY(-6px)rotate(-45deg)}.mobile-menu-backdrop{z-index:69;cursor:default;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a1f4457;border:0;width:100%;height:calc(100dvh - 68px);margin:0;padding:0;animation:.42s cubic-bezier(.25,.8,.25,1) both mobile-menu-backdrop-enter;position:fixed;inset:68px 0 0}.mobile-menu-panel{z-index:70;box-sizing:border-box;border:1px solid var(--border-strong);background:color-mix(in srgb,var(--bg-card)96%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-left:0;border-radius:0 22px 22px 0;align-content:start;gap:0;width:min(286px,100vw - 72px);min-width:0;height:calc(100dvh - 68px);padding:16px 12px;animation:.56s cubic-bezier(.25,.8,.25,1) both mobile-menu-enter;display:grid;position:fixed;top:68px;bottom:auto;left:0;overflow-y:auto;box-shadow:18px 20px 42px #0a1f444d}.mobile-menu.is-closing .mobile-menu-panel{pointer-events:none;animation:.54s cubic-bezier(.4,0,.2,1) both mobile-menu-exit}.mobile-menu.is-closing .mobile-menu-backdrop{pointer-events:none;animation:.5s cubic-bezier(.4,0,.2,1) both mobile-menu-backdrop-exit}.mobile-menu.is-closing .mobile-links a{animation:.3s cubic-bezier(.4,0,.2,1) both mobile-menu-content-exit}.mobile-menu.is-closing .mobile-links a:first-child{animation-delay:.14s}.mobile-menu.is-closing .mobile-links a:nth-child(2){animation-delay:.11s}.mobile-menu.is-closing .mobile-links a:nth-child(3){animation-delay:80ms}.mobile-menu.is-closing .mobile-links a:nth-child(4){animation-delay:50ms}.mobile-menu.is-closing .mobile-links a:nth-child(5){animation-delay:20ms}.mobile-menu.is-closing .mobile-links a:nth-child(6){animation-delay:0s}.mobile-menu.is-open .mobile-menu-panel{width:min(286px,100vw - 72px);height:calc(100dvh - 68px);max-height:none;margin:0;position:fixed;inset:68px auto auto 0}.mobile-menu-panel:before{background:linear-gradient(90deg,var(--ph-blue),var(--ph-red)58%,var(--ph-yellow));content:"";border-radius:0 99px 99px 0;height:3px;position:absolute;top:0;left:0;right:18px}.mobile-links{grid-template-columns:1fr;gap:6px;display:grid}.mobile-links a{border:1px solid var(--border);background:var(--bg-soft);min-height:44px;color:var(--ph-dark);transition:transform .24s var(--motion-smooth),border-color .24s ease,background-color .24s ease,color .24s ease,box-shadow .24s ease;animation:mobile-link-enter .4s var(--motion-smooth)both;border-radius:11px;align-items:center;gap:8px;padding:10px 12px;font-size:.9rem;font-weight:750;display:flex;position:relative;overflow:hidden;box-shadow:0 7px 15px -16px #0a1f44bf}.mobile-links a:first-child{animation-delay:.1s}.mobile-links a:nth-child(2){animation-delay:.15s}.mobile-links a:nth-child(3){animation-delay:.2s}.mobile-links a:nth-child(4){animation-delay:.25s}.mobile-links a:nth-child(5){animation-delay:.3s}.mobile-links a:nth-child(6){animation-delay:.35s}.mobile-links a:before{background:var(--ph-red);content:"";opacity:0;width:3px;transition:opacity .24s ease,transform .24s var(--motion-smooth);border-radius:99px;position:absolute;inset:0 auto 0 0;transform:scaleY(.35)}.mobile-links a:hover,.mobile-links a:focus-visible{border-color:var(--ph-blue);color:var(--ph-blue);background:#eff6ff;transform:translate(4px);box-shadow:0 13px 24px -18px #0038a8b8}.mobile-links a:hover:before,.mobile-links a:focus-visible:before{opacity:1;transform:scaleY(.72)}.mobile-links a.active{border-color:var(--ph-blue);background:linear-gradient(135deg,var(--ph-blue),#0b4ed1);color:#fff;transform:translate(3px);box-shadow:0 13px 27px -17px #0038a8e6}.mobile-links a.active:before{background:var(--ph-yellow);opacity:1;transform:scaleY(.72)}}@keyframes mobile-menu-enter{0%{opacity:0;transform:translate(-28px)scale(.985)}68%{opacity:1;transform:translate(-2px)scale(1)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes mobile-menu-exit{0%{opacity:1;transform:translate(0)scale(1)}38%{opacity:.94;transform:translate(-5px)scale(.998)}to{opacity:0;transform:translate(-30px)scale(.985)}}@keyframes mobile-menu-heading-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-link-enter{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes mobile-menu-backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes mobile-menu-backdrop-exit{0%{opacity:1}to{opacity:0}}@keyframes mobile-menu-content-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-14px)}}@media (prefers-reduced-motion:reduce){.mobile-menu-panel,.mobile-menu-backdrop,.mobile-menu-heading,.mobile-links a{animation:none}}.theme-trigger-compact{color:#9a6500;cursor:pointer;background:linear-gradient(135deg,#fff7cd,#ffed85);border:1px solid #b6cbed;border-radius:14px;place-items:center;width:42px;min-height:42px;padding:0;transition:none;display:grid;box-shadow:inset 0 1px #ffffffe6,0 3px 10px #0038a81f}.chat-page{background:var(--bg-soft);min-height:100vh;overflow-x:clip}.chat-shell{border:1px solid var(--border);background:var(--bg-card);width:min(100% - 48px,1280px);min-height:720px;box-shadow:var(--shadow);border-radius:24px;grid-template-columns:285px minmax(0,1fr);margin:70px auto 90px;display:grid;position:relative;overflow:hidden}.chat-shell.chat-sidebar-collapsed{grid-template-columns:minmax(0,1fr)}.chat-history{border-right:1px solid var(--border);background:var(--surface-soft);flex-direction:column;gap:14px;min-width:0;padding:24px 18px;display:flex}.chat-history.is-collapsed{display:none}.chat-history-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.chat-history-actions{align-items:center;gap:6px;display:flex}.chat-history h1{color:var(--ph-dark);letter-spacing:-.035em;margin:5px 0 0;font-size:1.25rem}.chat-icon-button{border:1px solid var(--border-strong);background:var(--bg-card);width:38px;height:38px;color:var(--ph-blue);border-radius:10px;place-items:center;padding:0;font-size:1.45rem;line-height:1;display:grid}.chat-icon-button:hover,.chat-text-button:hover{border-color:var(--ph-blue)}.chat-mobile-close{display:none}.chat-new-button{background:var(--ph-blue);color:#fff;width:100%;min-height:42px;font:inherit;cursor:pointer;border:0;border-radius:10px;font-size:.86rem;font-weight:800}.chat-history>input{min-height:40px;padding:9px 11px;font-size:.8rem}.chat-history-tools{justify-content:space-between;align-items:center;gap:5px;display:flex}.chat-history-tools .chat-text-button{min-height:30px;padding:5px 7px;font-size:.66rem}.chat-history-list{gap:6px;min-height:0;display:grid;overflow-y:auto}.chat-history-list button{min-width:0;color:var(--ph-ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;gap:4px;padding:11px 10px;display:grid}.chat-history-list button:hover,.chat-history-list button.active{border-color:var(--border-strong);background:var(--bg-card)}.chat-history-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.chat-history-list small,.chat-history-note{color:var(--ph-muted);font-size:.7rem}.chat-history-note{margin:auto 2px 0;line-height:1.45}.chat-main{grid-template-rows:auto minmax(0,1fr) auto auto auto;min-width:0;padding:30px clamp(18px,4vw,48px) 22px;display:grid}.chat-main-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:22px;display:flex}.chat-main-header h2{color:var(--ph-dark);letter-spacing:-.045em;margin:6px 0;font-size:clamp(1.5rem,3vw,2.35rem)}.chat-main-header p:not(.eyebrow){color:var(--ph-muted);margin:0;font-size:.82rem}.chat-main-header code{color:var(--ph-blue);font-weight:800}.chat-header-actions{align-items:center;gap:10px;display:flex}.chat-status-pill{border:1px solid var(--border);background:var(--surface-soft);color:var(--ph-muted);white-space:nowrap;border-radius:999px;padding:7px 9px;font-size:.7rem;font-weight:800}.chat-text-button,.chat-message-actions button{border:1px solid var(--border-strong);background:var(--bg-card);width:fit-content;min-height:34px;color:var(--ph-blue);font:inherit;cursor:pointer;border-radius:8px;padding:7px 10px;font-size:.72rem;font-weight:800}.chat-text-button:disabled{cursor:not-allowed;opacity:.4}.chat-danger-button{color:var(--ph-red)}.chat-empty{text-align:center;align-self:center;max-width:630px;padding:58px 20px 30px}.chat-empty-mark{background:linear-gradient(135deg,var(--ph-blue),#0b4ed1);width:58px;height:58px;color:var(--ph-yellow);border-radius:17px;place-items:center;margin:0 auto 17px;font-size:1.9rem;display:grid;box-shadow:0 12px 26px -14px #0038a8cc}.chat-empty h3{color:var(--ph-dark);margin:0 0 9px;font-size:1.35rem}.chat-empty>p{color:var(--ph-muted);margin:0;font-size:.86rem;line-height:1.6}.chat-starters{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:22px;display:grid}.chat-starters button{border:1px solid var(--border);background:var(--surface-soft);min-height:48px;color:var(--ph-dark);font:inherit;text-align:left;cursor:pointer;border-radius:11px;padding:10px 12px;font-size:.76rem;font-weight:700}.chat-starters button:hover{border-color:var(--ph-blue);color:var(--ph-blue)}.chat-message-scroll{align-content:start;gap:24px;min-height:0;max-height:590px;padding:26px 5px 22px 0;display:grid;overflow-y:auto}.chat-message{grid-template-columns:34px minmax(0,1fr);gap:11px;display:grid}.chat-avatar{background:var(--ph-blue);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:.62rem;font-weight:800;display:grid}.chat-message-user .chat-avatar{background:var(--ph-red)}.chat-message-body{min-width:0}.chat-message-meta{color:var(--ph-muted);align-items:center;gap:8px;margin-bottom:7px;font-size:.7rem;display:flex}.chat-message-meta strong{color:var(--ph-dark);font-size:.78rem}.chat-message-meta time{font-variant-numeric:tabular-nums}.chat-message-meta span{color:var(--ph-blue);font-weight:800}.chat-markdown,.chat-user-text{color:var(--ph-ink);overflow-wrap:anywhere;font-size:.9rem;line-height:1.7}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p{margin:0 0 11px}.chat-markdown h3,.chat-markdown h4,.chat-markdown h5{color:var(--ph-dark);margin:18px 0 8px;line-height:1.25}.chat-markdown h3{font-size:1.1rem}.chat-markdown h4{font-size:1rem}.chat-markdown h5{font-size:.92rem}.chat-markdown ul,.chat-markdown ol{margin:0 0 13px;padding-left:1.25rem}.chat-markdown li+li{margin-top:4px}.chat-markdown a{color:var(--ph-blue);text-decoration:underline;-webkit-text-decoration-color:var(--ph-yellow);text-decoration-color:var(--ph-yellow);text-underline-offset:2px;font-weight:800}.chat-markdown code{background:var(--surface-soft);color:var(--ph-blue);border-radius:5px;padding:2px 5px;font-size:.86em}.chat-markdown pre{color:#f5f7ff;background:#0a1f44;border-radius:10px;margin:12px 0;padding:13px;overflow-x:auto}.chat-markdown pre code{color:inherit;background:0 0;padding:0}.chat-code-block{color:#f5f7ff;background:#0a1f44;border-radius:10px;margin:12px 0;overflow:hidden}.chat-code-block pre{margin:0;padding:13px}.chat-code-toolbar{color:#b9c8e6;text-transform:uppercase;border-bottom:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;font-size:.66rem;font-weight:800;display:flex}.chat-code-toolbar button{color:#fff;font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:6px;padding:4px 7px;font-size:.64rem}.chat-code-toolbar button:hover{border-color:var(--ph-yellow);color:var(--ph-yellow)}.chat-markdown table{border-collapse:collapse;max-width:100%;margin:12px 0;font-size:.82rem;display:block;overflow-x:auto}.chat-markdown th,.chat-markdown td{border:1px solid var(--border-strong);text-align:left;min-width:110px;padding:7px 9px}.chat-markdown th{color:var(--ph-dark);background:var(--surface-soft);font-weight:800}.chat-markdown blockquote{border-left:3px solid var(--ph-yellow);color:var(--ph-muted);margin:13px 0;padding-left:13px}.chat-user-text{white-space:pre-wrap;margin:0}.chat-attachment-note{color:var(--ph-muted);margin-top:7px;font-size:.7rem;display:block}.chat-thinking{color:var(--ph-muted);margin:0;font-size:.88rem;font-style:italic}.chat-message-actions{flex-wrap:wrap;align-items:center;gap:7px;margin-top:10px;display:flex}.chat-message-actions button{min-height:30px;padding:5px 8px;font-size:.68rem}.chat-message-actions button:disabled{cursor:not-allowed;opacity:.45}.chat-message-actions button.is-selected{border-color:var(--ph-blue);background:color-mix(in srgb,var(--ph-blue)10%,var(--bg-card))}.chat-message-actions span{color:var(--ph-blue);font-size:.7rem;font-weight:800}.chat-sources{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;gap:7px;margin-top:14px;padding:12px;display:grid}.chat-sources-heading{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.chat-sources strong{color:var(--ph-dark);font-size:.76rem}.chat-sources a{color:var(--ph-blue);overflow-wrap:anywhere;border-radius:8px;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:8px;padding:7px 6px;font-size:.76rem;font-weight:800;display:grid}.chat-sources a:hover{background:color-mix(in srgb,var(--ph-blue)8%,transparent)}.chat-source-index{background:var(--ph-blue);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.64rem;font-weight:800;display:grid}.chat-source-copy{gap:3px;min-width:0;display:grid}.chat-sources small{color:var(--ph-muted);font-size:.68rem;font-weight:600}.chat-sources em{color:var(--ph-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.68rem;font-style:normal;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.chat-followups{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.chat-followups button{border:1px solid var(--border);background:var(--bg-card);color:var(--ph-blue);font:inherit;text-align:left;cursor:pointer;border-radius:999px;padding:6px 9px;font-size:.68rem;font-weight:800}.chat-followups button:hover{border-color:var(--ph-blue);background:color-mix(in srgb,var(--ph-blue)7%,var(--bg-card))}.chat-followups button:disabled{cursor:not-allowed;opacity:.45}.chat-error,.chat-notice{color:var(--ph-red);margin:8px 0 0;font-size:.76rem;font-weight:700}.chat-composer{border:1px solid var(--border-strong);background:var(--surface-soft);border-radius:16px;margin-top:4px;padding:10px}.chat-composer textarea{resize:vertical;min-height:76px;box-shadow:none;background:0 0;border:0}.chat-composer textarea:focus{box-shadow:none;background:0 0}.chat-composer-tools{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:8px 4px 0;display:flex}.chat-composer-left{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.chat-attach-button{border:1px solid var(--border-strong);background:var(--bg-card);min-height:32px;color:var(--ph-blue);cursor:pointer;border-radius:8px;align-items:center;padding:6px 9px;font-size:.7rem;font-weight:800;display:inline-flex;position:relative}.chat-attach-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.chat-voice-button{border:1px solid var(--border-strong);background:var(--bg-card);min-height:32px;color:var(--ph-blue);font:inherit;cursor:pointer;border-radius:8px;padding:6px 9px;font-size:.7rem;font-weight:800}.chat-voice-button:hover,.chat-voice-button.is-active{border-color:var(--ph-red);color:var(--ph-red)}.chat-voice-button:disabled{cursor:not-allowed;opacity:.45}.chat-attachment-chip{background:var(--bg-card);max-width:180px;color:var(--ph-muted);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:.68rem;display:inline-flex;overflow:hidden}.chat-attachment-chip button{width:18px;height:18px;color:var(--ph-red);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.chat-search-mode{color:var(--ph-muted);align-items:center;gap:5px;font-size:.7rem;font-weight:800;display:inline-flex}.chat-search-mode select{width:auto;min-height:32px;padding:5px 8px;font-size:.72rem}.chat-send-button,.chat-stop-button{background:var(--ph-blue);color:#fff;min-height:38px;font:inherit;cursor:pointer;border:0;border-radius:9px;padding:8px 14px;font-size:.78rem;font-weight:800}.chat-send-button:disabled{cursor:not-allowed;opacity:.45}.chat-stop-button{background:var(--ph-red)}.chat-turnstile{justify-content:flex-end;min-height:0;margin-top:9px;display:flex;overflow:hidden}.chat-disclosure{color:var(--ph-muted);margin:10px 2px 0;font-size:.68rem;line-height:1.45}html[data-theme=dark] .chat-markdown pre,html[data-theme=system] .chat-markdown pre{background:#06152f}html[data-theme=dark] .chat-history h1,html[data-theme=system] .chat-history h1,html[data-theme=dark] .chat-main-header h2,html[data-theme=system] .chat-main-header h2,html[data-theme=dark] .chat-empty h3,html[data-theme=system] .chat-empty h3,html[data-theme=dark] .chat-message-meta strong,html[data-theme=system] .chat-message-meta strong,html[data-theme=dark] .chat-markdown h3,html[data-theme=system] .chat-markdown h3,html[data-theme=dark] .chat-markdown h4,html[data-theme=system] .chat-markdown h4,html[data-theme=dark] .chat-markdown h5,html[data-theme=system] .chat-markdown h5,html[data-theme=dark] .chat-sources strong,html[data-theme=system] .chat-sources strong{color:var(--ph-ink)}@media (max-width:860px){.chat-shell{grid-template-columns:1fr;min-height:0;margin-top:34px;overflow:hidden}.chat-history{z-index:3;border-right:1px solid var(--border);border-bottom:0;width:min(315px,100% - 36px);min-height:100%;transition:transform .2s;position:absolute;inset:0 auto 0 0;transform:translate(-105%);box-shadow:18px 0 42px #001f5b2e}.chat-history.is-open{transform:translate(0)}.chat-history.is-collapsed{display:flex}.chat-history.is-collapsed:not(.is-open){display:none}.chat-mobile-close{display:grid}.chat-collapse-button{display:none}.chat-sidebar-scrim{z-index:2;cursor:pointer;background:#03174361;border:0;width:100%;position:absolute;inset:0}.chat-history-list{max-height:300px}.chat-history-note{margin-top:0}.chat-main{min-height:680px}.chat-message-scroll{max-height:none}}@media (min-width:861px){.chat-history-toggle{display:none}}@media (max-width:560px){.chat-shell{border-radius:16px;width:min(100% - 24px,1280px);margin-bottom:50px}.chat-main{padding:22px 14px 17px}.chat-main-header{flex-direction:column}.chat-header-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.chat-empty{padding-top:34px}.chat-starters{grid-template-columns:1fr}.chat-composer-tools{align-items:flex-end}.chat-composer-left{flex-direction:column;align-items:flex-start}.chat-search-mode{width:100%}.chat-search-mode select{flex:1}.chat-send-button,.chat-stop-button{flex:none}}.theme-trigger-compact:hover{border-color:var(--ph-blue);transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,0 5px 14px #0038a833}.theme-trigger-compact:focus-visible{outline-offset:3px;outline:3px solid #0038a852}.theme-trigger-compact svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:21px;height:21px;transition:none}.theme-trigger-compact svg circle{fill:currentColor;stroke:none}.theme-trigger-compact.is-loading{visibility:hidden}.theme-trigger-compact.is-ready{visibility:visible}.theme-trigger-compact.is-switching .theme-icon{animation:1.25s cubic-bezier(.22,.61,.36,1) both theme-icon-switch}.theme-trigger-compact.is-switching svg{animation:1.25s cubic-bezier(.22,.61,.36,1) both theme-icon-draw}html.theme-switching body:before{z-index:0;top:var(--theme-origin-y,50%);left:var(--theme-origin-x,50%);content:"";pointer-events:none;background:#f7faff;border-radius:50%;width:20px;height:20px;animation:1.35s cubic-bezier(.22,.61,.36,1) both theme-wave;position:fixed;transform:translate(-50%,-50%)scale(1)}html.theme-switching body>*{z-index:1;position:relative}::view-transition-group(root){animation:none}::view-transition-image-pair(root){animation:none}::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}::view-transition-new(root){z-index:2;animation:2.2s linear both theme-view-reveal;position:fixed;inset:0}html[data-theme=dark].theme-switching body:before{background:#0d1524}.theme-trigger-compact.is-dark{color:#f8d844;background:linear-gradient(135deg,#172c4d,#294876);border-color:#5578ad}.theme-trigger-compact .theme-icon{place-items:center;display:grid}@keyframes theme-icon-switch{0%{opacity:.65;transform:scale(.88)rotate(-8deg)}55%{opacity:1;transform:scale(1.08)rotate(4deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes theme-icon-draw{0%,35%{filter:drop-shadow(0 0 #0000)}60%{filter:drop-shadow(0 0 5px)}to{filter:drop-shadow(0 0 #0000)}}@keyframes theme-wave{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:1;transform:translate(-50%,-50%)scale(220)}}@keyframes theme-view-reveal{0%{clip-path:circle(0 at var(--theme-origin-x,50%)var(--theme-origin-y,50%))}to{clip-path:circle(300vmax at var(--theme-origin-x,50%)var(--theme-origin-y,50%))}}@media (prefers-reduced-motion:reduce){.theme-trigger-compact.is-switching .theme-icon,.theme-trigger-compact.is-switching svg{animation:none}html.theme-switching body:before{display:none}}@media (max-width:560px){.site-footer,.site-footer .footer-main,.site-footer .footer-brand,.site-footer .footer-links-grid,.site-footer .footer-bottom{text-align:center}.site-footer .footer-brand .brand-link,.footer-badges,.footer-feedback{margin-inline:auto}.site-footer .footer-brand>p{text-align:center;margin-inline:auto}.footer-badges{justify-content:center}.footer-bottom{justify-content:center;align-items:center}}html[data-theme=system],html[data-theme=dark]{--bg-soft:#0d1524;--bg-card:#172235;--border:#94a3b847;--border-strong:#94a3b875;--ph-ink:#f7f9ff;--ph-muted:#c2cede}html[data-theme=system] .site-header,html[data-theme=dark] .site-header{border-bottom-color:var(--border);background:#0d1524eb}html[data-theme=system] .site-header .brand-link,html[data-theme=dark] .site-header .brand-link,html[data-theme=system] .site-header .nav-link,html[data-theme=dark] .site-header .nav-link,html[data-theme=system] .mobile-menu-trigger,html[data-theme=dark] .mobile-menu-trigger,html[data-theme=system] .theme-trigger-compact,html[data-theme=dark] .theme-trigger-compact{color:var(--ph-ink)}html[data-theme=system] .theme-trigger-compact.is-dark,html[data-theme=dark] .theme-trigger-compact.is-dark{color:#f8d844}html[data-theme=light] .theme-trigger-compact.is-light{color:#9a6500}html[data-theme=system] .mobile-menu-panel,html[data-theme=dark] .mobile-menu-panel{background:var(--bg-card);border-color:var(--border-strong)}html[data-theme=system] .mobile-menu-trigger,html[data-theme=dark] .mobile-menu-trigger{color:#f7f9ff;background:#1d2a40}html[data-theme=system] .mobile-menu.is-open .mobile-menu-trigger,html[data-theme=dark] .mobile-menu.is-open .mobile-menu-trigger{color:#bcd3ff;background:#263b60}html[data-theme=system] .mobile-links a,html[data-theme=dark] .mobile-links a{border-color:var(--border);color:var(--ph-ink);background:#1d2a40}html[data-theme=system] .mobile-links a:hover,html[data-theme=system] .mobile-links a:focus-visible,html[data-theme=dark] .mobile-links a:hover,html[data-theme=dark] .mobile-links a:focus-visible{color:#bcd3ff;background:#263b60}html[data-theme=system] .mobile-links a.active,html[data-theme=dark] .mobile-links a.active{color:#fff;background:linear-gradient(135deg,#0038a8,#0b4ed1);border-color:#5d9bff}html[data-theme=system] .source-page,html[data-theme=dark] .source-page,html[data-theme=system] .source-ai,html[data-theme=dark] .source-ai{background:var(--bg-soft)}html[data-theme=system] .source-hero-tools,html[data-theme=dark] .source-hero-tools,html[data-theme=system] .source-hero-guides,html[data-theme=dark] .source-hero-guides,html[data-theme=system] .source-hero-contact,html[data-theme=dark] .source-hero-contact,html[data-theme=system] .source-story,html[data-theme=dark] .source-story{background:linear-gradient(135deg,#172b4f,#29213e)}html[data-theme=system] .source-hero-ai,html[data-theme=dark] .source-hero-ai{background:linear-gradient(135deg,#3b341d,#29213e)}html[data-theme=system] .tools-search-panel,html[data-theme=dark] .tools-search-panel{border-color:var(--border-strong);background:linear-gradient(135deg,#1d3155,#15233b)}html[data-theme=system] .tools-search-panel h2,html[data-theme=dark] .tools-search-panel h2,html[data-theme=system] .tools-search-field input,html[data-theme=dark] .tools-search-field input{color:var(--ph-ink)}html[data-theme=system] .tools-search-field,html[data-theme=dark] .tools-search-field{border-color:var(--border-strong);background:#15233b}html[data-theme=system] .tools-search-field:focus-within,html[data-theme=dark] .tools-search-field:focus-within{background:#172b4b;border-color:#8eb6ff;box-shadow:0 0 0 4px #8eb6ff2b,0 14px 28px -22px #8eb6ffc2}html[data-theme=system] .source-tool-card,html[data-theme=system] .source-guide-card,html[data-theme=system] .source-value-grid article,html[data-theme=system] .source-story,html[data-theme=system] .source-privacy-grid article,html[data-theme=system] .source-policy,html[data-theme=system] .source-contact .contact-form,html[data-theme=system] .source-contact .contact-item,html[data-theme=dark] .source-tool-card,html[data-theme=dark] .source-guide-card,html[data-theme=dark] .source-value-grid article,html[data-theme=dark] .source-story,html[data-theme=dark] .source-privacy-grid article,html[data-theme=dark] .source-policy,html[data-theme=dark] .source-contact .contact-form,html[data-theme=dark] .source-contact .contact-item{background:var(--bg-card);border-color:var(--border)}html[data-theme=system] .source-hero h1,html[data-theme=system] .source-tool-card h2,html[data-theme=system] .source-guide-card h2,html[data-theme=system] .source-value-grid h2,html[data-theme=system] .source-privacy-grid h2,html[data-theme=system] .source-story>p:not(.eyebrow),html[data-theme=system] .source-policy,html[data-theme=system] .source-contact .social-links a,html[data-theme=dark] .source-hero h1,html[data-theme=dark] .source-tool-card h2,html[data-theme=dark] .source-guide-card h2,html[data-theme=dark] .source-value-grid h2,html[data-theme=dark] .source-privacy-grid h2,html[data-theme=dark] .source-story>p:not(.eyebrow),html[data-theme=dark] .source-policy,html[data-theme=dark] .source-contact .social-links a{color:var(--ph-ink)}html[data-theme=system] input,html[data-theme=system] textarea,html[data-theme=system] select,html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select{border-color:var(--border-strong);color:var(--ph-ink);background:#111c2e}html[data-theme=system] input::placeholder,html[data-theme=system] textarea::placeholder,html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#aebbd0}html[data-theme=system] .resume-preview,html[data-theme=dark] .resume-preview,html[data-theme=system] .image-previews figure,html[data-theme=dark] .image-previews figure{color:#0a1f44;background:#fff}html[data-theme=system] .resume-preview h2,html[data-theme=system] .resume-preview h3,html[data-theme=dark] .resume-preview h2,html[data-theme=dark] .resume-preview h3{color:#0a1f44}html[data-theme=system] .resume-preview p,html[data-theme=dark] .resume-preview p{color:#334155}html[data-theme=dark] .source-tool-card .source-icon{color:#8eb6ff;background:#243b67;box-shadow:0 0 0 1px #8eb6ff3d}html[data-theme=dark] .source-tool-card .source-number{color:#dbe7ff}html[data-theme=dark] .source-tool-card h2{color:#f5f8ff}html[data-theme=dark] .source-tool-card,html[data-theme=dark] .source-guide-card,html[data-theme=dark] .source-value-grid article,html[data-theme=dark] .source-privacy-grid article,html[data-theme=dark] .source-contact .contact-form,html[data-theme=dark] .source-contact .contact-item,html[data-theme=dark] .source-policy{transition:transform .25s,border-color .25s,background-color .25s,box-shadow .25s}html[data-theme=dark] .source-tool-card:hover,html[data-theme=dark] .source-guide-card:hover,html[data-theme=dark] .source-value-grid article:hover,html[data-theme=dark] .source-privacy-grid article:hover,html[data-theme=dark] .source-contact .contact-form:hover,html[data-theme=dark] .source-contact .contact-item:hover,html[data-theme=dark] .source-policy:hover{border-color:var(--ph-yellow);background:linear-gradient(135deg,#1e355e,#202644);box-shadow:0 18px 38px -22px #6596ffdb}html[data-theme=dark] .source-tool-card:hover .source-icon{background:linear-gradient(135deg,var(--ph-yellow),#ffeb83);color:#0a1f44;box-shadow:0 0 0 1px #ffeb818c,0 10px 22px #fcd11633}html[data-theme=dark] .source-tool-card:hover .source-number{color:#ffdf4d}html[data-theme=dark] .source-tool-card:hover h2{color:#fff}html[data-theme=dark] .source-tool-card:hover p{color:#e4edff}html[data-theme=dark] input:hover,html[data-theme=dark] textarea:hover,html[data-theme=dark] select:hover{background:#172b4b;border-color:#8eb6ff}html[data-theme=dark] input:focus,html[data-theme=dark] textarea:focus,html[data-theme=dark] select:focus{border-color:var(--ph-yellow);background:#172b4b;box-shadow:0 0 0 4px #fcd11629}.ai-categories{width:min(100% - 48px,1050px);margin-inline:auto;padding:32px 0 72px}.ai-categories .section-heading{margin-bottom:28px}.ai-categories .section-heading h2{color:var(--ph-dark);letter-spacing:-.045em;margin:8px 0 12px;font-size:clamp(2rem,4vw,3.25rem)}.ai-categories .section-heading>p:last-child{color:var(--ph-muted);line-height:1.65}.ai-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.ai-category-card{border:1px solid var(--border);border-top:4px solid var(--ph-yellow);background:var(--bg-card);min-width:0;min-height:220px;box-shadow:var(--shadow);border-radius:18px;flex-direction:column;padding:24px;display:flex}.ai-category-card:nth-child(3n+2){border-top-color:var(--ph-red)}.ai-category-card:nth-child(3n+3){border-top-color:var(--ph-blue)}.ai-category-card h3{color:var(--ph-dark);margin:0 0 12px}.ai-category-card p{color:var(--ph-muted);margin:0 0 20px;line-height:1.55}.ai-category-card .link{color:var(--ph-blue);margin-top:auto;font-weight:800}@media (max-width:820px){.ai-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.ai-categories{width:min(100% - 32px,1050px);padding:22px 0 56px}.ai-categories-grid{grid-template-columns:1fr;gap:16px}.ai-category-card{min-height:0;padding:20px}}@media (max-width:1080px) and (min-width:821px){.site-header nav{width:min(100% - 36px,1120px)}.desktop-actions{gap:18px}.desktop-actions .links{gap:16px}.desktop-actions .links a{font-size:13px}.header-cta{padding-inline:14px}}@media (max-width:820px){.site-header nav{width:min(100% - 32px,1120px);padding-inline:0}.site-header .brand-logo{width:108px;height:40px}}@media (min-width:821px){.site-header nav{grid-template-columns:132px minmax(0,1fr) auto;align-items:center;width:100%;max-width:1280px;height:73px;margin-inline:auto;padding:0 25px;display:grid}.site-header .brand-link{grid-column:1}.site-header .brand-logo{width:132px;height:40px}.desktop-actions{display:contents}.desktop-actions .links{grid-column:2;justify-self:center;gap:32px;transform:translateY(1px)}.desktop-actions .links a{min-height:0;color:var(--ph-dark);padding:6px 2px;font-size:14px;font-weight:500;line-height:21px;display:block;position:relative}.desktop-actions .links a:after{background:var(--ph-red);width:0;height:2.5px;transition:width .3s;bottom:-2px;left:0;right:auto;transform:none}.desktop-actions .links a:hover:after,.desktop-actions .links a.active:after{width:100%;transform:none}.desktop-actions .links a.active{color:var(--ph-blue)}.mobile-menu{grid-column:3;justify-self:end}.desktop-controls{grid-column:3;justify-self:end;align-items:center;gap:12px;display:flex}.desktop-controls .theme-trigger-compact{width:42px;min-height:42px;display:grid}}.desktop-actions .auth-actions{grid-template-columns:repeat(2,84px);gap:8px;display:grid}.desktop-actions .sign-in-button,.desktop-actions .sign-up-button{box-sizing:border-box;justify-content:center;align-items:center;width:84px;min-width:84px;max-width:84px;height:42px;min-height:42px;padding-inline:8px;font-size:14px;font-weight:700;display:inline-flex}.desktop-actions .account-menu{align-items:center;min-height:42px;display:flex}.avatar-button,.profile-avatar{border-color:var(--line);background:var(--navy);color:#fff}@media (max-width:820px){.mobile-menu .auth-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.mobile-menu .sign-in-button,.mobile-menu .sign-up-button{border-radius:8px;width:100%;height:46px;min-height:46px;padding:9px 10px;font-size:.82rem;font-weight:700}}html[data-theme=dark] .source-contact .contact-form input,html[data-theme=dark] .source-contact .contact-form select,html[data-theme=dark] .source-contact .contact-form textarea{color:#f7f9ff;background:#111c2e;border-color:#6985b2}html[data-theme=dark] .source-contact .contact-form input::placeholder,html[data-theme=dark] .source-contact .contact-form textarea::placeholder{color:#c2d1e8;opacity:1}html[data-theme=dark] .source-contact .contact-form label,html[data-theme=dark] .source-contact .contact-item h2,html[data-theme=dark] .source-contact .contact-item h3,html[data-theme=dark] .source-contact .contact-item p,html[data-theme=dark] .source-contact .contact-item a{color:#f7f9ff}html[data-theme=dark] .source-contact .contact-item>svg{color:#8eb6ff;background:#172f59;box-shadow:0 0 0 1px #8eb6ff4d}html[data-theme=dark] .source-contact .contact-item:nth-child(2)>svg{color:#ff9aaa;background:#402238}html[data-theme=dark] .source-contact .contact-item:nth-child(3)>svg{color:#ffdf4d;background:#51461b}.everyday-ai-page{background:var(--bg-soft);overflow-x:clip}.everyday-ai-shell{width:min(100% - 48px,1280px);margin-inline:auto;padding:96px 0}.everyday-ai-hero{border:1.5px solid var(--ph-yellow);min-height:260px;box-shadow:var(--shadow);background:linear-gradient(135deg,#fef9c3 0%,#fef3c7 100%);border-radius:28px;justify-content:space-between;align-items:center;gap:40px;padding:60px 40px;display:flex;position:relative;overflow:hidden}.everyday-ai-hero-content{flex:1;min-width:0}.everyday-ai-hero-art{flex-shrink:0;justify-content:center;align-items:center;width:min(100%,300px);display:flex}.everyday-ai-hero-art svg{width:100%;max-width:300px;height:auto}.everyday-ai-hero-art .page-art{aspect-ratio:auto;width:100%;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible}.everyday-ai-hero-art .page-art:after{display:none}.everyday-ai-hero h1,.ai-section h2,.everyday-workspace h2,.ai-safety h2{color:var(--ph-dark);letter-spacing:-.055em;margin:8px 0 14px;font-size:clamp(2.1rem,5vw,4.4rem);line-height:.98}.everyday-ai-hero h1 span{color:var(--ph-red)}.everyday-ai-hero>.everyday-ai-hero-content>p:not(.eyebrow):not(.ai-trust-line),.everyday-ai-hero>p:not(.eyebrow):not(.ai-trust-line){max-width:650px;color:var(--ph-muted);margin:0;font-size:clamp(1rem,2vw,1.16rem);line-height:1.65}.ai-command{border:1px solid var(--border-strong);background:var(--bg-card);border-radius:16px;grid-template-columns:1fr auto;gap:10px;max-width:760px;margin-top:26px;padding:8px;display:grid;box-shadow:0 12px 30px #0a1f441a}.ai-command input{min-width:0;box-shadow:none;background:0 0;border:0}.ai-command input:focus{box-shadow:none;background:0 0}.ai-command button,.workspace-actions>button:first-child{background:var(--ph-blue);color:#fff;min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:11px;padding:11px 19px;font-weight:800}.ai-quick-actions,.ai-history-list,.ai-category-pills{scrollbar-width:thin;gap:9px;padding:18px 1px 4px;display:flex;overflow-x:auto}.ai-quick-actions button,.ai-history-list button,.ai-category-pills button{border:1px solid var(--border-strong);background:var(--bg-card);min-height:38px;color:var(--ph-dark);font:inherit;cursor:pointer;border-radius:999px;flex:none;padding:8px 13px;font-size:.82rem;font-weight:750}.ai-quick-actions button:hover,.ai-history-list button:hover,.ai-category-pills button:hover{border-color:var(--ph-blue);color:var(--ph-blue)}.ai-trust-line{color:var(--ph-dark);margin:18px 0 0;font-size:.8rem;font-weight:800}.everyday-ai-artwork{justify-self:center;width:min(100%,340px)}.everyday-ai-artwork svg{filter:drop-shadow(0 18px 18px #0038a824);width:100%;height:auto;display:block}.ai-art-brain{fill:#0038a8;opacity:.9}.ai-art-center{fill:none;stroke:#fcd116;stroke-width:2.5px;stroke-dasharray:5 4}.ai-art-line{fill:none;stroke:#fcd116;stroke-width:3px;stroke-linecap:round}.ai-art-dot{fill:#ce1126;transform-box:fill-box;transform-origin:50%;animation:2.5s ease-in-out infinite ai-dot-pulse}.ai-art-dot-two{animation-delay:.4s}.ai-art-dot-three{animation-delay:.8s}.ai-art-dot-four{animation-delay:1.2s}.ai-art-star{transform-box:fill-box;transform-origin:50%;animation:5s ease-in-out infinite ai-star-float}.ai-art-star-yellow{fill:#fcd116}.ai-art-star-red{fill:#ce1126;animation-delay:.8s}@keyframes ai-hero-enter{to{opacity:1;transform:translateY(0)}}@keyframes ai-dot-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes ai-star-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ai-history{border:1px solid var(--border);background:var(--bg-card);border-radius:18px;gap:20px;margin-top:28px;padding:22px;display:grid}.ai-history h2{color:var(--ph-dark);margin:0;font-size:1rem}.ai-history-list{padding-top:10px}.ai-section{padding-top:70px}.ai-section-heading{max-width:560px;margin-bottom:24px}.ai-tools-heading-row{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.ai-tools-heading-row .ai-section-heading{margin-bottom:24px}.ai-tools-pagination,.tools-pagination{border:1px solid var(--border);background:var(--bg-card);border-radius:14px;flex:none;align-items:center;gap:7px;padding:7px;display:inline-flex;box-shadow:0 10px 24px #0a1f441a}.tools-pagination{width:fit-content;margin:28px auto 0;display:flex}.ai-tools-pagination button,.tools-pagination button{box-sizing:border-box;width:38px;min-height:38px;color:var(--ph-dark);font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;transition:transform .22s var(--motion-smooth),border-color .22s ease,background-color .22s ease,color .22s ease,box-shadow .22s ease;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;padding:0;font-weight:850;line-height:1;display:grid}.ai-tools-pagination button:hover:not(:disabled),.ai-tools-pagination button:focus-visible,.tools-pagination button:hover:not(:disabled),.tools-pagination button:focus-visible{border-color:var(--ph-yellow);background:color-mix(in srgb,var(--ph-yellow)20%,var(--bg-card));color:var(--ph-blue);outline:none;transform:translateY(-2px);box-shadow:0 8px 16px -12px #0038a8b3}.ai-tools-pagination button.is-current,.tools-pagination button.is-current{border-color:var(--ph-blue);background:linear-gradient(135deg,var(--ph-blue),#0b4ed1);color:#fff;box-shadow:0 9px 18px -12px #0038a8e6}.ai-tools-pagination button:disabled,.tools-pagination button:disabled{cursor:not-allowed;opacity:.38}.ai-tools-pagination .ai-page-arrow,.tools-pagination .tools-page-arrow{color:var(--ph-red);padding:0}.ai-tools-pagination .ai-page-arrow svg,.tools-pagination .tools-page-arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6px;width:18px;height:18px;display:block}.desktop-ai-tools-pagination{align-self:flex-end;margin:0 0 24px}.mobile-ai-tools-pagination{display:none}@media (max-width:720px){.popular-ai-section .desktop-ai-tools-pagination{display:none}.popular-ai-section .mobile-ai-tools-pagination{width:fit-content;margin:28px auto 0;display:flex}}.ai-tool-search{border:1px solid var(--border);background:linear-gradient(135deg,color-mix(in srgb,var(--ph-blue)7%,var(--bg-card)),var(--bg-card));border-radius:18px;grid-template-columns:minmax(220px,.72fr) minmax(280px,1.28fr);align-items:center;gap:18px 24px;margin-top:24px;padding:18px 20px;display:grid;box-shadow:0 14px 30px -24px #0038a86b}.popular-ai-section+.ai-tool-search{margin-top:72px}.ai-tool-search .eyebrow{margin-bottom:4px}.ai-tool-search h2{color:var(--ph-dark);letter-spacing:-.02em;margin:0 0 5px;font-size:1.05rem}.ai-tool-search>div>p:last-child{color:var(--ph-muted);margin:0;font-size:.82rem;line-height:1.45}.ai-tool-search-field{border:1px solid var(--border-strong);background:var(--bg-card);min-height:48px;color:var(--ph-blue);transition:border-color .22s ease,box-shadow .22s var(--motion-smooth),transform .22s var(--motion-smooth);border-radius:13px;align-items:center;gap:10px;padding:0 14px;display:flex;box-shadow:inset 0 1px #ffffff80}.ai-tool-search-field>span:first-child{font-size:1.4rem;font-weight:800;line-height:1;transform:rotate(-18deg)}.ai-tool-search-field:focus-within{border-color:var(--ph-blue);transform:translateY(-1px);box-shadow:0 0 0 4px #0038a821,0 14px 28px -22px #0038a8a6}.ai-tool-search-field input{width:100%;min-width:0;color:var(--ph-dark);font:inherit;background:0 0;border:0;outline:0;font-size:.9rem}.ai-tool-search-field input::placeholder{color:var(--ph-muted);opacity:1}.ai-tool-search-results{border-top:1px solid var(--border);animation:ai-search-reveal .25s var(--motion-smooth);grid-column:1/-1;gap:10px;padding-top:14px;display:grid}.ai-tool-search-results>p{color:var(--ph-muted);margin:0;font-size:.8rem;font-weight:700}.ai-tool-search-results>div{flex-wrap:wrap;gap:8px;display:flex}.ai-tool-search-results button{border:1px solid var(--border-strong);background:var(--bg-card);max-width:100%;min-height:38px;color:var(--ph-dark);font:inherit;cursor:pointer;transition:transform .2s var(--motion-smooth),border-color .2s ease,box-shadow .2s ease,background-color .2s ease;border-radius:10px;align-items:center;gap:7px;padding:7px 10px;font-size:.82rem;font-weight:800;display:inline-flex}.ai-tool-search-results button small{color:var(--ph-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:700;overflow:hidden}.ai-tool-search-results button:hover,.ai-tool-search-results button:focus-visible{border-color:var(--ph-yellow);background:color-mix(in srgb,var(--ph-yellow)14%,var(--bg-card));outline:none;transform:translateY(-2px);box-shadow:0 10px 20px -16px #0038a8a3}@keyframes ai-search-reveal{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.ai-categories-new .ai-category-pills{flex-wrap:wrap;gap:10px;padding:0;display:flex;overflow:visible}.ai-categories-new .ai-category-pills button{text-align:left;white-space:normal;min-height:46px;transition:transform .22s var(--motion-smooth),border-color .22s ease,background-color .22s ease,color .22s ease,box-shadow .22s ease;border-radius:12px;flex:none;align-items:center;padding:10px 14px;display:flex;position:relative;box-shadow:0 8px 22px #0a1f4414}.ai-categories-new .ai-category-pills button:hover,.ai-categories-new .ai-category-pills button:focus-visible{border-color:var(--ph-yellow);background:color-mix(in srgb,var(--ph-yellow)16%,var(--bg-card));color:var(--ph-blue);outline:none;transform:translateY(-4px);box-shadow:0 15px 26px -18px #0038a899}.ai-categories-new .ai-category-pills button.is-active-goal{border-color:var(--ph-blue);background:linear-gradient(135deg,color-mix(in srgb,var(--ph-blue)13%,var(--bg-card)),var(--bg-card));color:var(--ph-blue);box-shadow:0 12px 24px -18px #0038a8cc}.ai-section-heading h2,.everyday-workspace h2,.ai-safety h2{font-size:clamp(1.8rem,3vw,2.8rem)}.ai-section-heading p:last-child,.workspace-head p,.ai-safety p{color:var(--ph-muted);line-height:1.6}.everyday-ai-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.everyday-ai-card{border:1px solid var(--border);background:var(--bg-card);cursor:pointer;border-radius:18px;grid-template-rows:auto 1fr;gap:12px;min-width:0;min-height:184px;padding:19px;display:grid;position:relative;box-shadow:0 8px 24px #0a1f4412}.everyday-ai-card.is-selected{border-color:var(--ph-blue);box-shadow:0 0 0 2px #0038a82b}.everyday-ai-card.is-saved{border-color:color-mix(in srgb,var(--ph-yellow)82%,var(--border));background:linear-gradient(135deg,color-mix(in srgb,var(--ph-yellow)10%,var(--bg-card)),var(--bg-card)52%);box-shadow:0 0 0 2px #fcd1163d,0 14px 30px -20px #af760073}.everyday-ai-card>span{background:0 0;border-radius:12px;place-items:center;width:40px;height:40px;font-size:1.25rem;display:grid}.everyday-ai-card h3{color:var(--ph-dark);margin:0 34px 7px 0;font-size:1rem;line-height:1.25}.everyday-ai-card p{color:var(--ph-muted);margin:0;font-size:.86rem;line-height:1.55}.ai-star{color:var(--ph-blue);font:inherit;cursor:pointer;background:0 0;border:0;font-weight:800}.everyday-ai-card .ai-star{aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;min-height:36px;padding:0;font-size:1.4rem;line-height:1;display:inline-flex;position:absolute;top:14px;right:12px}.everyday-ai-card .ai-star.is-saved{border:1px solid color-mix(in srgb,var(--ph-yellow)72%,var(--border));background:var(--ph-yellow);color:#342400;box-shadow:0 5px 16px #bc81004d,0 0 0 3px #fcd1162e}.everyday-ai-card:focus-visible{outline:3px solid color-mix(in srgb,var(--ph-yellow)82%,var(--ph-blue));outline-offset:3px}.everyday-workspace{border:1px solid var(--border-strong);background:var(--bg-card);box-shadow:var(--shadow);border-radius:24px;margin-top:62px;padding:clamp(20px,4vw,38px);scroll-margin-top:100px}.ai-tool-search+.everyday-workspace{margin-top:24px}.workspace-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:20px;display:flex}.workspace-head h2{margin-bottom:8px}.workspace-head p{max-width:670px;margin:0}.workspace-star{border:1px solid var(--border-strong);background:var(--bg-soft);border-radius:10px;flex:none;min-height:38px;padding:8px 11px}.workspace-star.is-saved{border-color:var(--ph-yellow);background:var(--ph-yellow);color:#342400;box-shadow:0 0 0 3px #fcd11629,0 8px 18px -12px #af76009e}.workspace-controls{grid-template-columns:minmax(0,360px);gap:16px;margin-top:22px;display:grid}.workspace-controls label,.workspace-input{color:var(--ph-dark);gap:7px;font-size:.86rem;font-weight:800;display:grid}.workspace-input{margin-top:18px}.workspace-input textarea{resize:vertical;min-height:190px}.workspace-actions,.ai-result-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;display:flex}.workspace-actions .secondary-button,.ai-result-actions .secondary-button{border-color:var(--ph-blue);min-height:42px;color:var(--ph-blue)}.ai-mode-note,.ai-notice{border-left:3px solid var(--ph-yellow);background:var(--bg-soft);color:var(--ph-muted);margin:18px 0 0;padding:9px 12px;font-size:.86rem;line-height:1.5}.ai-notice{border-left-color:var(--ph-blue);color:var(--ph-dark);font-weight:700}.ai-web-search-status{border-left:3px solid var(--ph-blue);background:var(--bg-soft);color:var(--ph-muted);margin:12px 0 0;padding:9px 12px;font-size:.86rem;line-height:1.5}.ai-web-sources{border:1px solid var(--border);background:var(--bg-soft);border-radius:14px;margin-top:18px;padding:16px}.ai-web-sources h3{color:var(--ph-dark);margin:0 0 10px;font-size:.95rem}.ai-web-sources ol{gap:9px;margin:0;padding-left:20px;display:grid}.ai-web-sources li{min-width:0;color:var(--ph-muted)}.ai-web-sources a{color:var(--ph-blue);overflow-wrap:anywhere;font-weight:800}.ai-web-sources small{color:var(--ph-muted);margin-top:2px;display:block}.ai-result-wrap{margin-top:20px}.ai-result-actions{justify-content:flex-end}.ai-mode-badge{border-radius:999px;margin-right:auto;padding:7px 10px;font-size:.76rem;font-weight:800}.ai-mode-badge.cloud{color:#00327c;background:#dceaff}.ai-mode-badge.built-in{color:#553b00;background:#fff1b7}.ai-result-wrap .ai-output{margin-top:10px}.ai-categories-new{padding-top:62px}.ai-learn{padding-top:72px}.ai-learn-grid,.ai-safety>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ai-learn-card,.ai-safety article{border:1px solid var(--border);background:var(--bg-card);border-radius:16px;min-height:150px;padding:20px;display:grid}.ai-learn-card h3,.ai-safety h3{color:var(--ph-dark);margin:0 0 8px;font-size:1rem}.ai-learn-card p,.ai-safety p{margin:0;font-size:.88rem}.ai-learn-card span{color:var(--ph-blue);align-self:end;margin-top:14px;font-size:.85rem;font-weight:800}.ai-safety{border-top:4px solid var(--ph-yellow);background:var(--bg-soft);border-radius:18px;margin-top:72px;padding:28px}.ai-safety h2{margin-top:0}html[data-theme=dark] .everyday-ai-hero{border-color:var(--ph-yellow);background:linear-gradient(135deg,#fef9c3 0%,#fef3c7 100%)}html[data-theme=dark] .everyday-ai-hero h1,html[data-theme=dark] .ai-section h2,html[data-theme=dark] .everyday-workspace h2,html[data-theme=dark] .ai-safety h2,html[data-theme=dark] .workspace-controls label,html[data-theme=dark] .workspace-input,html[data-theme=dark] .everyday-ai-card h3,html[data-theme=dark] .ai-learn-card h3,html[data-theme=dark] .ai-safety h3,html[data-theme=dark] .ai-history h2{color:var(--ph-ink)}html[data-theme=dark] .ai-command,html[data-theme=dark] .everyday-ai-card,html[data-theme=dark] .everyday-workspace,html[data-theme=dark] .ai-history,html[data-theme=dark] .ai-learn-card,html[data-theme=dark] .ai-safety{background:var(--bg-card);border-color:var(--border)}html[data-theme=dark] .ai-tools-pagination,html[data-theme=dark] .tools-pagination{border-color:var(--border-strong);background:#1d2a40}html[data-theme=dark] .ai-tools-pagination button,html[data-theme=dark] .tools-pagination button{color:var(--ph-ink)}html[data-theme=dark] .ai-tools-pagination button:hover:not(:disabled),html[data-theme=dark] .ai-tools-pagination button:focus-visible,html[data-theme=dark] .tools-pagination button:hover:not(:disabled),html[data-theme=dark] .tools-pagination button:focus-visible{color:#ffdf4d;background:#263b60}.admin-shell{color:#111827;background:#f5f7ff;grid-template-columns:250px minmax(0,1fr)}.attached-admin-viewport{width:100%;height:100dvh;position:fixed;inset:0;overflow:hidden}.attached-admin-frame{background:#f5f7ff;border:0;width:100%;height:100%;display:block}.attached-admin-login-frame{background:#f5f7ff;border:0;width:100%;height:100vh;display:block}.admin-sidebar{color:#fff;background:#0a1f44;border-right:0;gap:12px;padding:22px 14px}.admin-brand{color:#fff;letter-spacing:-.03em;align-items:center;gap:10px;font-size:1.1rem;display:flex}.admin-brand>span:last-child{line-height:1;display:grid}.admin-brand>span:last-child>span{color:#fcd116}.admin-brand small{color:#ffffff85;letter-spacing:.14em;margin-top:5px;font-size:.52rem}.admin-brand-mark{color:#fcd116;background:linear-gradient(#0038a8 50%,#ce1126 50%);border-radius:10px;place-items:center;width:38px;height:38px;font-size:1.3rem;display:grid;box-shadow:0 4px 12px #00000047}.admin-role{color:#fcd116;background:#fcd1162e}.admin-nav-label{color:#ffffff5c;letter-spacing:.16em}.admin-sidebar nav a,.admin-sidebar>a:last-child{color:#ffffffbd;border-radius:10px;align-items:center;gap:12px;min-height:42px;padding:10px 14px;font-size:.86rem;display:flex}.admin-sidebar nav a>span,.admin-sidebar>a:last-child>span{color:#fcd116;text-align:center;width:18px}.admin-sidebar nav a:hover,.admin-sidebar nav .active-admin-link,.admin-sidebar>a:last-child:hover{color:#fff;background:#0038a89e}.admin-sidebar nav .active-admin-link{border-left:3px solid #fcd116;padding-left:11px}.admin-topbar{background:#fff;border-bottom-color:#0038a81f;min-height:72px;padding:14px 34px}.admin-topbar-actions>button{color:#fff;background:#0038a8;border:0;border-radius:10px;padding:9px 16px;font-weight:700}.admin-page{max-width:1240px;padding:42px 34px 82px}.admin-page>header{max-width:none;margin-bottom:30px}.admin-page>header .eyebrow{color:#ce1126}.admin-page h1{color:#0a1f44;font-size:clamp(2.2rem,4vw,3.5rem)}.admin-page>header>p:last-child{max-width:720px}.admin-card-grid article,.admin-table-wrap,.admin-empty{border-color:#0038a81f;border-radius:18px;box-shadow:0 10px 40px -12px #0038a840}.admin-card-grid article{border-top:4px solid #0038a8}.admin-card-grid article:nth-child(2){border-top-color:#fcd116}.admin-card-grid article:nth-child(3){border-top-color:#ce1126}.admin-card-grid strong,.admin-table-wrap h2,.admin-empty h2{color:#0a1f44}.admin-table-wrap th{color:#64748b}@media (max-width:820px){.admin-shell{grid-template-columns:1fr}.admin-page{padding:32px 18px 58px}}html[data-theme=dark] .ai-tools-pagination button.is-current,html[data-theme=dark] .tools-pagination button.is-current{color:#fff}html[data-theme=dark] .ai-tool-search{border-color:var(--border-strong);background:linear-gradient(135deg,#1d3155,#15233b)}html[data-theme=dark] .ai-tool-search h2,html[data-theme=dark] .ai-tool-search-field input,html[data-theme=dark] .ai-tool-search-results button{color:var(--ph-ink)}html[data-theme=dark] .ai-tool-search-field,html[data-theme=dark] .ai-tool-search-results button{border-color:var(--border-strong);background:#15233b}html[data-theme=dark] .ai-tool-search-field:focus-within{background:#172b4b;border-color:#8eb6ff;box-shadow:0 0 0 4px #8eb6ff2b,0 14px 28px -22px #8eb6ffc2}html[data-theme=dark] .ai-tool-search-results button:hover,html[data-theme=dark] .ai-tool-search-results button:focus-visible{color:#ffdf4d;background:#263b60}html[data-theme=dark] .ai-quick-actions button,html[data-theme=dark] .ai-history-list button,html[data-theme=dark] .ai-category-pills button,html[data-theme=dark] .workspace-star{color:var(--ph-ink);border-color:var(--border-strong);background:#1d2a40}html[data-theme=dark] .ai-categories-new .ai-category-pills button:hover,html[data-theme=dark] .ai-categories-new .ai-category-pills button:focus-visible{color:#ffdf4d;background:#263b60}html[data-theme=dark] .ai-categories-new .ai-category-pills button.is-active-goal{color:#ffdf4d;background:linear-gradient(135deg,#263b60,#1d2a40);border-color:#ffdf4d}html[data-theme=dark] .everyday-ai-card>span{background:0 0}html[data-theme=dark] .everyday-ai-card.is-saved{background:linear-gradient(135deg,#3a3320,#1d2a40 58%);border-color:#ffdf4d;box-shadow:0 0 0 2px #ffdf4d45,0 16px 34px -22px #ffdf4da6}html[data-theme=dark] .everyday-ai-card .ai-star.is-saved,html[data-theme=dark] .workspace-star.is-saved{color:#2a2100;background:#ffdf4d;border-color:#ffdf4d;box-shadow:0 0 0 3px #ffdf4d30,0 7px 18px -12px #ffdf4dbd}html[data-theme=dark] .ai-mode-note,html[data-theme=dark] .ai-notice{color:#dce8fb;background:#17263f}html[data-theme=dark] .ai-web-search-status,html[data-theme=dark] .ai-web-sources{border-color:var(--border-strong);color:#dce8fb;background:#17263f}html[data-theme=dark] .ai-web-sources h3{color:var(--ph-ink)}html[data-theme=dark] .everyday-ai-hero h1{color:var(--ph-dark)}html[data-theme=dark] .everyday-ai-hero>.everyday-ai-hero-content>p:not(.eyebrow):not(.ai-trust-line){color:#496078}html[data-theme=dark] .everyday-ai-hero .ai-command{border-color:var(--border-strong);background:#fff}html[data-theme=dark] .everyday-ai-hero .ai-command input{color:var(--ph-dark);background:#fff}html[data-theme=dark] .everyday-ai-hero .ai-command input::placeholder{color:#496078;opacity:1}html[data-theme=dark] .everyday-ai-hero .ai-quick-actions button{border-color:var(--border-strong);color:var(--ph-dark);background:#fff}html[data-theme=dark] .everyday-ai-hero .ai-trust-line{color:var(--ph-dark)}.ai-history,.everyday-ai-card,.everyday-workspace,.ai-learn-card,.ai-safety,.ai-safety article,.ai-command,.workspace-controls select,.workspace-input textarea{transition:transform .24s var(--motion-smooth),border-color .24s ease,box-shadow .24s var(--motion-smooth),background-color .24s ease}.everyday-ai-card>span,.everyday-ai-card .ai-star,.workspace-head h2,.workspace-head h2:first-letter{transition:transform .24s var(--motion-smooth),filter .24s ease,color .24s ease}@media (hover:hover){.ai-history:hover,.everyday-workspace:hover,.ai-safety:hover{border-color:var(--ph-yellow);box-shadow:0 20px 44px -24px #0038a85c}.everyday-ai-card:hover,.ai-learn-card:hover,.ai-safety article:hover{border-color:var(--ph-yellow);transform:translateY(-5px);box-shadow:0 20px 50px -15px #0038a84d}.everyday-ai-card:hover>span{filter:drop-shadow(0 6px 8px #0038a838);transform:translateY(-3px)scale(1.12)rotate(-5deg)}.everyday-ai-card:hover .ai-star:not(.is-saved),.workspace-star:hover:not(.is-saved){color:var(--ph-red);transform:scale(1.16)rotate(10deg)}.ai-command:hover,.workspace-controls select:hover,.workspace-input textarea:hover{border-color:var(--ph-blue);box-shadow:0 12px 28px -20px #0038a86b}.ai-quick-actions button:hover,.ai-history-list button:hover,.ai-category-pills button:hover,.workspace-actions>button:hover,.workspace-actions>a:hover,.ai-result-actions>:hover{transform:translateY(-2px)}}html[data-theme=dark] .everyday-ai-card:hover,html[data-theme=dark] .ai-learn-card:hover,html[data-theme=dark] .ai-history:hover,html[data-theme=dark] .everyday-workspace:hover,html[data-theme=dark] .ai-safety:hover,html[data-theme=dark] .ai-safety article:hover{border-color:var(--ph-yellow);background:linear-gradient(135deg,#1e355e,#202644);box-shadow:0 18px 38px -22px #6596ffdb}html[data-theme=dark] .everyday-ai-card:hover h3,html[data-theme=dark] .ai-learn-card:hover h3,html[data-theme=dark] .ai-safety article:hover h3{color:#fff}html[data-theme=dark] .everyday-ai-card:hover p,html[data-theme=dark] .ai-learn-card:hover p,html[data-theme=dark] .ai-safety article:hover p{color:#e4edff}html[data-theme=dark] .everyday-ai-card:hover>span{filter:brightness(1.16)drop-shadow(0 7px 9px #fcd11659)}html[data-theme=dark] .ai-command:hover,html[data-theme=dark] .workspace-controls select:hover,html[data-theme=dark] .workspace-input textarea:hover{background:#172b4b;border-color:#8eb6ff;box-shadow:0 16px 32px -22px #6596ffb8}@media (prefers-reduced-motion:no-preference){.ai-history,.everyday-workspace,.ai-safety,.everyday-ai-card,.ai-learn-card,.ai-safety article{animation:ai-panel-enter .5s var(--motion-smooth)backwards}.everyday-ai-card:nth-child(2),.everyday-ai-card:nth-child(5),.ai-learn-card:nth-child(2){animation-delay:60ms}.everyday-ai-card:nth-child(3),.everyday-ai-card:nth-child(6),.ai-learn-card:nth-child(3){animation-delay:.12s}.everyday-ai-card:nth-child(4),.everyday-ai-card:nth-child(7){animation-delay:.18s}}@keyframes ai-panel-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.everyday-ai-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.everyday-ai-hero{text-align:center;flex-direction:column-reverse;align-items:stretch;gap:24px;padding:36px 20px}.everyday-ai-hero-content{width:100%;max-width:620px;margin-inline:auto}.everyday-ai-hero-art{align-self:center;width:220px;margin-inline:auto}.everyday-ai-hero>.everyday-ai-hero-content>p:not(.eyebrow):not(.ai-trust-line){margin-inline:auto}.ai-command,.ai-quick-actions{box-sizing:border-box;width:100%}.ai-command{margin-inline:auto}.ai-quick-actions{justify-content:flex-start}.ai-tools-heading-row{flex-direction:column;align-items:stretch;gap:0}.ai-tools-pagination{align-self:flex-start;margin-bottom:24px}.ai-tool-search{grid-template-columns:1fr;gap:14px}}@media (max-width:640px){.everyday-ai-shell{width:min(100% - 32px,1280px);padding-top:92px}.everyday-ai-hero{border-radius:20px;gap:18px;padding:24px 18px}.everyday-ai-hero-art{width:min(100%,180px)}.ai-command{grid-template-columns:1fr;margin-top:20px}.ai-command button{width:100%}.ai-quick-actions{padding-top:14px}.ai-history-list{flex-wrap:wrap;padding-bottom:0;overflow-x:visible}.everyday-ai-grid,.ai-learn-grid,.ai-safety>div,.workspace-controls{grid-template-columns:1fr}.everyday-ai-card{min-height:0}.workspace-head{display:grid}.workspace-star{width:fit-content}.ai-section,.ai-learn{padding-top:54px}.ai-safety{margin-top:54px;padding:22px 18px}.workspace-actions>*{text-align:center;flex:auto;justify-content:center}.ai-result-actions{justify-content:flex-start}.ai-mode-badge{width:100%;margin-right:0}.everyday-ai-hero h1{font-size:clamp(2.15rem,11vw,2.8rem)}.ai-tool-search{border-radius:16px;margin-top:18px;padding:16px}.ai-tool-search-results>div{grid-template-columns:1fr;display:grid}.ai-tool-search-results button{justify-content:flex-start;width:100%}.ai-tool-search-results button small{margin-left:auto}}@media (max-width:560px){.site-footer .footer-links-grid li a{align-items:center;min-height:44px;padding:3px 4px;display:inline-flex}.source-tool-card h2{margin-top:14px}.source-value-grid article,.source-privacy-grid article{min-height:0;padding:20px}.source-value-grid article>span,.source-privacy-grid article>span{font-size:2rem}.source-contact .contact-item{padding:20px}.source-shell{padding:78px 0 36px}.source-hero{border-radius:22px;gap:18px;min-height:0;margin-bottom:34px;padding:24px 18px}.source-hero .page-art,.source-hero .page-art svg{max-width:150px}.source-hero h1{margin:6px 0 8px;font-size:clamp(2rem,10vw,2.55rem);line-height:1}.source-hero p:not(.eyebrow){font-size:.92rem;line-height:1.5}.source-button{margin-top:16px;padding:10px 15px}.source-tool-grid,.source-guide-grid,.source-value-grid,.source-privacy-grid{gap:16px}.source-tool-card{padding:18px}.source-icon{width:44px;height:44px}.source-number{top:20px;right:18px}.source-tool-card h2{margin:12px 0 6px;font-size:1rem}.source-tool-card p{font-size:.82rem;line-height:1.45}.source-guide-card{gap:14px;min-height:0;padding:18px}.guide-number{width:44px;height:44px;font-size:1rem}.source-guide-card h2{font-size:.92rem;line-height:1.25}.source-guide-card p{margin-bottom:7px;font-size:.76rem;line-height:1.4}.source-tag{padding:4px 8px;font-size:.58rem}.source-value-grid article,.source-privacy-grid article{padding:18px}.source-value-grid article>span,.source-privacy-grid article>span{margin-bottom:9px;font-size:1.85rem;line-height:1.85rem}.source-value-grid h2{margin-bottom:7px;font-size:1.05rem;line-height:1.35}.source-value-grid p,.source-privacy-grid p{font-size:.8rem;line-height:1.45}.source-privacy-grid h2{margin-bottom:6px;font-size:.94rem;line-height:1.3}.source-story{margin-top:34px;padding:24px 18px}.source-story>p:not(.eyebrow){font-size:1rem;line-height:1.55}.source-story div{gap:7px;margin-top:14px}.source-story div span{padding:5px 8px;font-size:.58rem}.source-policy{border-radius:18px;padding:24px 18px;font-size:.93rem;line-height:1.6}.source-policy h2{margin-bottom:14px;font-size:1.3rem;line-height:1.35}.source-policy h3{margin-top:22px;font-size:1.05rem;line-height:1.35}.source-policy p{font-size:.93rem;line-height:1.6}.source-policy footer{margin-top:22px;padding-top:16px;font-size:.78rem;line-height:1.45}.source-contact .contact-grid,.source-contact .contact-info{gap:20px}.source-contact .contact-form,.source-contact .contact-item{padding:18px}.source-contact .contact-item>svg{margin-bottom:10px}.everyday-ai-shell{width:min(100% - 32px,1280px);padding:78px 0 36px}.everyday-ai-hero{gap:14px;min-height:0;padding:20px 16px}.everyday-ai-hero-art{width:145px}.everyday-ai-hero h1{margin-bottom:9px;font-size:clamp(2rem,10vw,2.5rem)}.everyday-ai-hero>.everyday-ai-hero-content>p:not(.eyebrow):not(.ai-trust-line){font-size:.9rem;line-height:1.5}.ai-command{margin-top:14px;padding:6px}.ai-quick-actions{padding-top:10px}.ai-section,.ai-learn{padding-top:38px}.everyday-ai-card{gap:7px;padding:15px}.everyday-ai-card>span{width:34px;height:34px;font-size:1.1rem}.everyday-ai-card h3{margin-bottom:4px;font-size:.95rem}.everyday-ai-card p{font-size:.8rem;line-height:1.4}.everyday-workspace{border-radius:18px;margin-top:34px;padding:18px 16px}.workspace-head{gap:12px;padding-bottom:14px}.workspace-controls{gap:12px;margin-top:16px}.workspace-input{margin-top:14px}.workspace-input textarea{min-height:128px}.ai-mode-note,.ai-notice,.ai-web-search-status{margin-top:14px}.source-hero .page-art,.source-hero .page-art *,.everyday-ai-hero-art,.everyday-ai-hero-art *{pointer-events:none}}@media (prefers-reduced-motion:reduce){.everyday-ai-page *,.everyday-ai-page :before,.everyday-ai-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.page-loader{z-index:99999;background:var(--bg-soft);color:var(--ph-ink);opacity:1;visibility:visible;-webkit-user-select:none;user-select:none;place-content:center;justify-items:center;gap:12px;padding:24px;transition:opacity .28s,visibility .28s;display:grid;position:fixed;inset:0}.page-loader.is-leaving{opacity:0;visibility:hidden;pointer-events:none}.page-loader-mark{filter:drop-shadow(0 16px 26px #0038a83d);width:104px;height:104px}.page-loader-mark svg{width:100%;height:100%;display:block;overflow:visible}.page-loader-tile{fill:var(--ph-blue)}.page-loader-red{fill:var(--ph-red)}.page-loader-sun{fill:var(--ph-yellow);transform-origin:0 0;animation:9s linear infinite loader-sun-spin}.page-loader-star{fill:var(--ph-yellow);transform-origin:0 0;animation:1.8s ease-in-out infinite loader-star-pulse}.page-loader-star.star-1{animation-delay:0s}.page-loader-star.star-2{animation-delay:.6s}.page-loader-star.star-3{animation-delay:1.2s}.page-loader-title{letter-spacing:-.04em;color:var(--ph-ink);margin:0;font-family:Sora,system-ui,sans-serif;font-size:1.5rem;font-weight:800;line-height:1}.page-loader-title span{color:var(--ph-red)}@keyframes loader-sun-spin{to{transform:rotate(360deg)}}@keyframes loader-star-pulse{0%,to{opacity:.45;transform:scale(.85)}30%{opacity:1;filter:drop-shadow(0 0 4px #fcd116bf);transform:scale(1.2)}60%{opacity:.45;transform:scale(.85)}}@media (max-width:560px){.page-loader-mark{width:90px;height:90px}.page-loader-title{font-size:1.35rem}}@media (prefers-reduced-motion:reduce){.page-loader{transition:none!important}.page-loader-sun,.page-loader-star{animation:none!important}}html[data-theme=dark] .source-page .ai-category-card h3,html[data-theme=dark] .source-page .ai-categories .section-heading h2,html[data-theme=dark] .resource-card h2,html[data-theme=dark] .tool-link h2,html[data-theme=dark] .ai-workspace h2,html[data-theme=dark] .info-page h1,html[data-theme=dark] .info-page h2,html[data-theme=dark] .ph-route-hero h1,html[data-theme=dark] .ph-contact-page .section-heading h1,html[data-theme=dark] .ph-section-banner h2,html[data-theme=dark] .ph-learning-grid h2{color:#f7f9ff}html[data-theme=dark] .source-page .ai-category-card .ai-source-icon{color:#8eb6ff;background:#172f59;box-shadow:0 0 0 1px #8eb6ff4d}html[data-theme=dark] .source-page .ai-category-card:nth-child(2n) .ai-source-icon{color:#ff9aaa;background:#402238;box-shadow:0 0 0 1px #ff9aaa3d}html[data-theme=dark] .desktop-actions .links a,html[data-theme=dark] .mobile-menu summary{color:#f7f9ff}.source-guide-icon{margin-bottom:7px;font-size:1.2rem;display:inline-flex}.guide-detail{width:min(1120px,100% - 48px);margin:0 auto;padding:38px 0 88px}.guide-back{min-height:44px;color:var(--ph-blue);align-items:center;margin-bottom:20px;font-weight:800;transition:transform .2s,color .2s;display:inline-flex}.guide-back:hover{color:var(--ph-red);transform:translate(-3px)}.guide-detail-hero{border:1px solid color-mix(in srgb,var(--ph-blue)58%,var(--border));color:#fff;isolation:isolate;background:radial-gradient(circle at 84% 26%,#fcd11657,#0000 19%),linear-gradient(135deg,#0c3dac,#092763 72%);border-radius:28px;grid-template-columns:minmax(0,1fr) 230px;gap:38px;padding:clamp(28px,5vw,58px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 56px -28px #0038a89e}.guide-detail-hero:after{z-index:-1;content:"";border:1px solid #ffffff42;border-radius:50%;width:390px;height:390px;position:absolute;bottom:-175px;right:-120px;box-shadow:0 0 0 42px #ffffff0d,0 0 0 84px #ffffff0a}.guide-hero-copy{animation:guide-rise .55s var(--motion-smooth,ease)both}.guide-detail-hero h1{color:#fff;letter-spacing:-.055em;max-width:760px;margin:8px 0 13px;font-size:clamp(2.2rem,5vw,4.3rem);line-height:.98}.guide-hero-copy>p:not(.eyebrow){color:#ffffffe0;max-width:700px;margin:0;font-size:1.05rem;line-height:1.65}.guide-meta{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.guide-meta span{color:#fff;background:#04153b3d;border:1px solid #ffffff3d;border-radius:99px;padding:7px 10px;font-size:.77rem;font-weight:750}.guide-hero-icon{min-height:170px;animation:guide-pop .7s .12s var(--motion-smooth,ease)both;place-items:center;display:grid;position:relative}.guide-hero-icon>span{z-index:2;background:linear-gradient(135deg,#fff5af,#fcd116);border:1px solid #fff6;border-radius:31px;place-items:center;width:108px;height:108px;font-size:3.2rem;display:grid;position:relative;transform:rotate(-6deg);box-shadow:0 18px 35px #00000047}.guide-hero-icon i{border:1px solid #ffffff40;border-radius:50%;width:156px;height:156px;animation:8s linear infinite guide-orbit;position:absolute}.guide-hero-icon i:nth-child(3){width:196px;height:196px;animation-duration:12s;animation-direction:reverse}.guide-hero-icon i:nth-child(4){border-style:dashed;width:130px;height:130px;animation-duration:6s}.guide-detail-grid{grid-template-columns:minmax(0,1.45fr) minmax(270px,.85fr);gap:18px;margin-top:22px;display:grid}.guide-overview-card,.guide-quick-win,.guide-checklist,.guide-tips,.guide-action{border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow);border-radius:22px}.guide-overview-card{padding:30px}.guide-overview-card h2,.guide-quick-win p:last-child,.guide-checklist h2,.guide-tips h2,.guide-action h2{color:var(--ph-ink)}.guide-overview-card h2{margin:7px 0 10px;font-size:1.55rem}.guide-overview-card>p:last-child{color:var(--ph-muted);margin:0;line-height:1.7}.guide-quick-win{border-color:color-mix(in srgb,var(--ph-yellow)68%,var(--border));background:linear-gradient(135deg,color-mix(in srgb,var(--ph-yellow)13%,var(--bg-card)),var(--bg-card));gap:14px;padding:26px;display:flex}.guide-quick-win>span{background:var(--ph-yellow);border-radius:13px;flex:none;place-items:center;width:42px;height:42px;font-size:1.25rem;display:grid}.guide-quick-win p{margin:0}.guide-quick-win p:last-child{margin-top:5px;line-height:1.55}.guide-section-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.guide-section-heading h2,.guide-tips h2{margin:6px 0 0;font-size:clamp(1.55rem,3vw,2.25rem)}.guide-section-icon{background:var(--ph-blue);color:#fff;border-radius:15px;place-items:center;width:46px;height:46px;font-size:1.25rem;font-weight:900;display:grid}.guide-checklist ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0 0;padding:0;list-style:none;display:grid}.guide-checklist li{border:1px solid var(--border);background:color-mix(in srgb,var(--bg-soft)58%,var(--bg-card));border-radius:18px;min-height:180px;padding:20px;transition:transform .25s,border-color .25s,box-shadow .25s}.guide-checklist li:hover{border-color:var(--ph-blue);transform:translateY(-4px);box-shadow:0 14px 28px -22px #0038a899}.guide-checklist li>span{background:color-mix(in srgb,var(--ph-blue)16%,var(--bg-card));width:32px;height:32px;color:var(--ph-blue);border-radius:10px;place-items:center;margin-bottom:18px;font-size:.75rem;font-weight:900;display:grid}.guide-checklist h3{color:var(--ph-ink);margin:0 0 7px;font-size:1rem}.guide-checklist li p{color:var(--ph-muted);margin:0;font-size:.91rem;line-height:1.55}.guide-checklist li{position:relative;overflow:hidden}.guide-step-lightning{background:linear-gradient(145deg,#fff0a4,var(--ph-yellow));color:#b51e31;border:1px solid #ffffff61;border-radius:14px;place-items:center;width:42px;height:42px;font-size:1.35rem;font-style:normal;display:grid;position:absolute;top:22px;right:22px;transform:rotate(-6deg);box-shadow:0 0 0 5px #fcd1161a,0 14px 26px -14px #fcd116f2}.guide-checklist li:hover .guide-step-lightning{transform:rotate(0)scale(1.06);box-shadow:0 0 0 7px #fcd11621,0 16px 32px -12px #fcd116}.guide-tips{grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);gap:30px;display:grid}.guide-tip-grid{gap:10px;display:grid}.guide-tip-grid details{border:1px solid var(--border);background:var(--bg-soft);border-radius:14px;overflow:hidden}.guide-tip-grid summary{min-height:52px;color:var(--ph-ink);cursor:pointer;align-items:center;gap:10px;padding:12px 16px;font-weight:800;list-style:none;display:flex}.guide-tip-grid summary::-webkit-details-marker{display:none}.guide-tip-grid summary span{font-size:1.05rem}.guide-tip-grid summary b{color:var(--ph-blue);margin-left:auto;font-size:1.15rem;transition:transform .2s}.guide-tip-grid details[open] summary b{transform:rotate(45deg)}.guide-tip-grid details p{color:var(--ph-muted);margin:0;padding:0 16px 16px 43px;line-height:1.55}.guide-action{border-color:color-mix(in srgb,var(--ph-yellow)72%,var(--border));background:linear-gradient(120deg,color-mix(in srgb,var(--ph-blue)12%,var(--bg-card)),var(--bg-card)64%);justify-content:space-between;align-items:center;gap:28px;margin-top:22px;padding:clamp(25px,4vw,40px);display:flex}.guide-action h2{margin:7px 0;font-size:clamp(1.45rem,3vw,2.25rem)}.guide-action p:last-child{max-width:620px;color:var(--ph-muted);margin:0;line-height:1.55}.guide-action-link{background:var(--ph-blue);color:#fff;border-radius:13px;flex:none;align-items:center;gap:9px;min-height:48px;padding:12px 18px;font-weight:850;transition:transform .22s,box-shadow .22s,background-color .22s;display:inline-flex;box-shadow:0 10px 20px -13px #0038a8cc}.guide-action-link:hover{background:var(--ph-red);color:#fff;transform:translateY(-3px);box-shadow:0 15px 26px -14px #ce1126b8}.guide-action-link span{font-size:1.25rem;transition:transform .2s}.guide-action-link:hover span{transform:translate(4px)}@keyframes guide-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes guide-pop{0%{opacity:0;transform:scale(.82)rotate(8deg)}to{opacity:1;transform:none}}@keyframes guide-orbit{to{transform:rotate(360deg)}}html[data-theme=dark] .guide-overview-card,html[data-theme=dark] .guide-quick-win,html[data-theme=dark] .guide-checklist,html[data-theme=dark] .guide-tips,html[data-theme=dark] .guide-action{border-color:var(--border);background-color:var(--bg-card)}html[data-theme=dark] .guide-quick-win{background:linear-gradient(135deg,#3a3320,var(--bg-card));border-color:#ffdf4d}html[data-theme=dark] .guide-action{background:linear-gradient(120deg,#182d52,var(--bg-card)64%);border-color:#7aa8ff}html[data-theme=dark] .guide-checklist li,html[data-theme=dark] .guide-tip-grid details{background:#15213a}html[data-theme=dark] .guide-overview-card h2,html[data-theme=dark] .guide-quick-win p:last-child,html[data-theme=dark] .guide-checklist h2,html[data-theme=dark] .guide-tips h2,html[data-theme=dark] .guide-action h2,html[data-theme=dark] .guide-checklist h3,html[data-theme=dark] .guide-tip-grid summary{color:#f7f9ff}@media (max-width:760px){.guide-detail{width:min(100% - 32px,1120px);padding:24px 0 58px}.guide-detail-hero{border-radius:22px;grid-template-columns:1fr;gap:20px;padding:28px 22px}.guide-detail-hero h1{font-size:clamp(2rem,11vw,3rem)}.guide-hero-icon{min-height:110px}.guide-hero-icon>span{border-radius:24px;width:78px;height:78px;font-size:2.3rem}.guide-hero-icon i:nth-child(3){width:148px;height:148px}.guide-detail-grid,.guide-tips,.guide-checklist ol{grid-template-columns:1fr}.guide-checklist li{grid-template-columns:40px 1fr;gap:12px;min-height:0;display:grid}.guide-checklist li>span{margin:0}.guide-action{gap:20px;display:grid}.guide-action-link{justify-content:center;width:100%}.guide-meta span{font-size:.7rem}.guide-tip-grid details p{padding-left:16px}}@media (prefers-reduced-motion:reduce){.guide-hero-copy,.guide-hero-icon,.guide-hero-icon i{animation:none}.guide-back,.guide-checklist li,.guide-action-link{transition:none}}.info-page .guide-detail{width:min(1120px,100% - 48px);max-width:1120px;padding:54px 0 112px}.guide-detail-hero{grid-template-columns:minmax(0,1fr) 205px;gap:clamp(32px,5vw,64px);min-height:430px;padding:clamp(38px,5vw,62px)}.guide-detail-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:24px;margin-top:30px}.guide-overview-card,.guide-quick-win{min-height:238px;padding:clamp(30px,3vw,42px)}.guide-checklist,.guide-tips{margin-top:30px;padding:clamp(32px,4vw,48px)}.guide-checklist ol{gap:18px;margin-top:34px}.guide-checklist li{min-height:210px;padding:26px}.guide-action{margin-top:30px;padding:clamp(32px,4vw,48px)}@media (max-width:760px){.info-page .guide-detail{width:min(100% - 32px,1120px);padding-top:30px;padding-bottom:64px}.guide-detail-hero{grid-template-columns:1fr;gap:20px;min-height:0;padding:30px 22px}.guide-detail-grid{grid-template-columns:1fr;gap:16px;margin-top:18px}.guide-overview-card,.guide-quick-win{min-height:0;padding:26px 22px}.guide-checklist,.guide-tips{margin-top:18px;padding:26px 22px}.guide-checklist ol{gap:12px;margin-top:24px}.guide-checklist li{min-height:0;padding:18px}.guide-action{margin-top:18px;padding:26px 22px}}.info-page .guide-detail>section{border-top:0;max-width:none;margin-left:0;margin-right:0}.info-page .guide-detail>.guide-detail-grid{padding:0}.info-page .guide-detail>.guide-checklist,.info-page .guide-detail>.guide-tips,.info-page .guide-detail>.guide-action{padding:clamp(32px,4vw,48px)}.info-page .guide-detail>section p{max-width:none}@media (max-width:980px) and (min-width:761px){.guide-detail-grid{grid-template-columns:1fr}.guide-overview-card,.guide-quick-win{min-height:0}.guide-checklist ol{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-checklist li:last-child{grid-column:1/-1}.guide-tips{grid-template-columns:1fr}.guide-action{display:grid}.guide-action-link{justify-content:center;width:100%}}@media (max-width:760px){.info-page .guide-detail>.guide-checklist,.info-page .guide-detail>.guide-tips,.info-page .guide-detail>.guide-action{padding:26px 22px}.guide-checklist li:last-child{grid-column:auto}.guide-step-lightning{border-radius:12px;width:36px;height:36px;font-size:1.1rem;top:16px;right:16px}}.guide-overview-card,.guide-quick-win,.guide-tip-grid details,.guide-action{position:relative;overflow:hidden}.guide-overview-card:after,.guide-tip-grid details:after,.guide-action:after{background:linear-gradient(145deg,#fff0a4,var(--ph-yellow));color:#b51e31;content:"⚡";border:1px solid #ffffff59;border-radius:11px;place-items:center;width:34px;height:34px;font-size:1.05rem;font-style:normal;display:grid;position:absolute;top:18px;right:18px;transform:rotate(-6deg);box-shadow:0 0 0 4px #fcd1161a,0 12px 22px -14px #fcd116f2}.guide-quick-win>span{z-index:1;position:relative;box-shadow:0 0 0 5px #fcd1161c,0 12px 24px -14px #fcd116eb}.guide-quick-win:after{content:"";border:1px solid #fcd11645;border-radius:50%;width:112px;height:112px;position:absolute;top:-34px;right:-34px;box-shadow:0 0 0 22px #fcd1160d}.guide-tip-grid details:after{border-radius:9px;width:26px;height:26px;font-size:.82rem;top:10px;right:42px}.guide-tip-grid details summary{z-index:1;padding-right:82px;position:relative}.guide-action:after{top:24px;right:24px}.guide-action>div,.guide-action-link{z-index:1;position:relative}html[data-theme=dark] .guide-overview-card:after,html[data-theme=dark] .guide-tip-grid details:after,html[data-theme=dark] .guide-action:after{border-color:#ffdf4d;box-shadow:0 0 0 4px #ffdf4d1f,0 12px 24px -14px #ffdf4df2}@media (max-width:760px){.guide-overview-card:after,.guide-tip-grid details:after,.guide-action:after{border-radius:9px;width:28px;height:28px;font-size:.82rem;top:14px;right:14px}.guide-tip-grid details:after{right:40px}.guide-tip-grid details summary{padding-right:76px}.guide-action:after{top:18px;right:18px}.guide-action>div{padding-right:38px}}.guide-overview-card:after,.guide-tip-grid details:after,.guide-action:after{content:none}.guide-overview-card:hover,.guide-quick-win:hover,.guide-checklist li:hover,.guide-tip-grid details:hover,.guide-action:hover,.guide-tip-grid details:focus-within{border-color:var(--ph-yellow);background:linear-gradient(135deg,color-mix(in srgb,var(--ph-blue)16%,var(--bg-card)),var(--bg-card)68%);box-shadow:0 0 0 1px #fcd1161f,0 18px 34px -26px #0038a8c7}.guide-quick-win:after{content:none}.guide-action>div{padding-right:0}.guide-tip-grid details summary{padding-right:48px}html[data-theme=dark] .guide-overview-card:hover,html[data-theme=dark] .guide-quick-win:hover,html[data-theme=dark] .guide-checklist li:hover,html[data-theme=dark] .guide-tip-grid details:hover,html[data-theme=dark] .guide-action:hover,html[data-theme=dark] .guide-tip-grid details:focus-within{background:linear-gradient(135deg,#203865,#17243a 70%);border-color:#ffdf4d;box-shadow:0 0 0 1px #ffdf4d29,0 20px 38px -26px #2f77ffb8}@media (max-width:760px){.guide-tip-grid details summary{padding-right:48px}.guide-action>div{padding-right:0}}.info-page .guide-detail{padding-top:104px}.guide-back{border:1px solid color-mix(in srgb,var(--ph-blue)58%,var(--border));background:linear-gradient(135deg,color-mix(in srgb,var(--ph-blue)12%,var(--bg-card)),var(--bg-card));min-height:42px;color:var(--ph-blue);opacity:0;animation:guide-rise .42s 60ms var(--motion-smooth,ease)forwards;border-radius:13px;align-items:center;gap:9px;margin-bottom:24px;padding:9px 14px;font-size:.88rem;font-weight:850;display:inline-flex;transform:translateY(-8px);box-shadow:0 10px 22px -20px #0038a8b3}.guide-back svg{fill:none;stroke:currentColor;stroke-width:2px;width:17px;height:17px;transition:transform .22s}.guide-back:hover{border-color:var(--ph-yellow);background:linear-gradient(135deg,var(--ph-blue),#0b3b96);color:#fff;transform:translateY(-3px);box-shadow:0 12px 26px -15px #0038a8c7,0 0 0 3px #fcd11626}.guide-back:hover svg{transform:rotate(18deg)scale(1.08)}html[data-theme=dark] .guide-back{color:#dce9ff;background:linear-gradient(135deg,#193560,#14223a);border-color:#7aa8ff}html[data-theme=dark] .guide-back:hover{color:#fff;background:linear-gradient(135deg,#1a56ca,#0c367f);border-color:#ffdf4d}@media (max-width:760px){.info-page .guide-detail{padding-top:92px}.guide-back{min-height:40px;margin-bottom:18px;padding:8px 12px;font-size:.82rem}}.admin-nav-label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:8px 0 -6px;font-size:.68rem;font-weight:800}.admin-nav-label-system{margin-top:10px}.admin-shell,.admin-main{min-width:0;overflow-x:clip}.admin-sidebar{flex-direction:column;min-width:0;height:100vh;min-height:100vh;display:flex;overflow:hidden}.admin-sidebar-content{scrollbar-width:thin;flex:auto;min-height:0;overflow-y:auto}.admin-sidebar nav{min-height:0;margin:8px 0 0}.admin-sidebar-footer{background:#0a1f44;border-top:1px solid #ffffff1f;flex:none;align-items:center;gap:8px;min-width:0;margin:12px -2px 0;padding:10px 8px;display:flex}.admin-sidebar-profile{color:#fff;border-radius:10px;flex:auto;align-items:center;gap:9px;min-width:0;padding:6px;display:flex}.admin-sidebar-profile:hover,.admin-sidebar-profile:focus-visible{color:#fff;background:#ffffff17;outline:none}.admin-sidebar-avatar{color:#10264b;background:linear-gradient(135deg,#fcd116,#f59e0b);border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:.76rem;font-weight:900;display:grid;box-shadow:0 5px 14px #f59e0b38}.admin-sidebar-profile-copy{gap:2px;min-width:0;line-height:1.1;display:grid}.admin-sidebar-profile-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.admin-sidebar-profile-copy small{color:#ffffff94;font-size:.62rem}.admin-sidebar-logout{color:#ffffffb8;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:0 0 36px;place-items:center;width:36px;height:36px;padding:0;display:grid}.admin-sidebar-logout:hover,.admin-sidebar-logout:focus-visible{color:#fff;background:#ffffff1a;outline:none}.admin-sidebar-logout:disabled{cursor:wait;opacity:.58}.admin-sidebar-logout svg{width:19px;height:19px}.admin-topbar-identity{align-items:center;gap:12px;min-width:0;display:flex}.admin-header-brand{min-width:0;color:var(--ph-dark);align-items:center;text-decoration:none;display:inline-flex}.admin-header-brand:hover{color:var(--ph-blue)}.admin-header-brand-copy{align-items:center;min-width:0;line-height:1;display:grid}.admin-header-brand-copy .brand-logo{color:currentColor;width:124px;height:auto;display:block}.admin-header-brand-copy small{color:var(--ph-muted);letter-spacing:.16em;margin-top:2px;font-size:.52rem;font-weight:800;line-height:1}.admin-header-avatar{color:#10264b;background:linear-gradient(135deg,#fcd116,#f59e0b);border:1px solid #f59e0b6b;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:.78rem;font-weight:900;transition:transform .24s,box-shadow .24s;display:grid;box-shadow:0 5px 16px #0038a833}.admin-header-avatar:hover,.admin-header-avatar:focus-visible{color:#10264b;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #fcd1162e,0 8px 20px #0038a840}.admin-topbar-actions{flex:none;align-items:center;gap:10px;min-width:0;display:flex}.admin-topbar-actions>.theme-trigger-compact{color:#9a6500;background:linear-gradient(135deg,#fff7cd,#ffed85);border:1px solid #b6cbed;border-radius:14px;flex:0 0 42px;place-items:center;width:42px;height:42px;min-height:42px;padding:0;display:grid}.admin-topbar-actions>.theme-trigger-compact.is-loading{visibility:visible}.admin-topbar-actions>.theme-trigger-compact.is-dark{color:#f8d844;background:linear-gradient(135deg,#172c4d,#294876);border-color:#5578ad}.admin-topbar-actions>.theme-trigger-compact svg{visibility:visible;opacity:1;width:21px;height:21px;display:block}.admin-menu-button{border:1px solid var(--border-strong);background:var(--bg-card);width:42px;height:42px;color:var(--ph-dark);cursor:pointer;border-radius:11px;flex:0 0 42px;place-items:center;padding:0;display:none}.admin-menu-button:hover,.admin-menu-button:focus-visible{border-color:var(--ph-blue);outline:none}html[data-theme=dark] .admin-shell,html[data-theme=system] .admin-shell{color:#f7f9ff;background:#0d1524}html[data-theme=dark] .admin-topbar,html[data-theme=system] .admin-topbar{background:#111c2e;border-bottom-color:#94a3b852}html[data-theme=dark] .admin-header-brand,html[data-theme=system] .admin-header-brand{color:#f7f9ff}html[data-theme=dark] .admin-header-brand-copy small,html[data-theme=system] .admin-header-brand-copy small{color:#b9c8df}html[data-theme=dark] .admin-sidebar,html[data-theme=system] .admin-sidebar,html[data-theme=dark] .admin-sidebar-footer,html[data-theme=system] .admin-sidebar-footer{background:#081a38}html[data-theme=dark] .admin-page h1,html[data-theme=system] .admin-page h1,html[data-theme=dark] .admin-page h2,html[data-theme=system] .admin-page h2,html[data-theme=dark] .admin-page h3,html[data-theme=system] .admin-page h3,html[data-theme=dark] .admin-card-grid strong,html[data-theme=system] .admin-card-grid strong{color:#f7f9ff}html[data-theme=dark] .admin-card-grid article,html[data-theme=system] .admin-card-grid article,html[data-theme=dark] .admin-table-wrap,html[data-theme=system] .admin-table-wrap,html[data-theme=dark] .admin-empty,html[data-theme=system] .admin-empty{background:#172235;border-color:#94a3b852;box-shadow:0 14px 44px -14px #00000073}@media (max-width:820px){.admin-shell{min-height:100dvh}.admin-shell .admin-main{width:100%}.admin-topbar{z-index:40;gap:8px;height:68px;min-height:68px;padding:10px 12px;position:sticky}.admin-topbar-identity{flex:auto;gap:8px;min-width:0}.admin-menu-button{display:grid}.admin-header-brand-copy .brand-logo{width:clamp(76px,30vw,100px)}.admin-header-brand-copy small{letter-spacing:.13em;margin-top:1px;font-size:.46rem}.admin-topbar-actions{gap:6px}.admin-topbar-actions>.theme-trigger-compact,.admin-header-avatar{flex-basis:38px;width:38px;height:38px;min-height:38px}.admin-topbar-actions>.theme-trigger-compact svg{width:20px;height:20px}.admin-header-avatar{font-size:.7rem}.admin-menu-backdrop{z-index:45;width:100%;height:calc(100dvh - 68px);min-height:0;inset:68px 0 0}.admin-sidebar{z-index:50;width:min(286px,100vw - 28px);height:calc(100dvh - 68px);min-height:0;transition:transform .28s var(--motion-smooth,ease);padding:12px 10px 0;position:fixed;inset:68px auto 0 0;transform:translate(-110%);box-shadow:18px 20px 42px #0a1f4452}.admin-sidebar-open{transform:translate(0)}.admin-sidebar-content{overflow-y:auto}.admin-sidebar nav{gap:2px;margin:3px 0 0;padding-bottom:8px}.admin-sidebar nav a{gap:9px;min-height:34px;padding:7px 9px;font-size:.78rem}.admin-sidebar nav a>span{width:17px}.admin-nav-label{margin:2px 0;font-size:.58rem}.admin-sidebar-footer{padding:8px 10px calc(8px + env(safe-area-inset-bottom));margin:8px -10px 0}.admin-sidebar-profile{min-height:44px}.admin-sidebar-avatar{flex-basis:32px;width:32px;height:32px}.admin-sidebar-logout{flex-basis:34px;width:34px;height:34px}}@media (max-width:820px) and (max-height:600px){.admin-topbar{height:64px;min-height:64px;padding:8px 10px}.admin-menu-button{flex-basis:38px;width:38px;height:38px}.admin-sidebar{height:calc(100dvh - 64px);padding-top:8px;top:64px}.admin-menu-backdrop{height:calc(100dvh - 64px);top:64px}.admin-sidebar nav a{gap:7px;min-height:30px;padding:5px 8px;font-size:.72rem}.admin-sidebar nav a>span{width:16px}.admin-nav-label{margin:1px 0;font-size:.52rem}.admin-sidebar-footer{padding-top:5px;padding-bottom:calc(5px + env(safe-area-inset-bottom));margin-top:5px}.admin-sidebar-profile{min-height:38px;padding:4px 6px}.admin-sidebar-avatar{flex-basis:27px;width:27px;height:27px;font-size:.64rem}.admin-sidebar-profile-copy strong{font-size:.68rem}.admin-sidebar-profile-copy small{display:none}.admin-sidebar-logout{flex-basis:28px;width:28px;height:28px}.admin-sidebar-logout svg{width:17px;height:17px}}@media (max-width:820px){.admin-sidebar{flex-direction:column;height:calc(100dvh - 68px);min-height:calc(100dvh - 68px);max-height:calc(100dvh - 68px);display:flex;bottom:auto;overflow:hidden}.admin-sidebar-content{flex:auto;min-height:0;overflow-y:auto}.admin-sidebar-footer{padding:14px 10px calc(14px + env(safe-area-inset-bottom));flex:none;margin:8px -10px 0;position:static}.admin-sidebar-profile-copy small{margin-top:3px;display:block}}@media (max-width:820px) and (max-height:600px){.admin-sidebar{height:calc(100dvh - 64px);min-height:calc(100dvh - 64px);max-height:calc(100dvh - 64px)}.admin-sidebar-footer{padding:9px 10px calc(9px + env(safe-area-inset-bottom))}}
