:root{--ink:#152019;--muted:#65706a;--line:#d9e2dc;--panel:#fff;--bg:#fff;--accent:#16745f;--accent-2:#2563eb;--danger:#b42318}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg);font-family:Arial,Helvetica,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"sidebar header" "sidebar main";min-height:100vh}.shell-sidebar{grid-area:sidebar;position:-webkit-sticky;position:sticky;top:0;height:100vh;border-right:1px solid var(--line);background:#fff;padding:24px;display:flex;flex-direction:column;gap:22px}.shell-brand,.shell-mobile-brand{display:inline-flex;align-items:center;gap:10px;color:#11183a}.shell-logo{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#7657ff,#4e32e8);color:#fff;font-weight:900}.shell-nav{display:grid;grid-gap:6px;gap:6px}.shell-nav a{display:block;padding:11px 12px;border-radius:8px;color:var(--muted);font-weight:700}.shell-nav a.active,.shell-nav a:hover{background:#f2efff;color:#4e32e8}.shell-header{grid-area:header;position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:14px;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shell-mobile-brand{display:none}.shell-group-selector{min-width:180px;max-width:320px;display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800;color:#11183a}.shell-group-selector span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.shell-action,.shell-icon-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 12px;border-radius:999px;border:1px solid #d8d0ff;color:#4e32e8;background:#fff;font-weight:800;font-size:13px}.shell-icon-action{min-width:44px}.shell-profile{display:inline-flex}.shell-main{grid-area:main;min-width:0;padding:28px}.shell-bottom-nav{display:none}.top-shell{display:block;min-height:100vh;background:#fff}.top-shell .shell-header{position:-webkit-sticky;position:sticky;top:0}.top-shell .shell-mobile-brand{display:inline-flex}.top-shell .shell-main{padding:28px}.main{padding:32px}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px}.grid,.groups-layout{display:grid;gap:16px}.groups-layout{grid-template-columns:minmax(240px,320px) minmax(280px,1fr) minmax(280px,1fr);grid-gap:16px;align-items:start}.groups-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.groups-page-header h1{margin:0 0 6px;color:#11183a}.groups-page-header p{max-width:640px;margin:0;color:var(--muted);line-height:1.5}.group-card-actions,.groups-list-header,.groups-page-actions,.pagination-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.groups-page-actions{justify-content:flex-end}.groups-list-header{justify-content:space-between}.group-card h3,.groups-list-header h2{margin:0;color:#11183a}.groups-search{display:flex;align-items:center;gap:8px;min-width:min(420px,100%)}.groups-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:14px;gap:14px}.empty-list-card,.group-card{display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.group-card-main{display:flex;align-items:center;gap:12px}.group-card-main p{margin:4px 0 0;color:var(--muted);text-transform:capitalize}.group-card-actions .button{min-height:36px;padding:8px 10px}.empty-list-card{min-height:150px;align-content:center;background:#f9fbfa;color:var(--muted)}.empty-list-card h3{margin:0;color:#11183a}.empty-list-card p{margin:0}.pagination-row{justify-content:flex-end}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:10px 14px;background:var(--accent);color:#fff;font-weight:700}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.stack{display:grid;grid-gap:12px;gap:12px}.error{color:var(--danger)}.success{color:var(--accent)}.muted{color:var(--muted)}.invite-code-input{text-transform:uppercase;letter-spacing:0}.invite-panel{display:grid;grid-gap:12px;gap:12px}.invite-code-box{display:grid;grid-gap:4px;gap:4px;border:1px solid var(--line);border-radius:8px;padding:14px;background:#f9fbfa}.invite-code-box span{color:var(--muted);font-size:13px}.invite-code-box strong{font-size:24px;letter-spacing:0}.qr-box{width:220px;max-width:100%;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff}.qr-box svg{display:block;width:100%;height:auto}.group-photo-preview{width:100%;max-width:280px;aspect-ratio:16/9;object-fit:cover;border:1px solid var(--line);border-radius:8px;background:#f9fbfa}.app-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:999px;background:#dcebe5;background-position:50%;background-size:cover;color:var(--accent);font-weight:800;line-height:1;border:2px solid #fff;box-shadow:0 2px 8px rgba(21,32,25,.14)}.person-row{display:flex;align-items:center;gap:10px}.input{width:100%;padding:12px}.input,.map{border:1px solid var(--line);border-radius:8px}.map{min-height:480px;background:linear-gradient(90deg,rgba(21,32,25,.06) 1px,transparent 0),linear-gradient(rgba(21,32,25,.06) 1px,transparent 0),#e8f1ec;background-size:44px 44px;position:relative}.pin,.pin-with-label{display:inline-flex}.pin-with-label{position:absolute;flex-direction:column;align-items:center;gap:4px;z-index:2;transform:translate(-24px,-24px)}.pin-with-label:hover{z-index:4}.pin-label{white-space:nowrap;border:1px solid var(--line);border-radius:8px;padding:3px 6px;background:#fff;color:var(--ink);font-size:12px;box-shadow:0 4px 14px rgba(21,32,25,.12)}.map-empty{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted)}.utrack-dashboard{max-width:1180px;margin:0 auto;display:grid;grid-gap:18px;gap:18px;padding-bottom:84px}.dash-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.dash-brand{display:inline-flex;align-items:center;gap:10px;font-size:30px;color:#11183a}.icon-button{width:44px;height:44px;border:0;border-radius:14px;background:#fff;color:#11183a;font-size:22px;box-shadow:0 10px 26px rgba(40,35,90,.08)}.dash-actions{display:flex;gap:10px}.dash-card{background:#fff;border:1px solid #ece8ff;border-radius:24px;padding:22px;box-shadow:0 18px 40px rgba(40,35,90,.08)}.group-header-card{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;grid-gap:18px;gap:18px;align-items:center}.group-icon{width:78px;height:78px;display:grid;place-items:center;border-radius:999px;background:#eee9ff;font-size:34px}.group-title select{border:0;background:transparent;color:#11183a;font-size:28px;font-weight:900;max-width:100%}.empty-header-card p,.group-title p,.safety-banner p{color:var(--muted);margin:6px 0 0}.quick-actions{display:flex;flex-wrap:wrap;gap:12px}.quick-actions a,.quick-actions button{width:76px;border:0;display:grid;grid-gap:6px;gap:6px;justify-items:center;background:transparent;color:#11183a;font-weight:700}.quick-actions a:first-line,.quick-actions button:first-line{color:#694cff}.quick-actions span{font-size:12px}.empty-header-card{display:grid;grid-gap:14px;gap:14px}.empty-header-card h1{margin:0;color:#11183a}.first-time-card{min-height:260px;align-content:center;justify-items:start;background:radial-gradient(circle at top right,rgba(105,76,255,.12),transparent 34%),#fff}.first-time-card h1{font-size:clamp(32px,5vw,52px)}.first-time-card p{max-width:680px;font-size:17px;line-height:1.6}.first-time-actions,.modal-actions{display:flex;flex-wrap:wrap;gap:10px}.first-time-actions a:nth-child(n+3){display:none}.modal-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:20px;background:rgba(17,24,39,.42)}.success-modal{width:min(560px,100%);max-height:min(760px,92vh);overflow:auto;position:relative;padding:26px;border-radius:22px;border:1px solid #e6e0ff;background:#fff;box-shadow:0 30px 80px rgba(17,24,39,.24)}.success-modal h2{margin:0 34px 8px 0;color:#11183a}.group-success-modal{display:grid;justify-items:center;grid-gap:14px;gap:14px;width:min(1080px,100%);padding:30px;text-align:center}.group-success-modal h2{margin:0;color:#111827;font-size:clamp(24px,4vw,32px)}.group-success-modal p{max-width:440px;margin:0;color:#5f687a;line-height:1.55}.success-check{width:72px;height:72px;display:grid;place-items:center;border-radius:999px;background:#f0fdf7;color:#16a34a;box-shadow:0 0 0 10px rgba(22,163,74,.08)}.joined-group-name{color:#111827;font-size:24px}.group-success-modal .modal-actions{justify-content:center;margin-top:4px}.invite-members-success{width:100%;display:grid;grid-gap:18px;gap:18px;text-align:left}.invite-success-header{display:flex;align-items:center;gap:18px;padding-right:38px}.invite-success-header .success-check{width:62px;height:62px;flex:0 0 auto}.invite-success-header h2{margin:0 0 6px}.invite-success-header p{max-width:720px}.invite-success-header strong{display:inline-flex;margin-top:8px;padding:7px 12px;border-radius:999px;background:#f4f0ff;color:#5637e9;font-size:14px}.invite-success-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:16px;gap:16px;align-items:stretch}.invite-side-stack{display:grid;grid-template-rows:1fr 1fr;grid-gap:16px;gap:16px}.invite-method-card{min-height:0;display:flex;flex-direction:column;gap:12px;padding:18px;border:1px solid #ece8ff;border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(17,24,39,.08)}.invite-method-card p{max-width:none;color:#667085;font-size:14px}.invite-method-kicker{color:#1f2937;font-size:18px;font-weight:850}.invite-code-card{justify-content:center;background:radial-gradient(circle at 18% 20%,rgba(99,102,241,.12),transparent 34%),linear-gradient(135deg,#fff,#f7f4ff)}.large-invite-code{display:grid;place-items:center;min-height:124px;padding:18px;border:1px solid rgba(96,65,230,.18);border-radius:18px;background:#f1ecff;color:#4f32e6;font-size:clamp(34px,5vw,58px);font-weight:900;letter-spacing:0;text-align:center;word-break:break-word}.invite-link-box{padding:13px 14px;border:1px solid #e6e0ff;border-radius:14px;background:#fafaff;color:#344054;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.invite-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.invite-qr-box{min-height:136px;display:grid;place-items:center;padding:8px;border:1px solid #ece8ff;border-radius:18px;background:#fff}.invite-qr-box svg{width:min(148px,100%);height:auto;display:block}.invite-success-footer{justify-content:flex-end}.modal-close{position:absolute;right:16px;top:14px;width:32px;height:32px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-weight:800;display:grid;place-items:center}.nested-share-backdrop{z-index:90;padding:18px}.share-fallback-dialog{position:relative;width:min(460px,100%);display:grid;grid-gap:18px;gap:18px;padding:24px;border:1px solid #e7e8ef;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(17,24,39,.24)}.share-fallback-dialog h2{margin:0;padding-right:36px;color:#111827;font-size:24px}.share-dialog-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.share-option{min-height:58px;display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid #ece8ff;border-radius:16px;background:#fff;color:#111827;font-weight:800;text-align:left;box-shadow:0 12px 28px rgba(17,24,39,.06)}.share-option:hover{border-color:#d8ceff;background:#faf8ff;color:#5637e9}.share-option svg{color:#5b3dff;flex:0 0 auto}.share-qr-preview{display:grid;place-items:center;padding:18px;border:1px solid #ece8ff;border-radius:20px;background:#fafaff}.share-qr-preview svg{width:min(220px,100%);height:auto;display:block}.permission-help-modal{width:min(520px,100%);display:grid;grid-gap:16px;gap:16px;padding:28px;border:1px solid #e7e8ef;border-radius:24px;background:#fff;box-shadow:0 30px 80px rgba(17,24,39,.24)}.permission-help-modal h2{margin:0;color:#111827;font-size:clamp(22px,4vw,28px);line-height:1.2}.permission-help-modal p{margin:0;color:#64748b;line-height:1.55}.permission-help-steps{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid #ece8ff;border-radius:18px;background:#faf8ff;color:#344054}.permission-help-steps strong{color:#5637e9}.permission-help-steps ol{margin:0;padding-left:20px;color:#475569;line-height:1.65}.invite-success-card{display:grid;grid-gap:4px;gap:4px;padding:16px;border:1px solid #b8ead5;border-radius:12px;background:#f0fdf7}.invite-success-card span{color:#16745f;font-size:13px;font-weight:800}.invite-success-card strong{color:#11183a;font-size:26px;letter-spacing:0}.invite-success-card p{margin:0;color:var(--muted)}.dashboard-map{min-height:360px;border-radius:26px;position:relative;overflow:hidden;cursor:pointer;background:radial-gradient(circle at center,rgba(37,99,235,.14),transparent 11%),linear-gradient(90deg,rgba(21,32,25,.06) 1px,transparent 0),linear-gradient(rgba(21,32,25,.06) 1px,transparent 0),#edf5ef;background-size:auto,44px 44px,44px 44px,auto;box-shadow:inset 0 0 0 1px #e4e9e5}.dashboard-marker{position:absolute;display:inline-flex;align-items:center;gap:8px;transform:translate(-24px,-24px);z-index:2}.marker-card{display:grid;grid-gap:2px;gap:2px;min-width:120px;padding:10px 12px;border-radius:18px;background:#fff;box-shadow:0 14px 32px rgba(40,35,90,.14)}.marker-card small{color:var(--muted)}.blue-dot{position:absolute;left:50%;top:52%;width:26px;height:26px;border-radius:999px;background:#2563eb;border:6px solid #fff;box-shadow:0 0 0 48px rgba(37,99,235,.08),0 10px 26px rgba(37,99,235,.24)}.dashboard-map-empty{position:absolute;left:24px;right:24px;bottom:24px;margin:0;padding:16px;border-radius:18px;background:hsla(0,0%,100%,.9);color:#11183a;font-weight:800;text-align:center}.map-float{position:absolute;right:18px;top:18px;display:grid;grid-gap:12px;gap:12px}.map-float button{width:54px;height:54px;border:0;border-radius:18px;background:#fff;color:#694cff;font-size:24px;box-shadow:0 12px 26px rgba(40,35,90,.12)}.dash-section header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.dash-section h2{margin:0;color:#11183a}.dash-section header a{color:#694cff;font-weight:800}.horizontal-cards{display:flex;gap:14px;overflow-x:auto;padding-bottom:4px}.add-card,.mini-group-card,.mini-person-card{min-width:150px;min-height:150px;display:grid;justify-items:center;align-content:center;grid-gap:8px;gap:8px;border:1px solid #ece8ff;border-radius:20px;background:#fff;color:#11183a}.mini-group-card{border-color:#eee5d0}.mini-group-card.selected{border-color:#694cff;background:#f4f0ff}.mini-group-card span{font-size:40px;color:#694cff}.mini-group-card small,.mini-person-card small{color:var(--muted)}.online{color:#16a34a;font-size:13px}.add-card{border:2px dashed #cfc4ff;color:#694cff;font-weight:900}.add-card:first-line{font-size:34px}.safety-banner{grid-template-columns:auto 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:20px;background:linear-gradient(120deg,#eee9ff,#fff);box-shadow:0 18px 40px rgba(40,35,90,.08)}.banner-art,.safety-banner{display:grid;border-radius:24px}.banner-art{width:78px;height:78px;place-items:center;background:#ded6ff;color:#694cff;font-size:40px}.dash-bottom-nav{position:-webkit-sticky;position:sticky;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px;padding:12px 18px;border-radius:24px 24px 0 0;background:hsla(0,0%,100%,.94);box-shadow:0 -12px 32px rgba(40,35,90,.1);text-align:center}.dash-bottom-nav a{color:var(--muted);font-weight:800}.dash-bottom-nav a:first-child{color:#694cff}.dashboard-skeleton{border-radius:24px;background:linear-gradient(90deg,#fff,#f1eefc,#fff);background-size:200% 100%;animation:shimmer 1.4s linear infinite}.premium-dashboard{min-height:100vh;display:grid;grid-gap:12px;gap:12px;padding:20px 28px 24px;background:#fff}.premium-header{display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);align-items:center;grid-gap:18px;gap:18px}.two-level-header{display:grid;grid-gap:10px;gap:10px}.shell-two-level-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;padding:18px 28px;border-bottom:1px solid #eef0f5;background:hsla(0,0%,100%,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.top-app-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.top-brand-row{gap:0;min-width:0;padding-left:2px}.premium-brand,.top-brand-row{display:inline-flex;align-items:center}.premium-brand{color:#111827;line-height:1}.brand-logo-image{display:block;width:clamp(142px,15vw,208px);height:auto;object-fit:contain}.premium-header-actions,.premium-header-center{display:flex;align-items:center;gap:16px}.premium-header-center{justify-content:center}.premium-header-actions{justify-content:flex-end}.mobile-label{display:none}.header-action-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #d8d0ff;border-radius:999px;background:#5b3dff;color:#fff;font-size:13px;font-weight:900;white-space:nowrap;box-shadow:0 12px 26px rgba(91,61,255,.16)}.header-action-button.secondary{background:#fff;color:#5b3dff}.selected-group-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}.selected-group-card{min-width:min(420px,100%);min-height:68px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:10px 16px;border:1px solid #e7e8ef;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(27,31,59,.08);cursor:pointer;list-style:none}.selected-group-card::-webkit-details-marker{display:none}.selected-group-card strong{color:#111827;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-group-card small{display:flex;align-items:center;gap:7px;margin-top:4px;color:#5f687a;font-size:13px;font-weight:700}.selected-group-card small i{width:9px;height:9px;border-radius:999px;background:#18bd5b;box-shadow:0 0 0 4px rgba(24,189,91,.12)}.selected-group-card small i.paused{background:#ef315d;box-shadow:0 0 0 4px rgba(239,49,93,.12)}.group-selector{position:relative;z-index:55;min-width:min(420px,100%)}.group-selector-menu{position:absolute;top:calc(100% + 10px);left:0;width:min(440px,calc(100vw - 32px));max-height:min(420px,70vh);display:grid;grid-gap:6px;gap:6px;overflow:auto;padding:10px;border:1px solid #e7e8ef;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(27,31,59,.18)}.group-selector-menu button{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px;padding:10px;border:0;border-radius:16px;background:transparent;color:#111827;text-align:left;cursor:pointer}.group-selector-menu button.selected,.group-selector-menu button:hover{background:#f7f4ff}.group-selector-menu button>span{min-width:0;display:grid;grid-gap:3px;gap:3px}.group-selector-menu strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-selector-menu small{color:#64748b;font-size:12px}.group-selector-menu em{padding:5px 9px;border-radius:999px;background:#f0fdf7;color:#14845f;font-size:12px;font-style:normal;font-weight:900}.group-selector-menu svg{color:#5b3dff}.group-action-icons{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.group-action-icons>a,.group-action-icons>button,.more-actions-menu>summary{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid #e7e8ef;border-radius:999px;background:#fff;color:#1f2937;cursor:pointer;box-shadow:0 12px 26px rgba(27,31,59,.08)}.group-action-icons>a:hover,.group-action-icons>button:hover,.more-actions-menu>summary:hover{color:#5b3dff;border-color:#d8d0ff;background:#f7f4ff}.group-action-icons .danger-icon{color:#e11d48;border-color:#ffe4e9}.delete-group-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid #ffe4e9;border-radius:20px;background:#fff7f8}.delete-group-panel h2{margin:0 0 6px;color:#e11d48}.delete-group-panel p{margin:0;color:#7f1d1d}.more-actions-menu{position:relative;z-index:50;display:none}.more-actions-menu summary{list-style:none}.more-actions-menu summary::-webkit-details-marker{display:none}.more-actions-menu .actions-menu-panel{left:auto;right:0}.mobile-action-sheet a,.mobile-action-sheet button{align-items:flex-start}.mobile-action-sheet span{display:grid;grid-gap:3px;gap:3px}.mobile-action-sheet strong{color:#111827;font-size:14px}.mobile-action-sheet small{color:#64748b;font-size:12px;font-weight:700;line-height:1.35}.mobile-action-sheet .danger strong,.mobile-action-sheet .danger svg{color:#e11d48}.premium-group-select{min-width:290px;height:70px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:0 18px;border:1px solid #e7e8ef;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(27,31,59,.06)}.premium-group-select select{width:100%;border:0;outline:0;background:transparent;color:#111827;font-size:18px;font-weight:800;-webkit-appearance:none;-moz-appearance:none;appearance:none}.premium-group-select small{display:block;margin-top:4px;color:#5f687a;font-size:14px}.actions-menu{position:relative;z-index:40}.actions-menu summary{min-width:140px;height:70px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:1px solid #e7e8ef;border-radius:18px;background:#fff;color:#111827;font-size:18px;font-weight:800;list-style:none;cursor:pointer;box-shadow:0 14px 34px rgba(27,31,59,.06)}.actions-menu summary::-webkit-details-marker{display:none}.actions-menu-panel{position:absolute;top:calc(100% + 10px);left:0;width:330px;padding:12px;border:1px solid #eceef4;border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(27,31,59,.16)}.actions-menu-panel a,.actions-menu-panel button{width:100%;display:flex;align-items:center;gap:14px;padding:14px 12px;border:0;border-radius:12px;background:transparent;color:#111827;font:inherit;text-align:left;cursor:pointer}.actions-menu-panel a:hover,.actions-menu-panel button:hover{background:#f6f4ff}.actions-menu-panel .danger{margin-top:6px;border-top:1px solid #eef0f5;color:#e11d48}.map-icon-button{width:46px;height:46px;display:inline-grid;place-items:center;border:0;border-radius:999px;background:#fff;color:#1f2937;cursor:pointer}.notification-button{position:relative}.notification-button:after{content:"";position:absolute;top:8px;right:8px;width:9px;height:9px;border-radius:999px;background:#654cff}.premium-profile{display:inline-flex;align-items:center;gap:8px}.premium-map{position:relative;min-height:min(58vh,590px);overflow:hidden;border:1px solid #e7e8ef;border-radius:24px;background:linear-gradient(90deg,rgba(252,184,50,.22) 1px,transparent 0),linear-gradient(rgba(147,197,253,.22) 1px,transparent 0),radial-gradient(circle at 83% 28%,rgba(125,211,252,.5),transparent 18%),linear-gradient(90deg,#f7f8f7,#f5f8fb 66%,#b9dcff 0,#a9d4ff);background-size:86px 86px,86px 86px,auto,auto;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.52),0 18px 40px rgba(35,45,80,.1)}.web-map-canvas{position:absolute;inset:0;z-index:0}.premium-map:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,hsla(0,0%,100%,.18),transparent 34%)}.floating-map-menu{position:absolute;top:34px;left:24px;z-index:10;display:grid;grid-gap:12px;gap:12px;padding:16px 12px;border:1px solid rgba(226,232,240,.85);border-radius:28px;background:hsla(0,0%,100%,.96);box-shadow:0 18px 42px rgba(30,41,59,.14);top:50%;transform:translateY(-50%)}.floating-map-menu a,.floating-map-menu button{width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:18px;background:transparent;color:#4b5563;cursor:pointer}.floating-map-menu a:first-child,.floating-map-menu a:hover,.floating-map-menu button:hover{background:#f2efff;color:#5b3dff}.mobile-bottom-nav{display:none}.map-layer-switch{position:absolute;top:34px;right:28px;z-index:10;display:inline-flex;gap:6px;padding:7px;border:1px solid rgba(226,232,240,.9);border-radius:999px;background:hsla(0,0%,100%,.96);box-shadow:0 14px 30px rgba(30,41,59,.12)}.map-layer-switch button{min-height:34px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:#475569;font-weight:800;text-transform:capitalize;cursor:pointer}.map-layer-switch button.active{background:#f2efff;color:#5b3dff}.web-map-marker{position:relative;width:62px;height:62px;display:grid;place-items:center;border:3px solid #18bd5b;border-radius:999px;background:#fff;color:#111827;font-weight:900;box-shadow:0 10px 22px rgba(15,23,42,.18);cursor:pointer}.web-map-marker.self{border-color:#1683ff;box-shadow:0 0 0 16px rgba(22,131,255,.14),0 10px 22px rgba(15,23,42,.18)}.web-map-marker.offline{border-color:#f59e0b}.web-map-marker>span{width:48px;height:48px;display:grid;place-items:center;border-radius:999px;background:#bff0de;background-position:50%;background-size:cover}.web-map-marker>i{position:absolute;right:-2px;bottom:5px;width:18px;height:18px;border:3px solid #fff;border-radius:999px;background:#18bd5b}.web-map-marker.offline>i{background:#f59e0b}.web-map-marker.self>i{background:#1683ff}.premium-marker{position:absolute;z-index:8;transform:translate(-50%,-50%)}.marker-ring{width:62px;height:62px;display:grid;place-items:center;border:3px solid #18bd5b;border-radius:999px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.18)}.marker-ring.offline{border-color:#f59e0b}.marker-dot{position:absolute;right:-2px;bottom:5px;width:18px;height:18px;border:3px solid #fff;border-radius:999px;background:#18bd5b}.marker-dot.offline{background:#f59e0b}.premium-self-dot{position:absolute;left:43%;top:60%;z-index:7;width:28px;height:28px;border:4px solid #fff;border-radius:999px;background:#1683ff;box-shadow:0 0 0 46px rgba(22,131,255,.15),0 10px 24px rgba(22,131,255,.24)}.premium-map-controls{position:absolute;right:28px;bottom:32px;z-index:10;display:grid;grid-gap:16px;gap:16px}.sharing-controls{z-index:11}.premium-map-controls button{width:58px;height:58px;display:grid;place-items:center;border:0;background:#fff;color:#111827;cursor:pointer}.premium-map-controls div,.premium-map-controls>button{border-radius:999px;overflow:hidden;box-shadow:0 12px 26px rgba(30,41,59,.16)}.premium-map-controls div button+button{border-top:1px solid #e5e7eb}.status-section{display:grid;grid-gap:14px;gap:14px;padding:18px 24px 22px;border:1px solid #e7e8ef;border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(35,45,80,.08)}.status-section header{justify-content:space-between;color:#5b3dff}.status-section header,.status-section header>div:first-child{display:flex;align-items:center;gap:12px}.status-section h2{margin:0;color:#111827;font-size:22px}.status-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);grid-gap:18px;gap:18px;overflow-x:auto;padding-bottom:2px;scroll-behavior:smooth;scrollbar-width:none}.status-scroll::-webkit-scrollbar{display:none}.status-carousel-controls{display:inline-flex;align-items:center;gap:8px}.status-carousel-controls button{width:36px;height:36px;display:grid;place-items:center;border:1px solid #e7e8ef;border-radius:999px;background:#fff;color:#5b3dff;box-shadow:0 10px 24px rgba(35,45,80,.08);cursor:pointer}.status-carousel-controls button:disabled{opacity:.35;cursor:default;box-shadow:none}.status-card{min-height:112px;display:flex;align-items:center;gap:22px;padding:16px 24px;border:1px solid #e8ebf1;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(35,45,80,.06)}.status-avatar{position:relative;width:74px;height:74px;display:grid;place-items:center;border:3px solid #18bd5b;border-radius:999px}.status-avatar.offline{border-color:#f59e0b}.status-avatar>span:last-child{position:absolute;right:0;bottom:5px;width:18px;height:18px;border:3px solid #fff;border-radius:999px;background:#18bd5b}.status-avatar.offline>span:last-child{background:#f59e0b}.status-card strong{color:#111827;font-size:18px}.status-card p{margin:8px 0 0;color:#475569}.group-action-page{min-height:100vh;display:grid;align-content:start;grid-gap:18px;gap:18px;padding:24px;background:#fff}.group-action-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.group-action-back,.group-action-picker{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 14px;border:1px solid #e7e8ef;border-radius:999px;background:#fff;color:#111827;font-weight:800;box-shadow:0 10px 26px rgba(27,31,59,.06)}.group-action-picker select{border:0;outline:0;background:transparent;color:#111827;font-weight:800}.group-action-card,.group-action-hero{width:min(880px,100%);margin:0 auto;border:1px solid #e7e8ef;border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(35,45,80,.08)}.group-action-hero{display:flex;align-items:center;gap:18px;padding:24px;background:radial-gradient(circle at top right,rgba(105,76,255,.12),transparent 32%),#fff}.group-action-hero>span{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#f2efff;color:#5b3dff}.group-action-card h2,.group-action-hero h1{margin:0;color:#111827}.group-action-hero p,.group-action-summary p{margin:6px 0 0;color:#5f687a}.group-action-card{display:grid;grid-gap:20px;gap:20px;padding:24px}.group-action-buttons,.group-action-members article,.group-action-summary{display:flex;align-items:center;gap:14px}.group-action-buttons{flex-wrap:wrap}.group-action-qr{display:grid;justify-items:center;grid-gap:14px;gap:14px;padding:20px;border-radius:20px;background:#f8fafc}.group-action-qr svg{width:min(260px,80vw);height:auto}.group-action-qr strong{color:#111827;font-size:28px;letter-spacing:0}.group-action-toggle{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #e7e8ef;border-radius:16px;color:#111827;font-weight:800}.group-action-members{display:grid;grid-gap:12px;gap:12px}.group-action-members article{justify-content:space-between;padding:14px;border:1px solid #e7e8ef;border-radius:18px;background:#fff}.group-action-members article>div:nth-child(2){flex:1 1}.group-action-members p{margin:4px 0 0;color:#5f687a;text-transform:capitalize}.group-action-members button{min-height:34px;margin-left:6px;padding:0 10px;border:1px solid #d8d0ff;border-radius:999px;background:#fff;color:#5b3dff;font-weight:800;cursor:pointer}.invite-action-panel{padding:18px}.group-photo-editor,.invite-action-panel{border:1px solid #e7e8ef;border-radius:20px;background:#fbfcff}.group-photo-editor{display:flex;align-items:center;gap:16px;padding:16px}.join-options-grid{display:grid;grid-gap:14px;gap:14px}.join-option-card{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid #e7e8ef;border-radius:20px;background:#fbfcff}.join-option-card h3{margin:0;color:#111827}.dashboard-onboarding{display:grid;grid-template-columns:.78fr 1.6fr;grid-gap:18px;gap:18px;padding:24px;border:1px solid #e7e8ef;border-radius:24px;background:radial-gradient(circle at top right,rgba(105,76,255,.12),transparent 32%),#fff;box-shadow:0 18px 44px rgba(35,45,80,.08)}.onboarding-heading{display:grid;align-content:center;grid-gap:14px;gap:14px}.onboarding-heading h1{margin:0;color:#111827;font-size:clamp(30px,4vw,48px)}.onboarding-heading p{margin:0;color:#5f687a;line-height:1.6}.onboarding-card{display:grid;grid-gap:12px;gap:12px;padding:18px;border:1px solid #e7e8ef;border-radius:22px;background:#fbfcff}.onboarding-card h2{margin:0 0 6px;color:#111827}.onboarding-card p{margin:0;color:#5f687a;line-height:1.45}.onboarding-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.onboarding-modal{width:min(520px,100%)}.onboarding-modal .onboarding-card{border:0;padding:4px 0 0;background:transparent}.join-inline-options{display:grid;grid-gap:10px;gap:10px;margin-top:8px;padding-top:14px;border-top:1px solid #e7e8ef}.success-message{width:min(880px,100%);margin:0 auto;display:flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid #b8ead5;border-radius:14px;background:#f0fdf7;color:#16745f;font-weight:800}.app-page{display:grid;grid-gap:18px;gap:18px}.profile-page{min-height:calc(100vh - 160px);padding:10px 0 34px;background:#fff}.profile-hero{display:flex;align-items:center;gap:18px;padding:24px;border:1px solid #e7e8ef;border-radius:24px;background:radial-gradient(circle at top right,rgba(105,76,255,.12),transparent 32%),#fff;box-shadow:0 18px 44px rgba(35,45,80,.08)}.profile-hero h1{margin:0;color:#111827;font-size:clamp(28px,4vw,42px)}.profile-hero p{margin:6px 0 12px;color:#5f687a}.mobile-profile-card{width:min(560px,100%);margin:0 auto;display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:28px;border:1px solid #e7e8ef;border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(35,45,80,.08);text-align:center}.mobile-profile-card h1{margin:10px 0 0;color:#111827;font-size:24px}.mobile-profile-card p,.mobile-profile-card span{margin:0;color:#5f687a}.mobile-profile-card span{font-size:13px}.profile-avatar-upload{display:grid;justify-items:center;grid-gap:9px;gap:9px;cursor:pointer}.profile-avatar-upload>span{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border:1px solid #d8d0ff;border-radius:999px;background:#f7f4ff;color:#5b3dff;font-weight:800}.mobile-profile-actions{width:min(560px,100%);margin:0 auto;display:grid;grid-gap:14px;gap:14px}.profile-action-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:18px;border:1px solid #e7e8ef;border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(35,45,80,.07)}.profile-action-row>svg{color:#ef315d}.profile-action-row strong{color:#111827}.profile-action-row p{margin:4px 0 0;color:#5f687a}.profile-action-row>a,.profile-action-row>button:not(.button){display:inline-grid;place-items:center;min-width:38px;min-height:38px;border:0;border-radius:999px;background:#fff;color:#111827}.feedback-page{padding-bottom:34px}.feedback-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.feedback-category-card{min-height:150px;display:grid;align-content:start;grid-gap:10px;gap:10px;padding:20px;border:1px solid #e7e8ef;border-radius:22px;background:#fff;color:#344054;text-align:left;box-shadow:0 14px 34px rgba(35,45,80,.07);cursor:pointer}.feedback-category-card.active,.feedback-category-card:hover{border-color:#d8d0ff;background:#faf8ff;color:#5637e9}.feedback-category-card strong{color:#111827;font-size:18px}.feedback-category-card span{color:#667085;line-height:1.45}.feedback-form-card,.feedback-reports-section,.feedback-success-card{display:grid;grid-gap:18px;gap:18px;padding:24px;border:1px solid #e7e8ef;border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(35,45,80,.08)}.feedback-form-card h2,.feedback-reports-section h2,.feedback-success-card h2{margin:0;color:#111827}.feedback-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.feedback-form-grid label,.feedback-inline-grid label{display:grid;grid-gap:7px;gap:7px;color:#344054;font-weight:800}.feedback-form-grid .wide{grid-column:1/-1}.feedback-form-grid textarea.input{min-height:110px;resize:vertical}.feedback-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.feedback-admin-actions,.feedback-admin-filters,.feedback-attachments{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.feedback-checkbox{display:inline-flex;align-items:center;gap:8px;color:#475569;font-weight:800}.feedback-attachment-list{display:flex;flex-wrap:wrap;gap:8px}.feedback-attachment-list span{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#f2efff;color:#5637e9;font-size:13px;font-weight:800}.feedback-admin-actions button,.feedback-attachment-list button{border:0;border-radius:999px;background:#fff;color:#475569;font-weight:800;cursor:pointer}.feedback-duplicates{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid #fde68a;border-radius:18px;background:#fffbeb}.feedback-duplicates h3{margin:0;color:#92400e}.feedback-duplicates article,.feedback-report-card{display:grid;grid-gap:8px;gap:8px;padding:16px;border:1px solid #e7e8ef;border-radius:18px;background:#fff}.feedback-duplicates article{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}.feedback-duplicates strong,.feedback-report-card strong{color:#111827}.feedback-duplicates span,.feedback-report-card p,.feedback-report-card span{margin:0;color:#667085}.feedback-success-card{justify-items:center;text-align:center}.feedback-success-card>svg{color:#16a34a}.feedback-success-card strong{color:#111827}.feedback-success-card span{color:#16745f;font-weight:900}.feedback-admin-list,.feedback-report-list{display:grid;grid-gap:12px;gap:12px}.feedback-timeline{display:flex;flex-wrap:wrap;gap:6px}.feedback-timeline small{padding:5px 8px;border-radius:999px;background:#f0fdf7;color:#16745f;font-weight:800}.feedback-admin-actions button{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border:1px solid #e7e8ef}.feedback-admin-actions button.danger{border-color:#ffe4e9;color:#e11d48}.app-info-card span,.profile-pill{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:7px 11px;border-radius:999px;background:#f2efff;color:#5b3dff;font-size:13px;font-weight:800;text-transform:capitalize}.app-hero-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:22px;background:#f2efff;color:#5b3dff}.app-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px}.app-card-grid.compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.app-info-card{display:grid;grid-gap:10px;gap:10px;align-content:start;padding:20px;border:1px solid #e7e8ef;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(35,45,80,.07)}.app-info-card svg{color:#5b3dff}.app-info-card h2{margin:0;color:#111827}.app-info-card p{margin:0;color:#5f687a;line-height:1.5}.danger-zone{border-color:#ffe4e9}.timeline-list{display:grid;grid-gap:12px;gap:12px}.timeline-list article{display:flex;gap:12px;padding:14px;border:1px solid #e7e8ef;border-radius:16px;background:#fbfcff}.timeline-list article>span{width:12px;height:12px;margin-top:5px;border-radius:999px;background:#18bd5b;box-shadow:0 0 0 5px rgba(24,189,91,.12)}.timeline-list strong{color:#111827}.timeline-list p{margin:4px 0 0;color:#5f687a}.button.danger{border-color:#ffe4e9;background:#fff1f4;color:#e11d48}@media (max-width:768px){.group-success-modal{width:100%;max-height:94vh;padding:22px}.invite-members-success{gap:16px}.invite-success-header{align-items:flex-start;gap:14px;padding-right:32px}.invite-success-header .success-check{width:52px;height:52px}.invite-side-stack,.invite-success-grid{grid-template-columns:1fr;grid-template-rows:auto}.invite-method-card{padding:18px;border-radius:18px}.large-invite-code{min-height:104px;font-size:36px}.invite-card-actions,.invite-success-footer{flex-direction:column;align-items:stretch}.invite-card-actions .button,.invite-code-card .button,.invite-success-footer .button{width:100%}.share-fallback-dialog{padding:22px;border-radius:20px}.feedback-duplicates article,.feedback-form-grid,.feedback-inline-grid,.share-dialog-actions{grid-template-columns:1fr}.feedback-category-card{min-height:128px}.feedback-form-card,.feedback-reports-section,.feedback-success-card{padding:18px;border-radius:22px}.feedback-admin-filters .button,.feedback-admin-filters .input{width:100%}.premium-dashboard{padding:max(8px,env(safe-area-inset-top)) 10px 104px;gap:8px}.premium-header{grid-template-columns:1fr;gap:12px}.two-level-header{gap:8px;padding:8px 10px;max-width:100%}.shell-two-level-header{padding:8px 10px}.top-app-header{align-items:center;flex-wrap:nowrap;gap:6px;width:100%;min-width:0}.top-brand-row{width:auto;justify-content:flex-start;padding-left:0}.premium-brand,.top-brand-row{flex:1 1 auto;min-width:0}.brand-logo-image{width:clamp(82px,23vw,108px)}.premium-header-center{justify-content:stretch;gap:10px}.premium-group-select{min-width:0;flex:1 1;height:58px}.actions-menu summary{min-width:112px;height:58px;font-size:15px}.actions-menu-panel{left:auto;right:0;width:min(320px,calc(100vw - 28px))}.premium-header-actions{flex:0 0 auto;justify-content:flex-end;flex-wrap:nowrap;width:auto;gap:4px;min-width:0}.desktop-label{display:none}.mobile-label{display:inline}.header-action-button{min-height:30px;gap:4px;padding:0 7px;font-size:10px;line-height:1}.header-action-button svg{width:13px;height:13px}.map-icon-button{width:30px;height:30px;flex:0 0 auto}.map-icon-button svg{width:16px;height:16px}.premium-profile .app-avatar{width:30px!important;height:30px!important;font-size:12px!important}.selected-group-bar{position:relative;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:6px;width:100%;max-width:100%;padding:5px;border:1px solid rgba(226,232,240,.92);border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(30,41,59,.08)}.selected-group-card{width:100%;min-width:0;min-height:52px;padding:7px 8px;border:0;border-radius:14px;background:transparent;box-shadow:none;gap:8px}.selected-group-card .app-avatar{width:38px!important;height:38px!important;font-size:12px!important}.selected-group-card span{min-width:0}.selected-group-card small,.selected-group-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-selector{width:100%;min-width:0;flex:1 1 auto}.group-selector-menu{width:100%;max-height:58vh;border-radius:18px}.selected-group-card strong{font-size:14px}.group-action-icons{flex:0 0 auto;justify-content:flex-end;overflow:visible;padding-bottom:0;min-width:38px}.desktop-group-action{display:none!important}.more-actions-menu{display:block;flex:0 0 auto;position:static}.more-actions-menu>summary{width:36px;height:36px;flex:0 0 auto;border-radius:14px}.more-actions-menu .actions-menu-panel{position:absolute;left:auto;right:0;top:calc(100% + 8px);bottom:auto;width:min(330px,calc(100vw - 20px));max-height:min(62vh,520px);overflow:auto;padding:10px;border-radius:22px;box-shadow:0 20px 48px rgba(30,41,59,.18)}.mobile-action-sheet a,.mobile-action-sheet button{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;padding:13px}.delete-group-panel{align-items:stretch;flex-direction:column}.premium-map{min-height:43vh;border-radius:20px}.floating-map-menu{display:none}.map-layer-switch{top:12px;right:10px;gap:2px;padding:5px}.map-layer-switch button{min-height:30px;padding:0 8px;font-size:11px}.premium-map-controls{right:12px;bottom:14px;gap:10px}.premium-map-controls button{width:44px;height:44px}.status-section{gap:9px;padding:12px;border-radius:20px}.status-section header{gap:8px}.status-section header>div:first-child{gap:8px;min-width:0}.status-section header svg{width:18px;height:18px}.status-section h2{font-size:16px}.status-scroll{grid-auto-columns:minmax(190px,68%);gap:9px}.status-carousel-controls button{width:28px;height:28px}.status-carousel-controls svg{width:15px;height:15px}.status-card{min-height:78px;gap:10px;padding:9px 11px;border-radius:16px;box-shadow:0 8px 20px rgba(35,45,80,.06)}.status-avatar{width:42px;height:42px;border-width:2px;flex:0 0 auto}.status-avatar .app-avatar{width:36px!important;height:36px!important;font-size:13px!important}.status-avatar>span:last-child{right:-1px;bottom:2px;width:10px;height:10px;border-width:2px}.status-card>div{min-width:0}.status-card strong{display:block;color:#111827;font-size:14px;font-weight:600;line-height:1.2}.status-card p,.status-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-card p{margin-top:4px;color:#8a94a6;font-size:11px;line-height:1.25}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:80;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px;padding:8px;border:1px solid rgba(226,232,240,.95);border-radius:24px;background:hsla(0,0%,100%,.98);box-shadow:0 18px 46px rgba(30,41,59,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-bottom-nav a{min-width:0;min-height:50px;display:grid;place-items:center;grid-gap:3px;gap:3px;padding:5px 2px;border-radius:18px;color:#64748b;font-size:10px;font-weight:850;text-align:center}.mobile-bottom-nav a.active,.mobile-bottom-nav a:hover{background:#f2efff;color:#5b3dff}.mobile-bottom-nav svg{width:19px;height:19px}.group-action-page{padding:14px}.group-action-hero,.group-action-members article,.group-action-topbar{align-items:stretch;flex-direction:column}.group-action-card{padding:18px;border-radius:22px}.group-action-members article>div:last-child{display:grid;grid-gap:8px;gap:8px}.group-action-members button{margin-left:0}.dashboard-onboarding,.group-photo-editor,.profile-hero{align-items:flex-start;grid-template-columns:1fr;flex-direction:column}.onboarding-card-grid{grid-template-columns:1fr}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.app-shell{display:block;min-height:100vh;padding-bottom:74px}.top-shell{padding-bottom:0}.shell-sidebar{display:none}.shell-header{position:-webkit-sticky;position:sticky;top:0;padding:12px 14px;flex-wrap:wrap}.shell-mobile-brand{display:inline-flex}.shell-group-selector{order:3;width:100%;max-width:none}.shell-actions{gap:6px}.shell-action,.shell-icon-action{min-height:34px;padding:7px 9px;font-size:12px}.shell-icon-action{min-width:38px}.shell-main{padding:16px 16px 104px}.shell-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:20;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4px;gap:4px;padding:10px 10px 12px;border-top:1px solid var(--line);background:hsla(0,0%,100%,.96);box-shadow:0 -12px 32px rgba(40,35,90,.1)}.shell-bottom-nav a{padding:8px 4px;border-radius:8px;text-align:center;color:var(--muted);font-size:12px;font-weight:800}.shell-bottom-nav a.active{background:#f2efff;color:#4e32e8}.groups-layout{grid-template-columns:1fr}.groups-list-header,.groups-page-header,.groups-search{align-items:stretch;flex-direction:column}.groups-page-actions{justify-content:stretch}.groups-page-actions .button,.groups-search .button{width:100%}.main{padding:18px}.group-header-card,.safety-banner{grid-template-columns:1fr}.quick-actions{justify-content:space-between}.dashboard-map{min-height:340px}}@media (min-width:761px) and (max-width:1100px){.app-shell{grid-template-columns:92px minmax(0,1fr)}.shell-sidebar{padding:18px 12px;align-items:center}.shell-brand strong,.shell-nav a{font-size:12px;text-align:center}.shell-brand{flex-direction:column}.shell-nav a{padding:10px 8px}.shell-sidebar .button{padding:9px 8px;font-size:12px}.shell-header{align-items:flex-start;flex-wrap:wrap}.shell-main{padding:22px}.desktop-group-action{display:none!important}.more-actions-menu{display:block;flex:0 0 auto}.more-actions-menu .actions-menu-panel{width:min(380px,calc(100vw - 32px))}.mobile-action-sheet a,.mobile-action-sheet button{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;padding:13px}}@media (min-width:1200px){.shell-main{display:grid;align-content:start}.utrack-dashboard{max-width:none}.dashboard-map{min-height:460px}}