@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap";.login-screen{--lg: #00c853;--lg-dim: rgba(0, 200, 83, .22);--gold: #f5c518;--gold-dim: rgba(245, 197, 24, .22);--cyan: #00d4ff;--deep: #020b04;--surface: #061008;--card: rgba(6, 18, 9, .96);--text: #e2f0e5;--text-dim: rgba(226, 240, 229, .52);--border: rgba(0, 200, 83, .16);font-family:Manrope,Segoe UI,system-ui,sans-serif;--background: #020b04;position:relative;overflow:hidden}.login-screen:before,.login-screen:after{content:"";position:absolute;pointer-events:none;border-radius:50%}.login-screen:before{width:600px;height:600px;top:-220px;left:50%;transform:translate(-50%);background:radial-gradient(circle,rgba(0,200,83,.07) 0%,transparent 70%)}.login-screen:after{width:380px;height:380px;bottom:-120px;right:-100px;background:radial-gradient(circle,rgba(245,197,24,.05) 0%,transparent 70%)}.login-surface{min-height:100%;padding:36px 20px 48px;display:grid;gap:28px;align-content:center;max-width:960px;margin:0 auto}.login-hero{display:grid;align-items:center;animation:heroFloatIn .7s ease both}.login-title{text-align:center}.login-logo-wrap{width:min(160px,42vw);height:min(160px,42vw);position:relative;margin:0 auto 20px;overflow:visible}.login-logo-img{width:100%;height:100%;object-fit:cover;border-radius:28%;position:relative;z-index:2;animation:logo-neon 4s ease-in-out infinite}@keyframes logo-neon{0%,to{filter:drop-shadow(0 0 8px rgba(0,200,83,1)) drop-shadow(0 0 22px rgba(0,200,83,.6)) drop-shadow(0 0 48px rgba(0,200,83,.28))}50%{filter:drop-shadow(0 0 8px rgba(245,197,24,1)) drop-shadow(0 0 22px rgba(245,197,24,.6)) drop-shadow(0 0 48px rgba(245,197,24,.28))}}.logo-neon-aura{position:absolute;inset:-44px;border-radius:50%;pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(0,200,83,.1) 0%,rgba(245,197,24,.06) 45%,transparent 70%);animation:aura-breathe 3.5s ease-in-out infinite alternate}@keyframes aura-breathe{0%{opacity:.5;transform:scale(.96)}to{opacity:1;transform:scale(1.04)}}.logo-neon-rings{position:absolute;inset:0;pointer-events:none;z-index:1}.lnr{position:absolute;border-radius:50%;border-style:solid}.lnr-1{inset:-16px;border-width:2px;border-top-color:#f5c518;border-right-color:#f5c5186b;border-bottom-color:#f5c51814;border-left-color:#f5c51842;box-shadow:0 0 14px #f5c5188c,0 0 32px #f5c5182e,inset 0 0 8px #f5c51814;animation:lnr-cw 8s linear infinite,lnr-breathe 3s ease-in-out infinite}.lnr-2{inset:-4px;border-width:1.5px;border-top-color:#00c853;border-left-color:#00c85380;border-bottom-color:#00c8531a;border-right-color:#00c8534d;box-shadow:0 0 10px #00c8538c,0 0 24px #00c85333;animation:lnr-ccw 5s linear infinite,lnr-breathe 4s ease-in-out infinite 1s}.lnr-3{inset:-32px;border-width:1px;border-top-color:#00d4ffa6;border-right-color:#00d4ff38;border-bottom-color:#00d4ff0f;border-left-color:#00d4ff59;box-shadow:0 0 18px #00d4ff38,0 0 42px #00d4ff14;animation:lnr-cw 14s linear infinite,lnr-breathe 5s ease-in-out infinite 2s}@keyframes lnr-cw{to{transform:rotate(360deg)}}@keyframes lnr-ccw{to{transform:rotate(-360deg)}}@keyframes lnr-breathe{0%,to{opacity:.5}50%{opacity:1}}.login-brand-row{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-bottom:10px}.login-eyebrow{font-family:Rajdhani,sans-serif;text-transform:uppercase;font-size:clamp(22px,3.8vw,32px);letter-spacing:4px;font-weight:700;color:var(--gold);text-shadow:0 0 12px rgba(245,197,24,.9),0 0 28px rgba(245,197,24,.4);margin:0}.login-flag-wrap{width:38px;height:28px;border-radius:6px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#0f1a10;box-shadow:0 0 0 1px #00c8534d,0 4px 12px #00000080}.login-flag-image{width:100%;height:100%;object-fit:cover;transform:scale(1.08)}.login-hero h1{font-family:Rajdhani,sans-serif;font-size:clamp(16px,4vw,26px);font-weight:600;letter-spacing:.5px;color:var(--text);margin:0 0 10px;text-align:center;line-height:1.3}.login-hero h1:after{content:"";display:block;width:100px;height:1px;margin:12px auto 0;background:linear-gradient(90deg,transparent,var(--gold),var(--lg),transparent)}.login-subtitle{margin:8px 0 0;color:var(--text-dim);font-size:13.5px;line-height:1.55;text-align:center}.login-features{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;justify-content:center}.login-features span{background:#00c85314;border:1px solid rgba(0,200,83,.2);color:#00c853e6;font-size:11.5px;padding:6px 12px;border-radius:999px;font-weight:600;letter-spacing:.2px}.login-card{background:var(--card);border-radius:24px;padding:24px;box-shadow:0 0 0 1px #00c85324,0 24px 60px #0009,inset 0 1px #00c85314;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:riseIn .65s ease both;animation-delay:80ms}.login-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.login-card h2{margin:0 0 5px;font-size:19px;font-weight:700;color:var(--text);font-family:Rajdhani,sans-serif;letter-spacing:1px;text-transform:uppercase}.login-card-header p{margin:0;font-size:13px;color:var(--text-dim)}.login-steps{display:flex;gap:6px}.login-steps span{font-size:11px;padding:4px 8px;border-radius:999px;background:#ffffff0f;color:var(--text-dim);font-weight:700}.login-steps .active{background:var(--lg);color:#000}.login-platform{margin:10px 0 14px;font-size:11px;color:#00c85361;text-transform:uppercase;letter-spacing:1px}.login-country{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px}.login-country-option{border:1px solid rgba(0,200,83,.2);border-radius:14px;padding:11px 14px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px;row-gap:2px;align-items:center;background:#ffffff0a;cursor:pointer;text-align:left;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1)}.login-country-option:hover{border-color:#00c85373}.login-country-option.active{transform:scale(1.02);border-color:#00c853b3;background:#00c85312;box-shadow:0 0 0 1px #00c85340,0 4px 20px #00c85333,0 0 32px #00c8531a}.login-country-option.active strong{color:var(--lg)}.login-country-flag{grid-row:1 / span 2;width:34px;height:24px;border-radius:4px;display:block;object-fit:cover;background:#0f1a10;box-shadow:0 0 0 1px #ffffff14,0 1px 4px #00000073;transition:box-shadow .3s ease}.login-country-option.active .login-country-flag{box-shadow:0 0 0 1px #00c85359,0 2px 8px #00c8534d}.login-country-option strong{font-size:13px;color:var(--text);letter-spacing:.01em;transition:color .3s ease}.login-country-option em{font-style:normal;font-size:12px;color:var(--text-dim);font-variant-numeric:tabular-nums}.login-phone-row{display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:end}.login-phone-code{height:46px;border-radius:12px;background:linear-gradient(135deg,#00c853,#00952e);display:grid;place-items:center;font-family:Rajdhani,sans-serif;font-weight:700;font-size:15px;color:#000;letter-spacing:.5px;box-shadow:inset 0 1px #fff3,0 2px 10px #00c85359}.login-phone-field{display:grid;gap:6px}.login-phone-label{font-size:12px;color:var(--text-dim)}.login-phone-input-native{width:100%;height:46px;border:1px solid rgba(0,200,83,.2);border-radius:12px;background:#ffffff0d;padding:0 14px;font-size:16px;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;caret-color:var(--lg);opacity:1;appearance:none;-webkit-appearance:none}.login-phone-input-native::placeholder{color:var(--text-dim);-webkit-text-fill-color:var(--text-dim)}.login-phone-input-native:focus{outline:2px solid rgba(0,200,83,.4);border-color:#00c85399}.login-input{--background: rgba(255, 255, 255, .05);--padding-start: 14px;--padding-end: 14px;--highlight-color-focused: var(--lg);--border-radius: 14px;--color: var(--text);--placeholder-color: var(--text-dim);--placeholder-opacity: 1;background:#ffffff0d;border:1px solid rgba(0,200,83,.2);border-radius:14px}.login-input::part(native){background:transparent;color:var(--text)}.login-input,.login-input::part(native){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;opacity:1!important;caret-color:var(--lg)!important}.login-gap{height:14px}.login-primary{--background: linear-gradient(135deg, #00c853 0%, #00952e 100%);--background-activated: #007a25;--border-radius: 14px;--color: #000;--box-shadow: 0 6px 28px rgba(0, 200, 83, .45);font-family:Rajdhani,sans-serif;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.login-secondary{--border-radius: 14px;--color: var(--text-dim);--border-color: rgba(0, 200, 83, .25)}.login-switch{font-size:12px;--color: var(--text-dim)}.login-welcome-banner{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(0,200,83,.18);border-radius:16px;padding:13px 16px 14px;background:#00c8530d;color:var(--text);font-weight:600;cursor:pointer;box-shadow:0 0 24px #00c85314;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.login-welcome-headline{position:relative;display:inline-block;text-align:center;font-size:13px;font-weight:700;letter-spacing:.5px;color:var(--gold);text-shadow:0 0 12px rgba(245,197,24,.6);padding:4px 12px}.login-welcome-headline:before,.login-welcome-headline:after{content:"";position:absolute;left:50%;width:120%;max-width:280px;height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent 0%,rgba(245,197,24,.5) 30%,rgba(0,200,83,.6) 60%,transparent 100%)}.login-welcome-headline:before{top:0}.login-welcome-headline:after{bottom:0}.login-welcome-banner em{text-align:center;font-size:11px;font-style:normal;letter-spacing:.45px;color:var(--text-dim)}.login-welcome-banner:active{transform:translateY(1px);box-shadow:0 4px 14px #00c8531f}.login-welcome-banner:hover{border-color:#00c85359}.login-message{margin-top:12px;font-size:13px;color:var(--lg);opacity:.9}.login-footnote{margin-top:18px;font-size:11px;color:#e2f0e559;text-align:center}.login-footnote-link{color:var(--lg);font-weight:600;text-decoration:none;opacity:.8}.login-footnote-link:hover{text-decoration:underline}@keyframes heroFloatIn{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes riseIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(min-width:840px){.login-surface{grid-template-columns:1.1fr 1fr;align-items:center}.login-hero{align-items:flex-start}.login-hero h1{font-size:28px}}@media(max-height:680px){.login-logo-wrap{width:min(110px,30vw);height:min(110px,30vw)}.logo-neon-aura{inset:-28px}}.home-content{--background: #f6f8fb}.home-search-wrap{display:flex;align-items:center;margin:10px 16px 4px;background:#fff;border-radius:12px;border:1px solid rgba(226,232,240,.9);box-shadow:0 2px 8px #0f172a0a;padding:0 10px;gap:6px}.home-search-icon{color:#64748b8c;font-size:17px;flex-shrink:0}.home-search-input{--background: transparent;--border-width: 0;--box-shadow: none;--padding-start: 2px;--padding-end: 0;font-size:14px;flex:1}.home-list{margin-top:8px;padding-bottom:12px}.home-toolbar ion-title{font-weight:700;letter-spacing:0}.home-empty{--background: transparent;--inner-padding-end: 0;--inner-padding-start: 0}.home-empty-body{text-align:center;color:var(--fb-muted);padding:32px 8px 16px}.home-empty-body h2{margin:12px 0 6px;color:var(--fb-ink);font-weight:700;font-size:18px}.home-empty-body p{margin:0 0 20px;font-size:14px;line-height:1.5;color:#64748bd9}.home-empty-icon{font-size:52px;color:#128c7e;display:block;margin:0 auto;filter:drop-shadow(0 4px 10px rgba(18,140,126,.2))}.home-empty-icon--muted{color:#64748b66;filter:none}.home-empty-cta{--border-radius: 12px;margin:0 auto;display:block;font-weight:600}.home-chat-item{margin-bottom:6px;border-radius:14px;box-shadow:0 2px 10px #0f172a0a;border:1px solid rgba(226,232,240,.9);--background: #ffffff;--inner-padding-end: 10px;--inner-padding-start: 8px}.home-chat-item.ai-contact{--background: #f8fffb;border:1px solid rgba(34,197,94,.2);box-shadow:0 4px 12px #0f172a0d}.home-chat-item.ai-contact h2{color:#172b47}.home-chat-item.ai-contact .home-chat-preview{color:#1e293b9e;opacity:1}.home-chat-item ion-avatar{width:52px;height:52px}.home-chat-menu{--color: #3b4a46;opacity:.6;margin-inline-start:6px}.home-chat-menu:hover{opacity:1}.home-avatar-initials,.home-avatar-ai,.home-avatar-group{width:52px;height:52px;border-radius:50%;display:grid;place-items:center}.home-avatar-group{background:linear-gradient(180deg,#e0f2fe,#bae6fd)}.home-avatar-group-icon{font-size:22px;color:#0369a1}.home-new-group-btn{--color: var(--ion-color-primary, #128c7e);display:flex;align-items:center;gap:0}.home-avatar-initials{font-size:15px;font-weight:800;letter-spacing:.02em;color:#17304f;box-shadow:inset 0 0 0 1px #fffc}.home-avatar-initials.tone-blue{background:linear-gradient(180deg,#dbeafe,#bfdbfe)}.home-avatar-initials.tone-green{background:linear-gradient(180deg,#dcfce7,#bbf7d0)}.home-avatar-initials.tone-sky{background:linear-gradient(180deg,#e0f2fe,#bae6fd)}.home-avatar-initials.tone-amber{background:linear-gradient(180deg,#fef3c7,#fde68a)}.home-avatar-initials.tone-rose{background:linear-gradient(180deg,#ffe4e6,#fecdd3)}.home-avatar-initials.tone-indigo{background:linear-gradient(180deg,#e0e7ff,#c7d2fe)}.home-avatar-ai{background:linear-gradient(145deg,#dcfce7f2,#fef9c3f2);border:1px solid rgba(5,150,105,.22);box-shadow:0 6px 18px #0596691a}.home-avatar-ai-icon{width:44px;height:44px;border-radius:50%;object-fit:contain;filter:drop-shadow(0 3px 6px rgba(15,23,42,.12))}.home-chat-row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.home-chat-row h2{margin:0;font-size:16px;font-weight:700;color:var(--fb-ink);display:inline-flex;align-items:center;gap:6px;min-width:0}.home-chat-row h2.is-unread{font-weight:800}.home-chat-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-ai-name-badge{display:inline-flex;align-items:center;justify-content:center;width:86px;height:28px;padding:0;border-radius:999px;background:linear-gradient(145deg,#dcfce7f5,#fef9c3f5);border:1px solid rgba(34,197,94,.28);box-shadow:0 6px 14px #22c55e1f,0 0 0 3px #facc151f,inset 0 0 0 1px #facc1538;flex-shrink:0;overflow:hidden}.home-ai-name-badge img{width:78px;height:22px;object-fit:contain;transform:none}.home-chat-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748bb3;flex-shrink:0;margin-top:1px}.home-chat-time{color:#64748bb8;font-weight:500}.home-chat-preview{margin:2px 0 0;color:#1e293b94;font-weight:400;font-size:14px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home-chat-preview.has-unread{color:#1e293bad}.home-chat-preview .home-preview-icon{font-size:13px;vertical-align:-2px;margin-right:3px;opacity:.65}.home-chat-item.has-unread .home-chat-time{color:#1e293b8f}.home-chat-item ion-badge{font-size:11px;min-width:19px;height:19px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.home-chat-block{display:block}.chat-toolbar ion-title{font-weight:800;letter-spacing:.2px}.chat-title-btn{background:none;border:none;padding:0;text-align:left;width:100%;color:inherit}.chat-group-icon{font-size:18px;flex-shrink:0}.chat-sender-name{display:block;font-size:12px;font-weight:700;color:var(--ion-color-primary, #128c7e);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.chat-title{display:flex;flex-direction:column;cursor:pointer}.chat-title-main{display:inline-flex;align-items:center;gap:8px;min-width:0}.chat-ai-logo{width:72px;height:24px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 2px 6px rgba(15,31,28,.18))}.chat-title-actions{margin-top:6px}.chat-add-contact{--color: #e2e8f0;--background: transparent;font-weight:700;padding-inline:0;height:26px}.chat-notice{margin-top:4px;color:#facc15}.chat-status{font-size:12px;opacity:.8}.chat-call-button{--color: #ffffff;--background: rgba(255, 255, 255, .25);--border-radius: 999px;--padding-start: 0;--padding-end: 0;--ripple-color: rgba(255, 255, 255, .28);--box-shadow: none;width:44px;height:44px;min-width:44px;margin-left:4px;border:0;box-shadow:none;transition:transform .18s ease,filter .18s ease;will-change:transform}.chat-call-button::part(native){width:44px;height:44px;min-height:44px;min-width:44px;padding:0;border-radius:999px;border:0!important;box-shadow:0 0 0 1.6px #f5c43df2,0 1px 2px #0f1f1c14;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.chat-call-button ion-icon{font-size:25px}.chat-call-button:active{transform:scale(.96);filter:brightness(1.03)}.chat-call-button:active::part(native){box-shadow:0 0 0 1.6px #f5c43deb,0 1px 2px #0f1f1c0f}.chat-call-button.button-disabled{--background: rgba(148, 163, 184, .45)}.chat-call-button.button-disabled::part(native){box-shadow:0 0 0 1.4px #f5c43dbf,0 1px 2px #0f1f1c0d}.chat-content{--background: linear-gradient(160deg, #edf6f2 0%, #e3efe9 50%, #e7f2ee 100%);--padding-top: 12px;--padding-bottom: 12px;--padding-start: 12px;--padding-end: 12px;position:relative;overflow:hidden}.chat-content:before,.chat-content:after{content:"";position:absolute;pointer-events:none;border-radius:999px;opacity:.55}.chat-content:before{width:200px;height:200px;right:-80px;top:30px;background:radial-gradient(circle,rgba(18,140,126,.2),transparent 70%);animation:floatShape 10s ease-in-out infinite}.chat-content:after{width:240px;height:240px;left:-110px;bottom:-110px;background:radial-gradient(circle,rgba(13,95,85,.18),transparent 70%);animation:floatShape 12s ease-in-out infinite reverse}.chat-admin-card{background:#fff;border:1px solid rgba(15,31,28,.1);border-radius:16px;padding:12px;margin-bottom:10px;box-shadow:0 8px 18px #0f1f1c14;position:relative;z-index:1}.chat-admin-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.chat-admin-head strong{color:#0f172a}.chat-admin-head span{background:#0a7a3b1f;color:#0a7a3b;font-size:11px;font-weight:800;border-radius:999px;padding:3px 9px}.chat-admin-city{margin:0 0 8px;font-size:12px;color:#0f1f1cb8}.chat-admin-textarea{width:100%;min-height:84px;border-radius:12px;border:1px solid rgba(15,31,28,.16);background:#f8faf9;padding:10px;font-size:14px;color:#111;resize:vertical}.chat-admin-status{margin:8px 0 0;font-size:12px;color:#0f172a}.chat-admin-submit{margin-top:8px}.chat-messages:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 10% 10%,rgba(255,255,255,.6) 0%,transparent 42%),radial-gradient(circle at 90% 0%,rgba(18,140,126,.06) 0%,transparent 55%);pointer-events:none;z-index:0}.chat-messages:after{content:"";position:absolute;width:420px;height:420px;right:-180px;bottom:-160px;opacity:.32;border-radius:999px;background:radial-gradient(circle,rgba(18,140,126,.22),transparent 72%);animation:floatShape 15s ease-in-out infinite;pointer-events:none;z-index:0}.chat-typing{font-size:12px;opacity:.6;margin-bottom:6px}.chat-messages{display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.chat-row{display:flex;position:relative;padding-right:56px;animation:fadeSlideIn .35s ease both}.chat-row.mine{justify-content:flex-end}.chat-row.theirs{justify-content:flex-start}.chat-bubble{max-width:82%;padding:10px 14px;border-radius:18px;box-shadow:0 6px 18px #0f1f1c14;white-space:pre-wrap;transform-origin:left bottom;transition:transform .2s ease}.chat-bubble.mine{background:var(--ion-color-primary);color:#fff;transform-origin:right bottom}.chat-bubble.theirs{background:#fff;border:1px solid rgba(15,31,28,.08);color:#111}.chat-row.reveal .chat-bubble{transform:translate(-44px)}.chat-meta{position:absolute;right:8px;bottom:4px;font-size:11px;color:#0f1f1c99;opacity:0;transition:opacity .2s ease;pointer-events:none;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.chat-row.reveal .chat-meta{opacity:1;pointer-events:auto}.chat-report-inline{border:none;background:transparent;color:#ef4444;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px}.chat-report-inline ion-icon{font-size:16px}.chat-bubble.media{background:transparent;border:none;box-shadow:none;padding:0}.chat-text{font-size:16px;line-height:1.25}.chat-link{background:none;border:none;padding:0;margin:0;color:#0a7a3b;text-decoration:underline;cursor:pointer;font:inherit;word-break:break-all}.chat-report-btn{margin-top:6px;width:22px;height:22px;border-radius:999px;border:none;background:#c92a2a;color:#fff;font-size:12px;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #c92a2a40}.chat-report-btn ion-icon{font-size:14px}.chat-risk{margin-top:8px;font-size:11px;padding:6px 8px;border-radius:12px;background:#fff2d8;color:#7a4b00;border:1px solid rgba(122,75,0,.2)}.chat-risk.high{background:#ffe5e5;color:#9a1c1c;border:1px solid rgba(154,28,28,.25)}.chat-time{margin-top:6px;font-size:12px;opacity:.75;text-align:right;display:inline-flex;align-items:center;gap:6px}.chat-check{font-size:12px;font-weight:700;color:#ffffffd6;letter-spacing:-.6px;line-height:1;transform:translateY(.2px)}.chat-check.sent{color:#ffffffd6}.chat-check.delivered{color:#ffffffe6}.chat-row.theirs .chat-check{color:#0f1f1c73}.chat-check.read,.chat-check.heard{color:#57b8ff;text-shadow:0 0 6px rgba(87,184,255,.45)}.chat-composer{display:flex;flex-direction:column;gap:10px;padding:10px;align-items:stretch;position:relative}.chat-ios-actions{display:flex;flex-direction:column;gap:10px;width:100%}.chat-ios-actions .chat-mic{justify-content:center}.chat-action-row{display:flex;gap:8px;justify-content:flex-start}.chat-emoji-toggle{--background: #e2f4f7;--color: #0f766e;--border-radius: 999px;gap:6px}.chat-emoji-toggle ion-icon{font-size:18px}.chat-media-panel{background:#fff;border-radius:16px;padding:12px;border:1px solid rgba(148,163,184,.25);box-shadow:0 10px 22px #0f172a1f;margin-bottom:12px}.chat-media-tabs{display:flex;gap:6px;margin-bottom:10px}.chat-media-tabs button{border:none;background:#0e74901a;color:#0f172a;font-weight:700;padding:6px 10px;border-radius:10px;cursor:pointer}.chat-media-tabs button.active{background:#0ea5b7;color:#fff}.chat-media-search{display:flex;gap:8px;margin-bottom:10px}.chat-media-search input{flex:1;border-radius:10px;border:1px solid rgba(148,163,184,.4);padding:6px 8px}.chat-media-search button{border:none;background:#0ea5b7;color:#fff;font-weight:700;padding:6px 10px;border-radius:10px}.chat-emoji-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:6px}.chat-emoji-grid button{border:none;background:transparent;font-size:20px;cursor:pointer}.chat-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.chat-media-grid button{border:none;background:#f8fafc;border-radius:12px;padding:6px;cursor:pointer}.chat-media-grid img{width:100%;border-radius:10px;display:block}.chat-media-btn{border:none;background:transparent;padding:0;display:inline-block;cursor:pointer}.chat-media-btn .chat-image{display:block}.chat-media-status,.chat-media-error{font-size:12px;margin:6px 0}.chat-media-error{color:#b91c1c;font-weight:700}.chat-media-footer{margin-top:8px;font-size:10px;color:#0f172a99;text-align:right}.chat-input-row{display:flex;gap:8px;align-items:center}.chat-action-pill{--border-radius: 999px;font-weight:700;font-size:12px;height:36px;min-width:90px;text-transform:none}.chat-error,.chat-warning{position:absolute;top:-22px;font-size:12px}.chat-error{left:16px;color:#b00020}.chat-warning{right:16px;color:#b00020}.chat-status-row{display:flex;flex-wrap:wrap;gap:8px;padding:6px 16px 0;font-size:11px;opacity:.8}.chat-debug{background:#0f172ae6;color:#e2e8f0;border-radius:12px;padding:10px 12px;margin:6px 12px 0;font-size:11px;display:grid;gap:4px;box-shadow:0 10px 18px #0f172a2e}.chat-debug strong{color:#f8fafc}.chat-status-error,.chat-status-warning{color:#b00020}.chat-status-upload,.chat-status-safe{color:#2f6f4a}.chat-status-pix{color:#7a4b00}.chat-status-pix.high{color:#9a1c1c}.chat-status-link{color:#7a4b00}.chat-status-link.high{color:#9a1c1c}.chat-upload-bar{margin:4px 16px 0;height:3px;background:#0a7a3b1f;border-radius:999px;overflow:hidden}.chat-upload-bar span{display:block;height:100%;background:#2f6f4a;width:0%;transition:width .2s ease}.chat-textarea{flex:1;resize:none;border:none;outline:none;font-size:16px;line-height:1.3;color:#111;caret-color:#0a7a3b;background:#f0f4f2;border-radius:16px;padding:10px 12px}.chat-mic{--background: #c7921b;font-weight:700;color:#1f1200;display:flex;gap:6px}.chat-mic.recording{--background: #b7791f;color:#1f1200}.chat-mic ion-icon{font-size:18px}.chat-photo{--background: #e0b21b;font-weight:700;color:#1b3a6b;display:flex;gap:6px}.chat-photo ion-icon{font-size:18px}.chat-video-btn{--background: #b2d89b;font-weight:700;color:#1b3a26;display:flex;gap:6px}.chat-video-btn ion-icon{font-size:18px}.chat-send,.chat-primary{--background: var(--ion-color-primary);--border-radius: 14px;font-weight:700}.chat-typing-footer{padding:0 16px 8px;font-size:12px;opacity:.7}.chat-audio{display:flex;align-items:center;gap:8px}.chat-audio-controls{display:inline-flex;align-items:center;gap:6px}.chat-audio-rate{border:none;background:#0f1f1c14;color:#0f172a;font-size:11px;font-weight:800;padding:4px 6px;border-radius:8px;cursor:pointer}.chat-row.mine .chat-audio-rate{background:#fff3;color:#fff}.chat-audio audio{max-width:180px;height:32px}.chat-audio span{font-size:12px;opacity:.7}.chat-video video{max-width:240px;width:100%;border-radius:14px;display:block}.chat-image{width:220px;max-width:70vw;border-radius:14px;display:block;object-fit:cover}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes floatShape{0%,to{transform:translateY(0)}50%{transform:translateY(14px)}}.chat-reply-bar{display:flex;align-items:center;gap:8px;background:#128c7e14;border-left:3px solid #128c7e;border-radius:0 8px 8px 0;padding:6px 10px;margin:6px 8px 0}.chat-reply-bar-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-reply-bar-label{font-size:12px;font-weight:700;color:#128c7e}.chat-reply-bar-text{font-size:13px;color:#0f172aa6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-reply-bar-cancel{background:none;border:none;color:#0f172a66;font-size:16px;cursor:pointer;padding:2px 4px;line-height:1;flex-shrink:0}.chat-quote{border-radius:8px;padding:6px 10px;margin-bottom:6px;max-width:100%}.chat-quote.mine{background:#ffffff40;border-left:3px solid rgba(255,255,255,.7)}.chat-quote.theirs{background:#128c7e14;border-left:3px solid #128c7e}.chat-quote-author{display:block;font-size:11px;font-weight:700;color:#128c7e;margin-bottom:2px}.chat-quote.mine .chat-quote-author{color:#ffffffe6}.chat-quote-text{display:block;font-size:12px;color:#0f172a99;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.chat-quote.mine .chat-quote-text{color:#ffffffbf}.chat-load-more{display:flex;justify-content:center;padding:8px 0 4px;opacity:.7}.contacts-content{--background: #f6f8fb}.contacts-toolbar ion-title{font-weight:700;letter-spacing:0}.contacts-primary{--background: var(--ion-color-primary);--border-radius: 12px;font-weight:700}.contacts-secondary{--border-radius: 12px}.contacts-invite{--border-radius: 12px;--color: #128c7e;--border-color: rgba(18, 140, 126, .4);margin-top:8px;font-weight:600}.contacts-input{margin-top:10px;--background: #ffffff;--padding-start: 12px;--padding-end: 12px;--highlight-color-focused: var(--ion-color-primary);--border-radius: 12px;border-radius:12px;border:1px solid rgba(226,232,240,.9)}.contacts-notice{margin-top:10px;color:#0a7a3b;font-size:13px;font-weight:600}.contacts-list{display:flex;flex-direction:column;gap:10px}.contacts-item{margin-bottom:0;border-radius:14px;box-shadow:0 2px 10px #0f172a0a;border:1px solid rgba(226,232,240,.9);--background: #ffffff;align-items:center}.contacts-avatar{width:44px;height:44px;margin-right:12px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 10px #0f172a0f;overflow:hidden}.contacts-avatar ion-img::part(image){object-fit:cover}.contacts-avatar-initials,.contacts-avatar-ai{width:44px;height:44px;border-radius:50%;display:grid;place-items:center}.contacts-avatar-initials{font-size:13px;font-weight:800;color:#17304f}.contacts-avatar-initials.tone-blue{background:linear-gradient(180deg,#dbeafe,#bfdbfe)}.contacts-avatar-initials.tone-green{background:linear-gradient(180deg,#dcfce7,#bbf7d0)}.contacts-avatar-initials.tone-sky{background:linear-gradient(180deg,#e0f2fe,#bae6fd)}.contacts-avatar-initials.tone-amber{background:linear-gradient(180deg,#fef3c7,#fde68a)}.contacts-avatar-initials.tone-rose{background:linear-gradient(180deg,#ffe4e6,#fecdd3)}.contacts-avatar-initials.tone-indigo{background:linear-gradient(180deg,#e0e7ff,#c7d2fe)}.contacts-avatar-ai{background:linear-gradient(145deg,#dcfce7f2,#fef9c3f2);border:1px solid rgba(5,150,105,.24);box-shadow:0 6px 14px #05966914}.contacts-avatar-ai ion-img{width:40px;height:40px}.contacts-avatar-ai ion-img::part(image){object-fit:contain;border-radius:50%;filter:drop-shadow(0 3px 8px rgba(15,23,42,.18))}.contacts-action{--padding-start: 8px;--padding-end: 8px;--color: #5b6b66;font-size:18px}.contacts-popover-list{padding:6px;min-width:180px}.contacts-popover-item{--border-radius: 10px;font-weight:700;margin:4px 0}.contacts-popover-edit{--background: #e7f0ff;--color: #2563eb}.contacts-popover-block{--background: #fff7db;--color: #b45309}.contacts-popover-delete{--background: #ffe8e8;--color: #dc2626}.contacts-item.ai-contact{--background: #f8fffb;border:1px solid rgba(34,197,94,.24);box-shadow:0 4px 12px #0f172a0d}.contacts-item.ai-contact h2{color:#172b47}.contacts-item.ai-contact p{color:#1e293bb3}.contacts-item h2{margin:0 0 4px;font-size:16px;font-weight:700;color:var(--fb-ink);display:inline-flex;align-items:center;gap:6px;min-width:0}.contacts-item p{margin:0;color:#1e293b9e;font-size:14px}.contacts-ai-badge{display:inline-flex;align-items:center;justify-content:center;width:86px;height:28px;padding:0;border-radius:999px;background:linear-gradient(145deg,#dcfce7f5,#fef9c3f5);border:1px solid rgba(34,197,94,.28);box-shadow:0 6px 14px #22c55e1f,0 0 0 3px #facc151f,inset 0 0 0 1px #facc1538;flex-shrink:0;overflow:hidden}.contacts-ai-badge img{width:78px;height:22px;object-fit:contain;transform:none}.contacts-pending{margin-top:4px;font-size:12px;color:#b00020}.contacts-error{margin-top:10px;color:#b00020;font-size:13px}.contacts-country{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:12px 0}.contacts-country-option{border:1px solid rgba(148,163,184,.3);border-radius:12px;padding:10px 12px;display:grid;gap:4px;background:#fff;cursor:pointer;text-align:left}.contacts-country-option.active{border-color:#22c55e99;box-shadow:0 4px 12px #22c55e1f}.contacts-country-option span{font-size:18px}.contacts-country-option strong{font-size:13px;color:#0f172a}.contacts-country-option em{font-style:normal;font-size:12px;color:#0f172a99}.contacts-phone-row{display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:end}.contacts-phone-code{height:44px;border-radius:10px;background:linear-gradient(135deg,#22c55e,#fde68a);display:grid;place-items:center;font-weight:800;color:#0b1f0f}.contacts-import{--border-radius: 12px;--color: #1d4ed8;--border-color: rgba(29, 78, 216, .4);margin-top:8px;font-weight:600}.contacts-import-rationale{display:flex;flex-direction:column;align-items:stretch;gap:12px;text-align:center}.contacts-import-rationale-icon{font-size:48px;color:#1d4ed8;align-self:center;margin-top:8px}.contacts-import-rationale h2{margin:4px 0 0;font-size:18px;font-weight:700;color:#0f172a}.contacts-import-rationale p{margin:0;color:#0f172ab8;font-size:14px;line-height:1.5;text-align:left}.contacts-import-bullets{list-style:disc;margin:0;padding-left:20px;text-align:left;color:#0f172ab8;font-size:13px;line-height:1.6}.contacts-import-bullets li{margin:0}.contacts-import-center{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 0;text-align:center}.contacts-import-center h2{margin:0;font-size:18px;font-weight:700;color:#0f172a}.contacts-import-center p{margin:0;color:#0f172ab3;font-size:14px;line-height:1.5}.contacts-import-center ion-progress-bar{width:100%;margin:8px 0;--progress-background: #1d4ed8}.contacts-import-toolbar{display:flex;justify-content:space-between;align-items:center;margin:4px 0 6px;font-size:13px;color:#0f172ab3;font-weight:600}.contacts-import-link{background:transparent;border:0;padding:4px 8px;margin-left:4px;color:#1d4ed8;font-weight:700;font-size:13px;cursor:pointer}.contacts-import-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.contacts-import-item{--background: #ffffff;--border-radius: 12px;border-radius:12px;border:1px solid rgba(226,232,240,.9);--inner-padding-end: 8px}.contacts-import-item h3{margin:0 0 2px;font-size:15px;font-weight:700;color:#0f172a}.contacts-import-item p{margin:0;color:#0f172a99;font-size:13px}.contacts-import-done{display:flex;flex-direction:column;gap:12px}.contacts-import-done h2{margin:0;font-size:20px;font-weight:800;color:#0a7a3b;text-align:center}.contacts-import-summary{list-style:none;padding:12px 14px;margin:0;background:#f0f9f4;border-radius:12px;border:1px solid rgba(34,197,94,.2);font-size:14px;color:#14532d}.contacts-import-summary li{margin:2px 0}.contacts-import-summary-fail{color:#b00020}.contacts-import-invite-block{display:flex;flex-direction:column;gap:8px}.contacts-import-invite-block>p{margin:4px 0 0;font-size:14px;font-weight:600;color:#0f172ac7}:root{--ion-color-primary: #128c7e;--ion-color-primary-rgb: 18,140,126;--ion-color-primary-contrast: #ffffff;--ion-color-primary-contrast-rgb: 255,255,255;--ion-color-primary-shade: #0f7b6f;--ion-color-primary-tint: #2a988b;--fb-bg: #f4f8f6;--fb-surface: #ffffff;--fb-ink: #0f1f1c;--fb-muted: rgba(15, 31, 28, .6);--fb-border: rgba(15, 31, 28, .08)}body{font-family:Manrope,Segoe UI,system-ui,sans-serif;background:var(--fb-bg);color:var(--fb-ink)}body.md ion-tab-bar.fb-tabbar{--background: rgba(255, 255, 255, .92);--color: var(--fb-muted);--color-selected: var(--ion-color-primary);--border: none;height:64px;padding-top:4px;padding-bottom:calc(6px + env(safe-area-inset-bottom,0px));padding-left:max(2px,env(safe-area-inset-left,0px));padding-right:max(2px,env(safe-area-inset-right,0px));border-bottom:1px solid var(--fb-border);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);box-sizing:border-box}body.md ion-tab-bar.fb-tabbar ion-tab-button{--padding-start: 3px;--padding-end: 3px;flex:1 1 0;max-width:none;min-width:0}body.md ion-tab-bar.fb-tabbar ion-label{font-size:10px;letter-spacing:0;line-height:1.05;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word}body.md ion-tab-bar.fb-tabbar ion-icon{font-size:18px}@media(max-width:420px){body.md ion-tab-bar.fb-tabbar ion-tab-button{--padding-start: 1px;--padding-end: 1px}body.md ion-tab-bar.fb-tabbar ion-label{font-size:8.5px}body.md ion-tab-bar.fb-tabbar ion-icon{font-size:16px}body.md ion-tab-bar.fb-tabbar ion-tab-button:first-child ion-label,body.md ion-tab-bar.fb-tabbar ion-tab-button:last-child ion-label{font-size:8px}}body.md ion-header,body.md ion-toolbar{--background: transparent;--ion-toolbar-background: transparent;--border-color: transparent}body.md ion-header:after,body.md ion-toolbar:after{background-image:none}.app-splash{position:fixed;inset:0;z-index:9999;background-color:#0b1f4b;background-image:url(/splash/app-entrada.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;transition:opacity .28s ease}.app-splash--hide{opacity:0;pointer-events:none}.startup-gate{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:linear-gradient(180deg,#0f172ae6,#0f172acc);padding:24px}.startup-gate-card{width:min(320px,100%);background:#fffffffa;border-radius:20px;padding:24px;text-align:center;box-shadow:0 24px 50px #0f172a40}.startup-gate-card img{width:72px;height:72px;border-radius:18px;object-fit:cover;margin-bottom:12px}.startup-gate-card h1{margin:0 0 8px;font-size:22px;font-weight:800;color:#0f172a}.startup-gate-card p{margin:0 0 16px;font-size:13px;color:#475569}.startup-gate-card button{width:100%;border:none;border-radius:14px;padding:12px 16px;font-size:15px;font-weight:700;background:#0f766e;color:#f8fafc;cursor:pointer}.startup-gate-card button:active{transform:translateY(1px)}
