@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&family=Mukta:wght@400;500;600&display=swap";:root{--bg: #f4f6f8;--surface: #ffffff;--surface-2: #f8fafc;--line: #d7dee8;--text: #0f1720;--muted: #5a6a7c;--brand: #0f766e;--brand-strong: #115e59;--danger: #b42318;--success: #087443;--radius: 14px;--shadow: 0 12px 32px rgba(15, 23, 32, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Manrope,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 20% -10%,#bfe8df 0,transparent 40%),radial-gradient(circle at 95% 0%,#ffd5b8 0,transparent 35%),var(--bg)}h1,h2,h3,h4{margin:0;font-family:Space Grotesk,Manrope,sans-serif}p{margin:0}.app-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:20px;padding:22px;border-right:1px solid var(--line);background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--brand) 0%,#0ea5a0 100%)}.brand h1{font-size:1rem}.brand p{font-size:.8rem;color:var(--muted)}.nav-list{display:flex;flex-direction:column;gap:8px;flex:1}.nav-item{display:flex;align-items:center;gap:10px;color:var(--muted);text-decoration:none;padding:10px 12px;border-radius:10px}.nav-item.active,.nav-item:hover{color:var(--text);background:#eaf4f2}.content-shell{padding:30px}.page-stack{display:flex;flex-direction:column;gap:18px}.muted{color:var(--muted)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;display:flex;flex-direction:column;gap:12px}.panel-narrow{max-width:560px}.stat-card h3{font-size:2rem}.form-stack{display:flex;flex-direction:column;gap:10px}.field-label{font-size:.85rem;color:var(--muted)}.field{width:100%;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--text);padding:10px 12px;font-size:.94rem}.field:focus{outline:2px solid rgba(15,118,110,.18);border-color:var(--brand)}.btn{border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--brand) 0%,#0ea5a0 100%)}.btn-muted{color:var(--text);background:#e9eff6}.btn-danger{color:#fff;background:var(--danger)}.alert{padding:10px 12px;border-radius:10px;border:1px solid var(--line);background:var(--surface)}.alert-danger{border-color:#f1b7b2;background:#fff0ee;color:var(--danger)}.alert-success{border-color:#b3e3ca;background:#edf9f2;color:var(--success)}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.grid-admin{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px;align-items:start}.inline-form{display:grid;grid-template-columns:180px 1fr auto;gap:10px}.inline-buttons{display:flex;gap:8px}.row-between{display:flex;justify-content:space-between;align-items:center}.progress-track{background:#dce6ee;height:12px;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#0f766e,#14b8a6)}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);padding:10px;vertical-align:top}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.list li{border:1px solid var(--line);border-radius:10px;background:var(--surface-2);padding:10px;display:flex;flex-direction:column;gap:6px}.list.selectable li{cursor:pointer}.list.selectable li.selected{border-color:var(--brand);background:#ebf8f6}.credential-box,.result-box{border:1px solid var(--line);border-radius:10px;background:var(--surface-2);padding:10px;display:flex;flex-direction:column;gap:6px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(460px,100%);display:flex;flex-direction:column;gap:14px;background:#ffffffeb;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:24px}.auth-wide{width:min(640px,100%)}.auth-foot{color:var(--muted)}.auth-foot a{color:var(--brand);text-decoration:none;font-weight:600}.public-page{min-height:100vh;display:flex;flex-direction:column}.public-main{flex:1}.public-container{width:min(1180px,92vw);margin:0 auto}.public-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(15,23,32,.08);background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.public-header-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}.public-brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-weight:700}.public-brand-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#0f766e,#10b981)}.public-nav{display:inline-flex;align-items:center;gap:18px}.public-nav a{color:#395062;text-decoration:none;font-weight:600}.public-nav a:hover{color:var(--text)}.public-login-menu{display:inline-flex;gap:8px}.hero-section{padding:72px 0 52px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:start}.chip{width:fit-content;display:inline-flex;border:1px solid #9bd4c8;color:#0b5f56;background:#e6f7f2;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.02em;padding:6px 10px}.hero-copy{display:flex;flex-direction:column;gap:16px}.hero-copy h1{font-size:clamp(2rem,4.8vw,3.25rem);line-height:1.04}.hero-copy p{color:#355064;font-size:1.06rem;max-width:680px}.hero-actions{display:inline-flex;flex-wrap:wrap;gap:10px}.hero-panel{background:transparent;border:none;border-radius:16px;box-shadow:none;padding:0}.hero-panel ul{margin:10px 0 0;padding-left:20px;display:grid;gap:8px;color:#184156}.public-section{padding:56px 0}.public-section h2{font-size:clamp(1.5rem,3.5vw,2.3rem);margin-bottom:16px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.service-card{border:1px solid #d5e6ef;border-radius:14px;background:#ffffffeb;box-shadow:var(--shadow);padding:18px;display:flex;flex-direction:column;gap:10px}.service-icon-wrap{width:78px;height:78px;border-radius:16px;background:#f3f8ff;border:1px solid #dbe5f0;display:grid;place-items:center}.service-icon-wrap svg{width:56px;height:56px}.service-card h3{margin-bottom:8px}.service-card p{color:#456074}.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.panel-highlight{background:#f2fdf9;border-color:#b8e4d3}.panel-warning{background:#fff7ef;border-color:#f1d3b0}.plain-list{margin:0;padding-left:20px;display:grid;gap:8px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.testimonial-slider{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:stretch}.testimonial-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.slider-nav{width:42px;border:1px solid #cedce8;border-radius:12px;background:#fff;color:#234355;font-size:1.8rem;cursor:pointer}.slider-nav:hover{background:#eef5fb}.slider-dots{margin-top:14px;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:999px;border:none;background:#c8d7e4;cursor:pointer}.dot.active{width:26px;background:#0f766e}.testimonial-card{background:#fff;border:1px solid #d8e5ee;border-radius:14px;box-shadow:var(--shadow);padding:16px}.testimonial-card p{color:#314f62;margin-bottom:12px}.testimonial-card h4{margin-bottom:3px}.section-note{color:#50667a;margin-bottom:16px}.cta-band{padding-top:12px}.cta-inner{border:1px solid #c2dfd6;border-radius:16px;background:linear-gradient(155deg,#e8fbf5,#f4fff8);box-shadow:var(--shadow);padding:22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.cta-inner p{color:#426075;margin-top:8px}.public-footer{border-top:1px solid rgba(15,23,32,.08);background:#ffffffe6;margin-top:30px}.public-footer-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px}.public-footer-links{display:inline-flex;flex-wrap:wrap;gap:14px}.public-footer-links a{text-decoration:none;color:#3f596b;font-weight:600}.legal-wrap h1{margin-bottom:8px}.legal-wrap h3{margin-top:16px}.legal-wrap p{color:#3d5b70}@media(max-width:1080px){.grid-admin,.grid-3,.grid-2,.inline-form,.hero-grid,.service-grid,.split-grid,.testimonial-grid,.testimonial-slider,.testimonial-track{grid-template-columns:1fr}.slider-nav{display:none}.cta-inner{flex-direction:column;align-items:flex-start}}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:none;border-bottom:1px solid var(--line)}.public-header-inner{flex-wrap:wrap}.public-nav{width:100%;order:3;justify-content:space-between;padding-bottom:6px}.public-login-menu{margin-left:auto}.public-footer-inner{flex-direction:column;align-items:flex-start;padding:12px 0}}.status-badge{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;padding:5px 14px;border-radius:999px;letter-spacing:.02em}.badge-active{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.badge-inactive{color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.plan-card{border:2px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:22px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s,box-shadow .2s,transform .2s}.plan-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0f766e1f}.plan-card.plan-current{border-color:var(--brand);box-shadow:0 0 0 2px #0f766e26}.plan-card.plan-recommended{border-color:#10b981;background:linear-gradient(165deg,#f0fdf4,#fff)}.plan-price{font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif}.plan-price span{font-size:.9rem;font-weight:400;color:var(--muted)}.plan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;color:#3d5b70;font-size:.92rem}.plan-features li:before{content:"✓";color:var(--brand);font-weight:700}.sub-bar{display:flex;flex-direction:column;gap:8px}.sub-bar-info{display:flex;justify-content:space-between;font-size:.88rem;color:var(--muted)}.sub-expiry-warn{color:#d97706;font-weight:600}.payment-table th{font-size:.82rem;text-transform:uppercase;color:var(--muted);letter-spacing:.04em}.payment-status{display:inline-flex;padding:3px 10px;border-radius:999px;font-size:.8rem;font-weight:600}.payment-status.completed{background:#d1fae5;color:#065f46}.payment-status.pending{background:#fef3c7;color:#92400e}.payment-status.failed{background:#fecaca;color:#991b1b}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out forwards}.offboard-confirm{border:1px solid #fcd34d;background:#fffbeb;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px;animation:fadeIn .25s ease-out}@media(max-width:1080px){.plan-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.plan-grid{grid-template-columns:1fr}}.modal-backdrop{position:fixed;inset:0;z-index:1000;background:#0a0f148c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:20px;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-panel{width:min(520px,100%);max-height:85vh;overflow-y:auto;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 80px #00000040,0 0 0 1px #ffffff0d;padding:24px;display:flex;flex-direction:column;gap:14px;animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1)}.modal-wide{width:min(680px,100%)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between}.modal-close{width:32px;height:32px;border:none;background:var(--surface-2);border-radius:8px;font-size:1.4rem;color:var(--muted);cursor:pointer;display:grid;place-items:center;transition:background .15s,color .15s}.modal-close:hover{background:#fde8e8;color:var(--danger)}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.icon-btn{width:32px;height:32px;border:1px solid var(--line);background:var(--surface-2);border-radius:8px;color:var(--muted);cursor:pointer;display:grid;place-items:center;transition:all .15s}.icon-btn:hover{border-color:var(--brand);color:var(--brand);background:#eaf8f5}.icon-btn-danger:hover{border-color:var(--danger);color:var(--danger);background:#fff0ee}.icon-btn:disabled{opacity:.3;cursor:not-allowed}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;gap:12px}.empty-state h3{color:var(--text)}.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.profile-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s,box-shadow .2s,transform .2s}.profile-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0f766e14;border-color:#b5e0d6}.profile-card-header{display:flex;align-items:center;gap:8px}.profile-card-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#eaf8f5,#e0f5ee);display:grid;place-items:center;flex-shrink:0}.profile-card-label{flex:1;font-weight:700;font-size:.88rem;color:var(--text)}.profile-card-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s}.profile-card:hover .profile-card-actions{opacity:1}.profile-card-value{color:var(--muted);font-size:.92rem;line-height:1.5;white-space:pre-wrap}.catalog-schema-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.catalog-col-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border:1px solid #c8e0db;background:#edf9f5;border-radius:999px;font-size:.8rem;font-weight:600;color:#0b5f56}.catalog-col-type{font-size:.68rem;font-weight:500;background:#0f766e1a;padding:1px 6px;border-radius:4px;color:var(--brand);text-transform:uppercase;letter-spacing:.03em}.catalog-table th{font-size:.78rem;text-transform:uppercase;color:var(--muted);letter-spacing:.04em;white-space:nowrap}.catalog-table td{font-size:.9rem}.catalog-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid var(--line)}.catalog-link-sm{font-size:.75rem;color:var(--brand);text-decoration:none;font-weight:600}.catalog-link{color:var(--brand);text-decoration:none;font-weight:500;word-break:break-all}.catalog-link:hover,.catalog-link-sm:hover{text-decoration:underline}.catalog-pdf-link{display:inline-flex;align-items:center;gap:4px;color:#b42318;text-decoration:none;font-weight:600;font-size:.85rem}.catalog-pdf-link:hover{text-decoration:underline}.schema-col-list{display:flex;flex-direction:column;gap:8px}.schema-col-row{display:grid;grid-template-columns:28px 1fr 140px 32px;gap:8px;align-items:center}.schema-col-num{width:28px;height:28px;border-radius:50%;background:#eaf8f5;color:var(--brand);font-size:.78rem;font-weight:700;display:grid;place-items:center}.schema-col-type-select{font-size:.85rem}@media(max-width:600px){.profile-grid{grid-template-columns:1fr}.schema-col-row{grid-template-columns:24px 1fr;gap:6px}.schema-col-type-select{grid-column:2}.catalog-schema-bar{flex-direction:column;align-items:flex-start}}.iphone-frame{position:relative;width:340px;max-width:100%;height:700px;margin:0 auto;background:linear-gradient(165deg,#3a3a3c,#48484a 12%,#636366 30%,#7c7c80,#636366 70%,#48484a 88%,#3a3a3c);border-radius:52px;box-shadow:0 30px 80px #00000073,0 12px 30px #0000004d,inset 0 1px #ffffff26,inset 0 -1px #0000004d,inset 1px 0 #ffffff14,inset -1px 0 #ffffff14;padding:10px;animation:iphoneFloat 6s ease-in-out infinite}@keyframes iphoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.iphone-frame:before{content:"";position:absolute;inset:1px;border-radius:51px;border:1px solid rgba(255,255,255,.08);pointer-events:none;z-index:1}.iphone-frame:after{content:"";position:absolute;top:140px;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(0,0,0,.3) 0%,transparent 15%,transparent 85%,rgba(0,0,0,.3) 100%);pointer-events:none}.iphone-btn{position:absolute;background:linear-gradient(to bottom,#5a5a5e,#48484a,#3a3a3c);border-radius:2px;z-index:2}.iphone-btn-silent{width:3px;height:26px;left:-3px;top:140px;border-radius:2px 0 0 2px;box-shadow:-1px 0 2px #0006}.iphone-btn-vol-up{width:3px;height:42px;left:-3px;top:190px;border-radius:2px 0 0 2px;box-shadow:-1px 0 2px #0006}.iphone-btn-vol-down{width:3px;height:42px;left:-3px;top:245px;border-radius:2px 0 0 2px;box-shadow:-1px 0 2px #0006}.iphone-btn-power{width:3px;height:65px;right:-3px;top:195px;border-radius:0 2px 2px 0;box-shadow:1px 0 2px #0006}.iphone-screen{position:relative;width:100%;height:100%;border-radius:44px;background:#000;overflow:hidden;display:flex;flex-direction:column;box-shadow:inset 0 0 0 1px #ffffff0a,0 0 0 1px #0009}.iphone-status-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 24px 6px;background:#202c33;position:relative;z-index:10;flex-shrink:0}.iphone-status-time{font-size:.82rem;font-weight:600;color:#fff;font-family:-apple-system,SF Pro Text,Helvetica Neue,sans-serif;letter-spacing:.01em;min-width:42px}.iphone-status-icons{display:flex;align-items:center;gap:5px;min-width:62px;justify-content:flex-end}.iphone-dynamic-island{width:110px;height:28px;background:#000;border-radius:20px;position:relative;box-shadow:0 0 0 1px #ffffff0f,inset 0 0 6px #000c;transition:width .5s cubic-bezier(.4,0,.2,1)}.iphone-dynamic-island:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#1c1c3a,#0a0a1a 60%,#000);top:50%;right:20px;transform:translateY(-50%);box-shadow:0 0 2px #1e1e5099,inset 0 0 2px #5050a04d}.iphone-dynamic-island:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#0d0d24;top:50%;right:14px;transform:translateY(-50%);box-shadow:0 0 1px #32326466}.iphone-home-indicator{width:130px;height:5px;background:#ffffff40;border-radius:99px;margin:6px auto 8px;flex-shrink:0}.iphone-screen .wa-header{display:flex;align-items:center;gap:8px;padding:4px 10px 6px;background:#202c33;flex-shrink:0}.wa-header-back{flex-shrink:0;display:grid;place-items:center}.wa-header-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#00a884,#025144,#00695c,#25d366);padding:2px;flex-shrink:0}.wa-avatar-inner{width:100%;height:100%;border-radius:50%;background:linear-gradient(155deg,#128c7e,#075e54,#054d44);display:grid;place-items:center;box-shadow:inset 0 1px 3px #fff3}.wa-header-info{flex:1;min-width:0}.wa-header-name{color:#e9edef;font-size:.84rem;font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:4px}.wa-header-status{color:#8696a0;font-size:.68rem;margin:0}.wa-header-icons{display:flex;gap:14px;flex-shrink:0}.wa-scenario-tabs{display:flex;background:#202c33;border-bottom:1px solid rgba(134,150,160,.15);overflow-x:auto;flex-shrink:0}.wa-tab{flex:1;border:none;background:none;color:#8696a0;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:9px 6px;cursor:pointer;white-space:nowrap;position:relative;transition:color .2s}.wa-tab:hover{color:#e9edef}.wa-tab-active{color:#00a884}.wa-tab-active:after{content:"";position:absolute;bottom:0;left:8%;right:8%;height:3px;background:#00a884;border-radius:3px 3px 0 0}.wa-body{flex:1;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column;gap:3px;background-color:#0b141a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' opacity='0.04'%3E%3Ctext x='10' y='20' font-size='14'%3E💬%3C/text%3E%3Ctext x='80' y='45' font-size='11'%3E📱%3C/text%3E%3Ctext x='150' y='25' font-size='13'%3E🔒%3C/text%3E%3Ctext x='220' y='50' font-size='12'%3E⭐%3C/text%3E%3Ctext x='40' y='80' font-size='12'%3E📎%3C/text%3E%3Ctext x='120' y='75' font-size='14'%3E🎵%3C/text%3E%3Ctext x='200' y='90' font-size='11'%3E📷%3C/text%3E%3Ctext x='270' y='70' font-size='13'%3E😊%3C/text%3E%3Ctext x='20' y='130' font-size='13'%3E🕐%3C/text%3E%3Ctext x='100' y='120' font-size='12'%3E📝%3C/text%3E%3Ctext x='170' y='140' font-size='14'%3E🔔%3C/text%3E%3Ctext x='250' y='125' font-size='11'%3E💼%3C/text%3E%3Ctext x='60' y='170' font-size='11'%3E🌐%3C/text%3E%3Ctext x='140' y='180' font-size='13'%3E☎%3C/text%3E%3Ctext x='210' y='165' font-size='12'%3E📄%3C/text%3E%3Ctext x='30' y='220' font-size='14'%3E🔗%3C/text%3E%3Ctext x='110' y='230' font-size='11'%3E💡%3C/text%3E%3Ctext x='180' y='215' font-size='13'%3E📋%3C/text%3E%3Ctext x='260' y='240' font-size='12'%3E✉%3C/text%3E%3Ctext x='50' y='270' font-size='12'%3E🎤%3C/text%3E%3Ctext x='130' y='280' font-size='14'%3E📞%3C/text%3E%3Ctext x='200' y='265' font-size='11'%3E🖼%3C/text%3E%3C/svg%3E");scrollbar-width:thin;scrollbar-color:#374151 transparent}.wa-body::-webkit-scrollbar{width:4px}.wa-body::-webkit-scrollbar-thumb{background:#374151;border-radius:4px}.wa-encrypt-notice{align-self:center;background:#19373999;color:#8e9fa8;font-size:.6rem;padding:5px 10px;border-radius:6px;text-align:center;line-height:1.5;margin-bottom:4px;display:flex;align-items:flex-start;gap:6px}.wa-encrypt-notice svg{flex-shrink:0;margin-top:1px}.wa-date-chip{align-self:center;background:#1d2a33;color:#8696a0;font-size:.68rem;padding:4px 12px;border-radius:8px;margin-bottom:4px;box-shadow:0 1px 2px #0003}.wa-msg{max-width:82%;padding:7px 9px 5px;border-radius:8px;font-size:.82rem;line-height:1.4;position:relative;animation:msgPop .3s cubic-bezier(.34,1.56,.64,1);word-wrap:break-word;margin-bottom:2px;box-shadow:0 1px 1px #0000001f}.wa-msg-tail{position:absolute;top:0;width:0;height:0}.wa-msg-bot .wa-msg-tail{left:-6px;border-top:6px solid #1f2c34;border-left:6px solid transparent}.wa-msg-user .wa-msg-tail{right:-6px;border-top:6px solid #005c4b;border-right:6px solid transparent}.wa-msg-image{width:100%;max-width:220px;height:auto;border-radius:6px;margin-bottom:4px;display:block}.wa-msg-text{white-space:pre-line;font-family:Mukta,Mangal,Segoe UI,system-ui,sans-serif;font-weight:400}.wa-msg-time{display:flex;justify-content:flex-end;align-items:center;gap:3px;font-size:.58rem;margin-top:2px;opacity:.5;float:right;margin-left:8px;padding-top:3px}.wa-msg-bot{align-self:flex-start;background:#1f2c34;color:#e9edef;border-top-left-radius:0}.wa-msg-user{align-self:flex-end;background:#005c4b;color:#e9edef;border-top-right-radius:0}.wa-typing{display:flex;gap:4px;padding:10px 14px;align-items:center}.typing-dot{width:6px;height:6px;border-radius:50%;background:#8696a0;animation:typingBounce 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.wa-input-bar{display:flex;align-items:center;gap:5px;padding:5px 8px;background:#202c33;flex-shrink:0}.wa-input-smile{font-size:1.2rem;flex-shrink:0;cursor:pointer}.nav-progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand),#22d3ee,var(--brand));transform-origin:left;transition:transform .25s ease,opacity .2s ease;z-index:9999;pointer-events:none}.wa-input-field{flex:1;background:#2a3942;border-radius:20px;color:#8696a0;font-size:.78rem;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:6px}.wa-input-actions{display:flex;gap:8px;flex-shrink:0}.wa-input-mic{width:34px;height:34px;border-radius:50%;background:#00a884;display:grid;place-items:center;flex-shrink:0;cursor:pointer}@keyframes msgPop{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}@media(max-width:1080px){.iphone-frame{width:310px;height:640px;border-radius:46px;padding:8px}.iphone-screen{border-radius:40px}}@media(max-width:600px){.iphone-frame{width:100%;max-width:340px;height:580px;border-radius:38px;padding:7px;animation:none}.iphone-screen{border-radius:33px}.iphone-dynamic-island{width:90px;height:24px}.iphone-btn{display:none}}.catalog-thumb-wrap{display:flex;align-items:center;gap:8px}.catalog-thumb{width:32px;height:32px;object-fit:cover;border-radius:6px;border:1px solid var(--line)}.catalog-link-sm{font-size:.8rem;color:var(--brand);text-decoration:none;font-weight:500}.catalog-link-sm:hover{text-decoration:underline}.discount-badge{display:inline-flex;align-items:center;justify-content:center;background:#fef3c7;color:#92400e;font-size:.75rem;padding:2px 6px;border-radius:4px;font-weight:700;letter-spacing:.5px}.currency-input-wrap{display:flex;flex:1;align-items:center;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);overflow:hidden;transition:border-color .2s,box-shadow .2s}.currency-input-wrap:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #0d94881a}.currency-input-wrap>span{padding:0 12px;color:var(--muted);background:#e9eff6;border-right:1px solid var(--line);height:100%;display:flex;align-items:center;font-weight:600;font-size:.9rem}.currency-input-wrap input{border:none!important;border-radius:0!important;height:100%;flex:1;padding-left:8px}.currency-input-wrap input:focus{box-shadow:none!important}.excel-actions{display:flex;gap:8px;align-items:center}.btn-sm{padding:6px 12px;font-size:.85rem;height:32px}.mobile-hero-mockup{display:none}.desktop-hero-mockup{display:block;padding:0;background:none;border:none;box-shadow:none;border-radius:0;overflow:visible}.feature-bullets{list-style:none;padding:0;margin:18px 0;display:flex;flex-direction:column;gap:10px;color:#94a3b8;font-size:15px}.feature-bullets li{display:flex;align-items:center;gap:10px}.feature-bullets .check{color:#10b981;font-size:15px;font-weight:700;flex-shrink:0}@media(max-width:1080px){.mobile-hero-mockup{display:block;margin:18px 0;border-radius:0;overflow:visible;box-shadow:none;border:none;background:none;max-width:380px}.desktop-hero-mockup{display:none!important}}@keyframes topload{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-card{position:relative}.profile-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px}.profile-card-label{font-weight:700;font-size:13px;color:#e2e8f0;text-transform:uppercase;letter-spacing:.04em}.profile-card-value{font-size:14px;color:#94a3b8;line-height:1.6;margin:0;word-break:break-word}.profile-card-actions{display:flex;gap:4px;flex-shrink:0}.icon-btn{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:6px;color:#64748b;transition:color .15s,background .15s}.icon-btn:hover{background:#1e293b;color:#e2e8f0}.icon-btn-danger:hover{background:#ef44441f;color:#ef4444}
