:root { --ink: #11233a; --navy: #0b1d33; --muted: #607083; --line: #dbe1e7; --canvas: #f5f6f2; --lime: #cefb65; --mint: #8be5c4; --coral: #ff8d76; --paper: #fffefa; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: Manrope, "Noto Sans KR", sans-serif; letter-spacing: -0.035em; overflow-x: hidden; }
button, input { font: inherit; } button { cursor: pointer; } a { color: inherit; text-decoration: none; } pre { margin: 0; white-space: pre-wrap; }
.page-glow { position: absolute; width: 37vw; height: 37vw; border-radius: 50%; filter: blur(90px); opacity: .2; pointer-events: none; }.glow-one { top: 100px; right: -8vw; background: var(--lime); }.glow-two { top: 970px; left: -15vw; background: #8ed6ff; }
.site-header, .section-shell, .site-footer { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 800; letter-spacing: .035em; }.brand > span:last-child span { color: #4c6075; }.brand-mark { display: grid; place-items: center; width: 26px; height: 26px; border: 2px solid currentColor; border-radius: 50%; font-size: 12px; }.brand-mark-image { box-sizing: border-box; border: 0; border-radius: 50%; object-fit: cover; }.site-header nav { position: absolute; left: 50%; display: flex; gap: 30px; font-size: 13px; font-weight: 600; transform: translateX(-50%); }.site-header nav a:hover { color: #52855c; }.language-switch { margin-left: auto; margin-right: 18px; color: #547065; font: 700 11px/1.2 "DM Mono", monospace; letter-spacing: .06em; }.language-switch:hover { color: #315e40; }.header-actions { display: flex; gap: 8px; }.header-private-status { color: #547065; font: 700 11px/1.2 "DM Mono", monospace; letter-spacing: .08em; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 40px; padding: 0 17px; border-radius: 5px; font-weight: 700; font-size: 13px; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button-primary { background: var(--ink); color: white; }.button-primary:hover { background: #213b5a; }.button-ghost { background: transparent; color: var(--ink); }.button-large { min-height: 53px; padding: 0 22px; font-size: 14px; }.button-light { background: var(--lime); color: var(--navy); }
.hero { min-height: 645px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 80px; position: relative; }.eyebrow, .section-label { color: #547065; font: 700 11px/1.2 "DM Mono", monospace; letter-spacing: .08em; }.eyebrow i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #74b19a; }.hero h1, .hero h2 { margin: 16px 0 22px; font-size: clamp(44px, 5.4vw, 75px); line-height: 1.05; font-weight: 800; letter-spacing: -0.075em; }.hero h1 em, .hero h2 em { color: #638c71; font-style: normal; }.hero-description { max-width: 510px; margin: 0; color: #4f6072; font-size: 16px; line-height: 1.85; letter-spacing: -0.025em; }.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }.text-link { font-size: 13px; font-weight: 700; }.text-link span { padding-left: 4px; }.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 61px; color: #667586; font-size: 11px; font-family: "DM Mono", monospace; }.trust-row b { color: var(--ink); margin-right: 4px; }
.hero-console { background: #0d1f34; box-shadow: 18px 22px 0 #dfe7dd, 0 22px 55px #0a1c3430; color: #dce8e6; border-radius: 7px; overflow: hidden; transform: rotate(2deg); font: 12px/1.82 "DM Mono", monospace; }.console-top, .console-bottom { height: 43px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; background: #132942; color: #8d9eae; font-size: 10px; }.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #4b6076; }.window-dots i:first-child { background: var(--coral); }.status-dot { color: var(--mint); }.hero-console pre { padding: 28px 29px; min-height: 315px; }.code-muted { color: #7890a6; }.code-url { color: var(--lime); }.code-key { color: #9cc8ff; }.code-string { color: #b3e8b1; }.code-boolean { color: #ffb493; }.code-number { color: #d9c2ff; }.console-bottom { color: #8ca1b4; }.console-bottom i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); margin-right: 7px; }
.intro { padding: 142px 0 72px; display: grid; grid-template-columns: .55fr 1fr 1fr; gap: 32px; align-items: start; }.intro h2, .reference-head h2, .example-copy h2, .portal-layout h2, .contact-section h2 { font-size: clamp(34px, 4vw, 53px); margin: 0; }.intro-body { max-width: 370px; margin: 3px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.feature-grid { padding-bottom: 132px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.feature-card { position: relative; min-height: 247px; padding: 26px; border: 1px solid var(--line); background: #f9faf7a6; }.feature-index { color: #738296; font: 11px "DM Mono", monospace; }.feature-card h3 { margin: 62px 0 11px; font-size: 20px; letter-spacing: -0.045em; }.feature-card p { max-width: 245px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }.card-icon { position: absolute; right: 24px; bottom: 20px; color: #799b89; font-size: 22px; }
.reference-section { padding: 120px 0 112px; background: var(--navy); color: white; }.reference-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; }.reference-head .section-label { color: var(--mint); }.reference-head h2 { margin: 13px 0 0; }.reference-head h2 em { color: var(--lime); }.reference-head > p { max-width: 335px; color: #aebdca; font-size: 14px; line-height: 1.85; }.endpoint-list { margin-top: 67px; border-top: 1px solid #2b3d50; }.endpoint { min-height: 103px; display: grid; grid-template-columns: 82px 1fr 25px; align-items: center; gap: 25px; padding: 18px 8px; border-bottom: 1px solid #2b3d50; transition: background .2s, padding .2s; }.endpoint:hover, .endpoint.active { background: #142b44; padding-left: 20px; }.method { display: inline-flex; width: 49px; justify-content: center; padding: 5px 0; border-radius: 3px; font: 10px "DM Mono", monospace; }.method.post { color: var(--lime); background: #344930; }.method.get { color: #9bd1ff; background: #1e405c; }.endpoint h3 { margin: 0; font: 500 16px "DM Mono", monospace; letter-spacing: -.03em; }.endpoint small { margin-left: 8px; color: var(--coral); font: 9px "DM Mono", monospace; letter-spacing: .04em; }.endpoint p { margin: 7px 0 0; color: #a9b7c4; font-size: 13px; }.endpoint-arrow { color: var(--lime); font-size: 22px; }
.example-section { padding: 137px 0; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 95px; }.example-copy h2 { margin: 13px 0 34px; }.example-copy ol { padding: 0; margin: 0; list-style: none; }.example-copy li { display: flex; align-items: center; gap: 14px; padding: 13px 0; color: #4d5e70; font-size: 14px; border-bottom: 1px solid var(--line); }.example-copy li span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #dff0df; color: #4c7d61; font: 10px "DM Mono", monospace; }.example-copy code { font: 12px "DM Mono", monospace; color: #1b6172; }.draft-note { max-width: 375px; margin: 25px 0 0; color: #8591a0; font-size: 11px; line-height: 1.65; }.code-panel { overflow: hidden; border-radius: 7px; background: #10243a; box-shadow: 13px 17px 0 #e2e6dc; color: #d9e3e9; }.code-tabs { display: flex; align-items: center; gap: 20px; padding: 14px 17px; border-bottom: 1px solid #2a4054; color: #879aab; font: 11px "DM Mono", monospace; }.code-tabs .selected { color: white; }.copy-button { margin-left: auto; padding: 5px 8px; border: 1px solid #39546d; border-radius: 3px; color: #bbd1dc; background: transparent; font: 10px "DM Mono", monospace; }.code-panel pre { min-height: 262px; padding: 27px; font: 12px/1.85 "DM Mono", monospace; color: #cae0d7; }
.portal-section { padding: 116px 0; background: #d9efdf; }.portal-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.portal-layout h2 { margin: 15px 0 19px; }.portal-layout > div > p { max-width: 430px; color: #536f62; font-size: 14px; line-height: 1.85; }.portal-items { border-top: 1px solid #b9d3c0; }.portal-items > div { display: grid; grid-template-columns: 50px 1fr; padding: 18px 0; border-bottom: 1px solid #b9d3c0; }.portal-items span { color: #618e6d; font: 11px "DM Mono", monospace; }.portal-items h3 { margin: 0; font-size: 15px; }.portal-items p { grid-column: 2; margin: 5px 0 0; color: #537061; font-size: 12px; }.pricing-card { display: flex; align-items: center; justify-content: space-between; gap: 38px; margin-top: 90px; padding: 31px 35px; background: #183348; color: white; }.pricing-card > div { min-width: 275px; }.pricing-card p { margin: 0; color: #aebfcb; font-size: 12px; line-height: 1.8; }.pricing-card > div > p { color: var(--lime); font: 10px "DM Mono", monospace; letter-spacing: .07em; }.pricing-card h3 { margin: 9px 0 0; font-size: 22px; line-height: 1.35; letter-spacing: -.045em; }
.contact-section { padding: 138px 0 105px; }.contact-section h2 { margin: 13px 0 73px; }.contact-bottom { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 21px; border-top: 1px solid var(--line); }.contact-bottom p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }.site-footer { min-height: 94px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #526273; font-size: 11px; }.site-footer .brand { color: var(--ink); }.site-footer p { font: 10px "DM Mono", monospace; }.footer-policy-links { display: flex; flex-wrap: wrap; gap: 14px; font-size: 11px; font-weight: 700; }.footer-policy-links a:hover { color: #52855c; }
dialog { width: min(450px, calc(100% - 40px)); border: 0; border-radius: 8px; padding: 37px; color: var(--ink); background: var(--paper); box-shadow: 0 20px 90px #081a3160; }dialog::backdrop { background: #081a3195; backdrop-filter: blur(4px); }.dialog-close { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; color: #647385; font-size: 25px; }.dialog-close:hover { color: var(--ink); }dialog h2 { margin: 13px 0 12px; font-size: 31px; }dialog > p:not(.section-label):not(.form-result) { color: var(--muted); font-size: 14px; line-height: 1.7; }.notify-form { display: grid; gap: 8px; margin-top: 25px; }.notify-form label { font-size: 12px; font-weight: 700; }.notify-form input { height: 45px; padding: 0 12px; border: 1px solid #cbd4dc; border-radius: 4px; background: white; }.notify-form input:focus { outline: 2px solid #a4d8ad; border-color: #a4d8ad; }.notify-form .button { margin-top: 8px; }.form-result { min-height: 18px; margin: 13px 0 0; color: #4f855c; font-size: 12px; }
.documentation-page { min-height: calc(100vh - 182px); padding: 62px 0 120px; }.documentation-hero { max-width: 1160px; padding: 40px 0 70px; }.documentation-hero h1 { max-width: 780px; margin: 15px 0 22px; font-size: clamp(44px, 5.4vw, 72px); line-height: 1.05; letter-spacing: -.075em; }.documentation-hero h1 em { color: #638c71; font-style: normal; }.documentation-hero > p:last-child { max-width: 660px; color: var(--muted); font-size: 16px; line-height: 1.85; }.documentation-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(270px, .85fr); gap: 16px; align-items: stretch; }.documentation-card { padding: 34px; border: 1px solid var(--line); background: var(--paper); box-shadow: 11px 14px 0 #e2e6dc; }.documentation-card-heading { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }.documentation-card h2, .documentation-note h2 { margin: 11px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.065em; }.sync-state { display: inline-flex; align-items: center; min-height: 27px; padding: 0 10px; border-radius: 999px; font: 700 10px "DM Mono", monospace; letter-spacing: .04em; }.sync-state-ready { color: #255b3c; background: #dff1df; }.sync-state-missing { color: #765f24; background: #f8ebbc; }.sync-state-invalid { color: #8a3b31; background: #f9d8d2; }.traceability-list { margin: 31px 0 24px; border-top: 1px solid var(--line); }.traceability-list > div { display: grid; grid-template-columns: 145px 1fr; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }.traceability-list dt { color: #657588; font-size: 12px; font-weight: 700; }.traceability-list dd { margin: 0; color: #213b5a; font: 12px/1.6 "DM Mono", monospace; overflow-wrap: anywhere; }.sync-empty { margin: 31px 0 20px; padding: 19px; border-left: 3px solid #d6b45c; color: #5e6470; background: #fbf7e9; font-size: 14px; line-height: 1.75; }.sync-detail { margin: 21px 0 28px; color: #657588; font-size: 12px; line-height: 1.7; }.documentation-note { padding: 34px; color: white; background: var(--navy); }.documentation-note .section-label { color: var(--mint); }.documentation-note h2 { color: white; }.documentation-note p:last-child { margin: 25px 0 0; color: #b4c2cf; font-size: 14px; line-height: 1.8; }.source-file-title { margin: 29px 0 11px; font-size: 13px; }.source-file-list { display: grid; gap: 8px; padding: 0; margin: 0 0 25px; list-style: none; }.source-file-list li { padding: 10px 12px; color: #28506a; background: #eef4f1; font: 11px "DM Mono", monospace; overflow-wrap: anywhere; }
.private-preview-page { min-height: calc(100vh - 182px); padding: 54px 0 100px; }.private-preview-panel { max-width: 760px; padding: 36px; border: 1px solid var(--line); background: var(--paper); box-shadow: 11px 14px 0 #e2e6dc; }.private-preview-panel h1 { margin: 12px 0 18px; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.065em; }.private-preview-panel > p { max-width: 650px; color: #4f6072; font-size: 15px; line-height: 1.8; }.private-preview-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 27px 0; }.portal-navigation { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }.portal-navigation a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #4f6072; font-size: 12px; font-weight: 700; }.portal-navigation a:hover, .portal-navigation a.is-active { border-color: #638c71; color: #315e40; background: #e5f1e4; }.preview-definition-list { display: grid; grid-template-columns: 180px 1fr; gap: 0 20px; margin: 25px 0 0; border-top: 1px solid var(--line); }.preview-definition-list dt, .preview-definition-list dd { margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }.preview-definition-list dt { color: #657588; font-size: 12px; font-weight: 700; }.preview-definition-list dd { color: #213b5a; font-size: 14px; }.preview-definition-list code { overflow-wrap: anywhere; }.preview-notice, .draft-banner { margin-top: 25px; padding: 14px 16px; border-left: 3px solid #d6b45c; background: #fbf7e9; color: #5e6470; font-size: 13px; line-height: 1.7; }.draft-banner { border-left-color: #c16d60; background: #fdf0ed; color: #763f37; font-weight: 700; }.preview-note { margin-top: 24px; color: #657588; font-size: 12px !important; }.registration-panel { max-width: 880px; }.registration-form { display: grid; gap: 22px; margin-top: 28px; }.registration-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.registration-form label { display: grid; gap: 7px; color: #43566a; font-size: 12px; font-weight: 700; }.registration-form input:not([type="checkbox"]), .registration-form select { min-height: 44px; width: 100%; box-sizing: border-box; padding: 0 11px; border: 1px solid #cbd4dc; border-radius: 4px; color: #213b5a; background: white; font: inherit; }.registration-form input[readonly] { color: #657588; background: #f2f5f1; }.registration-form input:focus, .registration-form select:focus { outline: 2px solid #a4d8ad; border-color: #a4d8ad; }.registration-form fieldset { display: grid; gap: 16px; margin: 0; padding: 19px; border: 1px solid var(--line); }.registration-form legend { padding: 0 5px; color: #213b5a; font-size: 13px; font-weight: 700; }.checkbox-group, .consent-group { display: grid; gap: 10px; color: #43566a; font-size: 12px; }.checkbox-group > label, .consent-group > label { display: block; font-weight: 400; }.consent-group a { color: #315e40; font-weight: 700; }.registration-form small { min-height: 16px; color: #9d483d; font-size: 11px; }.validation-summary { color: #9d483d; font-size: 12px; }.validation-summary ul { margin: 0; padding-left: 18px; }
@media (max-width: 760px) { .site-header { height: 72px; }.site-header nav { display: none; }.language-switch { margin-left: auto; margin-right: 10px; }.header-actions { gap: 3px; }.header-actions .button { min-height: 35px; padding: 0 9px; font-size: 10px; }.section-shell, .site-header, .site-footer { width: min(100% - 32px, 1160px); }.hero { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding: 76px 0 91px; }.hero h1 { font-size: 49px; }.hero-console { transform: none; }.hero-console pre { font-size: 10px; padding: 22px 18px; }.intro, .feature-grid, .example-section, .portal-layout { grid-template-columns: 1fr; }.intro { padding: 85px 0 44px; gap: 24px; }.intro-body { margin: 0; }.feature-grid { padding-bottom: 86px; }.reference-section { padding: 83px 0; }.reference-head, .contact-bottom, .pricing-card { align-items: start; flex-direction: column; }.endpoint { grid-template-columns: 59px 1fr 15px; gap: 11px; }.endpoint p { line-height: 1.5; }.example-section { padding: 88px 0; gap: 53px; }.code-panel { box-shadow: 8px 10px 0 #e2e6dc; }.code-panel pre { padding: 20px; font-size: 10px; }.portal-section { padding: 80px 0; }.portal-layout { gap: 40px; }.pricing-card { margin-top: 57px; padding: 26px; gap: 22px; }.contact-section { padding: 86px 0 67px; }.contact-section h2 { margin-bottom: 45px; }.site-footer { min-height: 130px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 9px; }.site-footer p { margin: 0; }.trust-row { margin-top: 40px; gap: 12px; }.hero-actions { gap: 18px; } }
@media (max-width: 760px) { .registration-grid { grid-template-columns: 1fr; } }

.dashboard-summary-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 26px 0; }.dashboard-summary-grid section { padding: 16px; border: 1px solid var(--line); background: #f8faf7; }.dashboard-summary-grid h2, .dashboard-overview-section h2, .usage-history h2 { margin: 0; color: #43566a; font-size: 13px; }.dashboard-summary-grid p { margin: 10px 0 0; color: #213b5a; font-size: 28px; font-weight: 700; }.dashboard-overview-section { margin: 26px 0; padding-top: 22px; border-top: 1px solid var(--line); }.usage-sparkline { display: flex; align-items: end; gap: 10px; min-height: 92px; margin: 18px 0; padding: 0; list-style: none; }.usage-sparkline li { display: grid; flex: 1; align-items: end; gap: 4px; text-align: center; }.usage-sparkline span { display: block; min-height: 8px; background: #638c71; }.usage-sparkline strong, .usage-sparkline small { color: #43566a; font-size: 11px; }.dashboard-resource-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }.dashboard-resource-links a { padding: 8px 10px; border: 1px solid var(--line); color: #315e40; font-size: 12px; font-weight: 700; }.confirmation-check { display: block; width: 100%; color: #43566a; font-size: 13px; }.usage-history { margin-top: 28px; }.usage-chart { display: flex; align-items: end; gap: 10px; height: 170px; margin: 22px 0; padding: 0; border-bottom: 1px solid var(--line); list-style: none; }.usage-chart li { display: grid; flex: 1; height: 100%; grid-template-rows: auto 1fr auto; align-items: end; gap: 6px; min-width: 0; text-align: center; }.usage-chart-value, .usage-chart time { color: #43566a; font-size: 11px; }.usage-chart-bar { width: 100%; background: #638c71; }.usage-table { width: 100%; border-collapse: collapse; margin-top: 24px; }.usage-table caption { margin-bottom: 8px; text-align: left; color: #657588; font-size: 12px; }.usage-table th, .usage-table td { padding: 10px; border: 1px solid var(--line); text-align: left; }.usage-table th { background: #f2f5f1; color: #43566a; font-size: 12px; }
@media (max-width: 640px) { .portal-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.portal-navigation a { text-align: center; }.dashboard-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.private-preview-panel { padding: 24px; }.usage-chart { gap: 5px; } }
@media (max-width: 320px) { .dashboard-summary-grid { grid-template-columns: 1fr; }.portal-navigation { grid-template-columns: 1fr; }.usage-chart time { font-size: 9px; }.usage-chart-value { font-size: 10px; } }
.portal-shell { display: grid; grid-template-columns: minmax(190px, 230px) minmax(0, 1fr); gap: 28px; align-items: start; }.portal-shell > .private-preview-panel { max-width: none; min-width: 0; }.portal-sidebar { position: sticky; top: 96px; padding: 14px; border: 1px solid var(--line); background: #f2f5f1; box-shadow: 6px 8px 0 #e2e6dc; }.portal-sidebar .portal-navigation { display: grid; grid-template-columns: 1fr; gap: 4px; margin: 0; }.portal-sidebar .portal-navigation a { min-height: 38px; box-sizing: border-box; display: flex; align-items: center; padding: 9px 11px; border: 0; border-left: 3px solid transparent; border-radius: 3px; color: #43566a; }.portal-sidebar .portal-navigation a:hover, .portal-sidebar .portal-navigation a.is-active { border-color: #638c71; color: #213b5a; background: #e1eee0; }.portal-sidebar .portal-navigation a:focus-visible { outline: 2px solid #315e40; outline-offset: 2px; }
.api-key-replacement-actions { display: grid; justify-items: start; }.api-key-replacement-actions .confirmation-check, .api-key-replacement-actions > span { width: 100%; }
@media (max-width: 760px) { .private-preview-page { padding-bottom: 80px; }.portal-shell { grid-template-columns: 1fr; gap: 18px; }.portal-sidebar { position: static; padding: 0; border: 0; background: transparent; box-shadow: none; }.portal-sidebar .portal-navigation { display: flex; flex-wrap: nowrap; gap: 6px; margin: 0; padding: 0 2px 4px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; }.portal-sidebar .portal-navigation a { flex: 0 0 auto; min-height: 36px; justify-content: center; padding: 6px 10px; border: 1px solid var(--line); border-bottom: 3px solid transparent; border-radius: 4px; text-align: center; font-size: 11px; line-height: 1.2; white-space: nowrap; }.portal-sidebar .portal-navigation a:hover, .portal-sidebar .portal-navigation a.is-active { border-left-color: var(--line); border-bottom-color: #638c71; } }
.account-closure { margin-top: 32px; padding: 20px; border: 1px solid #e3c2bc; background: #fff6f3; }.account-closure h2 { margin: 0; font-size: 20px; }.account-closure p { margin: 10px 0 18px; color: #6c514d; font-size: 13px; line-height: 1.7; }.account-closure-button { border-color: #b15e52; color: #8c3b33; }
.billing-history { padding-top: 22px; border-top: 1px solid var(--line); }.billing-history summary { color: #315e40; cursor: pointer; font-size: 14px; font-weight: 700; }.billing-history[open] summary { margin-bottom: 10px; }.payment-confirmation-dialog { max-width: 500px; }.payment-confirmation-credits { margin: 22px 0; color: #315e40 !important; font-size: 22px !important; }.payment-confirmation-credits strong { font-size: 40px; letter-spacing: -.06em; }
