:root{--ink: #1c2b2b;--leaf: #1d9e75;--leaf-50: #e1f5ee;--leaf-200: #5dcaa5;--leaf-800: #085041;--amber: #ba7517;--amber-50: #faeeda;--amber-800: #633806;--red-50: #fcebeb;--red-800: #791f1f;--blue-50: #e6f1fb;--blue-800: #0c447c;--purple-50: #eeedfe;--purple-800: #3c3489;--green-50: #eaf3de;--green-800: #27500a;--gray: #f1efe8;--bg: #f5f4f0;--surface: #fff;--border: rgba(0, 0, 0, .1);--text: #1a1a1a;--muted: #666;--radius: 8px;--radius-lg: 12px;--radius-phone: 20px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased}.app-shell{max-width:440px;margin:0 auto;min-height:100%;display:flex;flex-direction:column;background:var(--bg);position:relative}.topbar{background:var(--ink);padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top))}.tb-row{display:flex;align-items:center;justify-content:space-between}.tb-left{display:flex;align-items:center;gap:9px}.tb-logo{width:26px;height:26px;background:var(--leaf);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:15px}.tb-wordmark{font-size:16px;font-weight:500;color:#fff;letter-spacing:-.2px}.tb-tag{font-size:9px;color:#ffffff73;margin-top:1px}.tb-title{font-size:14px;font-weight:500;color:#fff}.tb-sub{font-size:10px;color:#ffffff73;margin-top:1px}.tb-right{display:flex;align-items:center;gap:10px}.tb-bell{position:relative;background:none;border:none;cursor:pointer;font-size:16px;line-height:1;padding:2px}.tb-bell-badge{position:absolute;top:-4px;right:-6px;min-width:15px;height:15px;padding:0 3px;border-radius:8px;background:var(--amber);color:#fff;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center}.toast-stack{position:fixed;top:max(10px,env(safe-area-inset-top));left:50%;transform:translate(-50%);width:min(420px,calc(100vw - 20px));display:flex;flex-direction:column;gap:8px;z-index:100}.toast{background:#fff;border:.5px solid var(--border);border-left:3px solid var(--leaf);border-radius:var(--radius-lg);padding:11px 14px;text-align:left;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #0000001f;display:flex;flex-direction:column;gap:2px;animation:toast-in .18s ease-out}.toast-title{font-size:13px;font-weight:500;color:var(--text)}.toast-body{font-size:12px;color:var(--muted)}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.screen{flex:1;padding:16px;overflow-y:auto}.bottom-nav{display:flex;background:#fff;border-top:.5px solid var(--border);padding-bottom:env(safe-area-inset-bottom);position:sticky;bottom:0;z-index:50}.bn-btn{flex:1;padding:9px 4px 8px;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10px;color:var(--muted);border:none;background:none;cursor:pointer;font-family:inherit}.bn-btn.on{color:var(--leaf)}.bn-icon{font-size:17px;line-height:1}.card{background:#fff;border:.5px solid var(--border);border-radius:var(--radius-lg);padding:13px 15px;margin-bottom:12px}.btn{padding:11px 16px;border-radius:var(--radius);font-size:14px;font-family:inherit;cursor:pointer;border:.5px solid var(--border);background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-ink{background:var(--ink);color:#fff;border-color:var(--ink)}.btn-leaf{background:var(--leaf);color:#fff;border-color:var(--leaf)}.btn-ghost{background:none;border-color:var(--ink);color:var(--ink)}.btn-full{width:100%}.field{margin-bottom:14px}.field-label{display:block;font-size:12px;font-weight:500;color:var(--text);margin-bottom:6px}.field-hint{font-size:11px;color:var(--muted);margin-top:5px}.input,.select,.textarea{width:100%;padding:11px 12px;border:.5px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;background:#fff;color:var(--text)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--leaf);box-shadow:0 0 0 3px var(--leaf-50)}.textarea{min-height:80px;resize:vertical}.pill{display:inline-block;padding:3px 9px;border-radius:99px;font-size:11px;font-weight:500}.mode-card{display:flex;gap:11px;align-items:flex-start;background:#fff;border:.5px solid var(--border);border-radius:var(--radius);padding:13px 14px;margin-bottom:10px;cursor:pointer}.mode-card.sel{border-color:var(--leaf-200);background:var(--leaf-50)}.mode-radio{width:18px;height:18px;border-radius:50%;border:1.5px solid #ccc;flex-shrink:0;margin-top:2px;position:relative}.mode-radio.sel{border-color:var(--leaf)}.mode-radio.sel:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--leaf);position:absolute;top:3px;left:3px}.mode-title{font-size:13px;font-weight:500}.mode-sub{font-size:11px;color:var(--muted);margin-top:2px;line-height:1.4}.h1{font-size:22px;font-weight:500;color:var(--ink);margin-bottom:4px}.h2{font-size:16px;font-weight:500;color:var(--ink)}.sub{font-size:13px;color:var(--muted);line-height:1.5}.muted{color:var(--muted)}.info-strip{background:var(--leaf-50);border-radius:var(--radius);padding:10px 12px;font-size:12px;color:var(--leaf-800);display:flex;gap:7px;align-items:flex-start;line-height:1.5}.wizard-progress{display:flex;gap:4px;margin-bottom:18px}.wp-seg{flex:1;height:4px;border-radius:99px;background:#e0ddd5}.wp-seg.done{background:var(--leaf)}.center-col{display:flex;flex-direction:column;justify-content:center;min-height:70vh}.spacer{flex:1}.stack>*+*{margin-top:10px}.row-between{display:flex;align-items:center;justify-content:space-between}.role-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:99px;font-size:11px;font-weight:500;border:none;cursor:pointer}.role-chip.vendor{background:var(--leaf-50);color:var(--leaf-800)}.role-chip.customer{background:var(--purple-50);color:var(--purple-800)}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:flex-end;justify-content:center;z-index:60}.sheet{background:#fff;border-radius:16px 16px 0 0;padding:16px 16px calc(16px + env(safe-area-inset-bottom));width:100%;max-width:440px;max-height:85vh;overflow-y:auto}.fab{position:fixed;bottom:calc(58px + env(safe-area-inset-bottom));right:max(14px,calc(50% - 206px));background:var(--leaf);color:#fff;border:none;border-radius:99px;padding:12px 18px;font-size:13px;font-weight:500;box-shadow:0 4px 14px #00000038;cursor:pointer;z-index:45}.sheet-handle{width:32px;height:3px;background:#ddd;border-radius:99px;margin:0 auto 12px}.sheet-title{font-size:14px;font-weight:500;margin-bottom:3px}.sheet-sub{font-size:12px;color:var(--muted);margin-bottom:12px}.role-option{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:var(--radius);border:.5px solid var(--border);margin-bottom:8px;width:100%;text-align:left;background:#fff;cursor:pointer;font:inherit}.role-option.sel-v{border-color:#9fe1cb;background:var(--leaf-50)}.role-option.sel-c{border-color:#afa9ec;background:var(--purple-50)}.ro-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.ro-icon.v{background:var(--leaf-50)}.ro-icon.c{background:var(--purple-50)}.ro-name{font-size:13px;font-weight:500}.ro-sub{font-size:11px;color:var(--muted);margin-top:1px}.plan-compare{border:.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.pc-head,.pc-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:center}.pc-head{border-bottom:.5px solid var(--border);background:var(--bg)}.pc-row{border-bottom:.5px solid var(--border);font-size:12.5px}.pc-row:last-child{border-bottom:none}.pc-feature{padding:10px 12px;color:var(--muted);font-size:12px}.pc-col{padding:10px 12px;text-align:center;font-size:12.5px}.pc-col.pc-boost{background:var(--leaf-50)}.pc-head .pc-name{font-weight:600;font-size:13px}.pc-head .pc-price{font-size:18px;font-weight:600;margin-top:2px}.pc-head .pc-sub{font-size:10px;color:var(--muted)}.pc-head .pc-boost .pc-name,.pc-head .pc-boost .pc-price{color:var(--leaf-800)}
