:root{color-scheme:light;--p-accent: #23b0b0;--p-accent-strong: #1b8f8f;--p-accent-soft: #e4f4f4;--p-accent-ink: #ffffff;--p-cta: #f44336;--p-cta-hover: #d93227;--p-cta-ink: #ffffff;--p-gold: #fabc00;--p-gold-hover: #e5ac00;--p-gold-ink: #1a1a1a;--p-ready: #adb5bd;--p-bg: #f6f8f8;--p-surface: #ffffff;--p-surface-2: #eef2f2;--p-ink: #16201f;--p-ink-2: #4a5654;--p-muted: #76817f;--p-rule: #dbe3e2;--p-open: #1a7f37;--p-open-soft: #e6f4ea;--p-full: #9a3f3f;--p-full-soft: #f7eaea;--p-warn: #8a5a00;--p-warn-soft: #fdf3e0;--p-radius: 12px;--p-radius-lg: 18px;--p-shadow: 0 1px 2px rgba(16, 32, 31, .06), 0 8px 24px rgba(16, 32, 31, .05);--p-font: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Malgun Gothic", "Noto Sans KR", sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--p-bg);color:var(--p-ink);font-family:var(--p-font);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;line-height:1.35;text-wrap:balance;letter-spacing:-.02em}h1{font-size:1.75rem;font-weight:700}h2{font-size:1.3rem;font-weight:700}h3{font-size:1.08rem;font-weight:600}p{margin:0}a{color:var(--p-accent-strong);text-underline-offset:3px}:focus-visible{outline:3px solid var(--p-accent);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.p-shell{min-height:100dvh;display:flex;flex-direction:column}.p-main{flex:1}.p-page{width:100%;padding:92px 0 56px;display:flex;flex-direction:column;gap:20px}.p-page>*{width:100%;max-width:760px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.p-page-wide>*{max-width:1140px}.p-header{position:fixed;top:0;left:0;right:0;z-index:30;transition:background .2s ease,box-shadow .2s ease}.p-header.is-solid{background:var(--p-surface);border-bottom:1px solid var(--p-rule)}.p-header-inner{max-width:1100px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;min-height:56px}.p-brand img{height:34px;width:auto;display:block}.p-header .p-brand-light{display:block}.p-header .p-brand-dark,.p-header.is-solid .p-brand-light{display:none}.p-header.is-solid .p-brand-dark{display:block}.p-header.is-bare .p-brand{visibility:hidden}.p-footer{background:#1c1f22;color:#b9bfc4;font-size:.93rem;line-height:1.75}.p-footer-inner{max-width:1100px;margin:0 auto;padding:44px 16px 34px}.p-footer h2{font-size:1rem;color:#fff;margin-bottom:6px}.p-footer-cols{display:grid;gap:26px;grid-template-columns:1fr}@media(min-width:900px){.p-footer-cols{grid-template-columns:5fr 4fr 3fr}}.p-footer-rule{border:0;border-top:1px solid #33383d;margin:26px 0 18px}.p-footer-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.p-footer-links{display:flex;flex-wrap:wrap;gap:6px 18px;list-style:none;margin:0;padding:0}.p-footer-links a{color:#d3d8dc;text-decoration:none}.p-footer-links a:hover{color:#fff;text-decoration:underline}.p-copyright{color:#8b9297;font-size:.86rem}.p-card{background:var(--p-surface);border:1px solid var(--p-rule);border-radius:var(--p-radius-lg);padding:20px;display:flex;flex-direction:column;gap:14px}.p-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.p-hero{background:linear-gradient(160deg,var(--p-accent) 0%,var(--p-accent-strong) 100%);color:var(--p-accent-ink);border-radius:var(--p-radius-lg);padding:30px 22px;display:flex;flex-direction:column;gap:14px}.p-hero h1{font-size:1.85rem}.p-hero p{font-size:1.03rem;opacity:.94;max-width:34em}.p-hero .p-btn{background:var(--p-accent-ink);color:var(--p-accent-strong);border-color:transparent;align-self:flex-start}.p-lede{color:var(--p-ink-2);font-size:1.02rem;max-width:38em}.p-muted{color:var(--p-muted)}.p-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:var(--p-radius);background:var(--p-accent);color:var(--p-accent-ink);font-family:inherit;font-size:1.05rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .15s ease}.p-btn:hover:not(:disabled){background:var(--p-accent-strong)}.p-btn:disabled{background:var(--p-surface-2);color:var(--p-muted);cursor:not-allowed}.p-btn-ghost{background:var(--p-surface);color:var(--p-ink);border-color:var(--p-rule)}.p-btn-ghost:hover:not(:disabled){background:var(--p-surface-2)}.p-btn-sm{min-height:44px;padding:0 15px;font-size:.96rem}.p-btn-block{width:100%}.p-btn-row{display:flex;gap:10px;flex-wrap:wrap}.p-field{display:flex;flex-direction:column;gap:7px}.p-field>span{font-weight:600;font-size:.97rem;color:var(--p-ink-2)}.p-field input,.p-field select,.p-field textarea{min-height:52px;padding:12px 14px;border:1px solid var(--p-rule);border-radius:var(--p-radius);background:var(--p-surface);color:var(--p-ink);font-family:inherit;font-size:1.05rem}.p-field input:disabled{background:var(--p-surface-2);color:var(--p-muted)}.p-hint{font-size:.92rem;color:var(--p-muted)}.p-note{display:flex;gap:10px;padding:14px 16px;border-radius:var(--p-radius);border:1px solid var(--p-rule);background:var(--p-surface-2);font-size:.98rem;line-height:1.6}.p-note-ok{background:var(--p-open-soft);border-color:transparent;color:var(--p-open)}.p-note-err{background:var(--p-full-soft);border-color:transparent;color:var(--p-full)}.p-note-warn{background:var(--p-warn-soft);border-color:transparent;color:var(--p-warn)}.p-note-mark{flex:0 0 auto;font-weight:700}.p-tablewrap{overflow-x:auto;border:1px solid var(--p-rule);border-radius:var(--p-radius)}.p-table{width:100%;border-collapse:collapse;font-size:1rem}.p-table th,.p-table td{padding:13px 14px;text-align:left;border-bottom:1px solid var(--p-rule)}.p-table tr:last-child th,.p-table tr:last-child td{border-bottom:0}.p-table th{background:var(--p-surface-2);font-weight:600;color:var(--p-ink-2);white-space:nowrap}.p-table td.p-num{font-variant-numeric:tabular-nums;font-weight:600;text-align:right;white-space:nowrap}.p-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.p-list>li{border-bottom:1px solid var(--p-rule)}.p-list>li:last-child{border-bottom:0}.p-list a{display:flex;flex-direction:column;gap:4px;padding:15px 2px;color:inherit;text-decoration:none}.p-list a:hover .p-list-title{color:var(--p-accent-strong)}.p-list-title{font-weight:600;font-size:1.03rem;line-height:1.5}.p-list-meta{font-size:.88rem;color:var(--p-muted);font-variant-numeric:tabular-nums}.p-empty{padding:42px 16px;text-align:center;color:var(--p-muted)}.p-pill{display:inline-flex;align-items:center;padding:4px 11px;border-radius:999px;background:var(--p-surface-2);color:var(--p-ink-2);font-size:.85rem;font-weight:700;white-space:nowrap}.p-pill-open{background:var(--p-open-soft);color:var(--p-open)}.p-pill-full{background:var(--p-full-soft);color:var(--p-full)}.p-pill-warn{background:var(--p-warn-soft);color:var(--p-warn)}.p-prose{font-size:1.02rem;line-height:1.8;color:var(--p-ink);overflow-wrap:break-word}.p-prose>*+*{margin-top:1em}.p-prose h3{margin-top:1.6em}.p-prose img{max-width:100%;height:auto;border-radius:var(--p-radius)}.p-prose table{width:100%;border-collapse:collapse}.p-prose td,.p-prose th{border:1px solid var(--p-rule);padding:8px 10px}.p-sronly{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.p-skip{position:absolute;left:-9999px}.p-skip:focus{left:12px;top:12px;z-index:100;padding:12px 18px;background:var(--p-accent);color:var(--p-accent-ink);border-radius:var(--p-radius)}.p-loading{padding:42px 16px;text-align:center;color:var(--p-muted)}.q-face{width:38px;height:38px;flex:0 0 auto;background-repeat:no-repeat;background-position:center;background-size:contain}.q-face.f0{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3Ccircle%20cx='32'%20cy='32'%20r='28'%20fill='%231FA85C'%20stroke='%23222'%20stroke-width='4'/%3E%3Cellipse%20cx='22'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cellipse%20cx='42'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cpath%20d='M20,40%20Q32,54%2044,40'%20stroke='%23222'%20stroke-width='4'%20fill='none'%20stroke-linecap='round'/%3E%3C/svg%3E")}.q-face.f1{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3Ccircle%20cx='32'%20cy='32'%20r='28'%20fill='%237CC06A'%20stroke='%23222'%20stroke-width='4'/%3E%3Cellipse%20cx='22'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cellipse%20cx='42'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cpath%20d='M20,41%20Q32,49%2044,41'%20stroke='%23222'%20stroke-width='4'%20fill='none'%20stroke-linecap='round'/%3E%3C/svg%3E")}.q-face.f2{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3Ccircle%20cx='32'%20cy='32'%20r='28'%20fill='%23E9C24E'%20stroke='%23222'%20stroke-width='4'/%3E%3Cellipse%20cx='22'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cellipse%20cx='42'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cpath%20d='M21,42%20L43,42'%20stroke='%23222'%20stroke-width='4'%20fill='none'%20stroke-linecap='round'/%3E%3C/svg%3E")}.q-face.f3{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3Ccircle%20cx='32'%20cy='32'%20r='28'%20fill='%23E8964A'%20stroke='%23222'%20stroke-width='4'/%3E%3Cellipse%20cx='22'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cellipse%20cx='42'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cpath%20d='M20,46%20Q32,38%2044,46'%20stroke='%23222'%20stroke-width='4'%20fill='none'%20stroke-linecap='round'/%3E%3C/svg%3E")}.q-face.f4{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3Ccircle%20cx='32'%20cy='32'%20r='28'%20fill='%23D9564A'%20stroke='%23222'%20stroke-width='4'/%3E%3Cellipse%20cx='22'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cellipse%20cx='42'%20cy='25'%20rx='3.4'%20ry='4.6'%20fill='%23222'/%3E%3Cpath%20d='M20,48%20Q32,34%2044,48'%20stroke='%23222'%20stroke-width='4'%20fill='none'%20stroke-linecap='round'/%3E%3C/svg%3E")}.q-progress{position:sticky;top:0;z-index:10;background:var(--p-surface);border-bottom:1px solid var(--p-rule);margin:-20px -16px 0;padding:12px 16px 10px;display:flex;flex-direction:column;gap:8px}.q-progress-bar{height:8px;border-radius:999px;background:var(--p-surface-2);overflow:hidden}.q-progress-fill{height:100%;background:var(--p-accent);border-radius:999px;transition:width .25s ease}.q-progress-meta{display:flex;justify-content:space-between;align-items:center;font-size:.92rem;color:var(--p-muted);font-variant-numeric:tabular-nums}.q-cheer{color:var(--p-accent-strong);font-weight:700;min-height:1.5em}.q-stem{font-size:1rem;color:var(--p-ink-2);line-height:1.55;min-height:1.55em;word-break:keep-all}.q-label{font-size:1.45rem;font-weight:700;line-height:1.45;word-break:keep-all;text-wrap:pretty}.q-opts{display:flex;flex-direction:column;gap:10px}.q-opt{display:flex;align-items:center;gap:14px;width:100%;min-height:62px;padding:14px 18px;border:2px solid var(--p-rule);border-radius:14px;background:var(--p-surface);color:var(--p-ink);font-family:inherit;font-size:1.15rem;line-height:1.4;text-align:left;cursor:pointer;transition:border-color .12s ease,background .12s ease}.q-opt:hover{border-color:var(--p-accent)}.q-opt.is-on{border-color:var(--p-accent);background:var(--p-accent-soft);font-weight:700}.q-foot{position:sticky;bottom:0;background:linear-gradient(to top,var(--p-bg) 70%,transparent);padding:14px 0 18px;display:flex;gap:10px}.h-band{padding:56px 0}.h-band-gray{background:var(--p-surface-2)}.h-band-white{background:var(--p-surface)}.h-wrap{max-width:1100px;margin:0 auto;padding:0 16px}.h-hero{position:relative;background-image:url(/media/img/ghealth/svg/main_slide.svg);background-position:bottom center;background-size:cover;background-repeat:no-repeat;background-color:#23b0b0;min-height:100vh;padding:96px 16px 0;display:flex;flex-direction:column;align-items:center}@media(max-width:575.98px){.h-hero{background-image:url(/media/img/ghealth/svg/main_slide_m.svg)}}.h-hero-text{width:90%;max-width:760px;height:auto;margin:12px auto 0}.h-hero-cta{display:block;width:90%;max-width:520px;margin:14px auto 4px;padding:15px 10px;border-radius:12px;background:var(--p-gold);color:var(--p-gold-ink);font-size:1.12rem;font-weight:700;text-align:center;text-decoration:none;box-shadow:0 3px 10px #00000040}@media(min-width:768px){.h-hero-cta{display:none}}.h-cards{width:100%;max-width:1000px;margin:20px auto 0;display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:768px){.h-cards{grid-template-columns:repeat(3,1fr)}}.h-card{background:#fff;color:#212529;border-radius:10px;padding:20px;text-align:center;box-shadow:0 4px 18px #0000001f,0 7px 10px -5px #00000026;display:flex;flex-direction:column}.h-card-title{font-size:1.15rem;font-weight:600;margin-bottom:6px}.h-card-desc{font-size:1.02rem;font-weight:500;color:#666;min-height:3.1em}.h-card-where{margin-top:auto;padding-top:14px;border-top:1px solid #ddd;font-size:.92rem;color:#666;min-height:3.4em}.h-card-img{height:125px;overflow:hidden;border-radius:6px;margin:14px 0 16px;display:flex;align-items:center;background:#f1f3f5}.h-card-img img{width:100%;height:auto;display:block}.h-card-btn{align-self:center;width:60%;min-width:140px;padding:11px 8px;border:0;border-radius:6px;background:var(--p-gold);color:var(--p-gold-ink);font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer}.h-card-btn:hover{background:var(--p-gold-hover)}.h-card-btn.is-ready{background:var(--p-ready);color:#fff;cursor:default}.h-logobar{width:auto;margin:34px -16px 0;align-self:stretch;background:#fff;padding:14px 16px}.h-logobar-inner{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 26px}.h-logobar img{height:34px;width:auto;filter:grayscale(1);opacity:.75}@media(max-width:575.98px){.h-logobar img{height:24px}}.h-notice{display:grid;gap:26px;grid-template-columns:1fr;align-items:start}@media(min-width:992px){.h-notice{grid-template-columns:2fr 1fr}}.h-tabs{display:flex;border-bottom:2px solid var(--p-rule)}.h-tab{flex:1;padding:13px 8px;border:0;border-bottom:3px solid transparent;margin-bottom:-2px;background:none;color:var(--p-muted);font-family:inherit;font-size:1.05rem;font-weight:700;cursor:pointer}.h-tab.is-on{color:var(--p-accent);border-bottom-color:var(--p-accent)}.h-newslist{list-style:none;margin:14px 0 0;padding:0}.h-newslist li{display:flex;gap:12px;align-items:baseline;padding:9px 0}.h-newslist .h-date{flex:0 0 auto;width:3.4em;font-variant-numeric:tabular-nums;font-weight:600}.h-newslist.is-notice .h-date{color:var(--p-accent)}.h-newslist.is-news .h-date{color:var(--p-cta)}.h-newslist a{color:var(--p-ink);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h-newslist a:hover{color:var(--p-accent);text-decoration:underline}.h-more{display:inline-block;margin-top:10px;color:var(--p-cta);font-weight:700;text-decoration:none}.h-banners{display:flex;flex-direction:column;gap:18px}.h-banners img{width:100%;height:auto;border-radius:8px;display:block}.h-head{max-width:760px;margin:0 auto 34px;text-align:center}.h-head h2{font-size:1.7rem;margin-bottom:12px}.h-head p{color:var(--p-ink-2);font-size:1.02rem;word-break:keep-all}.h-steps{display:grid;gap:26px;grid-template-columns:1fr;text-align:center}@media(min-width:768px){.h-steps{grid-template-columns:repeat(3,1fr)}}.h-step img{width:100%;max-width:190px;height:auto;margin-bottom:14px}.h-step h3{color:var(--p-accent);font-size:1.05rem;letter-spacing:.06em;margin-bottom:6px}.h-step p{color:var(--p-ink-2);word-break:keep-all}.h-video{position:relative;width:100%;padding-top:56.25%;border-radius:10px;overflow:hidden;background:#000}.h-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.h-reviews{display:grid;gap:22px;grid-template-columns:1fr;margin-top:26px}@media(min-width:768px){.h-reviews{grid-template-columns:repeat(3,1fr)}}.h-review img{width:100%;height:auto;border-radius:10px;display:block;margin-bottom:12px}.h-review p{color:var(--p-ink-2);word-break:keep-all}.h-review cite{display:block;margin-top:8px;text-align:right;color:var(--p-accent);font-weight:600;font-style:normal;word-break:keep-all}.h-iso{display:block;max-width:70%;height:auto;margin:26px auto 18px}.h-closing{text-align:center;font-size:1.25rem;font-weight:700}.p-btn-cta{background:var(--p-cta);color:var(--p-cta-ink)}.p-btn-cta:hover:not(:disabled){background:var(--p-cta-hover)}.h-review-top{display:grid;gap:22px;grid-template-columns:1fr;align-items:start}@media(min-width:768px){.h-review-top{grid-template-columns:2fr 1fr}}.p-page>.p-bar{max-width:none;padding-left:0;padding-right:0}.p-bar{position:relative;margin-top:-92px;background:var(--p-accent);color:#fff;overflow:hidden;min-height:45vh;display:flex;align-items:flex-end;margin-bottom:56px}.p-bar-inner{position:relative;z-index:1;width:100%;max-width:792px;margin:0 auto;padding:88px 16px 26px}.p-page-wide .p-bar-inner{max-width:1172px}.p-bar-title{font-size:clamp(1.6rem,1.1rem + 1.6vw,2.25rem);font-weight:300;color:#fff;line-height:1.16;letter-spacing:-.02em;word-break:keep-all}.p-bar-title:after{content:".";display:inline-block;margin-left:2px;color:var(--p-cta);font-size:1em;font-weight:700}.p-bar-lede{margin-top:12px;max-width:34em;color:#ffffffeb;font-size:1rem;word-break:keep-all}.p-bar-action{margin-top:18px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:.98rem;color:#ffffffeb}.p-bar-art{display:none}@media(min-width:768px){.p-bar-art{display:block;position:absolute;right:14%;bottom:-16px;width:min(700px,60%);height:auto;pointer-events:none}}.p-bar-entry{display:inline-flex;align-items:center;min-height:48px;padding:0 22px;border-radius:8px;background:#fff;color:var(--p-accent-strong);font-size:1.02rem;font-weight:700;text-decoration:none}.p-bar-entry:hover{background:#f1f5f5}.p-article{border-top:2px solid #111;border-bottom:2px solid var(--p-rule)}.p-article-head{display:flex;gap:4px 20px;align-items:baseline;justify-content:space-between;flex-wrap:wrap;padding:12px 8px;border-bottom:1px solid var(--p-rule)}.p-article-title{font-size:1.14rem;font-weight:700;line-height:1.9;word-break:keep-all}.p-article-date{flex:0 0 auto;color:#555;font-size:.92rem;font-variant-numeric:tabular-nums;white-space:nowrap}.p-article-summary{margin-top:20px;padding:14px 16px;border-radius:var(--p-radius);background:var(--p-surface-2);color:var(--p-ink-2);font-size:1rem;word-break:keep-all}.p-article-body{padding:7px 8px 34px;color:#495057}.p-article-body .p-prose{font-size:17px;line-height:1.55;color:inherit}.p-article-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px}.p-article-nav .p-btn{min-height:38px;padding:0 20px;border-radius:3px;font-size:.95rem;font-weight:500}.p-article-nav .p-btn-ghost{border-color:#999;color:#111;background:#fff}.faq-tabs{display:flex;flex-wrap:wrap;gap:2px;padding:16px 15px;border-radius:3px;background:linear-gradient(60deg,#ef5350,#d32f2f)}.faq-tab{padding:10px 15px;border:0;border-radius:3px;background:none;color:#fff;font-family:inherit;font-size:1.05rem;font-weight:500;line-height:1.4;cursor:pointer;white-space:nowrap}.faq-tab:hover{background:#ffffff1f}.faq-tab.is-on{background:#fff3}.faq-list{list-style:none;margin:8px 0 0;padding:0}.faq-list>li{border-bottom:1px solid var(--p-rule)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 4px;cursor:pointer;font-size:1.02rem;line-height:1.55;color:var(--p-ink-2);word-break:keep-all;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:hover{color:var(--p-accent-strong)}.faq-list details[open] summary{color:var(--p-ink);font-weight:600}.faq-chevron{flex:0 0 auto;width:11px;height:11px;margin-right:6px;border-right:2px solid var(--p-muted);border-bottom:2px solid var(--p-muted);transform:rotate(45deg) translate(-3px,-3px);transition:transform .18s ease}.faq-list details[open] .faq-chevron{transform:rotate(-135deg) translate(-3px,-3px);border-color:var(--p-accent)}.faq-answer{padding:4px 4px 22px;color:var(--p-ink-2);font-size:1rem;line-height:1.75;white-space:pre-line;word-break:keep-all}.p-terms{white-space:pre-wrap;overflow-wrap:anywhere;font-size:1rem;line-height:1.85;color:var(--p-ink-2)}
