/* Persephone: warm editorial palette and botanical identity. */
:root{--pc-ivory:#f8f2e9;--pc-paper:#fffdfa;--pc-blush:#f2e6e2;--pc-rose:#e9d4d1;--pc-ink:#342735;--pc-plum:#783b59;--pc-sage:#82917a;--pc-muted:#71636c;--pc-line:#dfcec7;--pc-gold:#b99c72}
html,body.pc-site{background:var(--pc-ivory)!important;color:var(--pc-ink)!important;font-family:Inter,Arial,sans-serif;overscroll-behavior:auto}
body.pc-site{margin:0;padding:0}
body.pc-site *,body.pc-site *:before,body.pc-site *:after{box-sizing:border-box}
body.pc-site a{text-decoration:none}
body.pc-site a:focus-visible,body.pc-site button:focus-visible,body.pc-site summary:focus-visible{outline:3px solid var(--pc-plum);outline-offset:3px}
.pc-header{position:sticky;top:0;z-index:60;background:rgba(255,253,250,.96);border-bottom:1px solid var(--pc-line);backdrop-filter:blur(18px)}
.pc-header-inner{max-width:1440px;margin:auto;min-height:86px;padding:12px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.pc-brand{display:block;flex:none;width:265px}
.pc-brand img{display:block;width:100%;height:auto}
.pc-nav{display:flex;align-items:center;gap:28px}
.pc-nav a{color:var(--pc-ink);font-size:13px;font-weight:600;letter-spacing:.01em;transition:color .2s}
.pc-nav a:hover,.pc-footer a:hover{color:var(--pc-plum)}
.pc-header-actions{display:flex;align-items:center;gap:14px}
.pc-region{position:relative}
.pc-region summary{list-style:none;cursor:pointer;display:flex;gap:8px;align-items:center;color:var(--pc-ink);font-size:12px;font-weight:600;white-space:nowrap;padding:11px 13px;border:1px solid var(--pc-line);border-radius:99px}
.pc-region summary::-webkit-details-marker{display:none}
.pc-region-list{position:absolute;right:0;top:calc(100% + 8px);width:220px;max-height:320px;overflow:auto;background:var(--pc-paper);border:1px solid var(--pc-line);border-radius:14px;box-shadow:0 16px 40px #34273524;padding:7px;z-index:70}
.pc-region-list a{display:block;padding:9px 11px;color:var(--pc-ink);font-size:12px;border-radius:8px}
.pc-region-list a:hover,.pc-region-list a[aria-current]{background:var(--pc-blush)}
.pc-header-cta,.pc-button-primary{background:var(--pc-plum);color:#fff!important}
.pc-header-cta{font-size:12px;font-weight:700;padding:13px 19px;border-radius:99px;white-space:nowrap}
.pc-header-cta:hover,.pc-button-primary:hover{background:#5d2f49}
.pc-mobile-menu{display:none;position:relative}
.pc-mobile-menu summary{list-style:none;cursor:pointer;color:var(--pc-plum);font-size:24px;padding:6px}
.pc-mobile-menu summary::-webkit-details-marker{display:none}
.pc-mobile-menu nav{position:absolute;right:0;top:48px;min-width:200px;background:var(--pc-paper);border:1px solid var(--pc-line);border-radius:14px;box-shadow:0 16px 40px #34273524;padding:9px;display:grid}
.pc-mobile-menu nav a{padding:10px;color:var(--pc-ink);font-size:14px}
.pc-page-shell{min-height:65vh}
.pc-mobile-dock{display:none}
.pc-footer{background:#efe4dd;border-top:1px solid var(--pc-line);color:var(--pc-ink)}
.pc-footer-inner{max-width:1320px;margin:auto;padding:66px 28px;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:56px}
.pc-footer-brand img{display:block;width:min(300px,100%);height:auto}
.pc-footer p{color:var(--pc-muted);font-size:14px;line-height:1.7;max-width:310px;margin:14px 0 0}
.pc-footer-links{display:flex;flex-direction:column;gap:13px}
.pc-footer strong{font-family:Georgia,serif;font-size:22px;font-weight:400}
.pc-footer-links a{color:var(--pc-muted);font-size:14px}
.pc-footer-note p{margin-top:12px}
.pc-footer-bottom{max-width:1320px;margin:auto;border-top:1px solid #d8c8be;padding:19px 28px 25px;display:flex;justify-content:space-between;gap:20px;color:var(--pc-muted);font-size:12px}
.pc-home{overflow:hidden}
.pc-hero{position:relative;min-height:680px;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:radial-gradient(circle at 80% 15%,#efdbda 0,transparent 35%),linear-gradient(112deg,#fffdfa 0%,#f8f2e9 61%,#f0e4e0 100%);border-bottom:1px solid var(--pc-line)}
.pc-hero-copy{position:relative;z-index:2;width:min(640px,90%);margin-left:max(6vw,calc((100vw - 1320px)/2));padding:90px 0 100px}
.pc-eyebrow,.pc-kicker{color:var(--pc-plum);text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700}
.pc-eyebrow{display:flex;align-items:center;gap:12px;white-space:nowrap}
.pc-eyebrow-line{height:1px;width:25px;background:var(--pc-gold)}
.pc-hero h1,.pc-closing h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(55px,6vw,92px);font-weight:400;line-height:1.08;letter-spacing:-.065em;color:var(--pc-ink);margin:27px 0 26px}
.pc-hero h1 em,.pc-closing h2 em{font-weight:400;color:var(--pc-plum)}
.pc-hero-copy>p{font-size:18px;line-height:1.8;max-width:520px;color:var(--pc-muted)}
.pc-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.pc-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:52px;padding:14px 22px;border-radius:99px;font-size:13px;font-weight:700;transition:background .2s,transform .2s}
.pc-button:hover{transform:translateY(-2px)}
.pc-button-secondary{border:1px solid #bda6b0;color:var(--pc-plum);background:transparent}
.pc-button-secondary:hover{background:#f1e2e6}
.pc-hero-footnote{color:var(--pc-muted);font-size:12px;margin-top:36px}
.pc-hero-footnote>span:first-child{color:var(--pc-gold);font-size:17px;margin-right:7px}
.pc-dot{margin:0 8px}
.pc-hero-visual{position:relative;height:100%;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pc-hero-arch{position:absolute;width:min(520px,83%);height:680px;bottom:-150px;border:1px solid #bd9c9c;background:linear-gradient(145deg,#e8c9c8,#f1e4dd 64%,#dac2ba);border-radius:270px 270px 0 0;box-shadow:inset 0 0 0 17px #fff9f322,0 40px 80px #6c425024}
.pc-hero-visual img{position:relative;z-index:2;width:min(570px,96%);height:auto;filter:drop-shadow(0 25px 28px #6144552b)}
.pc-hero-orbit{position:absolute;border:1px solid #bba99b;border-radius:50%;opacity:.6}.pc-hero-orbit-one{width:600px;height:600px}.pc-hero-orbit-two{width:740px;height:740px;opacity:.25}
.pc-hero-visual-label{position:absolute;z-index:3;bottom:31px;color:var(--pc-plum);letter-spacing:.23em;font-size:10px;font-weight:700}
.pc-paths,.pc-feature-section{padding:100px max(28px,calc((100vw - 1320px)/2))}
.pc-paths{background:var(--pc-paper)}
.pc-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:37px}.pc-section-heading-center{display:block;text-align:center;margin-bottom:42px}
.pc-section-heading h2,.pc-journal h2{font-family:Georgia,serif;color:var(--pc-ink);font-size:clamp(36px,4vw,55px);font-weight:400;letter-spacing:-.045em;line-height:1.15;margin:12px 0}
.pc-section-heading p{color:var(--pc-muted);font-size:16px;margin:0}
.pc-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.pc-path-card{position:relative;min-height:310px;padding:32px 32px 29px;background:#fbf6ef;border:1px solid var(--pc-line);border-radius:18px;color:var(--pc-ink);transition:transform .2s,box-shadow .2s,border-color .2s}
.pc-path-card:hover,.pc-editorial-card:hover,.pc-slot-card:hover{transform:translateY(-4px);box-shadow:0 22px 40px #61445514;border-color:#bb9ca5}
.pc-path-icon{display:inline-flex;width:39px;height:39px;align-items:center;justify-content:center;border:1px solid #cbb2b3;border-radius:50%;color:var(--pc-plum);font-size:11px;font-weight:700}
.pc-path-ornament{position:absolute;right:29px;top:19px;font-family:Georgia,serif;font-size:62px;color:#d5b8b0}
.pc-path-card h3{font-family:Georgia,serif;font-size:29px;font-weight:400;letter-spacing:-.04em;margin:45px 0 9px}
.pc-path-card p{color:var(--pc-muted);font-size:14px;line-height:1.7;max-width:280px;margin:0 0 24px}
.pc-card-link,.pc-text-link{color:var(--pc-plum);font-weight:700;font-size:13px}.pc-card-link span,.pc-text-link span{margin-left:7px}
.pc-feature-section{background:var(--pc-paper)}.pc-feature-section-rose{background:#f5ece8}
.pc-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.pc-editorial-card{min-height:300px;background:var(--pc-paper);padding:34px;border:1px solid var(--pc-line);border-radius:18px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s}
.pc-card-overline{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--pc-plum);font-weight:700}
.pc-editorial-card h3{font-family:Georgia,serif;font-weight:400;line-height:1.25;font-size:25px;margin:22px 0 12px}.pc-editorial-card h3 a,.pc-slot-card h3 a{color:var(--pc-ink)}
.pc-editorial-card p{color:var(--pc-muted);line-height:1.7;font-size:14px;margin:0 0 20px}.pc-editorial-card .pc-card-link{margin-top:auto}
.pc-empty-state{grid-column:1/-1;padding:30px;background:var(--pc-paper);border:1px solid var(--pc-line);border-radius:18px;color:var(--pc-muted)}
.pc-slots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}
.pc-slot-card{border:1px solid var(--pc-line);border-radius:18px;background:#fffaf5;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}
.pc-slot-image{height:230px;background:linear-gradient(145deg,#e9d7d4,#f6ede4);display:flex;align-items:center;justify-content:center;overflow:hidden}.pc-slot-image img{display:block;width:100%;height:100%;object-fit:contain;padding:18px}.pc-slot-image span{font-family:Georgia,serif;font-size:90px;color:#caaeb7}
.pc-slot-card>div{padding:22px}.pc-slot-card h3{font-family:Georgia,serif;font-size:21px;line-height:1.3;font-weight:400;margin:9px 0 21px}
.pc-journal{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;padding:100px max(28px,calc((100vw - 1320px)/2));background:#e9d8d4}
.pc-journal h2{max-width:510px}.pc-journal-aside>p{font-size:16px;line-height:1.75;color:var(--pc-muted);max-width:470px;margin:15px 0 27px}
.pc-journal-list{border-top:1px solid #cdb5b0}.pc-journal-list a{display:grid;grid-template-columns:1fr auto;gap:8px 20px;padding:24px 0;border-bottom:1px solid #cdb5b0;color:var(--pc-ink)}.pc-journal-list a span{grid-column:1/-1;color:var(--pc-plum);font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:700}.pc-journal-list a strong{font-family:Georgia,serif;font-size:23px;font-weight:400}.pc-journal-list a i{font-style:normal;color:var(--pc-plum);font-size:20px}
.pc-closing{text-align:center;padding:95px 24px 110px;background:var(--pc-paper)}.pc-closing-mark{font-family:Georgia,serif;font-size:47px;color:var(--pc-gold);margin-bottom:13px}.pc-closing h2{font-size:clamp(42px,5vw,70px);margin:18px auto}.pc-closing p{max-width:550px;margin:auto;color:var(--pc-muted);line-height:1.75}
/* Repaint the existing archives and single pages while keeping their routes and controls. */
body.pc-site [class~="bg-[#111317]"],body.pc-site [class~="bg-[#0C0E12]"]{background-color:#f8f2e9!important}
body.pc-site [class~="bg-[#1A1C20]"],body.pc-site [class~="bg-[#1E2024]"]{background-color:#fffdfa!important}
body.pc-site [class~="bg-[#282A2E]"],body.pc-site [class~="bg-[#333539]"]{background-color:#eee2de!important}
body.pc-site [class~="bg-[#DC2626]"],body.pc-site [class~="bg-[#B91C1C]"]{background-color:#783b59!important}
body.pc-site [class~="text-white"],body.pc-site [class~="text-[#E2E8F0]"]{color:#342735!important}
body.pc-site [class~="text-[#C1C7CF]"],body.pc-site [class~="text-[#A0AEC0]"]{color:#71636c!important}
body.pc-site [class~="text-[#DC2626]"]{color:#783b59!important}
body.pc-site [class~="border-[#2D3139]"]{border-color:#dfcec7!important}
body.pc-site [class~="border-[#DC2626]"]{border-color:#aa728a!important}
body.pc-site main:not(.pc-home) h1,body.pc-site main:not(.pc-home) h2,body.pc-site main:not(.pc-home) h3{font-family:Georgia,serif!important;text-transform:none!important;letter-spacing:-.035em!important;line-height:1.22}
body.pc-site main:not(.pc-home) [class~="font-mono"]{font-family:Inter,Arial,sans-serif!important;letter-spacing:0!important}
body.pc-site main:not(.pc-home) [class~="bg-[#DC2626]"] [class~="text-white"],body.pc-site main:not(.pc-home) a[class~="bg-[#DC2626]"],body.pc-site main:not(.pc-home) button[class~="bg-[#DC2626]"]{color:#fff!important}
body.pc-site main:not(.pc-home) [class~="bg-[#1A1C20]"],body.pc-site main:not(.pc-home) [class~="bg-[#1E2024]"]{border-radius:15px!important}
body.pc-site main:not(.pc-home) a[class~="bg-[#282A2E]"],body.pc-site main:not(.pc-home) button[class~="bg-[#282A2E]"]{border-radius:99px!important}
body.pc-site .chamfer-btn,body.pc-site .btn-chamfer{clip-path:none!important;border-radius:99px!important}
@media(max-width:1180px){.pc-nav{gap:17px}.pc-brand{width:230px}.pc-header-inner{padding:12px 24px}}
@media(max-width:980px){.pc-nav{display:none}.pc-mobile-menu{display:block}.pc-header-cta{display:none}.pc-hero{grid-template-columns:1fr 1fr}.pc-hero-copy{margin-left:32px}.pc-paths,.pc-feature-section,.pc-journal{padding:70px 32px}.pc-slots-grid{grid-template-columns:repeat(2,1fr)}.pc-footer-inner{grid-template-columns:2fr 1fr 1fr;gap:28px}.pc-footer-note{grid-column:1/-1}}
@media(max-width:720px){.pc-header-inner{min-height:67px;padding:7px 16px}.pc-brand{width:210px}.pc-region summary{font-size:10px;padding:8px}.pc-hero{display:flex;flex-direction:column;min-height:0}.pc-hero-copy{width:auto;margin:0;padding:63px 22px 25px}.pc-hero h1{font-size:clamp(45px,11vw,64px)}.pc-hero-copy>p{font-size:16px}.pc-hero-actions{gap:10px}.pc-button{width:100%;justify-content:space-between}.pc-hero-visual{width:100%;min-height:440px;height:440px}.pc-hero-arch{height:500px;width:78%;bottom:-110px}.pc-hero-visual img{width:min(440px,91%)}.pc-hero-visual-label{bottom:17px}.pc-paths,.pc-feature-section,.pc-journal{padding:60px 20px}.pc-path-grid,.pc-editorial-grid,.pc-journal{display:grid;grid-template-columns:1fr;gap:14px}.pc-path-card{min-height:260px}.pc-section-heading{align-items:start;flex-direction:column;gap:11px}.pc-section-heading h2,.pc-journal h2{font-size:38px}.pc-slots-grid{grid-template-columns:repeat(2,1fr);gap:12px}.pc-slot-image{height:155px}.pc-slot-card>div{padding:15px}.pc-slot-card h3{font-size:17px}.pc-journal{gap:32px}.pc-footer-inner{grid-template-columns:1fr 1fr;padding:45px 20px;gap:30px}.pc-footer-brand,.pc-footer-note{grid-column:1/-1}.pc-footer-bottom{padding:18px 20px 85px;flex-direction:column;gap:5px}.pc-mobile-dock{position:fixed;bottom:0;left:0;right:0;z-index:65;background:#fffdfaf2;backdrop-filter:blur(15px);border-top:1px solid var(--pc-line);display:grid;grid-template-columns:repeat(4,1fr);padding:7px 4px max(7px,env(safe-area-inset-bottom))}.pc-mobile-dock a{text-align:center;padding:10px 4px;color:var(--pc-plum);font-size:12px;font-weight:700}.pc-closing{padding:70px 22px 88px}}
@media(max-width:390px){.pc-brand{width:175px}.pc-region summary{max-width:90px;overflow:hidden}.pc-eyebrow{font-size:9px}.pc-hero-actions .pc-button{font-size:12px}}
@media(prefers-reduced-motion:reduce){.pc-path-card,.pc-slot-card,.pc-editorial-card,.pc-button{transition:none!important}}
.pc-editorial-archive,.pc-article-main,.pc-game-page{background:var(--pc-ivory);color:var(--pc-ink);min-height:70vh}
.pc-archive-inner,.pc-article-wrap{max-width:1320px;padding-left:28px;padding-right:28px;margin:0 auto}
.pc-archive-hero{background:linear-gradient(120deg,#fffdfa,#f0e2df);border-bottom:1px solid var(--pc-line);padding:64px 0 70px}
.pc-crumbs{display:flex;gap:11px;align-items:center;color:var(--pc-muted);font-size:12px;margin-bottom:42px}.pc-crumbs a{color:var(--pc-plum)}
.pc-archive-hero h1,.pc-game-heading h1{font-family:Georgia,serif;font-size:clamp(46px,6vw,76px);font-weight:400;line-height:1.1;letter-spacing:-.055em;margin:10px 0;color:var(--pc-ink)}
.pc-archive-hero p,.pc-game-heading p{font-size:17px;line-height:1.7;color:var(--pc-muted);max-width:650px;margin:0}
.pc-archive-content{padding-top:65px;padding-bottom:95px}.pc-archive-content .pc-editorial-grid{grid-template-columns:repeat(3,1fr)}
.pc-archive-content .pc-editorial-card{min-height:310px}
.pc-archive-content .pc-editorial-card h2{font-family:Georgia,serif;font-size:26px;font-weight:400;line-height:1.24;letter-spacing:-.035em;margin:22px 0 12px}
.pc-archive-content .pc-editorial-card h2 a,.pc-archive-content .pc-slot-card h2 a{color:var(--pc-ink)}
.pc-pagination{margin-top:42px;color:var(--pc-plum)}.pc-pagination .nav-links{display:flex;gap:10px;flex-wrap:wrap}.pc-pagination a,.pc-pagination .current{display:inline-flex;padding:10px 15px;border:1px solid var(--pc-line);border-radius:99px;color:var(--pc-plum)}.pc-pagination .current{background:var(--pc-plum);color:#fff}
.pc-article-main{padding:52px 0 100px}.pc-article-wrap{max-width:950px}.pc-article{background:var(--pc-paper);border:1px solid var(--pc-line);border-radius:20px;overflow:hidden}.pc-article-heading{padding:56px 65px 38px}.pc-article-heading h1{font-family:Georgia,serif;font-size:clamp(39px,5vw,65px);line-height:1.15;letter-spacing:-.05em;font-weight:400;color:var(--pc-ink);margin:16px 0 15px}.pc-article-date{color:var(--pc-muted);font-size:12px}.pc-article-lede{font-size:19px;line-height:1.65;color:var(--pc-muted);margin-top:28px}.pc-article-image{margin:0;padding:0 65px}.pc-article-image img{max-width:100%;height:auto;border-radius:12px}.pc-article-body{padding:10px 65px 62px;color:#4d414a;font-size:16px;line-height:1.85;overflow-wrap:anywhere}.pc-article-body h2,.pc-article-body h3{font-family:Georgia,serif;color:var(--pc-ink);font-weight:400;line-height:1.2;margin:1.6em 0 .5em}.pc-article-body h2{font-size:33px}.pc-article-body h3{font-size:26px}.pc-article-body p{margin:0 0 1.3em}.pc-article-body a{color:var(--pc-plum);text-decoration:underline}.pc-article-body img,.pc-article-body iframe{max-width:100%;height:auto}.pc-article-body table{display:block;max-width:100%;overflow-x:auto}.pc-back-link{display:inline-block;color:var(--pc-plum);font-weight:700;margin:27px 0}
.pc-slot-archive .pc-slots-grid{grid-template-columns:repeat(4,1fr)}.pc-slot-archive .pc-slot-card h2{font-family:Georgia,serif;font-size:21px;line-height:1.27;font-weight:400;margin:10px 0 21px}
.pc-game-page{padding:50px 0 95px}.pc-game-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:29px}.pc-game-heading h1{font-size:clamp(40px,5vw,60px)}.pc-game-frame{position:relative;width:100%;aspect-ratio:16/9;background:#322330;border:1px solid #c5adb3;border-radius:18px;overflow:hidden}.pc-game-frame iframe{width:100%;height:100%;border:0}.pc-game-start{position:absolute;z-index:2;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:radial-gradient(circle at 50% 35%,#765068,#342735);color:#fff}.pc-game-start[hidden]{display:none}.pc-game-start img{max-width:180px;max-height:150px;object-fit:contain}.pc-game-start small{font-size:12px;color:#e9d8df}.pc-game-unavailable{display:grid;place-items:center;height:100%;padding:25px;text-align:center;color:#fff}.pc-game-description{background:var(--pc-paper);border:1px solid var(--pc-line);border-radius:16px;padding:36px;margin-top:30px}.pc-game-note{font-size:13px;color:var(--pc-muted);margin-top:23px}
@media(max-width:980px){.pc-archive-content .pc-editorial-grid{grid-template-columns:repeat(2,1fr)}.pc-slot-archive .pc-slots-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.pc-archive-inner,.pc-article-wrap{padding-left:20px;padding-right:20px}.pc-archive-hero{padding:47px 0 57px}.pc-crumbs{margin-bottom:32px}.pc-archive-content{padding-top:35px;padding-bottom:65px}.pc-archive-content .pc-editorial-grid{grid-template-columns:1fr}.pc-article-main{padding:33px 0 75px}.pc-article-heading{padding:34px 24px 23px}.pc-article-body{padding:5px 24px 35px;font-size:15px}.pc-article-image{padding:0 24px}.pc-article-body h2{font-size:28px}.pc-slot-archive .pc-slots-grid{grid-template-columns:repeat(2,1fr)}.pc-game-heading{display:block}.pc-game-frame{aspect-ratio:4/5}.pc-game-start img{max-height:120px}.pc-game-description{padding:24px}}
.pc-tool-page{background:var(--pc-ivory);padding:55px 0 100px;min-height:75vh;color:var(--pc-ink)}.pc-tool-intro{padding:20px 0 55px;max-width:800px}.pc-tool-intro h1{font-family:Georgia,serif;font-size:clamp(44px,5.5vw,72px);line-height:1.12;letter-spacing:-.05em;font-weight:400;margin:12px 0 22px}.pc-tool-intro h1 em{color:var(--pc-plum);font-weight:400}.pc-tool-intro p{font-size:17px;line-height:1.7;color:var(--pc-muted);max-width:700px}.pc-tool-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pc-tool-controls,.pc-tool-results{background:var(--pc-paper);border:1px solid var(--pc-line);border-radius:18px;padding:36px}.pc-tool-controls h2,.pc-tool-results h2{font-family:Georgia,serif;font-size:33px;font-weight:400;letter-spacing:-.04em;margin:0 0 7px}.pc-tool-controls>p{color:var(--pc-muted);font-size:14px;margin:0 0 30px}.pc-tool-controls label{display:flex;justify-content:space-between;color:var(--pc-ink);font-size:13px;font-weight:700;margin:21px 0 9px}.pc-tool-controls label span{color:var(--pc-muted);font-weight:400}.pc-tool-controls input{display:block;width:100%;border:1px solid #cfbcb7;border-radius:9px;background:#fffaf5;color:var(--pc-ink);padding:13px 15px;font-size:17px}.pc-tool-results>div{display:flex;justify-content:space-between;gap:15px;padding:19px 0;border-bottom:1px solid var(--pc-line);font-size:14px}.pc-tool-results>div:first-of-type{margin-top:27px}.pc-tool-results strong{font-family:Georgia,serif;font-size:24px;font-weight:400;color:var(--pc-plum);white-space:nowrap}.pc-tool-results .pc-tool-total{border-bottom:0}.pc-tool-total strong{font-size:31px}.pc-tool-results>p{color:var(--pc-muted);font-size:13px;line-height:1.7;margin:17px 0 0}.pc-tool-note{background:#eee0dd;border-radius:16px;padding:24px 29px;margin-top:23px;color:var(--pc-ink)}.pc-tool-note strong{font-family:Georgia,serif;font-size:21px;font-weight:400}.pc-tool-note p{color:var(--pc-muted);font-size:13px;line-height:1.7;margin:8px 0 0}
@media(max-width:720px){.pc-tool-page{padding:35px 0 75px}.pc-tool-intro{padding-bottom:27px}.pc-tool-layout{grid-template-columns:1fr}.pc-tool-controls,.pc-tool-results{padding:26px}.pc-tool-results>div{align-items:center}.pc-tool-results strong{font-size:20px}.pc-tool-total strong{font-size:25px}}
