:root{font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,system-ui,sans-serif;color:#17261f;background:#f3f2eb;font-synthesis:none;--ink: #17261f;--green: #1e9b69;--green-dark: #14764e;--green-pale: #dff3e8;--coral: #ff765f;--cream: #f8f7f1;--line: #d8ddd5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.page-shell{min-height:100vh;overflow:hidden}.topbar{height:76px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#f8f7f1eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;gap:11px;align-items:center;color:var(--ink);text-decoration:none;font-size:23px;font-weight:900;letter-spacing:-.8px}.brand-mark{width:31px;height:31px;border-radius:50%;background:var(--ink);display:flex;align-items:flex-end;justify-content:center;gap:2px;padding-bottom:8px}.brand-mark span{display:block;width:3px;border-radius:4px;background:#fff;transform:rotate(32deg)}.brand-mark span:nth-child(1){height:7px}.brand-mark span:nth-child(2){height:12px}.brand-mark span:nth-child(3){height:16px}.live-pill{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #cbd3cc;border-radius:30px;color:#4b5a52;font-size:12px;font-weight:700}.live-dot,.sync-state span{width:7px;height:7px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 4px #ff765f1f;animation:pulse 2s infinite}.hero{min-height:270px;padding:48px clamp(20px,7vw,108px) 44px;display:flex;justify-content:space-between;align-items:center;background:var(--green-pale);border-bottom:1px solid #cadfd3;position:relative}.hero:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(30,155,105,.14);border-radius:50%;right:25%;top:-100px}.eyebrow{margin:0 0 14px;font-size:11px;letter-spacing:2.2px;color:var(--green-dark);font-weight:800}.hero h1{margin:0;font-size:clamp(36px,5.3vw,66px);line-height:1.07;letter-spacing:-4px;font-weight:900}.hero h1 em{color:var(--green);font-style:normal}.hero-copy{margin:20px 0 0;color:#526259;font-size:15px}.hero-stamp{width:150px;height:150px;border:2px solid var(--green);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--green-dark);transform:rotate(8deg);box-shadow:inset 0 0 0 5px var(--green-pale),inset 0 0 0 6px var(--green)}.hero-stamp span{font-size:11px;letter-spacing:4px}.hero-stamp strong{font-size:24px;letter-spacing:1px}.hero-stamp small{margin-top:4px;font-size:8px;letter-spacing:1.5px}.order-layout{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(420px,1.35fr);min-height:620px}.panel{padding:45px clamp(24px,5vw,74px) 54px}.form-panel{background:#fff;border-right:1px solid var(--line)}.recent-panel{background:#f4f3ed}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:34px}.section-heading>div:first-child{display:flex;align-items:center;gap:13px}.section-heading h2{margin:0;font-size:22px;letter-spacing:-1px}.section-heading>p{color:#88938d;font-size:11px;margin:6px 0 0}.step{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--green-pale);color:var(--green-dark);font-size:11px;font-weight:800}.step.coral{background:#ffe5df;color:#dd5b48}.sync-state{display:flex;align-items:center;gap:8px;color:#758078;font-size:11px;margin-top:7px}.sync-state span{background:var(--green);box-shadow:none}.field{display:block;position:relative;margin-bottom:20px}.field>span:first-child{display:block;margin-bottom:8px;font-size:12px;font-weight:700}.field b{color:var(--coral)}.field i{margin-left:5px;font-size:9px;font-weight:500;color:#9ba39e;font-style:normal}.field input,.field textarea{width:100%;border:1px solid #d4d9d4;background:#fbfbf8;border-radius:4px;padding:14px 15px;outline:none;color:var(--ink);transition:.2s}.field input{height:49px}.field textarea{resize:vertical;min-height:84px;padding-right:50px}.field input::placeholder,.field textarea::placeholder{color:#aab1ac;font-size:12px}.field input:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #1e9b691a;background:#fff}.field.invalid input{border-color:var(--coral)}.field-row{display:grid;grid-template-columns:.72fr 1.28fr;gap:14px}.input-suffix{position:relative}.input-suffix input{padding-right:40px}.input-suffix span{position:absolute;right:14px;top:15px;color:#7f8983;font-size:12px}.error{display:block;color:#dc5442;font-size:10px;min-height:12px;margin-top:4px}.counter{position:absolute;bottom:12px;right:12px;color:#9ba39e;font-size:9px}.submit-button{width:100%;min-height:54px;border:0;border-radius:4px;background:var(--ink);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 20px;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}.submit-button:hover{background:var(--green-dark);transform:translateY(-1px)}.submit-button:disabled{opacity:.65;cursor:wait;transform:none}.arrow{display:grid;place-items:center;width:35px;height:35px;background:var(--green);border-radius:3px;font-size:18px}.form-status{min-height:16px;margin:9px 0 0;color:var(--green-dark);font-size:11px;text-align:center}.form-status.is-error{color:#d45443}.order-list{max-height:500px;overflow:auto;padding-right:7px;scrollbar-width:thin;scrollbar-color:#c2cac4 transparent}.order-item{padding:20px 0;display:grid;grid-template-columns:42px 1fr;gap:15px;border-bottom:1px solid #d8ddd7;animation:rise .35s both}.order-item:first-child{padding-top:2px}.order-number{margin-top:2px;width:34px;height:34px;display:grid;place-items:center;border:1px solid #cbd3cd;border-radius:50%;color:#8a948e;font-size:10px}.order-title{display:flex;justify-content:space-between;gap:15px;align-items:baseline}.order-title h3{margin:0;font-size:15px;letter-spacing:-.4px}.order-title strong{white-space:nowrap;font-size:21px;color:var(--green-dark)}.order-title small{font-size:10px;margin-left:2px;color:#65736b}.order-details{margin-top:9px;display:flex;align-items:center;gap:10px;color:#8b958f;font-size:10px}.date-chip{padding:5px 8px;border-radius:3px;background:#e3eee7;color:#47705a;font-weight:600}.order-memo{margin:10px 0 0;padding-left:9px;border-left:2px solid #d3d9d4;color:#6d7871;font-size:11px;line-height:1.6}.empty-list,.loading-state{height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#7f8b84}.empty-box{width:48px;height:48px;border:1px solid #cbd3cd;border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:20px}.empty-list h3{margin:14px 0 5px;color:#405048;font-size:14px}.empty-list p{margin:0;font-size:11px}.error-state button{margin-top:16px;border:1px solid #bac3bc;background:#fff;padding:8px 13px;border-radius:3px;cursor:pointer}.spinner{width:23px;height:23px;margin-bottom:12px;border:2px solid #cbd5ce;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}.results-section{padding:68px clamp(20px,7vw,108px) 82px;background:var(--ink);color:#fff}.results-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:37px}.results-header h2{margin:0;font-size:clamp(27px,3.3vw,40px);letter-spacing:-2px}.results-header .eyebrow{color:#66c69d}.results-header>p{margin:0;color:#9baba2;font-size:11px;line-height:1.65;text-align:right}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.chart-card{background:#21342b;border:1px solid #34483e;border-radius:6px;padding:26px 27px 30px;min-height:300px}.chart-title{display:flex;gap:13px;align-items:center;padding-bottom:21px;border-bottom:1px solid #3b4d44}.chart-icon{width:34px;height:34px;border-radius:3px;display:grid;place-items:center;font-size:18px}.chart-icon.green{color:#73d4aa;background:#274c3c}.chart-icon.coral{color:#ff9b8b;background:#4b3631}.chart-title h3{margin:0 0 3px;font-size:14px}.chart-title p{margin:0;color:#83948b;font-size:9px}.bar-chart{padding-top:22px}.bar-row{margin-bottom:17px}.bar-meta{display:flex;justify-content:space-between;gap:15px;margin-bottom:7px;font-size:10px;color:#c9d3cd}.bar-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-meta strong{color:#fff;font-size:11px}.bar-track{height:7px;border-radius:4px;background:#30443a;overflow:hidden}.bar-track span{display:block;height:100%;width:var(--bar-width);border-radius:inherit;animation:grow .6s var(--delay) ease-out both}.green-bar{background:#43bd89}.coral-bar{background:#ff7964}.empty-chart{height:190px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#71847a}.empty-chart span{font-size:25px}.empty-chart p{margin:12px 0 4px;color:#a8b6ae;font-size:12px}.empty-chart small{font-size:9px}footer{height:72px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:#14241c;border-top:1px solid #2f4138;color:#63756b;font-size:9px;letter-spacing:1.2px}footer p{letter-spacing:0}footer a{color:#82948a;text-decoration:none}.toast{position:fixed;left:50%;bottom:24px;z-index:10;padding:13px 20px;border-radius:5px;background:var(--green);color:#fff;font-size:12px;font-weight:700;box-shadow:0 12px 35px #0c2c1d40;transform:translate(-50%,120px);opacity:0;transition:.3s}.toast.show{transform:translate(-50%);opacity:1}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.45}}@keyframes rise{0%{transform:translateY(8px);opacity:0}}@keyframes grow{0%{width:0}}@media(max-width:800px){.topbar{height:64px}.hero{min-height:270px;padding-top:38px;padding-bottom:38px}.hero h1{letter-spacing:-2.5px}.hero-stamp{width:105px;height:105px;flex:0 0 auto;margin-left:20px}.hero-stamp strong{font-size:17px}.hero-stamp span{font-size:8px}.hero-stamp small{font-size:6px}.order-layout,.chart-grid{grid-template-columns:1fr}.form-panel{border-right:0;border-bottom:1px solid var(--line)}.panel{padding:38px 24px 44px}.recent-panel{min-height:520px}.results-section{padding:55px 24px 65px}}@media(max-width:520px){.topbar{padding:0 18px}.brand{font-size:20px}.brand-mark{width:28px;height:28px}.hero{display:block;padding:40px 22px 36px}.hero h1{font-size:43px}.hero-copy{max-width:260px;line-height:1.6}.hero-stamp{position:absolute;right:-15px;bottom:18px;opacity:.8}.field-row{grid-template-columns:1fr;gap:0}.section-heading>p{display:none}.results-header{display:block}.results-header>p{margin-top:12px;text-align:left}.chart-card{padding:22px 20px 25px}footer{height:auto;min-height:90px;flex-wrap:wrap;gap:8px 20px;padding:20px}footer p{width:100%;order:3;margin:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
