@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #0b0f0d;--fg: #f7faf8;--card: #121a16;--primary: #2ecc71;--primary-fg: #0b0f0d;--secondary: #1a2620;--muted: #1a2620;--muted-fg: #a7b4ac;--border: rgba(255, 255, 255, .08);--amber: #f5b84b;--blue: #3bafda;--danger: #e85d5d;--phone: 430px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#050705;color:var(--fg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}button,input,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:default}.frame{position:relative;width:min(100%,var(--phone));min-height:100dvh;margin:0 auto;overflow-x:hidden;background:var(--bg);box-shadow:0 0 0 1px #ffffff0a}.screen{min-height:100dvh;padding:calc(env(safe-area-inset-top) + 83px) 20px calc(env(safe-area-inset-bottom) + 66px);background:var(--bg)}.screen.tabs{padding-bottom:calc(env(safe-area-inset-bottom) + 118px)}.screen.center{display:grid;place-items:center;text-align:center;padding:40px}.stack{display:flex;flex-direction:column;gap:24px}.tight{gap:10px}.row{display:flex;align-items:center;gap:12px}.spread{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.title{margin:0;color:var(--fg);font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.5px}.hero-title{margin:0;color:var(--fg);font-size:36px;font-weight:700;line-height:42px;letter-spacing:-1px}.subtitle,.muted{margin:0;color:var(--muted-fg);font-size:14px;line-height:20px}.subtitle.large{font-size:15px;line-height:22px}.tag{margin:0;color:var(--primary);font-size:13px;font-weight:600;letter-spacing:.3px}.section{display:flex;flex-direction:column;gap:12px}.section-title{margin:0 0 0 4px;color:var(--muted-fg);font-size:12px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.card{border:1px solid var(--border);border-radius:16px;background:var(--card);overflow:hidden}.pad{padding:16px}.list{display:flex;flex-direction:column;gap:10px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:8px;border-radius:16px;padding:14px 18px;background:var(--primary);color:var(--primary-fg);font-size:16px;font-weight:600;text-decoration:none}.button.secondary{border:1px solid var(--border);background:var(--card);color:var(--fg)}.button.danger{background:var(--danger);color:#fff}.button.muted{background:var(--muted);color:var(--muted-fg)}.back{width:34px;height:34px;display:grid;place-items:center;margin:-6px 0 2px -8px;background:transparent;color:var(--fg)}.field{display:flex;flex-direction:column;gap:8px}.label{color:var(--muted-fg);font-size:13px;font-weight:500}.input,.textarea{width:100%;border:1px solid var(--border);border-radius:14px;outline:none;padding:14px;background:var(--card);color:var(--fg);font-size:16px}.textarea{min-height:88px;resize:vertical}.input:focus,.textarea:focus{border-color:var(--primary)}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:7px 12px;background:var(--card);color:var(--muted-fg);font-size:13px;font-weight:500}.chip.active{border-color:var(--primary);background:#2ecc7121;color:var(--primary)}.dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%}.status{display:inline-flex;align-items:center;align-self:flex-start;gap:5px;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;white-space:nowrap}.status.small{padding:3px 8px;font-size:11px}.status-dot{width:5px;height:5px;border-radius:50%}.tabbar{position:fixed;z-index:20;left:50%;bottom:0;width:min(100%,var(--phone));transform:translate(-50%);display:grid;grid-template-columns:repeat(5,1fr);height:calc(env(safe-area-inset-bottom) + 84px);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--border);background:#0b0f0df5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:transparent;color:var(--muted-fg);text-decoration:none;font-size:11px;font-weight:500}.tab.active{color:var(--primary)}.logo{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--primary)}.logo svg{width:24px;height:24px}.avatar{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:#2ecc7121;color:var(--primary);font-weight:700}.scroll-x{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.scroll-x::-webkit-scrollbar{display:none}.divider-row+.divider-row{border-top:1px solid var(--border)}.service-accent{width:3px;align-self:stretch;border-radius:2px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.success-icon{width:96px;height:96px;display:grid;place-items:center;margin-bottom:24px;border-radius:50%}.composer{position:fixed;z-index:10;left:50%;bottom:calc(env(safe-area-inset-bottom) + 84px);width:min(100%,var(--phone));transform:translate(-50%);display:grid;grid-template-columns:44px 1fr 44px;gap:10px;border-top:1px solid var(--border);padding:10px 14px;background:var(--bg)}.composer .input{min-height:44px;max-height:90px;padding:11px 12px;font-size:14px}.icon-btn{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;background:var(--card);color:var(--muted-fg)}.bubble-wrap{display:flex;gap:9px;align-items:flex-start}.bubble-wrap.own{justify-content:flex-end}.bubble{max-width:280px;border:1px solid var(--border);border-radius:18px;padding:12px 14px;background:var(--card)}.bubble.own{border-color:transparent;background:var(--primary);color:var(--primary-fg)}.bubble p{margin:0;font-size:14px;line-height:20px}.switch{position:relative;width:48px;height:28px;border-radius:999px;background:var(--border)}.switch.active{background:#2ecc7180}.switch:after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:var(--muted-fg);transition:transform .18s ease}.switch.active:after{transform:translate(20px);background:var(--primary)}.scan-orb{width:120px;height:120px;display:grid;place-items:center;margin:0 auto;border-radius:50%;background:#2ecc711f;animation:pulse 1.6s ease-in-out infinite}.scan-orb:before{content:"";width:80px;height:80px;display:block;border-radius:50%;background:#2ecc7140;box-shadow:inset 0 0 0 20px var(--primary)}@keyframes pulse{0%,to{opacity:.42}50%{opacity:1}}
