@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap');
:root{font-family:'DM Sans',system-ui,sans-serif;color:#203b35;background:#f6f7f5;font-synthesis:none;--green:#183c35;--muted:#707c76;--line:#e2e7e2;--lime:#def0b6}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #9cbd69;outline-offset:3px}.topbar{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-size:25px;font-weight:700;letter-spacing:-1px}.brand-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--green);color:var(--lime);font-size:32px}.brand-light{font-weight:400}.brand small{display:block;font-size:9px;letter-spacing:2px;margin-top:3px}.demo-badge{font-size:12px;border:1px solid var(--line);padding:7px 12px;border-radius:20px;color:var(--muted)}.shell{max-width:1440px;margin:auto;display:grid;grid-template-columns:245px minmax(0,1fr);min-height:calc(100vh - 100px)}.sidebar{padding:40px 24px;border-right:1px solid var(--line);display:flex;flex-direction:column}.nav-caption,.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.6px;color:var(--muted)}.sidebar nav{display:grid;gap:8px;margin-top:12px}.sidebar nav a{padding:14px;border-radius:9px;font-size:14px;display:flex;gap:13px;align-items:center}.sidebar nav a.active{background:#e7eddf;font-weight:700;color:var(--green)}.sidebar nav a span{font-size:23px}.sidebar-note{margin-top:74px;padding:20px 10px}.sidebar-note>span{font-size:30px;display:block;margin-bottom:16px}.sidebar-note strong{font-size:18px;line-height:1.5}.sidebar-note p{font-size:13px;line-height:1.8;color:var(--muted)}.sidebar-footer{margin-top:auto;padding:32px 10px 0;color:var(--muted);font-size:11px}main{padding:44px 48px 64px;min-width:0}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:32px}h1{font-size:34px;letter-spacing:-1.3px;margin:8px 0 10px;font-weight:600}h2{font-size:19px;letter-spacing:-.4px;margin:0}p{line-height:1.6}.subtitle{color:var(--muted);font-size:14px;margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border-radius:8px;font-weight:600;font-size:14px;border:1px solid var(--green);background:var(--green);color:#fff;min-height:46px;white-space:nowrap}.button:hover{background:#28564a}.button.secondary{background:#fff;color:var(--green);border-color:var(--line)}.button.secondary:hover{background:#edf2e7}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:34px}.stat{background:white;border:1px solid var(--line);border-radius:12px;padding:21px 23px}.stat-label{color:var(--muted);font-size:13px;display:flex;justify-content:space-between;align-items:center}.stat strong{font-size:32px;font-weight:550;display:block;margin:13px 0 4px;letter-spacing:-1px}.stat small{font-size:12px;color:var(--muted)}.stat .stat-symbol{font-size:18px;color:var(--green)}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.search{position:relative;flex:1;max-width:380px}.search span{position:absolute;left:14px;top:11px;font-size:22px;color:var(--muted)}input,select{width:100%;padding:13px 14px;border:1px solid #d9e1da;border-radius:8px;background:#fff;color:#203b35;min-height:48px}input::placeholder{color:#89928d}.search input{padding-left:42px;font-size:14px}.count{font-size:13px;color:var(--muted)}.product-list{display:grid;gap:12px}.product{display:grid;grid-template-columns:minmax(0,1fr) 130px 115px 18px;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:20px;transition:border-color .15s,transform .15s}.product:hover{border-color:#92aa95;transform:translateY(-1px)}.product-main{display:flex;gap:16px;align-items:center;min-width:0}.product-icon{flex-shrink:0;display:grid;place-items:center;width:49px;height:54px;border-radius:10px;background:#f0e9df;color:#8a6342}.product-icon svg{width:27px;height:31px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.product-icon.blue{background:#e7eff1;color:#5d7e8a}.product-icon.green{background:#edf1df;color:#7a8a46}.product-icon.pink{background:#f5e8e7;color:#ac7971}.product-name{font-size:15px;font-weight:650;margin:0 0 5px}.product-meta{font-size:12px;color:var(--muted)}.price{font-size:18px;font-weight:600;white-space:nowrap}.price small{font-size:12px;font-weight:400;color:var(--muted)}.package-price{font-size:12px;color:var(--muted);margin-top:5px}.variation{display:inline-block;font-size:12px;font-weight:650;border-radius:6px;padding:6px 9px;white-space:nowrap}.variation.up{color:#a34a36;background:#f9ebe5}.variation.down{color:#386841;background:#eaf2e5}.variation.equal{color:#626d66;background:#eef0ed}.variation-caption{font-size:10px;color:var(--muted);margin-top:6px}.chevron{color:#8d9990;font-size:24px}.tip{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:16px 20px;border:1px solid #dde5d4;border-radius:9px;background:#eff3e9;color:#5d6c51;font-size:12px;line-height:1.7}.tip strong{color:#3b5035}.tip p{margin:0}.footnote{font-size:11px;color:var(--muted);margin-top:22px;text-align:center}.back{display:inline-block;font-size:13px;color:var(--muted);margin-bottom:24px}.form-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,1fr);gap:24px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px}.panel h2{margin-bottom:24px}.field{display:block;margin-bottom:22px}.field>span{display:block;font-size:13px;font-weight:600;margin-bottom:8px}.field small{display:block;color:var(--muted);font-size:12px;margin-top:6px}.row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.preview-panel{background:var(--green);color:white;border:0}.preview-panel .eyebrow{color:#c1d0be}.preview-price{font-size:38px;font-weight:500;letter-spacing:-1px;margin:22px 0 10px}.preview-price small{font-size:17px;letter-spacing:0;color:#c8d6c7}.preview-panel p{font-size:13px;color:#d3dfd1}.preview-panel hr{border:0;border-top:1px solid #47665a;margin:22px 0}.form-actions{display:flex;gap:12px;margin-top:8px}.form-actions .button:first-child{flex:1}.error{color:#a34a36;font-size:13px}.detail-summary{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px;margin-bottom:24px}.detail-summary .stat:first-child{background:var(--green);color:white}.detail-summary .stat:first-child .stat-label,.detail-summary .stat:first-child small{color:#d2decc}.detail-summary .stat strong{font-size:27px}.history-list{margin-top:8px}.history-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;padding:22px 0;border-top:1px solid var(--line);align-items:center}.history-row:first-child{border:0}.history-date{font-size:14px;font-weight:600;margin-bottom:5px}.history-market{font-size:12px;color:var(--muted)}.history-row .change{justify-self:end}.history-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.empty{text-align:center;padding:45px 20px;background:#fff;border:1px dashed #ccd7ca;border-radius:10px}.empty p{color:var(--muted);font-size:14px}.mobile-nav{display:none}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);max-width:90vw;background:var(--green);color:white;padding:14px 22px;box-shadow:0 8px 30px #12332430;border-radius:10px;font-size:14px;z-index:10}#toast:empty{display:none}[hidden]{display:none!important}@media(min-width:1500px){.topbar{padding-inline:calc((100vw - 1300px)/2)}}@media(max-width:1100px){.shell{grid-template-columns:205px minmax(0,1fr)}main{padding:32px 25px}.sidebar{padding-inline:15px}.product{grid-template-columns:minmax(0,1fr) 105px 100px 10px;gap:12px;padding:17px}.product-main{gap:12px}.form-layout{grid-template-columns:1fr}.form-preview{order:-1}.preview-panel{padding:20px}.preview-price{margin:12px 0}.preview-panel hr,.preview-panel .explanation{display:none}.stats{gap:10px}.stat{padding:18px}.page-head .button{padding:12px}}@media(max-width:760px){.topbar{height:80px;padding:0 20px}.brand{font-size:22px}.brand-icon{width:39px;height:39px}.demo-badge{font-size:10px;padding:6px 8px}.sidebar{display:none}.shell{display:block;min-height:calc(100vh - 80px)}main{padding:26px 20px 110px}h1{font-size:29px}.page-head{margin-bottom:24px;align-items:flex-start}.page-head .button{font-size:0;min-width:44px;width:44px;padding:0;margin-top:23px}.page-head .button span{font-size:27px}.subtitle{font-size:13px}.eyebrow{font-size:10px}.stats{gap:8px;margin-bottom:25px}.stat{padding:14px 11px;border-radius:9px}.stat-label{font-size:11px}.stat strong{font-size:27px;margin-top:10px}.stat small{font-size:10px}.stat-symbol{display:none}.toolbar{gap:10px}.count{font-size:11px;white-space:nowrap}.product{grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:17px}.product-main{grid-column:1/-1}.product-icon{width:43px;height:45px}.product-name{font-size:15px}.product-meta{font-size:12px}.product .price-area{padding-left:55px}.product .change{text-align:right}.product .chevron{display:none}.variation-caption{font-size:10px}.tip{font-size:12px;padding:14px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;border-top:1px solid var(--line);background:#fff;padding:9px 20px max(9px,env(safe-area-inset-bottom));gap:12px;z-index:5}.mobile-nav a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;font-size:23px;min-height:48px;border-radius:8px}.mobile-nav a span{font-size:13px}.mobile-nav a.active{background:#edf2e5;font-weight:650}.panel{padding:21px}.detail-summary{grid-template-columns:1fr 1fr;gap:10px}.detail-summary .stat:first-child{grid-column:1/-1;padding:21px}.detail-summary .stat strong{font-size:23px}.detail-summary .stat:first-child strong{font-size:34px}.history-row{gap:12px;grid-template-columns:1fr auto}.history-row .change{grid-column:2}.history-row .price-area{grid-column:2;grid-row:auto}.history-row .change{margin-top:-5px}.history-row .variation-caption{display:none}.history-top h2{font-size:17px}.history-top .count{font-size:11px}#toast{bottom:90px;width:max-content;text-align:center}.form-layout{gap:18px}.back{margin-bottom:16px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
