*,:after,:before{box-sizing:border-box}:root{--portal-bg:#1e3a5f;--surface:rgba(255,255,255,0.98);--surface-border:rgba(15,23,42,0.08);--text-primary:#1f2937;--text-secondary:#6b7280;--accent:#2563eb;--accent-hover:#1d4ed8;--success:#16a34a;--danger:#dc2626;--radius-lg:16px;--radius-md:12px;--shadow-card:0 4px 24px rgba(15,23,42,0.14)}body,html{margin:0;min-height:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background-color:var(--portal-bg);background-image:linear-gradient(160deg,rgba(15,23,42,.88),rgba(30,58,95,.82) 40%,rgba(37,99,235,.35)),radial-gradient(ellipse 80% 50% at 10% 0,rgba(59,130,246,.35),transparent 55%);color:var(--text-primary)}.app{display:flex;flex-direction:column;min-height:100vh;max-width:100%}.app-header{position:static;z-index:20;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.48);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding-top:env(safe-area-inset-top)}.app-header-inner{justify-content:space-between;padding:10px 14px 12px}.app-brand,.app-header-inner{display:flex;align-items:center;gap:10px}.app-brand{min-width:0;flex:1 1}.app-logo{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.app-title-block{min-width:0}.app-title-block h1{margin:0;font-size:15px;font-weight:700;color:#fff;line-height:1.25}.app-subtitle{margin:2px 0 0;font-size:11px;color:rgba(255,255,255,.72);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.btn-logout{padding:7px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.1);color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.btn-logout:active{background:rgba(255,255,255,.2)}.app-body{padding:10px 12px max(16px,env(safe-area-inset-bottom))}.app-body,.app-card{flex:1 1;display:flex;flex-direction:column;min-height:0}.app-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--shadow-card);overflow:hidden}.banner-ok{border-radius:var(--radius-md);background:rgba(22,163,74,.1);border:1px solid rgba(22,163,74,.28);color:#166534}.banner-err,.banner-ok{margin:0 0 10px;padding:10px 12px;font-size:.85rem}.banner-err{border-radius:var(--radius-md);background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.25);color:#b91c1c}.chat-list{flex:1 1;overflow-y:auto;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.chat-item{text-align:left;width:100%;padding:12px 14px;border-radius:var(--radius-md);border:1px solid #e5e7eb;background:#fff;color:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.chat-item:active{border-color:#93c5fd;box-shadow:0 2px 8px rgba(37,99,235,.12)}.chat-item-title-row{display:flex;align-items:flex-start;gap:8px;min-width:0}.chat-unread-dot{width:8px;height:8px;margin-top:6px;border-radius:50%;background:#ef4444;flex-shrink:0;box-shadow:0 0 0 2px rgba(239,68,68,.2)}.chat-item-title{font-weight:600;font-size:.95rem;line-height:1.35;color:var(--text-primary);min-width:0;flex:1 1}.chat-item-meta{margin-top:6px;font-size:.75rem;color:var(--text-secondary);display:flex;flex-wrap:wrap;gap:6px;align-items:center}.status-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:600;background:#eff6ff;color:#1d4ed8}.status-pill--work{background:#fef3c7;color:#b45309}.status-pill--done{background:#dcfce7;color:#15803d}.empty-hint{padding:28px 16px;text-align:center;color:var(--text-secondary);font-size:.9rem;line-height:1.5}.thread{display:flex;flex-direction:column;flex:1 1;min-height:0}.thread-header .btn-back{display:none}.thread-back-fab{position:fixed;z-index:50;left:max(14px,env(safe-area-inset-left));bottom:max(88px,calc(72px + env(safe-area-inset-bottom)));width:48px;height:48px;border-radius:50%;border:1px solid #dbeafe;background:#fff;color:#2563eb;box-shadow:0 4px 20px rgba(15,23,42,.16);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.thread-back-fab:active{transform:scale(.96)}.messages{flex:1 1;overflow-y:visible;padding:14px;background:#f8fafc;flex-direction:column}.compose,.messages{display:flex;gap:10px}.compose{padding:12px 14px max(12px,env(safe-area-inset-bottom));border-top:1px solid #e5e7eb;background:#fff;align-items:flex-end;position:-webkit-sticky;position:sticky;bottom:0;z-index:6;box-shadow:0 -4px 16px rgba(15,23,42,.06)}.thread-header{padding:12px 14px;border-bottom:1px solid #e5e7eb;background:#fff}.thread-header strong{display:block;font-size:14px;line-height:1.35;color:var(--text-primary)}.bubble{max-width:88%;padding:10px 12px;border-radius:12px;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.45}.bubble.user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.bubble.other{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;color:var(--text-primary);border-bottom-left-radius:4px}.bubble-meta{font-size:10px;opacity:.75;margin-bottom:4px}.compose textarea{flex:1 1;min-height:44px;max-height:120px;resize:vertical;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:var(--text-primary);padding:8px 10px;font:inherit;line-height:1.45}.panel-toggle{margin:0 12px 8px;padding:10px 12px;color:var(--text-primary);font:inherit;font-size:.9rem;text-align:left;cursor:pointer}.panel,.panel-toggle{border-radius:var(--radius-md);border:1px solid #e5e7eb;background:#f9fafb}.panel{margin:0 12px 12px;padding:12px}.panel label{display:block;font-size:.75rem;color:var(--text-secondary);margin-bottom:4px}.panel input,.panel textarea{width:100%;margin-bottom:8px;padding:8px 10px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:var(--text-primary);font:inherit}.panel .hint{font-size:.78rem;color:var(--text-secondary);margin:0 0 10px;line-height:1.4}.btn-primary{width:100%;padding:10px 14px;border:none;border-radius:10px;background:var(--accent);color:#fff;font:inherit;font-weight:600;cursor:pointer}.btn-primary:active{background:var(--accent-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-send{width:44px;height:44px;flex-shrink:0;border:none;border-radius:12px;background:var(--accent);color:#fff;font-size:18px;font-weight:700;cursor:pointer}.btn-send:disabled{opacity:.5;cursor:not-allowed}.btn-back{background:none;border:none;color:var(--accent);padding:0;margin-bottom:6px;font:inherit;font-size:.85rem;cursor:pointer}.screen-center{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;text-align:center;color:#fff}.screen-center .banner-err{display:inline-block;max-width:320px}.msg-attachments{display:flex;flex-direction:column;gap:8px;margin-top:8px;max-width:100%}.msg-att-preview-btn{display:block;padding:0;border:none;background:none;cursor:pointer;max-width:100%}.msg-att-img{max-width:min(100%,280px);max-height:220px;object-fit:contain;background:rgba(0,0,0,.04)}.msg-att-img,.msg-att-video{display:block;border-radius:10px}.msg-att-video{max-width:min(100%,300px);max-height:240px;background:#000}.msg-att-file{display:flex;align-items:center;gap:8px;width:100%;max-width:280px;padding:8px 10px;border-radius:10px;border:1px solid #dbeafe;background:#f8fafc;color:var(--text-primary);font:inherit;font-size:.85rem;text-align:left;cursor:pointer}.bubble.user .msg-att-file{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.35);color:#fff}.msg-att-file__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-att-pending{font-size:.78rem;opacity:.75;padding:6px 0}.msg-att-pending--error{color:#b91c1c}.bubble.user .msg-att-pending--error{color:#fecaca}.bubble-files-only{font-size:.9rem}.img-lightbox{position:fixed;inset:0;z-index:100;background:rgba(15,23,42,.92);display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) 12px max(16px,env(safe-area-inset-bottom))}.img-lightbox-img{max-width:100%;max-height:100%;object-fit:contain}.img-lightbox-close{position:absolute;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,.2);color:#fff;font-size:24px;line-height:1;cursor:pointer}.submission-preview{margin-bottom:12px}.submission-preview-title{font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:8px}.submission-preview-card{background:#f8fafc;border:1px solid var(--surface-border);border-radius:var(--radius-md);padding:10px 12px;font-size:13px}.submission-preview-row{display:flex;gap:10px;padding:6px 0;border-bottom:1px solid rgba(15,23,42,.06)}.submission-preview-row:last-child{border-bottom:none}.submission-preview-label{flex:0 0 42%;color:var(--text-secondary);line-height:1.35}.submission-preview-value{flex:1 1;color:var(--text-primary);line-height:1.35;word-break:break-word}.submission-preview-row--files .submission-preview-value{flex:1 1}.submission-preview-files{margin:0;padding-left:18px}.submission-preview-desc{margin-top:8px;padding-top:8px;border-top:1px solid rgba(15,23,42,.06)}.submission-preview-desc .submission-preview-label{display:block;margin-bottom:4px}.screen-loading{font-size:.95rem;opacity:.9}