:root{--ink:#1d1d1f;--muted:#6e6e73;--line:#d7d7dc;--soft:#f5f5f7;--paper:#fff;--hairline:#e8e8ed;--positive:#267b43;--danger:#b3261e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html,body{background:var(--paper);min-height:100%;color:var(--ink);margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}.brand{color:var(--ink);letter-spacing:-.04em;align-items:center;gap:9px;font-size:17px;font-weight:720;display:flex}.brand i{border-left:5px solid var(--ink);border-right:5px solid var(--ink);width:17px;height:22px;position:relative}.brand i:after{content:"";background:var(--ink);width:3px;height:22px;position:absolute;left:5px}.eyebrow{color:#525258;letter-spacing:.08em;font-size:10px;font-weight:730}.primary-button,.secondary-button,.danger-button,.destructive-button,.social-button{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 19px;font-size:12px;font-weight:650;transition:background-color .16s,color .16s,border-color .16s;display:inline-flex}.primary-button{background:var(--ink);color:#fff}.primary-button:hover:not(:disabled){background:#000}.secondary-button{color:var(--ink);border-color:var(--ink);background:0 0}.secondary-button:hover:not(:disabled){background:var(--ink);color:#fff}.social-button{background:var(--paper);color:var(--ink);border-color:var(--line)}.social-button:hover:not(:disabled){background:var(--soft);border-color:#b9b9c0}.danger-button{color:var(--danger);background:0 0;border-color:#e2c0bd}.danger-button:hover:not(:disabled){background:var(--danger);color:#fff;border-color:var(--danger)}.destructive-button{background:var(--danger);color:#fff}.destructive-button:hover:not(:disabled){background:#94201a}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled,.destructive-button:disabled,.social-button:disabled{opacity:.4;cursor:not-allowed}.text-button{color:#515154;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.text-button:hover{color:var(--ink)}.form label,.field-label{color:var(--ink);gap:8px;font-size:12px;font-weight:650;display:grid}.field{appearance:none;border:1px solid var(--line);background:var(--paper);width:100%;min-height:48px;color:var(--ink);letter-spacing:-.01em;border-radius:14px;outline:none;padding:0 16px;font-size:14px;transition:border-color .16s,box-shadow .16s}.field::placeholder{color:#a9a9af}.field:focus,.field:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px #1d1d1f14}.auth-page{background:var(--paper);grid-template-columns:minmax(22rem,1.05fr) minmax(28rem,.95fr);min-height:100vh;display:grid}.brand-panel{border-right:1px solid var(--hairline);background:radial-gradient(circle at 73% 28%, #edf5ff 0, transparent 42%), radial-gradient(circle at 22% 82%, #f6efff 0, transparent 38%), var(--paper);flex-direction:column;justify-content:space-between;min-height:100vh;padding:26px clamp(28px,4.5vw,72px) 40px;display:flex}.top-row{justify-content:space-between;align-items:center;gap:18px;display:flex}.brand-copy{max-width:34rem}.brand-copy h1{letter-spacing:-.065em;word-break:keep-all;margin:16px 0 26px;font-size:clamp(46px,5.4vw,78px);font-weight:620;line-height:.97}.brand-copy h1 span{display:block}.brand-copy>p:last-child{max-width:30rem;color:var(--muted);letter-spacing:-.02em;word-break:keep-all;margin:0;font-size:17px;line-height:1.55}.brand-foot{color:#8a8a90;letter-spacing:.02em;margin:0;font:600 10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.form-panel{background:var(--soft);justify-content:center;align-items:center;padding:40px 24px;display:flex}.form-card{-webkit-backdrop-filter:saturate(180%)blur(32px);backdrop-filter:saturate(180%)blur(32px);background:#ffffffde;border:1px solid #fff;border-radius:30px;width:100%;max-width:27rem;padding:clamp(28px,4vw,44px);box-shadow:0 40px 110px #52647f1f,inset 0 0 0 1px #1d1d1f0d}.form-card h2{letter-spacing:-.05em;word-break:keep-all;margin:14px 0 0;font-size:34px;font-weight:620;line-height:1.05}.description{color:var(--muted);word-break:keep-all;margin:12px 0 28px;font-size:14px;line-height:1.6}.auth-form{gap:16px;display:grid}.auth-form .primary-button{margin-top:6px}.form-error{color:var(--danger);margin:0;font-size:12px;font-weight:600}.form-links{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:14px;margin-top:22px;padding-top:20px;font-size:12px;display:flex}.form-links a{color:var(--ink);font-weight:620}.form-links a:hover{text-underline-offset:3px;text-decoration:underline}.form-links.single{justify-content:flex-start;gap:6px}.notice{border:1px solid var(--line);background:var(--soft);color:#4c4c52;word-break:keep-all;border-radius:16px;margin-bottom:20px;padding:18px;font-size:13px;line-height:1.65}.form-card .secondary-button{width:100%}.loading-page{min-height:100vh;color:var(--muted);place-items:center;font-size:13px;display:grid}html[lang=ko] .brand-copy h1{letter-spacing:-.02em;line-height:1.04}html[lang=ko] .form-card h2{letter-spacing:-.018em;line-height:1.16}html[lang=ko] .brand-copy>p:last-child{letter-spacing:0;line-height:1.65}@media (max-width:800px){.auth-page{grid-template-columns:1fr}.brand-panel{border-right:0;border-bottom:1px solid var(--hairline);min-height:auto;padding:16px 20px}.brand-copy,.brand-foot{display:none}.form-panel{align-items:start;min-height:calc(100vh - 58px);padding:28px 18px}.form-card{border-radius:24px;padding:28px 24px;box-shadow:0 24px 60px #52647f14,inset 0 0 0 1px #1d1d1f0d}.form-card h2{font-size:30px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.app-page{min-height:100vh}.app-header{z-index:5;border-bottom:1px solid var(--hairline);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffde;justify-content:space-between;align-items:center;gap:20px;height:58px;padding:0 4.5vw;display:flex;position:sticky;top:0}.header-actions{align-items:center;gap:20px;display:flex}.app-content{width:min(1180px,100% - 3rem);margin:clamp(56px,8vw,96px) auto clamp(80px,10vw,130px)}.app-content.narrow{width:min(62rem,100% - 3rem)}.app-content h1{letter-spacing:-.064em;word-break:keep-all;margin:14px 0 16px;font-size:clamp(44px,5.6vw,76px);font-weight:620;line-height:.97}.app-lead{max-width:46rem;color:var(--muted);letter-spacing:-.02em;word-break:keep-all;margin:0;font-size:17px;line-height:1.55}html[lang=ko] .app-content h1{letter-spacing:-.02em;line-height:1.04}html[lang=ko] .app-lead{letter-spacing:0;line-height:1.65}.back-link{color:var(--muted);margin-bottom:26px;font-size:12px;font-weight:620;display:inline-block}.back-link:hover{color:var(--ink)}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-top:clamp(56px,7vw,88px);display:flex}.section-heading h2{letter-spacing:-.05em;word-break:keep-all;margin:0;font-size:clamp(30px,3.4vw,44px);font-weight:620;line-height:1.02}.section-heading p{max-width:34rem;color:var(--muted);word-break:keep-all;margin:10px 0 0;font-size:14px;line-height:1.55}html[lang=ko] .section-heading h2{letter-spacing:-.018em;line-height:1.14}.card{border:1px solid var(--line);background:var(--paper);border-radius:24px;margin-top:20px;padding:clamp(24px,3.2vw,32px)}.notice{border:1px solid var(--line);background:var(--soft);color:var(--muted);word-break:keep-all;border-radius:20px;margin-top:20px;padding:20px 24px;font-size:13px;line-height:1.6}.notice.error{color:var(--danger);background:#fdf5f4;border-color:#e2c0bd}.notice.warning{color:#4c4c52;background:#fdf8ee;border-color:#e6d5b4}.notice strong{color:var(--ink);letter-spacing:-.03em;font-size:15px;font-weight:650}.notice p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.55}.notice.with-action{justify-content:space-between;align-items:center;gap:20px;display:flex}.notice.with-action>:is(button,a){flex:none}.row-list{border:1px solid var(--line);background:var(--paper);border-radius:20px;margin-top:22px;overflow:hidden}.row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex}.row:first-child{border-top:0}.row strong{letter-spacing:-.03em;font-size:15px;font-weight:620}.row p{color:var(--muted);word-break:keep-all;margin:8px 0 0;font-size:13px;line-height:1.55}.row code{color:#5f5f65;overflow-wrap:anywhere;font:500 12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;display:block}.row-empty{color:var(--muted);margin:0;padding:22px 24px;font-size:13px}.row-actions{flex:none;gap:10px;display:flex}.row-actions button,.row>button{min-height:40px;padding:0 16px}.select-field{gap:8px;display:grid;position:relative}.select-label{color:var(--ink);font-size:12px;font-weight:650}.select-trigger{border:1px solid var(--line);background:var(--paper);width:100%;min-height:48px;color:var(--ink);cursor:pointer;letter-spacing:-.01em;text-align:left;border-radius:14px;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:0 17px;font-size:14px;transition:border-color .16s,box-shadow .16s;display:flex}.select-trigger:hover:not(:disabled){border-color:#b9b9c0}.select-trigger:disabled{opacity:.4;cursor:not-allowed}.select-trigger:focus-visible,.select-trigger[aria-expanded=true]{border-color:var(--ink);box-shadow:0 0 0 3px #1d1d1f14}.select-chevron{fill:none;width:10px;height:6px;stroke:var(--ink);stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;flex:none;transition:transform .16s}.select-trigger[aria-expanded=true] .select-chevron{transform:rotate(180deg)}.menu{z-index:30;-webkit-backdrop-filter:saturate(180%)blur(28px);backdrop-filter:saturate(180%)blur(28px);background:#ffffffeb;border:1px solid #fff;border-radius:16px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 20px 50px #52647f2b,inset 0 0 0 1px #1d1d1f0f}.menu.align-right{min-width:13rem;left:auto;right:0}.menu-option{min-height:40px;color:var(--ink);cursor:pointer;letter-spacing:-.01em;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-size:14px;display:flex}.menu-option[data-active=true]{background:var(--soft)}.menu-option[aria-selected=true],.menu-option[aria-current=true]{font-weight:650}.menu-option small{color:var(--muted);font-size:12px;font-weight:400}.menu-label{align-items:baseline;gap:8px;display:flex}.menu-check{fill:none;width:12px;height:10px;stroke:var(--ink);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;opacity:0;flex:none}.menu-option[aria-selected=true] .menu-check,.menu-option[aria-current=true] .menu-check{opacity:1}.language-menu{position:relative}.language-trigger{color:#515154;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:7px;min-height:32px;padding:0 8px;font-size:12px;font-weight:600;transition:background-color .16s,color .16s;display:flex}.language-trigger:hover,.language-trigger[aria-expanded=true]{background:var(--soft);color:var(--ink)}.language-globe{fill:none;stroke:currentColor;stroke-width:1.5px;flex:none;width:14px;height:14px}.language-trigger .select-chevron{stroke:currentColor;stroke-width:1.6px;width:9px;height:5.5px}.language-trigger[aria-expanded=true] .select-chevron{transform:rotate(180deg)}.dialog-backdrop{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f5f7b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dialog-panel{background:#fffffff2;border:1px solid #fff;border-radius:26px;outline:none;width:100%;max-width:25rem;padding:clamp(26px,4vw,32px);box-shadow:0 40px 110px #52647f2e,inset 0 0 0 1px #1d1d1f0d}.dialog-panel.wide{max-width:38rem}.dialog-panel h2{letter-spacing:-.04em;word-break:keep-all;margin:0;font-size:22px;font-weight:620;line-height:1.2}.dialog-panel .eyebrow+h2{margin-top:12px}.dialog-description{color:var(--muted);word-break:keep-all;margin:12px 0 0;font-size:14px;line-height:1.6}.dialog-actions{justify-content:flex-end;gap:10px;margin-top:26px;display:flex}@media (max-width:520px){.dialog-actions{flex-direction:column-reverse}.dialog-actions button{width:100%}}@media (max-width:800px){.app-header{padding:0 20px}.notice.with-action,.row{flex-direction:column;align-items:stretch}.row-actions{align-self:stretch}.row-actions button,.row>button{flex:1;width:100%}.app-content,.app-content.narrow{width:calc(100% - 2.5rem)}.section-heading{flex-direction:column;align-items:stretch}}
.project-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr));gap:16px;margin-top:24px;display:grid}.project-card{background:var(--soft);min-height:168px;color:inherit;border-radius:24px;flex-direction:column;padding:24px 26px;transition:background-color .16s,transform .16s,box-shadow .16s;display:flex}.project-card:hover,.project-card:focus-visible{background:#eeeef1;outline:none;transform:translateY(-2px);box-shadow:0 18px 40px #52647f14}.project-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.environment-badge{color:#55555b;letter-spacing:.07em;text-transform:uppercase;background:#fff;border-radius:999px;padding:6px 11px;font-size:9px;font-weight:730}.environment-badge.development{color:var(--positive);background:#eef8f1}.environment-badge.production{color:#a2541c;background:#fdf1e8}.project-status{color:#8a8a90;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700}.project-card h3{letter-spacing:-.035em;word-break:keep-all;margin:auto 0 8px;font-size:24px;font-weight:620;line-height:1.1}.project-card code{color:#77777d;overflow-wrap:anywhere;font:500 10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;display:block}.project-form{grid-template-columns:minmax(0,2fr) minmax(10rem,1fr) auto;align-items:end;gap:16px 20px;display:grid}.project-form h3,.project-form .form-error{grid-column:1/-1}.project-form h3,.key-form h3{letter-spacing:-.03em;margin:0;font-size:18px;font-weight:660}.project-form .primary-button,.topup-form .primary-button,.security-form .primary-button{min-height:48px;margin:0}.project-grid+.card{margin-top:16px}.topup-form{grid-template-columns:minmax(12rem,.7fr) minmax(15rem,1.3fr) auto;align-items:end;gap:16px 20px;display:grid}.money-input{align-items:center;padding:0;display:flex}.money-input>span{color:#8a8a90;padding-left:16px;font-size:14px;font-weight:650}.money-input input{appearance:none;width:100%;min-height:46px;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;padding:0 16px 0 6px;font-size:14px}.topup-copy{align-content:center;gap:6px;min-height:48px;display:grid}.topup-copy strong{letter-spacing:-.02em;font-size:14px}.topup-copy span{color:var(--muted);overflow-wrap:anywhere;font-size:11px;line-height:1.45}.topup-form .form-error{grid-column:1/-1}.usage-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.usage-grid article{background:var(--soft);border-radius:20px;align-content:start;gap:10px;padding:22px 24px;display:grid}.usage-grid span{color:var(--muted);font-size:11px;font-weight:650}.usage-grid strong{letter-spacing:-.045em;font-variant-numeric:tabular-nums;font-size:clamp(22px,2.2vw,30px);font-weight:620;line-height:1.05}.usage-list-heading{margin-top:clamp(48px,6vw,72px)}.usage-account-context{color:#8a8a90;overflow-wrap:anywhere;margin:10px 0 0;font:500 11px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.usage-filters{border:1px solid var(--line);background:var(--paper);border-radius:20px;grid-template-columns:repeat(2,minmax(12rem,1fr));align-items:end;gap:16px 20px;margin-top:22px;padding:22px 24px;display:grid}.usage-filter-help{color:var(--muted);grid-column:1/-1;margin:0;font-size:12px}.usage-table-wrap{border:1px solid var(--line);background:var(--paper);border-radius:20px;width:100%;margin-top:18px;overflow-x:auto}.usage-table{border-collapse:collapse;width:100%;min-width:48rem;font-size:13px}.usage-table th,.usage-table td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:16px 22px}.usage-table th{color:#77777d;letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:730}.usage-table tbody tr:last-child td{border-bottom:0}.usage-table code{color:#5f5f65;font:500 12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.usage-table td:last-child{font-variant-numeric:tabular-nums}.usage-state{background:var(--soft);color:#77777d;letter-spacing:.07em;text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:730;display:inline-flex}.usage-state.settled{color:var(--positive);background:#eef8f1}.project-id{color:#77777d;overflow-wrap:anywhere;font:500 11px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;display:block}.key-title{align-items:center;gap:10px;margin-bottom:8px;display:flex}.key-status{background:var(--soft);color:#77777d;letter-spacing:.07em;text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:730}.key-status.active{color:var(--positive);background:#eef8f1}.project-grid .notice{margin:0}.key-form{gap:18px;display:grid}.key-form fieldset{border:1px solid var(--line);border-radius:14px;flex-wrap:wrap;gap:12px 20px;margin:0;padding:18px;display:flex}.key-form legend{color:#525258;letter-spacing:.08em;text-transform:uppercase;padding:0 6px;font-size:10px;font-weight:730}.key-form .primary-button{justify-self:start}label.scope-option{color:#4c4c52;align-items:center;gap:8px;font:500 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}.scope-option input{accent-color:var(--ink)}.secret-value{border:1px solid var(--line);background:var(--soft);color:var(--ink);overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;border-radius:16px;margin:24px 0 0;padding:18px 20px;font:500 13px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;display:block}@media (max-width:800px){.project-form,.topup-form{grid-template-columns:1fr}.usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-filters{grid-template-columns:1fr}.project-form h3,.project-form .form-error,.topup-form .form-error{grid-column:auto}.project-form .primary-button,.topup-form .primary-button{justify-self:stretch}}
.auth-methods{gap:10px;display:grid}.social-button{width:100%}.auth-divider{color:#8a8a90;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:14px;margin:26px 0;font-size:10px;font-weight:730;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}button:focus-visible,a:focus-visible,input[type=checkbox]:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.method-list{flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;display:flex}.method-list button{min-height:40px;padding:0 16px}.method-pill{background:var(--soft);color:#55555b;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:650}.security-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px 20px;display:grid}@media (max-width:720px){.app-header{height:auto;min-height:58px;padding-block:12px}.header-actions{gap:14px}.security-form{grid-template-columns:1fr}}
