.chat-page{max-width:1800px}.chat-page-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.chat-page-header h1{margin:2px 0 0;color:#4d075f;font-size:clamp(42px,5vw,72px);line-height:1}.chat-header-actions{display:flex;gap:9px}.chat-header-actions .sound-on{border-color:#16987f;color:#087963;background:#e8f8f4}.chat-shell{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);height:calc(100vh - 190px);min-height:570px;overflow:hidden;border:1px solid #e1d7e3;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(55,22,64,.07)}.chat-conversations{display:flex;min-width:0;flex-direction:column;border-right:1px solid #e8e0e9;background:#faf8fa}.chat-conversations>header{display:flex;align-items:center;justify-content:space-between;padding:19px;border-bottom:1px solid #e8e0e9}.chat-conversations>header strong{color:#4d075f;font-size:17px}.chat-conversations>header span{display:grid;min-width:28px;height:28px;place-items:center;border-radius:50%;background:#f0e5f1;color:#761586;font-weight:900}.chat-conversations nav{display:grid;align-content:start;overflow-y:auto}.chat-conversations nav>a{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 14px;border-bottom:1px solid #eee8ef;color:#3d3440;text-decoration:none}.chat-conversations nav>a.active{background:#f1e7f2}.chat-conversations nav>a.unread:before{position:absolute;top:0;bottom:0;left:0;width:4px;background:#16987f;content:""}.chat-conversations nav>a>img,.chat-conversations nav>a>span{display:grid;width:45px;height:45px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#741384,#16987f);color:#fff;object-fit:cover;font-size:13px;font-weight:900}.chat-conversations nav>a>div{display:grid;min-width:0}.chat-conversations nav>a small,.chat-conversations nav>a strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-conversations nav>a strong{font-size:13px}.chat-conversations nav>a small{margin-top:4px;color:#8e8390;font-size:11px}.chat-conversations nav>a time{align-self:start;color:#9d929f;font-size:9px}.chat-conversations nav>p{padding:34px 22px;color:#948999;text-align:center}.chat-thread{display:flex;min-width:0;min-height:0;overflow:hidden;flex-direction:column}.chat-thread>header{display:flex;align-items:center;gap:11px;padding:15px 20px;border-bottom:1px solid #e8e0e9}.chat-thread>header h2,.chat-thread>header p{margin:0}.chat-thread>header h2{color:#4d075f;font-size:18px}.chat-thread>header p{margin-top:3px;color:#958a98;font-size:11px}.chat-thread-avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#f0e5f1;color:#751485;font-size:19px;font-weight:900}.chat-messages{display:flex;min-height:0;flex:1;overflow-y:auto;flex-direction:column;gap:10px;padding:22px;background:linear-gradient(180deg,#fcfbfc,#f8f5f8)}.chat-messages article{display:flex;align-items:end;gap:8px;max-width:min(72%,680px)}.chat-messages article.mine{align-self:end;justify-content:flex-end}.chat-messages article>img,.chat-messages article>span{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:50%;background:#741384;color:#fff;object-fit:cover;font-size:9px;font-weight:900}.chat-messages article>div{padding:10px 13px;border:1px solid #e6dde7;border-radius:16px 16px 16px 3px;background:#fff}.chat-messages article.mine>div{border-color:#7a188b;border-radius:16px 16px 3px;background:#741384;color:#fff}.chat-messages article strong{display:block;margin-bottom:4px;color:#7b178c;font-size:10px}.chat-messages article p{margin:0;white-space:pre-wrap;font-size:13px;line-height:1.45}.chat-messages article time{display:block;margin-top:5px;color:#9a909c;font-size:8px;text-align:right}.chat-messages article.mine time{color:rgba(255,255,255,.65)}.chat-composer{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px;border-top:1px solid #e8e0e9}.chat-composer textarea{min-height:48px;padding:12px 14px;border:1px solid #dcd2de;border-radius:14px;resize:none;font:inherit}.chat-thread-empty{display:grid;flex:1;place-content:center;color:#9a909d;text-align:center}.chat-thread-empty strong{color:#5c4e60;font-size:17px}.chat-thread-empty span{margin-top:5px}.chat-create-modal{width:min(700px,calc(100vw - 26px));max-height:90vh;overflow:auto;padding:26px}.chat-create-modal>header{display:flex;align-items:start;justify-content:space-between}.chat-create-modal h2{margin:0 0 16px;color:#4d075f;font-size:30px}.chat-kind-switch{display:grid;grid-template-columns:1fr 1fr;margin-bottom:14px;padding:4px;border-radius:12px;background:#f1ebf2}.chat-kind-switch button{padding:10px;border:0;border-radius:9px;background:transparent;color:#796c7b;font-weight:900}.chat-kind-switch button.active{background:#fff;color:#741384;box-shadow:0 4px 12px rgba(51,25,58,.08)}.chat-create-modal>label{display:grid;gap:7px;margin-bottom:15px;color:#675a6a;font-weight:900}.chat-create-modal input{padding:11px;border:1px solid #ddd2df;border-radius:11px}.chat-create-modal fieldset{margin:0 0 16px;padding:0;border:0}.chat-create-modal legend{margin-bottom:8px;color:#675a6a;font-weight:900}.chat-user-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:350px;overflow:auto}.chat-user-options label{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;padding:9px;border:1px solid #e7dfe8;border-radius:11px}.chat-user-options label.not-ready{opacity:.55}.chat-user-options img,.chat-user-options label>span{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#741384;color:#fff;object-fit:cover;font-size:10px;font-weight:900}.chat-user-options em{display:grid;font-style:normal;font-weight:900}.chat-user-options small{color:#948897;font-weight:600}.chat-gate-page{display:grid;min-height:70vh;place-items:center}.chat-gate{max-width:650px;padding:50px;text-align:center}.chat-gate>span{display:grid;width:100px;height:100px;margin:0 auto 18px;place-items:center;border-radius:30px;background:linear-gradient(145deg,#741384,#16987f);color:#fff;font-size:30px;font-weight:900}.chat-gate h1{color:#4d075f;font-size:36px}.chat-gate p:not(.eyebrow){margin:0 auto 24px;color:#756978;line-height:1.6}.chat-thread-title{min-width:0;flex:1}.chat-mute{padding:8px 10px;font-size:10px}.chat-mentions{display:flex;overflow-x:auto;align-items:center;gap:6px;padding:7px 18px;border-bottom:1px solid #eee7ef;background:#fcfafc}.chat-mentions span{color:#8a7c8c;font-size:9px;font-weight:900;text-transform:uppercase}.chat-mentions button{padding:5px 8px;border:0;border-radius:999px;background:#f1e5f3;color:#711480;font-size:9px;font-weight:900;white-space:nowrap}.chat-messages article.mentioned .chat-bubble{box-shadow:0 0 0 2px #8dc63f}.chat-bubble{position:relative}.chat-bubble blockquote{display:grid;gap:2px;margin:0 0 7px;padding:6px 8px;border-left:3px solid #20a389;border-radius:6px;background:rgba(32,163,137,.09);font-size:9px}.chat-bubble blockquote b{color:inherit}.chat-bubble blockquote span{overflow:hidden;max-width:340px;text-overflow:ellipsis;white-space:nowrap}.chat-message-meta{display:flex;justify-content:flex-end;gap:7px;margin-top:5px;color:#9a909c;font-size:8px}.chat-message-meta time{margin:0!important}.chat-messages article.mine .chat-message-meta{color:rgba(255,255,255,.68)}.chat-attachment{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px;border:1px solid rgba(116,19,132,.16);border-radius:10px;background:rgba(255,255,255,.75);color:#4d075f;text-decoration:none}.chat-messages article.mine .chat-attachment{background:rgba(255,255,255,.14);color:#fff}.chat-attachment>span{font-size:17px}.chat-attachment em{display:grid;min-width:0;font-size:10px;font-style:normal;font-weight:900}.chat-attachment small{font-size:8px;font-weight:600;opacity:.7}.chat-reactions{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}.chat-reactions button{padding:3px 6px;border:1px solid #e6dce7;border-radius:999px;background:#fff;color:#564858;font-size:10px}.chat-reactions button.active{border-color:#24a78c;background:#e3f7f2}.chat-reaction-picker{position:absolute;z-index:5;right:4px;bottom:-40px;display:flex;gap:2px;padding:5px;border:1px solid #e0d7e1;border-radius:12px;background:#fff;box-shadow:0 9px 25px rgba(51,25,58,.18)}.chat-reaction-picker button{padding:4px;border:0;background:transparent;font-size:16px}.chat-reply-button{margin-top:5px;padding:0;border:0;background:transparent;color:#8b7e8e;font-size:8px;font-weight:900}.chat-messages article.mine .chat-reply-button{color:rgba(255,255,255,.76)}.chat-typing{display:flex;align-items:center;gap:3px;color:#887b8a;font-size:10px}.chat-typing i{width:5px;height:5px;border-radius:50%;background:#8a198f;animation:chatTyping 1s infinite alternate}.chat-typing i:nth-child(2){animation-delay:.2s}.chat-typing i:nth-child(3){animation-delay:.4s}.chat-typing span{margin-left:5px}@keyframes chatTyping{to{opacity:.25;transform:translateY(-3px)}}.chat-composer{grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center}.chat-composer textarea{width:100%}.chat-composer-context{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:7px 10px;border-left:3px solid #20a389;border-radius:7px;background:#f3f9f7;color:#5e5161;font-size:10px}.chat-composer-context button{border:0;background:transparent;color:#741384;font-size:18px}.chat-file-button{display:grid;width:46px;height:46px;place-items:center;border:1px solid #ddd2df;border-radius:13px;background:#faf8fa;cursor:pointer}.chat-file-button input{position:absolute;width:1px;height:1px;opacity:0}@media(max-width:850px){.chat-page-header{align-items:start;flex-direction:column}.chat-header-actions{width:100%;flex-wrap:wrap}.chat-header-actions .button{flex:1}.chat-shell{grid-template-columns:105px minmax(0,1fr);height:calc(100vh - 215px);min-height:520px}.chat-conversations>header strong{display:none}.chat-conversations nav>a{grid-template-columns:1fr;justify-items:center;padding:10px 5px}.chat-conversations nav>a>div small,.chat-conversations nav>a>time{display:none}.chat-conversations nav>a>div strong{max-width:92px;font-size:9px;text-align:center}.chat-messages{padding:13px}.chat-messages article{max-width:88%}.chat-composer{grid-template-columns:auto auto minmax(0,1fr);padding:9px}.chat-composer .button{grid-column:1/-1;width:100%}.chat-user-options{grid-template-columns:1fr}.chat-mute{font-size:0}.chat-mute:first-letter{font-size:14px}}@media(max-width:520px){.chat-shell{margin:0 -12px;border-radius:0}.chat-create-modal{padding:18px}.chat-gate{padding:28px 20px}.chat-gate h1{font-size:29px}}.pwa-page{max-width:1280px}.pwa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pwa-card{display:grid;align-content:start;justify-items:start;min-height:430px;padding:34px}.pwa-bell,.pwa-card>img{width:90px;height:90px;margin-bottom:24px;border-radius:24px}.pwa-bell{display:grid;place-items:center;background:#f2e8f3;font-size:44px}.pwa-card h2{margin:3px 0 12px;color:#4d075f;font-size:30px}.pwa-card>p:not(.eyebrow){max-width:520px;margin:0 0 24px;color:#756978;font-size:16px;line-height:1.6}.pwa-card>.button{margin-top:auto}.pwa-ready{display:block;margin:8px 0 18px;color:#087963;font-size:16px}.pwa-instructions{display:grid;gap:6px;margin-top:auto;padding:16px;border:1px solid #d9cedb;border-radius:14px;background:#faf7fa}.pwa-instructions strong{color:#5b0a6d}.pwa-instructions span{color:#746777;line-height:1.5}.pwa-security{margin-top:18px;padding:26px}.pwa-security h2{margin:0 0 8px;color:#4d075f}.pwa-security p{margin:0;color:#756978;line-height:1.6}@media(max-width:760px){.pwa-grid{grid-template-columns:1fr}.pwa-card{min-height:360px;padding:24px}.pwa-card h2{font-size:25px}}.operator-app{min-height:100vh;max-width:760px;margin:0 auto;padding:28px 22px 132px;color:#32163a}.operator-connectivity{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px;padding:9px 12px;border-radius:12px;font-size:.78rem;font-weight:900}.operator-connectivity.online{background:#e7f8f2;color:#087762}.operator-connectivity.offline{background:#fff0cf;color:#8a5800}.operator-connectivity button{border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline}.operator-timeline li.queued>span{background:#fff0cf;color:#8a5800}.operator-offline-assurance{display:grid;gap:4px;margin:-8px 0 18px;padding:13px 14px;border:1px solid #efc55d;border-radius:13px;background:#fff9e8;color:#604716}.operator-offline-assurance strong{color:#49320a}.operator-offline-assurance small,.operator-offline-assurance span{line-height:1.4}.operator-event-switcher button.recent:not(.active){border-style:dashed;background:#faf7fb}.operator-event-switcher button.recent span{color:#8b6a21;font-weight:850}.operator-sync-notice{margin:-8px 0 18px;padding:11px 14px;border-radius:13px;font-size:.8rem;font-weight:850;line-height:1.4}.operator-sync-notice.pending{border:1px solid #efc55d;background:#fff9e8;color:#6e4d08}.operator-sync-notice.success{border:1px solid #86dbc5;background:#eaf9f4;color:#087762}.operator-offline-assurance details{margin-top:8px;border-top:1px solid #ead28f;padding-top:8px}.operator-offline-assurance summary{cursor:pointer;font-weight:900}.operator-queue-diagnostic{display:grid;gap:3px;margin-top:8px;padding:9px;border-radius:9px;background:rgba(255,255,255,.7)}.operator-queue-diagnostic small,.operator-queue-diagnostic span{font-size:.72rem}.operator-queue-diagnostic span{color:#9b291f;font-weight:800}.operator-push-button{width:100%;margin:-8px 0 18px;padding:12px;border:1px solid #9b1ca2;border-radius:12px;background:#fff;color:#78117f;font-weight:900}.operator-header,.operator-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.operator-header small,.operator-section-title small{color:#9a3294;font-weight:900;letter-spacing:.15em}.operator-header h1{margin:4px 0;color:#4d0b63;font-size:clamp(2rem,10vw,3.5rem);line-height:.95}.operator-header p{margin:0;color:#786d7c}.operator-progress-ring{display:grid;place-items:center;min-width:68px;height:68px;border:7px solid #bceadd;border-top-color:#22a589;border-radius:50%;color:#087762;font-weight:900}.operator-event-switcher{display:flex;gap:10px;margin:24px 0 16px;overflow-x:auto;scroll-snap-type:x mandatory}.operator-event-switcher button{min-width:210px;padding:14px;border:1px solid #e2d9e6;border-radius:18px;background:#fff;text-align:left;scroll-snap-align:start}.operator-event-switcher button.active{border-color:#9b1ca2;box-shadow:0 8px 24px rgba(105,21,115,.15)}.operator-event-switcher span,.operator-event-switcher strong{display:block}.operator-event-switcher span{margin-top:5px;color:#776d7a;font-size:.84rem}.operator-empty,.operator-event-hero,.operator-evidence-card,.operator-safe-details,.operator-timeline-card{border:1px solid #e8e0ea;border-radius:26px;background:#fff;box-shadow:0 14px 42px rgba(49,22,58,.07)}.operator-event-hero{padding:25px;background:linear-gradient(145deg,#4f0d63,#a1189d);color:white}.operator-folio{padding:6px 10px;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-size:.78rem;font-weight:900}.operator-event-hero h2{margin:18px 0 5px;font-size:clamp(1.7rem,7vw,2.8rem);line-height:1}.operator-event-hero>p{color:rgba(255,255,255,.82)}.operator-office-call{display:grid;gap:5px;margin:20px 0 8px;padding:16px;border:2px solid #a9e95d;border-radius:16px;background:rgba(29,8,36,.28)}.operator-office-call small{color:#bff37e;font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.operator-office-call strong{font-size:1.18rem}.operator-office-call span{color:rgba(255,255,255,.8);font-size:.76rem;line-height:1.4}.operator-time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:22px 0}.operator-time-grid span{padding:12px 8px;border-radius:14px;background:rgba(255,255,255,.12);font-weight:800;font-size:.84rem}.operator-time-grid small{display:block;margin-bottom:4px;color:#b9f1df;text-transform:uppercase;font-size:.64rem}.operator-map-button{display:block;padding:15px;border-radius:14px;background:#7aca18;color:#24052f;text-align:center;font-weight:950}.operator-address{margin-bottom:0;font-size:.9rem}.operator-evidence-card,.operator-safe-details,.operator-timeline-card{margin-top:16px;padding:22px}.operator-evidence-card h3,.operator-safe-details h3,.operator-timeline-card h3{margin:0 0 16px;color:#530966;font-size:1.45rem}.operator-safe-details>div{display:grid;gap:4px;padding:14px 0;border-top:1px solid #eee7ef}.operator-safe-details span{color:#8a7e8d;font-size:.74rem;font-weight:900;text-transform:uppercase}.operator-safe-details a{color:#98149b;font-weight:900}.operator-section-title>span{padding:8px 12px;border-radius:999px;background:#ecfaf6;color:#087762;font-weight:900}.operator-timeline{margin:0;padding:0;list-style:none}.operator-timeline li{display:flex;gap:12px;padding:11px 0}.operator-timeline li>span{display:grid;place-items:center;flex:0 0 31px;height:31px;border-radius:50%;background:#e7f8f2;color:#087762;font-weight:900}.operator-timeline li.next>span{background:#f1e4f3;color:#7a167f}.operator-timeline li.late>span{background:#fff0cf;color:#9d6500}.operator-timeline small,.operator-timeline strong{display:block}.operator-timeline small{margin-top:3px;color:#8a7e8d}.operator-add-evidence{width:fit-content;margin-top:7px;padding:7px 10px;border:1px solid #8f1295;border-radius:999px;background:#fff;color:#741077;font:inherit;font-size:12px;font-weight:800}.operator-actions{position:fixed;z-index:20;right:18px;bottom:18px;left:18px;display:grid;grid-template-columns:.7fr 1.3fr;gap:10px;max-width:724px;margin:auto;padding:10px;border:1px solid #e6dce8;border-radius:21px;background:rgba(255,255,255,.94);box-shadow:0 15px 40px rgba(44,11,50,.22);backdrop-filter:blur(12px)}.operator-actions button{min-height:60px;border:0;border-radius:14px;font-weight:950}.operator-incident-button{background:#ffe7e4;color:#a1231c}.operator-confirm-button,.operator-next-button{background:linear-gradient(120deg,#771184,#b31cac);color:white}.operator-next-button:disabled{background:#d6ccd8}.operator-modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;align-items:end;padding:12px;background:rgba(20,4,24,.58)}.operator-modal{position:relative;width:min(100%,620px);max-height:92vh;margin:0 auto;padding:26px;overflow-y:auto;border-radius:28px 28px 18px 18px;background:#fff}.operator-modal-close{position:absolute;top:14px;right:16px;border:0;background:transparent;font-size:2rem}.operator-modal h3{margin:5px 35px 10px 0;color:#550a69;font-size:1.7rem}.operator-modal form{display:grid;gap:14px}.operator-modal label{display:grid;gap:6px;color:#584e5b;font-weight:850}.operator-modal input,.operator-modal select,.operator-modal textarea{width:100%;padding:13px;border:1px solid #d9cddd;border-radius:12px;font:inherit}.operator-modal textarea{min-height:100px}.operator-modal input[type=file]::file-selector-button{margin-right:10px;padding:9px 12px;border:0;border-radius:9px;background:#7b1685;color:white;font-weight:800}.operator-checkbox{display:flex!important;grid-template-columns:auto 1fr;align-items:center}.operator-checkbox input{width:auto}.operator-print-report{display:grid;gap:10px;margin:4px 0;padding:16px;border:2px solid #9b1ca2;border-radius:16px;background:#fbf5fc}.operator-print-report legend{padding:0 7px;color:#550a69;font-weight:950}.operator-print-report p{margin:0 0 4px;color:#766b79;font-size:.86rem;line-height:1.4}.operator-evidence-request{display:grid;gap:9px;padding:16px;border:2px solid #7b1685;border-radius:16px;background:#fbf5fc}.operator-evidence-request>strong{color:#550a69;font-size:1rem}.operator-evidence-request>p{margin:0;color:#514655;font-size:.9rem;font-weight:700;line-height:1.5}.operator-modal .operator-radio{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;padding:12px;border:1px solid #dacdde;border-radius:12px;background:#fff}.operator-modal .operator-radio input{width:20px;height:20px;padding:0;accent-color:#86138e}.operator-confirm-button,.operator-danger-button{min-height:55px;border:0;border-radius:13px;font-weight:950}.operator-danger-button{background:#bd3026;color:white}.operator-error{padding:11px;border-radius:10px;background:#ffe9e5;color:#9a211b;font-weight:800}.operator-location-required{border-color:#e69800!important;background:#fff4d8!important;color:#7b4d00!important}.operator-location-note{margin:-5px 0 0;color:#746a77;font-size:.8rem;line-height:1.45}.operator-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.operator-evidence-grid button{border:1px solid #e4d9e7;border-radius:14px;background:#fff}.operator-evidence-grid button,.operator-evidence-grid>div.pending{min-width:0;overflow:hidden;padding:0 0 11px;color:#4e4052;text-align:left}.operator-evidence-grid>div.pending{border:2px dashed #d69b16;border-radius:14px;background:#fff9e8}.operator-document-preview,.operator-evidence-grid img{display:grid;width:100%;height:130px;object-fit:cover;place-items:center;background:#f4ebf5;color:#79127f;font-size:1.4rem;font-weight:950}.operator-pending-preview{display:grid;width:100%;height:130px;place-items:center;background:#fff0c8;color:#8a5800;font-size:1rem;font-weight:950}.operator-evidence-grid small,.operator-evidence-grid strong{display:block;overflow:hidden;margin:8px 11px 0;text-overflow:ellipsis;white-space:nowrap}.operator-evidence-grid small{margin-top:3px;color:#8b7f8e;font-size:.7rem}.operator-evidence-dialog{position:relative;display:grid;gap:12px;width:min(100%,920px);max-height:94vh;margin:auto;padding:18px;border-radius:20px;background:#fff}.operator-evidence-dialog>button{position:absolute;z-index:2;top:8px;right:12px;border:0;background:rgba(255,255,255,.9);font-size:2rem}.operator-evidence-dialog div{display:grid;padding-right:38px}.operator-evidence-dialog div span{color:#89138e;font-weight:950}.operator-evidence-dialog iframe,.operator-evidence-dialog img{width:100%;max-height:76vh;border:0;border-radius:12px;object-fit:contain;background:#1d1020}.operator-evidence-dialog iframe{height:76vh}.operator-empty{margin-top:40px;padding:40px 25px;text-align:center}@media (min-width:901px){.operator-modal-backdrop{align-items:center}.operator-modal{border-radius:28px}}@media (max-width:520px){.operator-app{padding:20px 14px 126px}.operator-time-grid{grid-template-columns:1fr}.operator-actions{grid-template-columns:1fr 1.55fr}.operator-actions button{min-height:56px;font-size:.8rem}}.booth-control-page{max-width:1540px}.booth-heading{align-items:end}.booth-notice{margin:0 0 16px;padding:12px 15px;border:1px solid #bfe4d8;border-radius:12px;color:#176d57;background:#effaf6;font-weight:800}.booth-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.booth-kpis article{padding:18px;border:1px solid var(--line);border-top:4px solid var(--purple);border-radius:15px;background:white}.booth-kpis article.warning{border-top-color:#d9a12b}.booth-kpis article.success{border-top-color:var(--teal)}.booth-kpis small,.booth-kpis span,.booth-kpis strong{display:block}.booth-kpis span{color:#817583;font-size:11px;font-weight:900;text-transform:uppercase}.booth-kpis strong{margin:10px 0 5px;color:var(--purple-dark);font-size:32px}.booth-kpis small{color:#918794;font-size:11px}.booth-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px;margin-bottom:18px}.booth-deployments,.booth-devices,.booth-enrollment,.booth-mapping{padding:22px}.booth-deployments .panel-heading p,.booth-enrollment>p,.booth-mapping>p{color:#766c79;font-size:12px;line-height:1.55}.booth-deployment-table select,.booth-enrollment textarea,.booth-mapping select{width:100%;padding:10px 12px;border:1px solid #d9cedc;border-radius:9px;color:#463a4a;background:#fff;font:inherit}.booth-enrollment textarea{min-height:144px;margin:10px 0;resize:vertical;font-family:ui-monospace,Consolas,monospace;font-size:11px}.booth-service-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:12px 0}.booth-service-checks label{display:flex;align-items:center;gap:9px;padding:10px;border:1px solid #e6dfe8;border-radius:9px;background:#fdfbfd}.booth-service-checks input{accent-color:var(--purple)}.booth-service-checks small,.booth-service-checks strong{display:block}.booth-service-checks strong{color:#4e4052;font-size:11px}.booth-service-checks small{margin-top:2px;color:#928797;font-size:9px}.booth-devices{margin-bottom:18px}.booth-device-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.booth-device-list>article{padding:14px;border:1px solid #e5dee7;border-radius:12px;background:#fdfcfd}.booth-device-list header{display:flex;align-items:center;gap:9px}.booth-device-list header i{width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:#b7afb9}.booth-device-list header i.online{background:var(--teal);box-shadow:0 0 0 4px rgba(33,166,132,.13)}.booth-device-list header>div{min-width:0;flex:1}.booth-device-list header small,.booth-device-list header strong{display:block}.booth-device-list header strong{color:#46394a;font-size:12px}.booth-device-list header small{margin-top:3px;color:#918694;font-size:9px}.booth-device-list dl{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin:12px 0}.booth-device-list dl div{padding:8px;border-radius:7px;background:#f5f0f6}.booth-device-list dt{color:#948999;font-size:8px;font-weight:900;text-transform:uppercase}.booth-device-list dd{margin:4px 0 0;color:#584b5c;font-size:10px;font-weight:800}.booth-device-list footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:10px;border-top:1px solid #ebe5ed}.booth-device-list footer span{color:#7f7482;font-size:9px}.booth-device-list footer button,.booth-row-actions button{padding:7px 9px;border:1px solid #cdb7d0;border-radius:7px;color:var(--purple);background:white;font-size:9px;font-weight:900;cursor:pointer}.booth-deployment-table{overflow-x:auto}.booth-deployment-table>article,.booth-deployment-table>header{min-width:1050px;display:grid;grid-template-columns:1.35fr 1fr 1.1fr 1fr .7fr;align-items:center;gap:12px}.booth-deployment-table>header{padding:10px 12px;color:#918795;border-bottom:1px solid #ded6e0;font-size:9px;font-weight:900;text-transform:uppercase}.booth-deployment-table>article{padding:13px 12px;border-bottom:1px solid #eee9ef}.booth-deployment-table a,.booth-deployment-table small,.booth-deployment-table strong{display:block}.booth-deployment-table a,.booth-deployment-table strong{color:#4d3e52;font-size:11px;font-weight:900}.booth-deployment-table a{color:var(--purple)}.booth-deployment-table small{margin-top:4px;color:#8b808e;font-size:9px;line-height:1.4}.booth-package-status{display:inline-flex;padding:5px 8px;border-radius:999px;color:#76570f;background:#f8eccd;font-size:8px;font-weight:900}.booth-package-status.active,.booth-package-status.downloaded,.booth-package-status.preflight_ready,.booth-package-status.published{color:#176d57;background:#dff3eb}.booth-row-actions{display:flex;flex-wrap:wrap;gap:6px}.booth-row-actions button:last-child{color:white;border-color:var(--purple);background:var(--purple)}.booth-device-list button:disabled,.booth-row-actions button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:1050px){.booth-kpis{grid-template-columns:repeat(2,1fr)}.booth-grid{grid-template-columns:1fr}.booth-device-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.booth-device-list,.booth-kpis,.booth-service-checks{grid-template-columns:1fr}}