/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@font-face{font-family:Pretendard Variable;font-weight:45 920;font-style:normal;font-display:swap;src:url(/_next/static/media/PretendardVariable.ff840cfe.woff2)format("woff2-variations")}:root{--doraft-canvas:#fff;--doraft-surface:#f7f9fd;--doraft-text:#172b4d;--doraft-muted:#52627a;--doraft-accent:#1d4ed8;--doraft-accent-hover:#1e40af;--doraft-line:#e4e9ee;--doraft-danger:#b42318;--doraft-radius:6px;--doraft-control-height:2.75rem;--doraft-control-small-height:2.75rem;--doraft-control-large-height:3rem;--doraft-control-padding:.75rem;--doraft-menu-item-height:2.75rem;--doraft-shadow:0 12px 32px #172b4d24;color:var(--doraft-text);font-family:Pretendard Variable,Apple SD Gothic Neo,system-ui,sans-serif}*{box-sizing:border-box}button,input{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--doraft-accent)}@supports (color:color-mix(in lab,red,red)){a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid color-mix(in srgb,var(--doraft-accent) 35%,transparent)}}a:focus-visible,button:focus-visible,input:focus-visible{outline-offset:2px}.doraft-button{min-height:var(--doraft-control-height);border-radius:var(--doraft-radius);padding:0 var(--doraft-control-padding);border:1px solid #0000;justify-content:center;align-items:center;gap:6px;font-size:14px;font-weight:650;line-height:1;transition:background-color .15s,border-color .15s;display:inline-flex}.doraft-button--sm{min-height:var(--doraft-control-small-height);padding:0 8px;font-size:13px}.doraft-button--lg{min-height:var(--doraft-control-large-height);padding:0 16px}.doraft-button--primary{color:#fff;background:var(--doraft-accent)}.doraft-button--primary:hover:not(:disabled){background:var(--doraft-accent-hover)}.doraft-button--secondary{color:var(--doraft-text);border-color:var(--doraft-line);background:#fff}.doraft-button--ghost{color:var(--doraft-accent);background:0 0}.doraft-button--danger{color:#fff;background:var(--doraft-danger)}.doraft-button:disabled{opacity:.55;cursor:not-allowed}.doraft-spinner{animation:doraft-spin .8s linear infinite}@keyframes doraft-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.doraft-spinner{animation:none}.doraft-button{transition:none}}.doraft-field{gap:6px;display:grid}.doraft-field__label{font-size:14px;font-weight:650}.doraft-field__input{width:100%;min-height:var(--doraft-control-height);border:1px solid var(--doraft-line);color:var(--doraft-text);background:#fff;border-radius:6px;padding:0 10px}.doraft-field__input[aria-invalid=true]{border-color:var(--doraft-danger)}.doraft-field__error,.doraft-field__hint{color:var(--doraft-muted);font-size:13px}.doraft-field__error{color:var(--doraft-danger)}.doraft-menu{position:relative}.doraft-icon-button,.doraft-menu__trigger{min-height:var(--doraft-control-height);border:1px solid var(--doraft-line);color:var(--doraft-text);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-weight:650;display:inline-flex}.doraft-launcher__popover,.doraft-menu__popover{z-index:20;border:1px solid var(--doraft-line);min-width:216px;box-shadow:var(--doraft-shadow);background:#fff;border-radius:8px;padding:4px;position:absolute;top:calc(100% + 8px);left:0}.doraft-menu__item{width:100%;min-height:var(--doraft-menu-item-height);text-align:left;color:var(--doraft-text);background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:4px 8px;display:flex}.doraft-menu__item:hover:not(:disabled){background:var(--doraft-surface)}.doraft-menu__item:disabled{opacity:.5}.doraft-menu__item-icon{place-items:center;display:grid}.doraft-menu__copy{flex:1;gap:2px;display:grid}.doraft-menu__copy small{color:var(--doraft-muted);font-size:12px}.doraft-workspace-mark{color:#1d4ed8;background:#dbeafe;border-radius:6px;place-items:center;width:24px;height:24px;font-weight:750;display:grid}.doraft-dialog-backdrop{z-index:50;background:#172b4d6b;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.doraft-dialog{background:#fff;border-radius:12px;width:min(100%,560px);max-height:calc(100dvh - 32px);overflow:auto;box-shadow:0 24px 64px #10182347}.doraft-dialog__footer,.doraft-dialog__header{border-bottom:1px solid var(--doraft-line);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.doraft-dialog__header h2{margin:0;font-size:18px}.doraft-dialog__footer{border-top:1px solid var(--doraft-line);border-bottom:0;justify-content:flex-end}.doraft-dialog__body{padding:20px}.doraft-icon-button{width:var(--doraft-control-height);justify-content:center;padding:0}.doraft-state{text-align:center;justify-items:center;gap:10px;max-width:480px;margin:48px auto;padding:24px;display:grid}.doraft-state__icon{width:44px;height:44px;color:var(--doraft-accent);background:#eff6ff;border-radius:12px;place-items:center;display:grid}.doraft-state h2,.doraft-state p{margin:0}.doraft-state p{color:var(--doraft-muted);line-height:1.6}.doraft-usage{gap:8px;display:grid}.doraft-usage__summary{font-size:14px;font-weight:600}.doraft-usage__track{background:#e9eef5;border-radius:999px;height:8px;overflow:hidden}.doraft-usage__track span{border-radius:inherit;background:var(--doraft-accent);height:100%;display:block}.doraft-usage__asof{color:var(--doraft-muted);margin:0;font-size:12px}.doraft-launcher{position:relative}.doraft-launcher__button{width:var(--doraft-control-height);height:var(--doraft-control-height);color:var(--doraft-accent);background:#eff6ff;border:0;border-radius:6px;place-items:center;display:grid}.doraft-launcher__heading{justify-content:space-between;padding:8px 8px 10px;font-size:13px;font-weight:700;display:flex}.doraft-launcher__heading a{color:var(--doraft-accent);text-decoration:none}.doraft-launcher__product{color:var(--doraft-text);border-radius:6px;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;padding:8px;text-decoration:none;display:grid}.doraft-launcher__product:hover{background:var(--doraft-surface)}.doraft-launcher__product-icon{width:32px;height:32px;color:var(--doraft-accent);background:#eff6ff;border-radius:6px;place-items:center;display:grid}.doraft-launcher__product small,.doraft-launcher__product strong{display:block}.doraft-launcher__product small{color:var(--doraft-muted);margin-top:3px;font-size:12px}.doraft-launcher__active{color:var(--doraft-accent)}.doraft-launcher__settings{border-top:1px solid var(--doraft-line);color:var(--doraft-muted);align-items:center;gap:8px;margin-top:6px;padding:12px 8px 6px;font-size:13px;text-decoration:none;display:flex}.doraft-app-header{border-bottom:1px solid var(--doraft-line);background:#fff;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:64px;padding:10px 20px;display:grid}.doraft-app-header__actions,.doraft-app-header__start{align-items:center;gap:12px;min-width:0;display:flex}.doraft-app-header__actions{justify-content:flex-end}.doraft-app-header__product{color:var(--doraft-text);white-space:nowrap;text-overflow:ellipsis;font-size:19px;font-weight:750;text-decoration:none;overflow:hidden}.doraft-app-header__search{min-width:min(40vw,600px)}@media (max-width:767px){.doraft-app-header{grid-template-columns:1fr auto;padding:8px 12px}.doraft-app-header__search{display:none}.doraft-app-header__product{font-size:17px}.doraft-app-header .doraft-menu__trigger>span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:96px;overflow:hidden}.doraft-dialog-backdrop{align-items:end;padding:0}.doraft-dialog{border-radius:16px 16px 0 0;width:100%;max-height:88dvh}.doraft-dialog__body,.doraft-dialog__footer,.doraft-dialog__header{padding-left:16px;padding-right:16px}}.doraft-button>svg,.doraft-menu__item-icon>svg{width:1rem;height:1rem}.doraft-app-header__actions .doraft-menu__popover{left:auto;right:0}.doraft-icon-button>svg,.doraft-launcher__button>svg{width:1.25rem;height:1.25rem}@media (min-width:1024px) and (pointer:fine){:root{--doraft-control-height:2.25rem;--doraft-control-small-height:2rem;--doraft-control-large-height:2.5rem;--doraft-control-padding:.75rem;--doraft-menu-item-height:2rem}.doraft-menu__trigger{gap:6px;padding:0 10px}.doraft-dialog__footer,.doraft-dialog__header{padding:12px 16px}.doraft-dialog__body{padding:16px}.doraft-launcher__product-icon>svg{width:1.125rem;height:1.125rem}.doraft-launcher__settings{padding:10px 8px 6px}.doraft-app-header{gap:16px;min-height:56px;padding:8px 16px}.doraft-app-header__actions,.doraft-app-header__start{gap:8px}body[data-doraft-density=compact]{--doraft-control-height:2rem;--doraft-control-small-height:1.75rem;--doraft-control-large-height:2.25rem;--doraft-control-padding:.5rem;--doraft-menu-item-height:2rem}body[data-doraft-density=compact] .doraft-button{font-weight:600}body[data-doraft-density=compact] .doraft-button--lg{padding:0 12px}body[data-doraft-density=compact] .doraft-button--ghost,body[data-doraft-density=compact] .doraft-button--secondary,body[data-doraft-density=compact] .doraft-menu__item,body[data-doraft-density=compact] .doraft-menu__trigger{font-weight:500}body[data-doraft-density=compact] .doraft-button--danger,body[data-doraft-density=compact] .doraft-button--primary,body[data-doraft-density=compact] .doraft-menu__item[aria-checked=true]{font-weight:600}body[data-doraft-density=compact] .doraft-field__input,body[data-doraft-density=compact] .doraft-menu__item,body[data-doraft-density=compact] .doraft-menu__trigger{font-size:14px}body[data-doraft-density=compact] .doraft-menu__trigger{gap:6px;padding:0 8px}body[data-doraft-density=compact] .doraft-menu__trigger>svg:last-child{width:.75rem;height:.75rem}body[data-doraft-density=compact] .doraft-icon-button>svg,body[data-doraft-density=compact] .doraft-launcher__button>svg,body[data-doraft-density=compact] .doraft-menu__item>svg{width:1rem;height:1rem}body[data-doraft-density=compact] .doraft-dialog .doraft-icon-button{width:var(--doraft-control-small-height);min-height:var(--doraft-control-small-height)}body[data-doraft-density=compact] .doraft-dialog__footer,body[data-doraft-density=compact] .doraft-dialog__header{padding:12px 16px}body[data-doraft-density=compact] .doraft-dialog__body{padding:16px}body[data-doraft-density=compact] .doraft-launcher__settings{padding:10px 8px 6px}body[data-doraft-density=compact] .doraft-app-header{gap:8px;min-height:56px;padding:8px 16px}body[data-doraft-density=compact] .doraft-app-header__actions,body[data-doraft-density=compact] .doraft-app-header__start{gap:8px}body[data-doraft-density=compact] .doraft-dialog .select-field select,body[data-doraft-density=compact] .doraft-dialog select{height:var(--doraft-control-height);min-height:var(--doraft-control-height);padding:0 34px 0 10px}}.doraft-dialog .select-field select,.doraft-dialog select{appearance:none;min-height:var(--doraft-control-height);border:1px solid var(--doraft-line);color:var(--doraft-text);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2352627a' stroke-width='1.5' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border-radius:6px;padding:6px 34px 6px 10px;font-size:.875rem;line-height:1.4}.doraft-dialog select:focus-visible{outline:3px solid var(--doraft-accent)}@supports (color:color-mix(in lab,red,red)){.doraft-dialog select:focus-visible{outline:3px solid color-mix(in srgb,var(--doraft-accent) 35%,transparent)}}.doraft-dialog select:focus-visible{outline-offset:2px}.doraft-workspace-order__hint{color:var(--doraft-muted);margin:0 0 12px;font-size:14px;line-height:1.5}.doraft-workspace-order__error{color:var(--doraft-danger);margin:0 0 12px;font-size:14px;line-height:1.5}.doraft-workspace-order{gap:8px;margin:0;padding:0;list-style:none;display:grid}.doraft-workspace-order li{min-height:var(--doraft-control-height);border:1px solid var(--doraft-line);border-radius:var(--doraft-radius);background:#fff;align-items:center;gap:12px;padding:6px 8px 6px 12px;display:flex}.doraft-workspace-order li[draggable=true]{cursor:grab}.doraft-workspace-order li[draggable=true]:active{cursor:grabbing}.doraft-workspace-order__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.doraft-workspace-order__actions{gap:4px;display:flex}.doraft-workspace-order__actions button{min-height:var(--doraft-control-small-height);border:1px solid var(--doraft-line);border-radius:var(--doraft-radius);color:var(--doraft-text);background:#fff;padding:0 8px;font-size:13px}.doraft-workspace-order__actions button:hover:not(:disabled){background:var(--doraft-surface)}.doraft-workspace-order__actions button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:767px),(pointer:coarse){.doraft-workspace-order__actions{--doraft-control-small-height:2.75rem}.doraft-workspace-order__actions button{min-width:var(--doraft-control-small-height);min-height:var(--doraft-control-small-height)}}body[data-doraft-density=compact]{--doraft-control-height:2rem;--doraft-control-small-height:1.75rem;--doraft-control-large-height:2.25rem;--doraft-control-padding:.5rem;--doraft-menu-item-height:2rem}body[data-doraft-density=compact] .doraft-button{font-weight:600}body[data-doraft-density=compact] .doraft-button--lg{padding:0 12px}body[data-doraft-density=compact] .doraft-button--ghost,body[data-doraft-density=compact] .doraft-button--secondary,body[data-doraft-density=compact] .doraft-menu__item,body[data-doraft-density=compact] .doraft-menu__trigger{font-weight:500}body[data-doraft-density=compact] .doraft-button--danger,body[data-doraft-density=compact] .doraft-button--primary,body[data-doraft-density=compact] .doraft-menu__item[aria-checked=true]{font-weight:600}body[data-doraft-density=compact] .doraft-field__input,body[data-doraft-density=compact] .doraft-menu__item,body[data-doraft-density=compact] .doraft-menu__trigger{font-size:14px}body[data-doraft-density=compact] .doraft-menu__trigger{gap:6px;padding:0 8px}body[data-doraft-density=compact] .doraft-menu__trigger>svg:last-child{width:.75rem;height:.75rem}body[data-doraft-density=compact] .doraft-icon-button>svg,body[data-doraft-density=compact] .doraft-launcher__button>svg,body[data-doraft-density=compact] .doraft-menu__item>svg{width:1rem;height:1rem}body[data-doraft-density=compact] .doraft-dialog .doraft-icon-button{width:var(--doraft-control-small-height);min-height:var(--doraft-control-small-height)}body[data-doraft-density=compact] .doraft-dialog .select-field select,body[data-doraft-density=compact] .doraft-dialog select{height:var(--doraft-control-height);min-height:var(--doraft-control-height);padding:0 34px 0 10px}body{margin:0;background:#fff;color:#172b4d}.site-shell{min-height:100dvh}.site-nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px clamp(20px,5vw,80px);border-bottom:1px solid #e4e9ee;background:rgba(255,255,255,.92);backdrop-filter:blur(12px)}.site-brand{color:#172b4d;font-size:20px;font-weight:800;letter-spacing:-.04em;text-decoration:none}.site-brand-icon{display:inline-grid;place-items:center;width:28px;height:28px;margin-right:8px;border-radius:8px;background:#1d4ed8;color:#fff;vertical-align:middle}.site-links{display:flex;gap:22px;align-items:center}.site-links a{color:#52627a;font-size:14px;font-weight:600;text-decoration:none}.site-links a:hover{color:#1d4ed8}.site-main{width:min(1120px,calc(100% - 40px));margin:auto}.hero{display:grid;grid-template-columns:1fr;gap:40px;padding:80px 0 64px}.eyebrow{margin:0 0 16px;color:#1d4ed8;font-size:14px;font-weight:750}.article h1,.hero h1{max-width:760px;margin:0;letter-spacing:-.055em;font-size:clamp(40px,7vw,72px);line-height:1.08}.hero p{max-width:620px;margin:24px 0 0;color:#52627a;font-size:clamp(17px,2vw,20px);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;border:1px solid #e4e9ee;border-radius:16px;background:#f7f9fd}.visual-card{min-height:140px;padding:20px;border:1px solid #e4e9ee;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(29,78,216,.06)}.visual-card:first-child{grid-column:span 2;background:linear-gradient(135deg,#eff6ff,#fff)}.visual-card strong{display:block;margin:12px 0 6px;font-size:17px}.visual-card p{margin:0;color:#52627a;font-size:14px;line-height:1.5}.visual-icon{color:#1d4ed8}.section{padding:64px 0;border-top:1px solid #e4e9ee}.section h2{max-width:680px;margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-.045em;line-height:1.15}.section-intro{max-width:650px;color:#52627a;line-height:1.65}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.feature{padding:24px;border:1px solid #e4e9ee;border-radius:12px;background:#fff}.feature svg{color:#1d4ed8}.feature h3{margin:16px 0 8px;font-size:18px}.feature p{margin:0;color:#52627a;line-height:1.6}.article{width:min(760px,100%);padding:64px 0 96px}.article h1{font-size:clamp(34px,5vw,54px)}.article h2{margin-top:42px;font-size:24px}.article li,.article p{color:#3b4b62;line-height:1.75}.article a{color:#1d4ed8}.policy-note{margin:28px 0;padding:16px;border-radius:8px;background:#eff6ff;color:#1e40af;font-weight:600}.policy-table{max-width:100%;margin:20px 0;overflow-x:auto;border:1px solid #e4e9ee;border-radius:8px}.policy-table:focus-visible{outline:3px solid color-mix(in srgb,#1d4ed8 35%,transparent);outline-offset:2px}.policy-table table{width:100%;min-width:680px;border-collapse:collapse;text-align:left}.policy-table td,.policy-table th{padding:12px;vertical-align:top;border-bottom:1px solid #e4e9ee;color:#3b4b62;font-size:14px;line-height:1.6}.policy-table th{background:#f7f9fd;color:#172b4d;font-weight:750}.policy-table tr:last-child td{border-bottom:0}.site-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:28px clamp(20px,5vw,80px);border-top:1px solid #e4e9ee;color:#52627a;font-size:13px}.site-footer nav{display:flex;gap:14px}.site-footer a{color:inherit;text-decoration:none}@media(max-width:767px){.site-links{display:none}.hero{padding-top:56px}.feature-grid,.hero-visual{grid-template-columns:1fr}.visual-card:first-child{grid-column:auto}}@media(min-width:1024px){.hero{grid-template-columns:1.05fr .95fr;align-items:center;padding:112px 0 92px}}