:root{--ink:#0c0a09;--panel:#1a1613;--ivory:#ece5d8;--muted:#a99f8d;--gold:#d8b877;--gold-lite:#efd9a6;--gold-deep:#c69a4e;--line:hsla(40,55%,66%,.22);--kakao:#fee500;--naver:#03c75a}*{margin:0;padding:0;box-sizing:border-box}body{background:radial-gradient(120% 90% at 50% -10%,#241a0e 0,#150f09 45%,var(--ink) 100%);color:var(--ivory);font-family:Pretendard Variable,Pretendard,-apple-system,Noto Sans KR,sans-serif;min-height:100vh;line-height:1.6;letter-spacing:-.01em;-webkit-font-smoothing:antialiased}a{color:var(--gold-lite);text-decoration:none}.wrap{max-width:520px;margin:0 auto;padding:48px 20px 80px}.brand{letter-spacing:.32em;color:var(--gold);margin-bottom:6px;font-size:14px}.brand,h1{text-align:center;font-weight:800}h1{font-size:26px;color:#fff;letter-spacing:-.02em;margin-bottom:8px}.sub{text-align:center;color:var(--muted);font-size:14px;margin-bottom:30px}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:26px}.btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;border-radius:12px;border:0;font-size:15.5px;font-weight:700;cursor:pointer;margin-bottom:12px}.btn-kakao{background:var(--kakao);color:#191600}.btn-naver{background:var(--naver);color:#fff}.btn-gold{background:linear-gradient(180deg,var(--gold-lite),var(--gold) 60%,var(--gold-deep));color:#191300}.btn-line{background:transparent;border:1px solid var(--line);color:var(--ivory)}label{display:block;font-size:13px;font-weight:600;color:#d9cfbe;margin:16px 0 6px}input:not([type]),input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{width:100%;height:46px;border-radius:10px;border:1px solid var(--line);background:#120e0b;color:var(--ivory);padding:0 14px;font-size:15px;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}textarea{height:auto;padding:12px 14px;line-height:1.6;resize:vertical}select{cursor:pointer;padding-right:38px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%238a8073' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px}select option[value=""],select:invalid{color:#8a8073}select option{background:#120e0b;color:var(--ivory)}input:focus,select:focus,textarea:focus{outline:1px solid var(--gold)}input::placeholder,textarea::placeholder{color:#6f6659}.consent,.row{display:flex;gap:10px}.consent{align-items:flex-start;padding:9px 0;font-size:13.5px;color:#cdc2b0}.consent input{width:17px;height:17px;margin-top:3px;accent-color:var(--gold)}.consent b{color:#fff}.divider{border:0;border-top:1px solid var(--line);margin:16px 0}.order{border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:12px}.order .top{display:flex;justify-content:space-between;font-size:13px;color:var(--muted)}.order .items{margin-top:6px;font-size:14.5px;color:#fff}.badge{display:inline-block;font-size:11px;font-weight:700;border-radius:6px;padding:2px 8px;background:hsla(40,55%,66%,.14);color:var(--gold-lite);margin-left:6px}.note{font-size:12px;color:var(--muted);margin-top:14px;text-align:center}.adm{max-width:1560px;margin:0 auto;padding:32px clamp(16px,3vw,40px) 80px}.adm h1{text-align:left;font-size:22px;margin-bottom:0}.adm-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.adm-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:20px}.adm-stat{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:16px}.adm-stat b{display:block;font-size:24px;color:#fff;margin-top:4px}.adm-stat span{font-size:12px;color:var(--muted)}.adm-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:20px;margin-bottom:18px}.adm-bars{display:flex;align-items:flex-end;gap:6px;height:130px;margin:26px 4px 22px}.adm-bar{flex:1 1;background:linear-gradient(180deg,var(--gold-lite),var(--gold-deep));border-radius:4px 4px 0 0;min-height:2px;position:relative}.adm-bar i{top:-18px;font-style:normal;font-size:10px;color:var(--gold-lite)}.adm-bar i,.adm-bar u{position:absolute;left:50%;transform:translateX(-50%)}.adm-bar u{bottom:-18px;text-decoration:none;font-size:9px;color:var(--muted);white-space:nowrap}.adm-table{width:100%;border-collapse:collapse;font-size:13.5px}.adm-table th{color:var(--muted);font-weight:600;text-align:left;padding:8px 10px;border-bottom:1px solid var(--line);font-size:12px}.adm-table td{padding:10px;border-bottom:1px solid hsla(40,55%,66%,.08);color:var(--ivory)}.adm-table tbody tr:hover td{background:hsla(40,55%,66%,.05)}.adm-badge{display:inline-block;font-size:10px;font-weight:700;border-radius:5px;padding:1px 6px;margin-right:3px;background:hsla(40,55%,66%,.15);color:var(--gold-lite)}.adm-badge.off{opacity:.25}.adm-search{width:100%;height:42px;border-radius:10px;border:1px solid var(--line);background:#120e0b;color:var(--ivory);padding:0 14px;font-size:14px;margin:4px 0 14px}.adm-actions{display:flex;gap:10px;flex-wrap:wrap}.adm-btn{display:inline-flex;align-items:center;height:38px;padding:0 14px;border-radius:9px;border:1px solid var(--line);color:var(--ivory);font-size:13px;font-weight:600;cursor:pointer;background:transparent;text-decoration:none}.adm-btn:hover{border-color:var(--gold)}.adm-modal{position:fixed;inset:0;background:rgba(0,0,0,.62);display:flex;justify-content:center;align-items:flex-start;padding:48px 20px 24px;z-index:200;overflow:auto}.adm-sheet{max-width:680px;width:100%;background:#fff;color:#241d15;border-radius:14px;padding:22px;box-shadow:0 26px 70px rgba(0,0,0,.55)}.adm-sheet h3{color:#1a140d;margin:0}.adm-sheet .adm-btn{height:34px;border:1px solid #d9d0bf;color:#3f382d;background:#fff}.adm-sheet .adm-btn:hover{border-color:#b78d34;color:#1a140d}.adm-sheet .muted{color:#6b6153}.adm-consent-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:12px;color:var(--muted);font-size:14px}.adm-consent-row b{color:var(--gold-lite);margin-left:4px}@media(max-width:800px){.adm-grid{grid-template-columns:repeat(2,1fr)}.adm-table td:nth-child(5),.adm-table th:nth-child(5){display:none}}.cs-mail{display:grid;grid-template-columns:340px minmax(0,1.15fr) minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.cs-pane{background:var(--panel);border:1px solid var(--line);border-radius:14px}.cs-list{max-height:calc(100vh - 210px);overflow:auto;padding:6px}.cs-listrow{display:block;width:100%;text-align:left;cursor:pointer;border:1px solid transparent;border-radius:10px;padding:10px 11px;margin-bottom:3px;background:transparent;color:var(--ivory)}.cs-listrow:hover{background:hsla(40,55%,66%,.06)}.cs-listrow.sel{background:rgba(201,162,75,.16);border-color:#c9a24b}.cs-detail{padding:18px;max-height:calc(100vh - 210px);overflow:auto}.cs-preview{padding:14px;position:-webkit-sticky;position:sticky;top:12px}.cs-lightbox{background:#fbf9f4;border:1px solid #ece4d5;border-radius:10px;color:#2a2118}@media(max-width:1240px){.cs-mail{grid-template-columns:320px minmax(0,1fr)}.cs-preview{grid-column:1/-1;position:static}}@media(max-width:820px){.cs-mail{grid-template-columns:1fr}.cs-list{max-height:340px}.cs-detail{max-height:none}}.gp-main{padding-top:72px;min-height:calc(100vh - 420px)}.gph{position:fixed;top:0;left:0;right:0;z-index:60;transition:background .4s ease,border-color .4s ease,-webkit-backdrop-filter .4s ease;transition:background .4s ease,backdrop-filter .4s ease,border-color .4s ease;transition:background .4s ease,backdrop-filter .4s ease,border-color .4s ease,-webkit-backdrop-filter .4s ease}.gph.is-scrolled{background:linear-gradient(180deg,rgba(12,10,9,.92),rgba(12,10,9,.7));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsla(39,34%,89%,.14)}.gph__in{height:72px;padding:0 clamp(20px,3vw,52px);justify-content:space-between;gap:clamp(16px,3vw,40px)}.gph__in,.gph__logo{display:flex;align-items:center}.gph__logo{flex:0 0 auto;font-size:18px;letter-spacing:.26em;font-weight:600;color:var(--ivory)}.gph__logo img{height:22px;width:auto;display:block;filter:invert(1) sepia(.18) brightness(1.08)}.gph__nav{display:flex;gap:26px;align-items:center}.gph__nav-a{font-size:14px;color:var(--ivory);opacity:.9;letter-spacing:.01em;padding:6px 0;transition:color .3s,opacity .3s}.gph__nav-a.hot,.gph__nav-a:hover{color:var(--gold);opacity:1}.gph__nav-a.hot{display:inline-flex;align-items:center;gap:7px}.gph__dot{width:6px;height:6px;border-radius:50%;background:var(--gold);display:inline-block;animation:gph-dot 2.4s infinite}@keyframes gph-dot{0%{box-shadow:0 0 0 0 hsla(40,55%,66%,.55)}70%{box-shadow:0 0 0 7px hsla(40,55%,66%,0)}to{box-shadow:0 0 0 0 hsla(40,55%,66%,0)}}.gph__act{display:flex;gap:12px;align-items:center;flex:0 0 auto}.gph__act a{font-size:13px;color:var(--ivory);white-space:nowrap}.gph__act a:hover{color:var(--gold)}.gph__join{border:1px solid var(--line);border-radius:30px;padding:8px 16px;color:var(--gold-lite)!important;white-space:nowrap}.gph__cart{border:1px solid hsla(39,34%,89%,.28);border-radius:30px;padding:8px 15px;white-space:nowrap}@media (max-width:900px){.gph__nav{display:none}}@media (max-width:600px){.gp-main{padding-top:60px}.gph__in{height:60px;padding:0 14px;gap:10px}.gph__logo{flex:0 0 auto}.gph__logo img{height:18px}.gph__act{gap:7px}.gph__act a{font-size:12px}.gph__cart,.gph__join{padding:6px 11px}}@media (max-width:380px){.gph__in{padding:0 11px;gap:8px}.gph__logo img{height:16px}.gph__act{gap:5px}.gph__act a{font-size:11.5px}.gph__cart,.gph__join{padding:5px 9px}}.gpf{border-top:1px solid hsla(39,34%,89%,.1);margin-top:60px;background:var(--ink)}.gpf a{color:var(--ivory);text-decoration:none}.gpf__cols{max-width:1200px;margin:0 auto;padding:clamp(40px,6vw,72px) clamp(18px,4vw,56px) 40px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:32px;gap:32px}.gpf__brand img{height:24px;width:auto;display:block;filter:invert(1) sepia(.18) brightness(1.08)}.gpf__tag{color:var(--muted);margin-top:14px;font-size:14px;line-height:1.7;max-width:26ch}.gpf__h{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#6b6153;margin:0 0 14px}.gpf__cols a{display:block;opacity:.82;font-size:14px;margin-bottom:9px}.gpf__cols a:hover{opacity:1;color:var(--gold)}.gpf__soc{display:flex;gap:12px;margin-top:22px}.gpf__soc a{width:38px;height:38px;border:1px solid hsla(39,34%,89%,.14);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:.3s}.gpf__soc a:hover{border-color:var(--gold);color:var(--gold)}.gpf__soc svg{width:17px;height:17px;fill:currentColor;display:block}.gpf__biz{max-width:1200px;margin:0 auto;padding:26px clamp(18px,4vw,56px) 6px;border-top:1px solid hsla(39,34%,89%,.1);display:flex;flex-direction:column;gap:6px;font-size:12px;line-height:1.7;color:#6b6153}.gpf__biz p{margin:0}.gpf__bottom{max-width:1200px;margin:0 auto;padding:14px clamp(18px,4vw,56px) 30px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12px}.gpf__bottom,.gpf__bottom a{color:#6b6153}.gpf__bottom a:hover{color:var(--gold)}@media (max-width:860px){.gpf__cols{grid-template-columns:1fr;gap:30px;padding-bottom:36px}.gpf__cols>div:first-child{order:1;margin-top:6px;padding-top:30px;border-top:1px solid hsla(39,34%,89%,.1)}}.gp-ed:empty:before{content:attr(data-ph);color:#b3a893}.gp-ed p{margin:0 0 12px}.gp-ed h1,.gp-ed h2{font-size:18px;font-weight:800;margin:18px 0 10px;color:#1a140d;line-height:1.4}.gp-ed h3{font-size:15.5px;font-weight:700;margin:16px 0 8px;color:#1a140d}.gp-ed ol,.gp-ed ul{margin:0 0 12px;padding-left:22px}.gp-ed li{margin:0 0 5px}.gp-ed blockquote{margin:0 0 12px;padding:6px 0 6px 14px;border-left:3px solid #c9a24b;color:#5c5347}.gp-ed a{color:#a8802f;text-decoration:underline}.gp-ed img{max-width:100%;height:auto;border-radius:10px;display:block;margin:8px 0 14px}.gp-ed hr{border:0;border-top:1px solid #e6dcca;margin:16px 0}.gp-ed code{background:#f4efe4;border-radius:4px;padding:1px 5px;font-size:13px}.gp-tok{display:flex;align-items:center;gap:10px;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1.5px dashed #c9a24b;background:#fdf9f0;border-radius:10px;padding:10px 14px;margin:10px 0 14px;font-size:13px;font-weight:700;color:#3a2f19}.gp-tok-x{font-size:10.5px;font-weight:500;color:#a3937a;letter-spacing:.01em}.gp-main:has(.adm){padding-top:0;min-height:100vh}.gp-main:has(.adm) .adm{padding-top:20px;max-width:1720px}.fl-prog{height:3px;border-radius:3px;background:hsla(39,34%,89%,.1);overflow:hidden;margin-bottom:22px}.fl-prog span{display:block;height:100%;background:linear-gradient(90deg,var(--gold-deep),var(--gold-lite));border-radius:3px;transition:width .5s cubic-bezier(.22,.9,.28,1)}@keyframes flIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes flRow{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.fl-step{animation:flIn .45s cubic-bezier(.22,.9,.28,1) both}.fl-ans{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border:1px solid hsla(39,34%,89%,.09);border-radius:12px;background:hsla(39,34%,89%,.03);margin-bottom:8px;animation:flRow .35s ease both}.fl-ans__l{display:block;font-size:11px;color:var(--muted);letter-spacing:.02em;margin-bottom:2px}.fl-ans__v{display:block;font-size:14.5px;color:#fff;font-weight:600}.fl-ans__edit{background:none;border:0;color:var(--gold-lite);font-size:12.5px;font-weight:700;cursor:pointer;padding:6px}.fl-ans__edit:hover{color:var(--gold)}.fl-q{font-size:21px;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.45;margin:18px 0 6px}.fl-hint{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:16px}.fl-cta{margin-top:18px;margin-bottom:0}.fl-skip{display:block;width:100%;margin-top:12px;background:none;border:0;color:var(--muted);font-size:13px;cursor:pointer;padding:8px;text-decoration:underline;text-underline-offset:3px}.fl-skip:hover{color:var(--ivory)}.fl-err{color:#e0806a;font-size:13px;margin-top:10px}.fl-ok{color:#8fd48b;font-size:12.5px;margin-top:8px}.fl-chips{display:flex;gap:8px}.fl-chip{flex:1 1;height:48px;border-radius:12px;border:1px solid var(--line);background:transparent;color:var(--ivory);font-size:14.5px;font-weight:600;cursor:pointer;transition:.18s}.fl-chip:hover{border-color:var(--gold)}.fl-chip.on{background:linear-gradient(180deg,var(--gold-lite),var(--gold) 60%,var(--gold-deep));color:#191300;border-color:transparent}.fl-allbox{border:1px solid var(--gold);border-radius:14px;padding:16px;background:hsla(40,55%,66%,.08);display:flex;gap:12px;align-items:flex-start;cursor:pointer;transition:.2s}.fl-allbox:hover{background:hsla(40,55%,66%,.13)}.fl-allbox input{width:22px;height:22px;margin-top:1px;accent-color:var(--gold);flex:0 0 auto}.fl-allbox b{display:block;font-size:15.5px;color:#fff;margin-bottom:3px}.fl-allbox span{font-size:12.5px;color:var(--muted);line-height:1.6}.fl-terms{margin-top:6px;border-top:1px solid hsla(39,34%,89%,.08);padding-top:4px}.fl-term{display:flex;align-items:center;gap:10px;padding:10px 2px;font-size:13.5px;color:#cdc2b0;cursor:pointer}.fl-term input{width:18px;height:18px;accent-color:var(--gold);flex:0 0 auto}.fl-term em{font-style:normal;color:var(--muted);font-size:12px;margin-right:4px}.fl-term em.req{color:var(--gold-lite)}.fl-term a{margin-left:auto;font-size:12px;color:var(--muted);text-decoration:underline}.fl-sub{padding-left:28px;overflow:hidden;transition:max-height .38s cubic-bezier(.22,.9,.28,1),opacity .28s}.fl-sub .fl-term{padding:7px 2px;font-size:13px}.fl-benefit{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 2px}.fl-benefit span{font-size:12px;color:var(--gold-lite);background:hsla(40,55%,66%,.12);border:1px solid hsla(40,55%,66%,.22);border-radius:20px;padding:5px 11px}.fl-done{text-align:center;padding:38px 28px 30px}.fl-done .mark{width:58px;height:58px;border-radius:50%;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--gold-lite),var(--gold-deep));color:#191300;font-size:27px;font-weight:800;box-shadow:0 8px 24px hsla(40,55%,66%,.22);animation:flIn .5s cubic-bezier(.22,.9,.28,1) both}.fl-done h1{font-size:21px;line-height:1.45;margin:0 0 14px}.fl-done .sub{font-size:13.5px;line-height:1.95;color:var(--muted);margin:0 0 26px}.fl-done .sub b{color:#fff}.fl-done p{font-size:13px;line-height:1.85}.fl-done .btn{margin-bottom:10px}.fl-done .btn:last-of-type{margin-bottom:0}.fl-done .note{margin-top:18px;line-height:1.7}input[type=date]{color-scheme:dark;cursor:pointer;position:relative}input[type=date]::-webkit-calendar-picker-indicator{width:26px;height:26px;padding:3px;margin-right:-2px;cursor:pointer;border-radius:7px;opacity:1;filter:invert(81%) sepia(24%) saturate(538%) hue-rotate(2deg) brightness(96%) contrast(88%);-webkit-transition:background .18s,transform .18s;transition:background .18s,transform .18s}input[type=date]::-webkit-calendar-picker-indicator:hover{background:hsla(40,55%,66%,.18);transform:scale(1.06)}input[type=date]::-webkit-datetime-edit{color:var(--ivory)}input[type=date]::-webkit-datetime-edit-fields-wrapper{padding:0}input[type=date]:invalid::-webkit-datetime-edit{color:#8a8073}.fl-addr{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#120e0b}.fl-addr__txt{flex:1 1;min-width:0}.fl-zip{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.04em;color:#191300;background:linear-gradient(180deg,var(--gold-lite),var(--gold-deep));border-radius:6px;padding:2px 8px;margin-bottom:5px}.fl-road{display:block;font-size:14.5px;color:#fff;line-height:1.45;word-break:keep-all}.fl-again{flex:0 0 auto;background:none;border:0;color:var(--gold-lite);font-size:12.5px;font-weight:700;cursor:pointer;padding:6px 2px;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.fl-again:hover{color:var(--gold)}.gr-hello{text-align:center;font-size:26px;font-weight:800;color:#fff;letter-spacing:-.02em;margin:0 0 8px;opacity:0;transform:translateY(6px);transition:opacity .5s ease,transform .5s cubic-bezier(.22,.9,.28,1)}.gr-hello.on{opacity:1;transform:none}.gr-hook{opacity:.9}.gd{display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:26px;gap:26px;align-items:start}.gd-toc{position:-webkit-sticky;position:sticky;top:18px;display:flex;flex-direction:column;gap:2px}.gd-toc a{display:block;padding:8px 11px;border-radius:9px;font-size:13px;color:var(--muted);text-decoration:none;border-left:2px solid transparent;transition:.18s}.gd-toc a:hover{color:var(--ivory);background:hsla(39,34%,89%,.04)}.gd-toc a.on{color:var(--gold-lite);background:rgba(201,162,75,.12);border-left-color:var(--gold)}.gd-me{margin-top:14px;padding:10px 11px;border-top:1px solid var(--line);font-size:11.5px;color:var(--muted);line-height:1.5}.gd-body{max-width:860px}.gd-sec{scroll-margin-top:20px;margin-bottom:38px}.gd-h2{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em;margin:0 0 6px;padding-bottom:10px;border-bottom:1px solid var(--line)}.gd-lead{font-size:13.5px;color:var(--muted);line-height:1.75;margin:10px 0 16px}.gd-card{border:1px solid var(--line);border-radius:14px;background:hsla(39,34%,89%,.03);padding:16px 18px;margin-bottom:12px}.gd-card__h{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:8px}.gd-card__h b{font-size:14.5px;color:var(--ivory)}.gd-where{font-size:11px;color:var(--gold-lite);background:rgba(201,162,75,.12);border:1px solid rgba(201,162,75,.22);border-radius:20px;padding:2px 9px;white-space:nowrap}.gd-card__b{font-size:13.5px;color:#cdc2b0;line-height:1.8}.gd-card__b p{margin:0 0 8px}.gd-card__b ol,.gd-card__b ul{margin:6px 0 8px;padding-left:20px}.gd-card__b li{margin-bottom:5px}.gd-card__b b{color:#fff}.gd-card__b code{font-size:12.5px;background:hsla(39,34%,89%,.08);border-radius:5px;padding:1px 6px;color:var(--gold-lite)}.gd-tip{border-radius:10px;background:rgba(201,162,75,.08);border:1px solid rgba(201,162,75,.2);color:#e2c688}.gd-tip,.gd-warn{margin:10px 0 0!important;padding:9px 12px;font-size:12.5px;line-height:1.7}.gd-warn{border-radius:10px;background:hsla(0,58%,71%,.08);border:1px solid hsla(0,58%,71%,.24);color:#e8b0b0}.gd-tip b,.gd-warn b{color:#fff}.gd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px}.gd-grid .gd-card{margin-bottom:0}.gd-foot{font-size:12.5px;color:var(--muted);text-align:center;padding:20px 0 8px}@media (max-width:900px){.gd{grid-template-columns:1fr}.gd-toc{position:static;flex-direction:row;flex-wrap:wrap;margin-bottom:8px}}.ev{max-width:560px;padding-bottom:120px}.ev .card{margin-bottom:14px}.ev-muted{font-size:13px;color:var(--muted);line-height:1.7;margin:0}.ev-status__h{font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--gold);margin-bottom:12px}.ev-badge{display:inline-block;font-size:12px;font-weight:800;color:#191300;border-radius:20px;padding:4px 12px;margin-bottom:8px}.ev-desc{font-size:14px;color:#fff;line-height:1.7;margin:0 0 14px}.ev-track{display:flex;gap:0;margin:0 0 16px;padding:12px 4px 4px}.ev-track__i{flex:1 1;position:relative;text-align:center}.ev-track__i:before{content:"";position:absolute;top:5px;left:-50%;width:100%;height:2px;background:hsla(39,34%,89%,.12)}.ev-track__i:first-child:before{display:none}.ev-track__i.on:before{background:var(--gold)}.ev-track__d{display:block;width:12px;height:12px;border-radius:50%;margin:0 auto 7px;position:relative;z-index:1;background:#2a2118;border:2px solid hsla(39,34%,89%,.16)}.ev-track__i.on .ev-track__d{background:var(--gold);border-color:var(--gold);box-shadow:0 0 0 4px hsla(40,55%,66%,.18)}.ev-track__t{font-size:11.5px;color:var(--muted)}.ev-track__i.on .ev-track__t{color:var(--gold-lite);font-weight:700}.ev-rows{border-top:1px solid var(--line)}.ev-rows>div{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid hsla(39,34%,89%,.06);font-size:13px}.ev-rows>div:last-child{border-bottom:0}.ev-rows span{color:var(--muted);flex:0 0 auto}.ev-rows b{color:#fff;text-align:right;font-weight:600;word-break:keep-all}.ev-note{font-size:11.5px;color:var(--muted);margin:12px 0 0;line-height:1.6}.ev-h{font-size:16px;font-weight:800;color:#fff;margin-bottom:8px}.ev-body{font-size:13.5px;color:#cdc2b0;line-height:1.8;margin:0}.ev-notes{margin:16px 0 0;padding-left:18px}.ev-notes li{font-size:12px;color:var(--muted);line-height:1.75;margin-bottom:4px}.ev-cta{position:fixed;left:0;right:0;bottom:0;z-index:50;padding:14px 20px calc(14px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(12,10,9,0),rgba(12,10,9,.92) 30%);display:flex;justify-content:center}.ev-cta .btn{max-width:520px}.rs{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:radial-gradient(120% 90% at 50% 0,#1a1613 0,#0c0a09 60%)}.rs__in{width:100%;max-width:720px;text-align:center}.rs__brand{font-size:22px;letter-spacing:.3em;font-weight:600;color:#f0e6d2;margin-bottom:10px}.rs__tag{font-size:14px;color:#8a8073;letter-spacing:.02em;margin:0 0 38px}.rs__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.rs__card{display:flex;flex-direction:column;align-items:center;gap:7px;padding:34px 22px 28px;border-radius:16px;text-decoration:none;background:#141110;border:1px solid #2e2822;transition:.28s ease}.rs__card:hover{border-color:#c9a24b;background:#191512;transform:translateY(-2px)}.rs__flag{font-size:30px;line-height:1}.rs__t{font-size:19px;font-weight:700;color:#f0e6d2;letter-spacing:.01em}.rs__d{font-size:12.5px;color:#8a8073}.rs__go{margin-top:10px;font-size:13px;color:#c9a24b;border-bottom:1px solid rgba(201,162,75,.4);padding-bottom:3px}.rs__note{margin:30px 0 0;font-size:12px;color:#6d655b;line-height:1.7}@media (max-width:560px){.rs__grid{grid-template-columns:1fr}.rs__card{padding:26px 20px 22px}}