:root{--bg:#f9f9f9;--surface:#fff;--surface-2:#f8fafc;--surface-3:#fcfcfd;--text:#0f0f0f;--muted:#606060;--border:#e5e7eb;--accent:#7c3aed;--accent-weak:rgba(124,58,237,.1);--accent-border:rgba(124,58,237,.22);--accent-strong:#111827;--accent-strong-contrast:#fff;--hover-bg:rgba(0,0,0,.05);--table-head-bg:rgba(0,0,0,.02);--table-row-hover:rgba(0,0,0,.02);--progress-bg:rgba(0,0,0,.08);--progress-fill:rgba(0,0,0,.55);--dim-bg:rgba(0,0,0,.25);--success-text:#166534;--success-bg:rgba(34,197,94,.1);--success-border:rgba(22,163,74,.35);--danger-text:#991b1b;--danger-bg:#fff7f7;--danger-border:#fecaca;--danger-weak-text:#7f1d1d;--warning-text:#92400e;--warning-bg:rgba(251,191,36,.2);--warning-border:rgba(217,119,6,.24);--topbar-h:56px;--sidebar-w:240px}:root[data-theme=dark]{--bg:#0b1220;--surface:#111b2e;--surface-2:#162238;--surface-3:#1a2942;--text:#e6edf5;--muted:#9fb0c8;--border:#24324d;--accent:#60a5fa;--accent-weak:rgba(96,165,250,.18);--accent-border:rgba(96,165,250,.34);--accent-strong:#60a5fa;--accent-strong-contrast:#08111f;--hover-bg:hsla(0,0%,100%,.07);--table-head-bg:hsla(0,0%,100%,.05);--table-row-hover:hsla(0,0%,100%,.04);--progress-bg:hsla(0,0%,100%,.14);--progress-fill:rgba(147,197,253,.85);--dim-bg:rgba(2,6,23,.55);--success-text:#86efac;--success-bg:rgba(34,197,94,.16);--success-border:rgba(74,222,128,.32);--danger-text:#fca5a5;--danger-bg:rgba(127,29,29,.24);--danger-border:hsla(0,91%,71%,.28);--danger-weak-text:#fecaca;--warning-text:#fcd34d;--warning-bg:rgba(217,119,6,.2);--warning-border:rgba(251,191,36,.28)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#__next{min-height:100%}#__next,body{background:var(--bg)}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple SD Gothic Neo,Noto Sans KR,sans-serif;color:var(--text)}button,input,select,textarea{font:inherit;color:inherit}.yv-app{min-height:100vh;background:var(--bg)}.yv-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:var(--topbar-h);padding:0 14px;background:var(--surface);border-bottom:1px solid var(--border)}.yv-topbar,.yv-topbar-left{display:flex;gap:12px;align-items:center}.yv-topbar-center{flex:1 1 auto;min-width:0}.yv-topbar-right{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;flex:0 0 auto}.yv-topbar-right .yv-btn{flex:0 0 auto;white-space:nowrap}.yv-topbar-right .yv-chip{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.yv-credit-badge{justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(124,58,237,.22);background:rgba(124,58,237,.1);color:var(--text);font-weight:800}.yv-cost-badge,.yv-credit-badge{display:inline-flex;align-items:center;font-size:13px;white-space:nowrap}.yv-cost-badge{gap:8px;margin-top:10px;padding:9px 14px;border-radius:999px;border:1px solid var(--warning-border);background:linear-gradient(180deg,var(--warning-bg),rgba(245,158,11,.14));color:var(--warning-text);font-weight:900;letter-spacing:-.01em}.yv-body{position:relative;min-height:calc(100vh - var(--topbar-h))}.yv-sidebar{position:fixed;top:var(--topbar-h);left:0;width:var(--sidebar-w);height:calc(100vh - var(--topbar-h));padding:12px;background:var(--surface);border-right:1px solid var(--border);transform:translateX(-100%);transition:transform .18s ease;z-index:60}.yv-sidebar-open .yv-sidebar{transform:translateX(0)}.yv-sidebar-dim{position:fixed;top:var(--topbar-h);left:0;width:100vw;height:calc(100vh - var(--topbar-h));background:var(--dim-bg);z-index:55}.yv-main{padding:18px}.yv-container{max-width:1200px;width:100%;margin:0 auto}.yv-nav{display:grid;grid-gap:6px;gap:6px}.yv-navitem{display:flex;gap:12px;align-items:center;padding:9px 10px;border-radius:14px;text-decoration:none;color:rgba(15,23,42,.86);background:hsla(0,0%,100%,0);border:1px solid transparent;transition:background-color .16s ease,border-color .16s ease,transform .16s ease,color .16s ease}.yv-navitem:hover{background:rgba(15,23,42,.045);border-color:rgba(15,23,42,.06);transform:translateX(2px)}.yv-navitem.active{background:linear-gradient(180deg,rgba(124,58,237,.12),rgba(124,58,237,.07));border-color:rgba(124,58,237,.18);color:var(--text);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4)}.yv-navicon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:rgba(15,23,42,.62);flex:0 0 22px;transition:color .16s ease,transform .16s ease}.yv-navicon svg{width:17px;height:17px}.yv-navitem.active .yv-navicon,.yv-navitem:hover .yv-navicon{color:var(--text)}.yv-navitem.active .yv-navicon,.yv-navitem:hover .yv-navicon{transform:translateX(1px)}.yv-navlabel{font-weight:600;letter-spacing:-.01em}.yv-sidebar-footer{margin-top:18px;padding-top:12px}.yv-footer,.yv-sidebar-footer{border-top:1px solid var(--border)}.yv-footer{margin-top:40px;padding:20px 0 28px;display:grid;grid-gap:8px;gap:8px}.yv-footer-brand{font-size:.95rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.yv-footer-links{display:flex;flex-wrap:wrap;gap:14px}.yv-footer-links a{color:var(--muted);text-decoration:none;font-size:.84rem}.yv-footer-links a:hover{color:var(--text)}.yv-footer-copy{color:var(--muted);font-size:.8rem}.yv-legal-page{max-width:760px;margin-top:8px;padding:18px 20px 22px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,var(--surface),var(--surface-2));box-shadow:0 10px 30px rgba(15,23,42,.05)}.yv-legal-page h1{margin:0 0 14px;font-size:clamp(1.7rem,3vw,2.1rem);letter-spacing:-.03em;color:var(--text)}.yv-legal-meta{margin:-4px 0 16px;color:var(--muted);font-size:.9rem}.yv-legal-block{margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.yv-legal-block h2{margin:0 0 10px;font-size:1.02rem;letter-spacing:-.02em;color:var(--text)}.yv-legal-page p{margin:0 0 12px;color:var(--muted);line-height:1.7}.yv-legal-page ul{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px;color:var(--text);line-height:1.65}.yv-muted{line-height:1.4}.yv-mini,.yv-muted{color:var(--muted);font-size:12px}.yv-logo{text-decoration:none;color:var(--text);font-weight:900;letter-spacing:.2px;font-size:18px}.yv-logo-purple{color:var(--accent)}.yv-iconbtn{background:transparent;color:var(--text);border:1px solid var(--border);border-radius:10px;padding:6px 10px;cursor:pointer}.yv-iconbtn:hover{background:var(--hover-bg)}.yv-btn{text-decoration:none;color:var(--text);border:1px solid var(--border);background:var(--surface);padding:8px 12px;border-radius:12px;font-weight:700}.yv-btn:hover{background:var(--hover-bg)}.yv-search{width:100%;max-width:720px;height:38px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:0 14px;outline:none}.yv-search::placeholder{color:var(--muted)}.yv-search:focus{border-color:rgba(124,58,237,.8)}.yv-h1{font-size:22px;font-weight:900;margin:0 0 12px}.yv-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.yv-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.yv-hr{margin:14px 0;border:none;border-top:1px solid var(--border)}.yv-form{display:grid;grid-gap:12px;gap:12px}.yv-formrow{display:grid;grid-template-columns:140px 1fr;grid-gap:10px;gap:10px;align-items:center}@media (max-width:820px){.yv-formrow{grid-template-columns:1fr;gap:6px}}.yv-label{font-size:13px;font-weight:700;color:var(--text)}.yv-help{font-size:12px;color:var(--muted);line-height:1.4}.yv-input{width:100%;height:38px;padding:0 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);outline:none}.yv-input::placeholder{color:var(--muted)}.yv-input:focus{border-color:rgba(124,58,237,.55);box-shadow:0 0 0 4px rgba(124,58,237,.12)}.yv-actions{display:flex;gap:10px;flex-wrap:wrap}.yv-btn-primary{background:var(--accent-weak);border-color:var(--accent-border)}.yv-btn-primary:hover{background:rgba(124,58,237,.16)}.yv-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:1100px){.yv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.yv-grid{grid-template-columns:1fr}}.yv-card-pad{padding:16px}.yv-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.yv-select{height:38px;padding:0 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);outline:none}.yv-select:focus{border-color:rgba(124,58,237,.55);box-shadow:0 0 0 4px rgba(124,58,237,.12)}.yv-btn-danger{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger-text)}.yv-btn-danger:hover{filter:brightness(.98)}.yv-table th{text-align:left;font-weight:800;background:var(--table-head-bg);color:var(--text)}.yv-table td,.yv-table th{padding:10px;border-bottom:1px solid var(--border)}.yv-table td{vertical-align:top}.yv-table tbody tr:hover{background:var(--table-row-hover)}.yv-progress{background:var(--progress-bg);height:10px;border-radius:999px;overflow:hidden}.yv-progress>div{height:100%;background:var(--progress-fill);transition:width .6s ease}.yv-progress.done>div{background:rgba(34,197,94,.9)}.yv-btn,.yv-topbar a,.yv-topbar button{white-space:nowrap;word-break:keep-all}.yv-stickybar{position:-webkit-sticky;position:sticky;top:calc(var(--topbar-h) + 10px);z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:12px;box-shadow:0 6px 18px rgba(0,0,0,.06)}.yv-table{width:100%;border-collapse:collapse}.yv-th{text-align:left;font-weight:800;color:var(--muted);background:var(--table-head-bg)}.yv-td,.yv-th{border-bottom:1px solid var(--border);padding:10px}.yv-td{vertical-align:middle}.yv-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.yv-page{max-width:980px;margin:0 auto;padding:16px}.yv-page-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.yv-section-title{font-weight:900;font-size:18px;margin:0}.yv-subtitle{margin-top:6px;color:var(--muted);font-size:13px;line-height:1.6}.yv-pagehead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:6px 0 12px}.yv-kv{background:var(--table-head-bg);padding:10px 12px;border-radius:12px}.yv-kv-label{font-weight:900}.yv-kv-code{padding:4px 8px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.yv-theme-toggle{position:fixed;right:14px;bottom:14px;z-index:120;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.16)}.yv-theme-toggle:hover{background:var(--hover-bg)}