:root{--purple:#6d35e8;--purple2:#8a5df0;--ink:#251d2f;--muted:#807687;--bg:#f5f3f8;--card:#fff;--line:#ece7ef;--soft:#efe9ff;--green:#22a86f;--orange:#f39b35;--red:#d7384f;--shadow:0 12px 34px rgba(55,37,82,.08);--radius:24px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{background:var(--bg);overscroll-behavior:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Arabic","Segoe UI",Tahoma,sans-serif;background:var(--bg);color:var(--ink);min-height:100dvh}button,input,textarea,select{font:inherit}.hidden{display:none!important}.app-shell{width:min(520px,100%);min-height:100dvh;margin:auto;background:var(--bg);position:relative;overflow-x:hidden}.screen{min-height:100dvh}.boot-screen{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;text-align:center;background:linear-gradient(160deg,#fff 0%,#f3efff 55%,#ece5ff 100%)}.brand-mark{width:72px;height:72px;border-radius:22px;background:linear-gradient(145deg,var(--purple),#4b1db3);color:#fff;display:grid;place-items:center;font-size:40px;font-weight:900;box-shadow:0 16px 36px rgba(109,53,232,.28);margin:auto}.brand-mark.large{width:84px;height:84px;border-radius:26px;font-size:46px}.boot-screen h1,.auth-wrap h1{font-size:36px;margin:16px 0 2px}.boot-screen p,.tagline{margin:0;color:var(--muted);font-weight:700}.loader{width:24px;height:24px;border:3px solid #ddd2fa;border-top-color:var(--purple);border-radius:50%;margin:28px auto 0;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.auth-wrap{padding:calc(env(safe-area-inset-top) + 42px) 20px calc(30px + env(safe-area-inset-bottom));text-align:center}.auth-card{margin-top:30px;padding:24px;background:var(--card);border-radius:28px;box-shadow:var(--shadow);text-align:right}.auth-card h2{margin:0 0 6px}.auth-card p{color:var(--muted);margin-top:0}.auth-card input{width:100%;height:52px;border:1px solid var(--line);background:#faf9fc;border-radius:16px;padding:0 16px;font-size:16px;margin:6px 0;outline:none}.auth-card input:focus,.field input:focus,.field textarea:focus,.field select:focus{border-color:#b9a3f7;box-shadow:0 0 0 4px #efe9ff}.btn{border:0;border-radius:16px;min-height:50px;padding:0 18px;font-size:16px;font-weight:800;cursor:pointer;width:100%;margin-top:8px}.btn.primary,.send-btn{background:linear-gradient(135deg,var(--purple),#7c45f0);color:#fff;box-shadow:0 10px 20px rgba(109,53,232,.16)}.btn.soft{background:var(--soft);color:var(--purple)}.btn.text{background:transparent;color:var(--muted)}.btn.small{min-height:42px;font-size:14px}.btn.danger{background:#fff0f2;color:var(--red)}.helper{font-size:13px;text-align:center;min-height:18px}
.topbar{padding:calc(env(safe-area-inset-top) + 10px) 18px 10px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:rgba(245,243,248,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:10}.user-mini{display:flex;align-items:center;gap:10px;border:0;background:transparent;padding:0;text-align:right;color:inherit}.user-mini>div:last-child{display:flex;flex-direction:column}.user-mini small{color:var(--muted);font-size:12px;margin-top:2px}.avatar{width:44px;height:44px;border-radius:15px;background:linear-gradient(145deg,#efe8ff,#ddd0ff);color:var(--purple);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.avatar.tiny{width:30px;height:30px;border-radius:10px;font-size:12px}.icon-btn{width:42px;height:42px;border:0;background:var(--card);border-radius:14px;box-shadow:0 5px 16px rgba(42,29,65,.06);font-size:18px;position:relative}.dot-badge{position:absolute;top:-3px;left:-3px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#ff496a;color:#fff;font-size:10px;display:grid;place-items:center}.view{display:none;padding:8px 16px calc(100px + env(safe-area-inset-bottom))}.view.active{display:block}.hero-card{background:linear-gradient(135deg,#5f2bd0 0%,#7b45ee 55%,#9a74f6 100%);border-radius:30px;padding:22px;color:white;display:flex;justify-content:space-between;align-items:center;box-shadow:0 18px 36px rgba(109,53,232,.22);overflow:hidden}.hero-card h2{font-size:29px;margin:3px 0}.hero-card p{margin:0;color:#eee7ff;max-width:240px}.eyebrow{font-size:12px;font-weight:800;opacity:.8}.hero-orbit{width:96px;height:96px;border:1px solid rgba(255,255,255,.32);border-radius:50%;display:grid;place-items:center;position:relative}.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.hero-orbit:before{width:67px;height:67px}.hero-orbit:after{width:128px;height:128px}.hero-orbit span{font-size:44px;font-weight:900}
.group-card,.section-block,.request-card{background:var(--card);border-radius:var(--radius);padding:18px;margin-top:14px;box-shadow:0 5px 18px rgba(41,30,60,.05)}.section-head,.page-head,.request-top,.conv-title{display:flex;align-items:center;justify-content:space-between}.section-head small,.page-head small{color:var(--muted)}.section-head h3,.page-head h2{margin:2px 0 0}.mini-link{border:0;background:var(--soft);color:var(--purple);border-radius:12px;padding:8px 12px;font-weight:800}.group-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.group-meta span{font-size:12px;color:var(--muted);background:#f8f6fa;border-radius:10px;padding:7px 9px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.quick-card{min-height:122px;border:0;border-radius:24px;background:var(--card);padding:18px;text-align:right;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 6px 18px rgba(41,30,60,.05);color:inherit}.quick-card span{font-size:24px;margin-bottom:auto}.quick-card strong{font-size:17px}.quick-card small{color:var(--muted);margin-top:5px}.quick-card.accent{background:linear-gradient(145deg,#f0eaff,#e8ddff);color:#5421c4}.quick-card.business{background:linear-gradient(145deg,#17131f,#2c2438);color:#fff}.quick-card.business small{color:#c7becf}.request-preview{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.request-preview:last-child{border-bottom:0}.request-preview p{margin:4px 0 0;font-size:13px;color:var(--muted)}.grow{flex:1;min-width:0}.status-dot{width:10px;height:10px;border-radius:50%;background:#c9c2d3}.status-dot.live{background:var(--green);box-shadow:0 0 0 5px #e8f7ef}.status-dot.open{background:var(--orange);box-shadow:0 0 0 5px #fff4e4}.pill{font-size:11px;background:#f2eff5;padding:7px 9px;border-radius:99px;color:var(--muted);font-weight:800;white-space:nowrap}.pill.live{background:#e8f7ef;color:#168552}.pill.done{background:#edf1f4;color:#5d6670}.page-head{padding:5px 2px 12px;gap:12px}.page-head>div{flex:1}.back-btn{width:44px;height:44px;border:0;border-radius:14px;background:#fff;color:#2b2235;font-size:25px;box-shadow:0 6px 18px rgba(45,31,75,.08);display:grid;place-items:center;flex:0 0 44px}.round-add{width:48px;height:48px;border-radius:16px;border:0;background:var(--purple);color:#fff;font-size:26px}.segmented,.chat-switch,.target-tabs,.role-row{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;background:#ebe7ef;padding:4px;border-radius:16px;margin-bottom:12px;gap:2px}.segmented button,.chat-switch button,.target-tabs button,.role-row button{border:0;background:transparent;padding:10px 6px;border-radius:12px;color:var(--muted);font-weight:800}.segmented button.active,.chat-switch button.active,.target-tabs button.on,.role-row button.on{background:#fff;color:var(--ink);box-shadow:0 3px 10px rgba(0,0,0,.05)}.request-card h3{margin:7px 0}.request-card p{color:var(--muted);margin:8px 0 14px}.time{font-size:12px;color:var(--muted)}.assignee{display:flex;align-items:center;gap:8px;background:#f8f6fa;padding:10px;border-radius:14px;margin:12px 0}.assignee strong{margin-right:auto;color:var(--purple)}.conversation-card{width:100%;border:0;text-align:right;color:inherit;display:flex;align-items:center;gap:12px;background:#fff;border-radius:20px;padding:14px;margin-bottom:10px;box-shadow:0 4px 14px rgba(41,30,60,.04)}.conversation-card p{margin:5px 0 0;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-title span{font-size:11px;color:var(--muted)}.unread{min-width:24px;height:24px;border-radius:12px;background:var(--purple);color:#fff;font-size:11px;display:grid;place-items:center}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.service{border:0;background:#fff;border-radius:22px;padding:18px;min-height:128px;display:flex;flex-direction:column;align-items:flex-start;text-align:right;box-shadow:0 5px 16px rgba(41,30,60,.04);color:inherit}.service span{font-size:25px;margin-bottom:auto}.service strong{font-size:16px}.service small{color:var(--muted);margin-top:5px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);height:calc(72px + env(safe-area-inset-bottom));padding:7px 14px env(safe-area-inset-bottom);background:rgba(255,255,255,.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid rgba(0,0,0,.05);display:grid;grid-template-columns:repeat(4,1fr);z-index:20}.nav-btn{border:0;background:transparent;color:#928a9c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:20px}.nav-btn small{font-size:11px;font-weight:800}.nav-btn.active{color:var(--purple)}
.sheet{position:fixed;inset:0;background:rgba(20,14,29,.48);z-index:50;display:flex;align-items:flex-end;justify-content:center}.sheet-card{width:min(520px,100%);max-height:94dvh;overflow:hidden;background:#fff;border-radius:30px 30px 0 0;animation:up .22s ease;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}@keyframes up{from{transform:translateY(30px);opacity:.5}}.sheet-safe-head{padding:14px 16px 10px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:4}.sheet-title{text-align:center;font-size:17px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sheet-back,.sheet-x{width:42px;height:42px;border:0;background:#f3f0f5;border-radius:14px;font-size:20px;color:var(--ink)}.sheet-content{padding:16px 18px calc(24px + env(safe-area-inset-bottom));overflow:auto;-webkit-overflow-scrolling:touch}.sheet-content>p,.lead{color:var(--muted);margin-top:0}.field{margin:12px 0}.field label{display:block;font-size:13px;font-weight:800;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:#faf9fc;border-radius:15px;padding:13px;font-size:16px;outline:none}.choice-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.choice-row button{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px;font-weight:800}.choice-row button.on{border-color:#c7b5fa;background:#f2edff;color:var(--purple)}.notice{background:#f5f1ff;border:1px solid #e8dfff;color:#5d4b78;border-radius:16px;padding:12px;font-size:13px;line-height:1.6;margin:10px 0}.code-card{display:flex;align-items:center;gap:10px;background:#f8f6fa;border-radius:18px;padding:14px}.code-card small{color:var(--muted)}.code-card strong{font-size:18px;margin-right:auto}.empty{text-align:center;color:var(--muted);padding:40px 10px}
.chat-room{min-height:58dvh;display:flex;flex-direction:column}.chat-room-meta{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:13px}.messages,.request-chat,.chat-demo{background:#f4f1f6;border-radius:20px;padding:14px;min-height:260px;margin-top:10px;overflow:auto}.bubble{max-width:82%;padding:10px 12px;border-radius:16px;margin:8px 0;background:#fff;line-height:1.5}.bubble b{display:block;font-size:11px;color:var(--purple);margin-bottom:3px}.bubble.me{margin-right:auto;background:#e7dcff}.bubble small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.typing{font-size:12px;color:var(--purple);margin:8px 4px}.composer{display:flex;gap:8px;margin-top:10px;align-items:center}.composer.rich{display:grid;grid-template-columns:42px 42px 42px minmax(0,1fr) auto;position:sticky;bottom:0;background:#fff;padding-top:8px}.composer input{min-width:0;flex:1;border:1px solid var(--line);border-radius:15px;padding:12px;outline:none}.send-btn{border:0;border-radius:14px;padding:0 14px;min-height:44px;font-weight:800}.tool-btn{width:42px;height:42px;border:0;border-radius:13px;background:#f3f0f5;font-size:18px}.sticker-tray{display:flex;gap:8px;overflow:auto;padding:10px 0}.sticker-tray button{border:0;background:#f5f1ff;border-radius:16px;padding:12px 14px;white-space:nowrap;font-weight:800}.tracking-strip{display:flex;align-items:center;gap:10px;padding:14px 4px}.tracking-strip .line{height:3px;background:#dcd3ea;flex:1;border-radius:5px}.done-step{color:var(--green);font-weight:800}.live-step{color:var(--purple);font-weight:800}.request-summary h3{margin:8px 0 4px}.request-summary p{color:var(--muted);margin:0}.read-only{opacity:.82}.privacy-options{display:grid;gap:9px}.privacy-options label{background:#f8f6fa;border-radius:14px;padding:13px;font-weight:700}.privacy-options input{accent-color:var(--purple);width:18px;height:18px;vertical-align:middle;margin-left:8px}.shot-preview{background:#eee9f2;border-radius:20px;padding:14px;margin:14px 0}.shot-preview>small{color:var(--muted)}.status-preview{display:flex;align-items:center;gap:10px;background:#f8f6fa;padding:12px;border-radius:16px}.status-preview div:last-child{display:flex;flex-direction:column}.status-preview small{color:var(--muted)}.member-list{display:grid;gap:8px;margin:10px 0}.member-list button{border:0;background:#f8f6fa;border-radius:15px;padding:11px;display:flex;align-items:center;gap:10px;text-align:right;color:inherit}.member-list span{display:flex;flex-direction:column}.member-list small{color:var(--muted)}
.business-hero{background:linear-gradient(145deg,#17131f,#30283c);color:#fff;border-radius:24px;padding:20px}.business-hero h2{margin:5px 0}.business-hero p{color:#c7becf;margin-bottom:0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.stat{background:#f7f5f8;border-radius:16px;padding:12px;text-align:center}.stat strong{font-size:22px;display:block}.stat small{color:var(--muted)}.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.business-grid button{border:0;background:#f8f6fa;border-radius:18px;min-height:104px;text-align:right;padding:14px;display:flex;flex-direction:column;color:inherit}.business-grid button span{font-size:22px;margin-bottom:auto}.business-grid button small{color:var(--muted);margin-top:4px}.role-row{margin-top:12px}.settings-list{display:grid;gap:8px}.settings-list>button{border:0;background:#f8f6fa;border-radius:16px;padding:13px;display:grid;grid-template-columns:34px 1fr 20px;align-items:center;text-align:right;color:inherit}.settings-list>button>span{font-size:20px}.settings-list>button div{display:flex;flex-direction:column}.settings-list small{color:var(--muted);margin-top:3px}.notification{display:flex;gap:12px;background:#f8f6fa;border-radius:16px;padding:13px;margin-bottom:9px}.notification>span{font-size:22px}.notification p{color:var(--muted);margin:4px 0}.notification small{color:var(--muted)}.profile-hero{text-align:center}.profile-avatar{width:84px;height:84px;border:0;border-radius:50%;background:linear-gradient(145deg,var(--purple),#4b1db3);color:#fff;font-size:34px;font-weight:900;position:relative}.profile-avatar small{position:absolute;bottom:-22px;right:50%;transform:translateX(50%);white-space:nowrap;font-size:10px;color:var(--purple)}.profile-hero h2{margin:30px 0 2px}.profile-hero p{color:var(--muted);margin-top:0}.toast{position:fixed;z-index:90;right:50%;transform:translateX(50%);bottom:calc(92px + env(safe-area-inset-bottom));background:#241c2e;color:#fff;padding:11px 16px;border-radius:14px;box-shadow:var(--shadow);font-weight:700;max-width:88%;text-align:center}.sheet-open{overflow:hidden}
@media(max-width:370px){.hero-orbit{display:none}.quick-grid,.services-grid,.business-grid{grid-template-columns:1fr}.composer.rich{grid-template-columns:38px 38px 38px minmax(0,1fr)}.composer.rich .send-btn{grid-column:1/-1}.hero-card p{max-width:none}}

/* video-reference polish */
.receiver-card{margin-top:12px;background:#f7f4fb;border:1px solid #ece5f4;border-radius:16px;padding:12px;display:grid;grid-template-columns:auto 1fr;gap:3px 10px;align-items:center}.receiver-card span{font-size:11px;color:var(--muted)}.receiver-card strong{font-size:16px}.receiver-card small{grid-column:2;color:var(--muted)}
.sticker-tray{display:block;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;margin-top:8px;box-shadow:0 10px 28px rgba(34,24,48,.08)}.sticker-tray.hidden{display:none}.sticker-head{display:flex;justify-content:space-between;align-items:end;gap:8px;margin-bottom:9px}.sticker-head small{font-size:10px;color:var(--muted)}.sticker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sticker-grid button{min-width:0;background:#f8f6fa;border-radius:16px;padding:10px 4px;display:flex;flex-direction:column;align-items:center}.sticker-grid button span{font-size:35px;line-height:1.25}.sticker-grid button small{font-size:9px;color:var(--muted);margin-top:4px}.sticker-message{font-size:58px;line-height:1.1;background:transparent!important;padding:6px 2px}.sticker-message small{font-size:10px}
.business-kicker{font-weight:900;font-size:12px;color:#d9d0e4}.business-code{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;margin-top:14px;background:rgba(255,255,255,.1);padding:10px 12px;border-radius:14px}.business-code span{font-size:11px;color:#c7becf}.business-code strong{font-size:18px}.business-code button{border:0;border-radius:10px;padding:7px 9px;font-weight:800}.business-section{background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;margin-top:12px}.business-order{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;background:#f8f6fa;border-radius:15px;padding:12px}.business-order p{margin:4px 0 0;color:var(--muted);font-size:12px}.join-request{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-top:10px}.join-request>div:nth-child(2){display:flex;flex-direction:column}.join-request small{color:var(--muted)}.join-actions{display:flex;gap:5px}.join-actions button{border:0;border-radius:10px;padding:8px;font-weight:800}.join-actions button:first-child{background:#e7f7ee;color:#15824f}.join-actions button:last-child{background:#f6ecee;color:#a73543}

.chat-meta-actions{display:flex;gap:6px}.muted-copy{color:var(--muted);font-size:13px;line-height:1.6}.qr-faux{margin:12px auto;background:#fff;border:10px solid #f2f0f4;border-radius:16px;width:152px;height:152px;display:grid;place-items:center;box-shadow:inset 0 0 0 1px var(--line)}.qr-faux span{font-size:86px;line-height:.8;color:#111}.qr-faux small{position:absolute;opacity:0}.business-section .choice-row button:disabled{opacity:.65}.sheet-content .business-hero+.field{margin-top:14px}

/* Video-reference finish pass */
.business-homebar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;color:var(--muted);font-size:12px;font-weight:800}.business-homebar .btn{width:auto;margin:0;padding:9px 12px}.business-list-row,.employee-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.business-list-row:last-child,.employee-row:last-child{border-bottom:0}.business-list-row span{flex:1;font-weight:800}.employee-row>div:nth-child(2){display:flex;flex-direction:column;flex:1}.employee-row small{color:var(--muted);margin-top:3px}.inline-add{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}.inline-add input{border:1px solid var(--line);border-radius:14px;padding:12px;font-size:16px;min-width:0}.inline-add button{border:0;border-radius:13px;padding:0 16px;font-weight:900;background:var(--purple);color:#fff}.business-order-btn{width:100%;border:0;text-align:right;color:inherit}.detail-list{background:#f8f6fa;border-radius:16px;padding:8px 13px;margin:12px 0}.detail-list p{margin:8px 0;color:var(--muted)}.detail-list b{color:var(--ink)}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.profile-stats span{background:#f8f6fa;border-radius:16px;padding:11px;text-align:center;display:flex;flex-direction:column}.profile-stats b{font-size:13px}.profile-stats small{color:var(--muted);margin-top:3px}.video-chat .messages{min-height:340px}.marni-chat-helper{display:flex;justify-content:space-between;align-items:center;background:#f5f1ff;border:1px solid #e7defd;border-radius:15px;padding:10px 12px;margin-top:10px}.marni-chat-helper>div{display:flex;flex-direction:column}.marni-chat-helper small{color:var(--muted);font-size:10px;margin-top:2px}.chat-tools-row{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin:8px 0 0}.chat-tools-row button{height:42px;border:0;border-radius:13px;background:#f3f0f5;font-size:18px}.video-composer{grid-template-columns:minmax(0,1fr) auto!important}.sticker-grid{grid-template-columns:repeat(4,1fr)}.sticker-grid button span{font-size:42px}.sticker-head>div{display:flex;flex-direction:column}.sticker-head>div small{margin-top:2px}.receiver-card{background:#f8f6fa;border-radius:16px;padding:12px;margin-top:12px;display:flex;flex-direction:column}.receiver-card span{font-size:11px;color:var(--muted)}.receiver-card strong{font-size:17px;margin-top:3px}.receiver-card small{color:var(--muted);margin-top:4px}
@media(max-width:390px){.chat-tools-row{grid-template-columns:repeat(6,1fr)}.chat-tools-row button{height:38px;font-size:16px}.sticker-grid{grid-template-columns:repeat(3,1fr)}}
