@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-dark:#121212;--bg-surface:#1e1e1e;--bg-surface-1:#1e1e1e;--bg-surface-2:#252525;--bg-surface-3:#2c2c2c;--text-main:#e1e1e1;--text-secondary:#b3b3b3;--text-muted:#a0a0a0;--accent-cyan:#00e5ff;--accent-orange:#ff5a00;--accent-color:#00e5ff;--primary-color:#00e5ff;--border-subtle:#2a2a2a;--border-light:#ffffff1f;--dest-color:#00e5ff;--dest-rgb:0, 229, 255;--card-border:#00e5ff;--card-glow:0 0 16px #00e5ff40;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-dark);color:var(--text-main);flex-direction:column;width:100%;max-width:100%;min-height:100vh;font-family:Inter,sans-serif;display:flex;overflow-x:hidden}main{width:100%;min-width:0;max-width:100%}.dashboard-container{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.glass-panel,.card{background:var(--bg-surface-1);border:1px solid var(--border-subtle);border-radius:16px;padding:24px;transition:transform .2s,border-color .2s;box-shadow:0 4px 6px #0000004d}@media (width<=768px){.glass-panel,.card{border-radius:12px;padding:16px}}h1{margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}h2{margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.3}h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}h4{margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}h5{margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.4}h6{margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.4}p{color:var(--text-muted);line-height:1.6}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--accent-orange);color:#000;font-weight:700}.btn-primary:hover{background-color:#e04f00}.btn-secondary{border:1px solid var(--accent-cyan);color:var(--accent-cyan);background:0 0}.btn-secondary:hover{background-color:var(--bg-surface-3)}.btn-outline{border:1px solid var(--border-subtle);color:var(--text-main);background:0 0}.btn-outline:hover{background-color:var(--bg-surface-2)}.btn-full{width:100%}.btn-sm{border-radius:6px;padding:6px 14px;font-size:.85rem}.btn-md{border-radius:8px;padding:10px 20px;font-size:.95rem}.btn-lg{border-radius:10px;padding:16px 36px;font-size:1.15rem}.btn-pill{border-radius:9999px}.btn-danger{color:#fff;background-color:#ef4444;border:none}.btn-danger:hover{background-color:#dc2626}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}nav{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.logo{color:#fff;align-items:center;gap:8px;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo span{color:var(--accent-orange)}.nav-links{align-items:center;gap:24px;display:flex}.dashboard-nav-container{margin-bottom:24px}.dashboard-nav{padding-bottom:0}.nav-links a,.nav-link{color:var(--text-muted);white-space:nowrap;box-sizing:border-box;border-bottom:2px solid #0000;align-items:center;margin-bottom:0;padding-bottom:8px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.nav-links a:hover,.nav-link:hover{color:#fff}.nav-links a.active,.nav-link.active{color:#fff;border-bottom:2px solid var(--accent-cyan);font-weight:700}.mobile-nav-toggle{border:1px solid var(--border-subtle);color:var(--text-main);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:none}.mobile-nav-toggle:hover{background:var(--bg-surface-2);border-color:var(--border-light)}.mobile-drawer-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:998;opacity:0;visibility:hidden;background:#000000bf;transition:opacity .25s,visibility .25s;display:none;position:fixed;inset:0}.mobile-drawer{background:var(--bg-surface-1);border-left:1px solid var(--border-subtle);z-index:999;flex-direction:column;gap:16px;width:280px;max-width:85vw;padding:24px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:none;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0009}.mobile-drawer-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:16px;display:flex}.mobile-drawer-links{flex-direction:column;gap:8px;display:flex}.mobile-drawer-link{color:var(--text-secondary);border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;text-decoration:none!important}.mobile-drawer-link:hover{background:var(--bg-surface-2);color:#fff}.mobile-drawer-link.active{background:var(--bg-surface-2);color:var(--accent-cyan);border-color:#00e5ff33;font-weight:600}@media (width<=768px){.mobile-nav-toggle{display:flex}.nav-desktop{display:none!important}.mobile-drawer-backdrop{display:block}.mobile-drawer-backdrop.open{opacity:1;visibility:visible}.mobile-drawer{display:flex}.mobile-drawer.open{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade{animation:.6s forwards fadeIn}.animate-slide{animation:.6s forwards slideUp}.form-group{margin-bottom:20px}.form-group label{color:var(--text-muted);margin-bottom:8px;font-size:.9rem;display:block}.form-control{border:1px solid var(--border-light);width:100%;color:var(--text-main);box-sizing:border-box;background-color:#ffffff0d;border-radius:8px;padding:12px 16px;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s}.form-control:focus{border-color:var(--accent-cyan);background-color:#ffffff14;outline:none;box-shadow:0 0 10px #00e5ff33}select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill=\"%23A0A0A0\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 10l5 5 5-5z\"/><path d=\"M0 0h24v24H0z\" fill=\"none\"/></svg>");background-position:right 8px center;background-repeat:no-repeat;padding-right:32px}select.form-control option,select.form-control optgroup{background-color:var(--bg-surface-2);color:var(--text-main)}.form-control:disabled,input:disabled,select:disabled,textarea:disabled,.btn:disabled{opacity:.85;cursor:not-allowed;color:#d1d5db;background-color:#ffffff0a;border-color:#ffffff1f}.form-control::placeholder,input::placeholder,textarea::placeholder,select::placeholder{color:#9ca3af;opacity:1}::-webkit-input-placeholder{color:#9ca3af;opacity:1}::-moz-placeholder{color:#9ca3af;opacity:1}.grid-2{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:24px;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:30px;display:grid}.grid-4{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:20px;display:grid}.text-center{text-align:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.cyan-text{color:var(--accent-cyan)}.orange-text{color:var(--accent-orange)}.hero-section{text-align:center;padding:80px 0 60px}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.nfc-link-box{background-color:#00e5ff0d;border:1px solid #00e5ff33;border-radius:8px;margin-bottom:20px;padding:15px}.status-badge,.badge,.status-tag{color:var(--text-main);background-color:#ffffff1a;border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-cyan,.status-tag-cyan{color:#00e5ff;background:#00e5ff26;border:1px solid #00e5ff4d}.badge-orange,.status-tag-orange{color:#f73;background:#ff5a002e;border:1px solid #ff5a0059}.badge-green,.status-tag-green{color:#4ade80;background:#4ade8026;border:1px solid #4ade804d}.badge-purple,.status-tag-purple{color:#c084fc;background:#c084fc26;border:1px solid #c084fc4d}.enrollment-box{background-color:#00e5ff0d;border:1px solid #00e5ff33;border-radius:8px;padding:15px}.divider{border-top:1px solid var(--border-light);margin:20px 0;position:relative}.divider span{background-color:var(--bg-dark);color:var(--text-muted);padding:0 12px;font-size:.85rem;position:absolute;top:-10px;left:50%;transform:translate(-50%)}@media (width<=768px){h1{font-size:2rem}.nav-links{gap:12px}.hero-section{padding:40px 0 30px}.grid-3{grid-template-columns:1fr}}@media (width<=480px){.logo-badge{display:none!important}}.section-full{width:100%;padding:60px 0;position:relative;overflow:hidden}.section-catalog-banner{padding:80px 0}.section-saas-banner{padding:90px 0}@media (width<=768px){.container{padding:0 16px}.section-full{padding:36px 0}.section-catalog-banner,.section-saas-banner{padding:48px 0}.section-hero{min-height:auto;padding:48px 0}}.section-dark{background-color:var(--bg-dark)}.section-light{background-color:#151515;border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08}.section-hero{background:radial-gradient(circle at center top, #00e5ff26 0%, var(--bg-dark) 60%);align-items:center;min-height:85vh;display:flex}.section-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.feature-split{flex-direction:column;align-items:center;gap:20px;display:flex}@media (width>=992px){.feature-split{flex-direction:row;gap:20px}.feature-split.reverse{flex-direction:row-reverse}.feature-content{flex:1;padding:10px 0}.feature-visual{flex:1}}.feature-title{color:var(--text-main);margin-bottom:10px;font-size:2.5rem;line-height:1.2}.feature-text{color:var(--text-muted);margin-bottom:15px;font-size:1.2rem;line-height:1.6}.mockup-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#ffffff0d 0%,#00e5ff0d 100%);border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:100%;font-size:4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.mockup-placeholder:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:50%;height:100%;animation:6s infinite shine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.hero-title{letter-spacing:-1px;margin-bottom:24px;font-size:4.5rem;font-weight:800}.hero-subtitle{color:var(--text-muted);max-width:800px;margin-bottom:40px;font-size:1.4rem;font-weight:400}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.feature-title{font-size:2rem}}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;display:grid}.pricing-card{text-align:left;background:#19191999;border:1px solid #ffffff1a;border-radius:16px;padding:40px 30px;transition:transform .3s}.pricing-card:hover{border-color:var(--accent-orange);transform:translateY(-5px)}.pricing-card.popular{border-color:var(--accent-orange);background:linear-gradient(135deg,#ff660026 0%,#191919cc 100%);position:relative}.pricing-card.popular:before{content:"Más Popular";background:var(--accent-orange);color:#000;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.marquee-container{opacity:.25;pointer-events:none;z-index:0;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.marquee-content{gap:20px;width:max-content;animation:30s linear infinite marquee;display:flex}.marquee-content img{object-fit:cover;border-radius:12px;width:400px;height:250px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 10px))}}.admin-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.search-box input{min-width:300px}.order-card{background:var(--bg-surface-2);border:1px solid var(--border-subtle);border-radius:8px;padding:16px;transition:all .2s;position:relative;overflow:hidden}@media (hover:hover){.order-card:hover{border-color:var(--text-muted);background:#ffffff0a}}.item-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.item-row:last-child{border-bottom:none}.item-uid{align-items:center;display:flex}.item-actions{gap:10px;display:flex}.btn-nfc,.btn-nfc-done,.btn-qr,.btn-cancel,.btn-finalize{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:8px 12px;font-size:.85rem}.btn-nfc{color:var(--accent-cyan);background:#00e5ff1a;border-color:#00e5ff4d}.btn-nfc:hover{background:#00e5ff33}.btn-nfc-done{color:#4ade80;cursor:default;background:#4ade801a;border-color:#4ade804d}.btn-qr{color:#fff;background:#ffffff0d;border-color:#fff3}.btn-qr:hover:not(:disabled){background:#ffffff1a}.btn-qr:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{color:var(--accent-orange);background:#ff5a001a;border-color:#ff5a004d}.btn-cancel:hover{background:#ff5a0033}.btn-finalize{background:var(--accent-orange);color:#000;padding:10px 20px;font-weight:700}.btn-finalize:disabled{color:var(--text-muted);cursor:not-allowed;background:#ffffff1a}.btn-finalize:hover:not(:disabled){background:#e04f00}.kanban-board{grid-template-columns:repeat(3,minmax(320px,1fr));align-items:start;gap:20px;padding-bottom:20px;display:grid;overflow-x:auto}.kanban-column{border:1px solid var(--border-light);background:0 0;border-radius:12px;flex-direction:column;min-height:500px;padding:15px;display:flex}.kanban-header{border-bottom:2px solid #0000;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.kanban-header h4{margin:0;font-size:1.1rem}.kanban-header .count{background:#ffffff1a;border-radius:12px;padding:2px 8px;font-size:.85rem;font-weight:700}.kanban-header-pending{border-bottom-color:var(--accent-orange)}.kanban-header-ready{border-bottom-color:#c084fc}.kanban-header-claimed{border-bottom-color:var(--accent-cyan)}.kanban-cards{flex-direction:column;gap:15px;display:flex}.duplicate-tab-overlay{z-index:10000;-webkit-backdrop-filter:blur(12px);background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.duplicate-tab-card{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:420px;display:flex}.duplicate-tab-icon{width:88px;height:88px;color:var(--text-muted);background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.duplicate-tab-card h2{color:var(--text-main);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:600}.duplicate-tab-card p{color:var(--text-secondary);max-width:340px;margin:0;font-size:.92rem;line-height:1.55}.mobile-kanban-nav{scrollbar-width:none;gap:6px;padding:4px 0 14px;display:none;overflow-x:auto}.mobile-kanban-nav::-webkit-scrollbar{display:none}.mobile-kanban-tab{background:var(--bg-surface-2);border:1px solid var(--border-light);min-width:0;color:var(--text-secondary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:99px;flex:1 1 0;justify-content:center;align-items:center;gap:6px;padding:8px 6px;font-size:.75rem;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.mobile-kanban-tab .dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.mobile-kanban-tab.active{color:#fff;background:var(--bg-surface-3)}.mobile-kanban-tab.active.pending{border-color:var(--accent-orange);box-shadow:0 0 10px #ff6b0040}.mobile-kanban-tab.active.ready{border-color:#c084fc;box-shadow:0 0 10px #c084fc40}.mobile-kanban-tab.active.claimed{border-color:var(--accent-cyan);box-shadow:0 0 10px #00e5ff40}.mobile-swipe-hint{color:var(--text-muted);text-align:center;justify-content:center;align-items:center;gap:6px;margin-top:-6px;margin-bottom:10px;font-size:.75rem;display:none}@media (width<=768px){.mobile-kanban-nav,.mobile-swipe-hint{display:flex}.kanban-board{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-direction:row!important;gap:14px!important;padding:6px 0 20px!important;scroll-padding:0 16px!important;display:flex!important;overflow:auto hidden!important}.kanban-board::-webkit-scrollbar{display:none!important}.kanban-column{scroll-snap-align:center!important;scroll-snap-stop:always!important;box-sizing:border-box!important;background:var(--bg-surface-1)!important;border:1px solid var(--border-subtle)!important;flex:0 0 88vw!important;width:88vw!important;min-width:88vw!important;max-width:88vw!important;min-height:380px!important}}.admin-enroll-controls{flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:center;gap:15px;display:flex}.admin-enroll-search{flex:1;min-width:200px;max-width:300px;position:relative}.admin-enroll-select{width:200px;min-width:160px}.enroll-detail-layout{box-sizing:border-box;flex-wrap:wrap;gap:32px;width:100%;padding-top:16px;display:flex}.enroll-detail-col-left{box-sizing:border-box;flex-direction:column;flex:0 0 240px;gap:16px;min-width:240px;display:flex}.enroll-detail-col-right{box-sizing:border-box;flex:1;min-width:280px}.enroll-item-card{background:var(--bg-surface-2);border:1px solid var(--border-subtle);box-sizing:border-box;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.enroll-item-actions{flex-shrink:0;gap:8px;display:flex}@media (width<=768px){.admin-enroll-header-row{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.admin-enroll-controls{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important}.admin-enroll-controls>*,.admin-enroll-search{width:100%!important;min-width:100%!important;max-width:100%!important}.admin-enroll-select{display:none}.enroll-detail-layout{flex-direction:column!important;gap:20px!important}.enroll-detail-col-left,.enroll-detail-col-right{flex:100%!important;width:100%!important;min-width:100%!important}.enroll-item-card{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.enroll-item-actions{justify-content:flex-end!important;width:100%!important}.enroll-item-actions .btn{flex:1!important;justify-content:center!important}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:var(--bg-surface-2);background-image:linear-gradient(90deg, var(--bg-surface-2) 0px, var(--bg-surface-3) 40px, var(--bg-surface-2) 80px);background-size:200% 100%;border-radius:8px;animation:1.5s linear infinite shimmer}@keyframes nfcPulse{0%{transform:scale(.95);box-shadow:0 0 #00e5ffb3}70%{transform:scale(1.05);box-shadow:0 0 0 25px #00e5ff00}to{transform:scale(.95);box-shadow:0 0 #00e5ff00}}@keyframes nfcWave{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}.nfc-scanner-box{text-align:center;background:var(--bg-surface-2);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:36px 20px;display:flex;position:relative;overflow:hidden}.nfc-icon-wrapper{border:2px solid var(--accent-cyan);background:#00e5ff1a;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:20px;animation:2s cubic-bezier(.45,0,.55,1) infinite nfcPulse;display:flex;position:relative}.nfc-icon-wrapper.success{background:#22c55e26;border-color:#22c55e;animation:none}.nfc-icon-wrapper.error{background:#ef444426;border-color:#ef4444;animation:none}.nfc-wave-ring{border:2px solid var(--accent-cyan);border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite nfcWave;position:absolute}.analytics-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:32px;display:flex}.analytics-header-title{min-width:0}.analytics-header-title h2{color:#fff;margin-bottom:8px;font-size:2rem;font-weight:700;line-height:1.2}.analytics-header-title p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.analytics-header-filter{flex-shrink:0;width:190px;position:relative}.analytics-calendar-trigger-wrap{width:100%;display:inline-block;position:relative}.analytics-calendar-pill{background:var(--bg-surface-2);border:1px solid var(--border-subtle);min-height:40px;color:var(--text-main);cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 14px;font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.analytics-calendar-pill:hover{border-color:var(--border-light);background:var(--bg-surface-3);color:#fff}.analytics-calendar-pill.active{border-color:var(--accent-cyan);background:var(--bg-surface-2);color:#fff;border-bottom-color:#0000;border-radius:8px 8px 0 0}.analytics-calendar-popover{background:var(--bg-surface-1);border:1px solid var(--accent-cyan);z-index:60;box-sizing:border-box;border-top:none;border-radius:0 0 8px 8px;flex-direction:column;gap:2px;min-width:100%;margin-top:-1px;padding:6px;animation:.15s ease-out forwards calendarPopIn;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 24px #00000073}@keyframes calendarPopIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.analytics-calendar-option{color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.85rem;transition:background .15s,color .15s;display:flex}.analytics-calendar-option:hover{background:var(--bg-surface-2);color:#fff}.analytics-calendar-option.selected{color:var(--accent-cyan);background:#00e5ff1a;font-weight:600}@media (width<=768px){.analytics-header{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.analytics-header-title h2{margin-bottom:2px;font-size:1.5rem}.analytics-header-title p{font-size:.8rem}.analytics-header-filter{width:auto;min-width:165px}}.analytics-carousel-wrapper{width:100%;margin-bottom:24px;position:relative}.analytics-kpi-grid,.analytics-kpi-carousel{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;margin-bottom:24px;display:grid}.analytics-kpi-card{background:var(--bg-surface-1);border:1px solid var(--border-subtle);box-sizing:border-box;border-radius:16px;flex-direction:column;justify-content:space-between;min-width:0;min-height:140px;padding:20px 24px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000004d}.analytics-kpi-card:hover{border-color:var(--border-light)}.analytics-kpi-card.hero-card,.analytics-kpi-card.primary-card{background:linear-gradient(145deg, #00e5ff1f 0%, var(--bg-surface-1) 100%);border:1px solid #00e5ff59;box-shadow:0 8px 24px #00e5ff1f}.analytics-kpi-card-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.analytics-kpi-card-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:600;overflow:hidden}.analytics-kpi-card-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.analytics-kpi-card-value{flex-wrap:wrap;align-items:baseline;gap:6px;margin-bottom:8px;font-size:2.25rem;font-weight:700;line-height:1.1;display:flex}.analytics-kpi-card-value-total{color:var(--text-muted);font-size:1.1rem;font-weight:500}.analytics-kpi-card-value-time{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:clamp(1rem,2.8vw,1.35rem);font-weight:700;line-height:1.2;overflow:hidden}.analytics-kpi-card-subtext{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;min-height:1.2em;font-size:.75rem;overflow:hidden}.analytics-carousel-dots{justify-content:center;align-items:center;gap:6px;margin-top:4px;margin-bottom:20px;display:none}.analytics-carousel-dot{cursor:pointer;background:#fff3;border:none;border-radius:9999px;width:6px;height:6px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.analytics-carousel-dot.active{background:var(--accent-cyan);width:20px}@media (width<=1023px) and (width>=768px){.analytics-kpi-grid,.analytics-kpi-carousel{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width<=767px){.analytics-kpi-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-sizing:border-box;gap:12px;width:calc(100% + 32px);max-width:calc(100% + 32px);margin:0 -16px 4px;padding:4px 16px 12px;scroll-padding-left:16px;display:flex;overflow-x:auto}.analytics-kpi-carousel::-webkit-scrollbar{display:none}.analytics-kpi-carousel .analytics-kpi-card{scroll-snap-align:start;scroll-snap-stop:always;border-radius:16px;flex:0 0 calc(85% - 8px);min-width:250px;max-width:340px;min-height:124px;padding:16px 18px}.analytics-carousel-dots{display:flex}.analytics-kpi-card-header{margin-bottom:8px}.analytics-kpi-card-label{font-size:.65rem}.analytics-kpi-card-value{gap:4px;margin-bottom:4px;font-size:1.75rem}.analytics-kpi-card-value-total{font-size:.9rem}.analytics-kpi-card-subtext{font-size:.7rem}}.analytics-timeline-panel{box-sizing:border-box;width:100%;margin-bottom:24px}.analytics-timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:28px;display:flex}.analytics-timeline-list{flex-direction:column;display:flex}.analytics-timeline-item{gap:20px;min-width:0;padding-bottom:28px;display:flex;position:relative}.analytics-timeline-item:last-child{padding-bottom:0}.analytics-timeline-date{text-align:right;flex-shrink:0;width:80px;padding-top:2px}.analytics-timeline-date-badge{background:var(--bg-surface-2);color:var(--text-secondary);text-transform:uppercase;white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:.7rem;font-weight:600;display:inline-block}.analytics-timeline-track{flex-direction:column;flex-shrink:0;align-items:center;width:16px;display:flex;position:relative}.analytics-timeline-node{z-index:2;width:10px;height:10px;box-shadow:0 0 0 4px var(--bg-surface-1);border-radius:50%;flex-shrink:0;margin-top:6px}.analytics-timeline-line{background-color:var(--border-light);z-index:1;width:2px;position:absolute;top:16px;bottom:0;left:50%;transform:translate(-50%)}.analytics-timeline-content{flex-wrap:wrap;flex-grow:1;justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;max-width:100%;padding-top:2px;display:flex}.analytics-timeline-info{flex:120px;min-width:0;max-width:100%}.analytics-timeline-meta{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;margin-bottom:4px;display:flex}.analytics-timeline-time{color:var(--text-secondary);flex-shrink:0;font-size:.85rem;font-weight:500}.analytics-relative-time{color:var(--text-muted);white-space:nowrap;align-items:center;gap:4px;font-size:.75rem;display:inline-flex}.analytics-timeline-device{color:#fff;word-break:break-word;overflow-wrap:anywhere;font-size:.95rem;font-weight:600}.analytics-timeline-url{color:var(--text-secondary);word-break:break-all;overflow-wrap:anywhere;font-size:.8rem}.analytics-timeline-dest{word-break:break-word;overflow-wrap:anywhere;flex-shrink:0;align-self:flex-start;max-width:100%;font-size:.85rem;font-weight:600}.analytics-feed-dest-badge{white-space:nowrap;background:var(--bg-surface-2);border:1px solid var(--border-subtle);border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=768px){.analytics-timeline-header{margin-bottom:20px}.analytics-timeline-item{gap:14px;padding-bottom:20px}.analytics-timeline-date{width:64px}.analytics-timeline-date-badge{padding:3px 6px;font-size:.65rem}.analytics-timeline-meta{gap:8px}.analytics-timeline-dest{font-size:.8rem}.analytics-timeline-url{display:none!important}}@media (width<=480px){.analytics-timeline-item{gap:12px}.analytics-timeline-date{width:58px}.analytics-timeline-date-badge{padding:2px 5px;font-size:.62rem}.analytics-timeline-meta{gap:6px}}.analytics-tabbed-card{background:var(--bg-surface-1);border:1px solid var(--border-subtle);box-sizing:border-box;border-radius:16px;width:100%;margin-bottom:32px;padding:20px 24px;box-shadow:0 4px 12px #0000004d}.analytics-tab-header{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-bottom:20px;display:flex}.analytics-pill-track{border:1px solid var(--border-subtle);background:#ffffff0d;border-radius:9999px;gap:2px;padding:3px;display:inline-flex}.analytics-pill-btn{color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #0000;border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:flex}.analytics-pill-btn:hover{color:#fff}.analytics-pill-btn.active{background:var(--bg-surface-3);color:#fff;border-color:var(--border-light)}.analytics-tab-pane{display:block}.analytics-charts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%;margin-bottom:32px;display:grid}.analytics-chart-card{box-sizing:border-box;flex-direction:column;min-width:0;max-width:100%;display:flex}.analytics-chart-header{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;margin-bottom:24px;display:flex}.analytics-chart-title{color:#fff;min-width:0;margin:0;font-size:1rem;font-weight:600}.analytics-chart-badge{background:var(--bg-surface-2);color:var(--text-muted);border:1px solid var(--border-subtle);white-space:nowrap;border-radius:99px;flex-shrink:0;padding:4px 10px;font-size:.75rem}.analytics-item-list{flex-direction:column;gap:20px;display:flex}.analytics-item-row{border-bottom:1px solid var(--border-subtle);min-width:0;padding-bottom:16px}.analytics-item-row:last-child{border-bottom:none;padding-bottom:0}.analytics-item-main{justify-content:space-between;align-items:center;gap:12px;min-width:0;margin-bottom:10px;display:flex}.analytics-item-identity{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.analytics-item-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.analytics-item-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.analytics-item-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.95rem;font-weight:500;overflow:hidden}.analytics-item-stats{text-align:right;flex-shrink:0}.analytics-item-taps{white-space:nowrap;font-size:.9rem;font-weight:500}.analytics-item-subtext{color:var(--text-muted);white-space:nowrap;margin-top:2px;font-size:.72rem}.analytics-progress-track{background:var(--bg-surface-2);border-radius:9999px;width:100%;height:6px;overflow:hidden}.analytics-progress-fill{border-radius:9999px;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1)}.analytics-chart-footer{color:var(--text-muted);margin-top:20px;font-size:.7rem}@media (width<=768px){.analytics-tabbed-card{border-radius:16px;padding:16px 18px}.analytics-charts-grid{grid-template-columns:minmax(0,1fr);gap:16px}.analytics-chart-header{margin-bottom:20px}.analytics-item-list{gap:16px}.analytics-item-row{padding-bottom:12px}.analytics-item-name{font-size:.88rem}.analytics-item-taps{font-size:.85rem}.analytics-item-subtext{font-size:.68rem}}.dashboard-mobile-view,.mobile-dashboard-view{display:block}.dashboard-desktop-view,.desktop-dashboard-view{display:none}@media (width>=768px){.dashboard-mobile-view,.mobile-dashboard-view{display:none!important}.dashboard-desktop-view,.desktop-dashboard-view{display:block!important}}@media (width<=767px){.dashboard-header{gap:12px!important;margin-bottom:24px!important}.dashboard-header-actions{width:100%;display:flex;gap:8px!important}.dashboard-header-actions .btn{white-space:nowrap;flex:50%;justify-content:center;padding:10px 12px;font-size:.85rem}}.mobile-destinations-section{box-sizing:border-box;width:100%;margin-bottom:24px;position:relative}.mobile-destinations-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}.mobile-dest-title-wrap{align-items:center;gap:8px;display:flex}.mobile-dest-title{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:700}.mobile-dest-count-pill{background:var(--bg-surface-2);color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:9999px;padding:2px 8px;font-size:.72rem;font-weight:500}.mobile-dest-create-btn{color:var(--accent-cyan);cursor:pointer;background:#00e5ff1f;border:1px solid #00e5ff4d;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.mobile-dest-create-btn:active{background:#00e5ff40}.mobile-dest-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-sizing:border-box;gap:12px;width:calc(100% + 32px);max-width:calc(100% + 32px);margin:0 -16px;padding:4px 16px 12px;scroll-padding-left:16px;display:flex;overflow-x:auto}.mobile-dest-carousel::-webkit-scrollbar{display:none}.mobile-dest-card{scroll-snap-align:start;scroll-snap-stop:always;background:var(--bg-surface-1);border:1.5px solid var(--border-subtle);box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:16px;flex-direction:column;flex:0 0 calc(82% - 8px);justify-content:space-between;min-width:250px;max-width:320px;min-height:156px;padding:16px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 12px #00000059}.mobile-dest-card.active-filter{box-shadow:0 0 16px #00e5ff40}.mobile-dest-card-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.mobile-dest-title-group{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.mobile-dest-icon-wrap{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mobile-dest-card-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.mobile-filter-badge{white-space:nowrap;background:#ffffff0f;border-radius:9999px;padding:2px 8px;font-size:.72rem;font-weight:600}.mobile-dest-summary-text{color:var(--text-secondary);margin-top:4px;font-size:.82rem}.mobile-dest-edit-icon-btn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.mobile-dest-edit-icon-btn:active{background:var(--bg-surface-2);color:#fff}.mobile-dest-card-body{margin-bottom:12px}.mobile-dest-url-wrap{min-width:0;margin-bottom:8px}.mobile-dest-url{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.75rem;display:block;overflow:hidden}.mobile-dest-no-url{font-size:.75rem;font-style:italic}.mobile-dest-count-badge{border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-flex}.mobile-dest-card-footer{margin-top:auto}.mobile-dest-assign-btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 12px;font-size:.82rem;font-weight:600;transition:transform .15s,background .15s;display:flex}.mobile-dest-assign-btn:active{transform:scale(.98)}.mobile-filter-toggle-btn{text-align:center;border-radius:8px;width:100%;padding:8px 12px;font-size:.82rem;font-weight:600}.mobile-dest-add-card{cursor:pointer;min-width:125px;color:var(--text-muted);scroll-snap-align:start;text-align:center;box-sizing:border-box;background:#1919194d;border:2px dashed #fff3;border-radius:16px;flex-direction:column;flex:0 0 135px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.mobile-dest-add-card:active{border-color:var(--accent-cyan);color:var(--accent-cyan);background:#00e5ff0d}.mobile-dest-add-icon{color:var(--accent-cyan)}.mobile-device-grid-header{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;margin-top:24px;margin-bottom:12px;display:flex}.mobile-device-grid-title-group{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.mobile-device-grid-title{color:var(--text-main);margin:0;font-size:1rem;font-weight:600}.mobile-clear-filter-btn{border:1px solid var(--border-subtle);color:var(--accent-cyan);cursor:pointer;white-space:nowrap;background:0 0;border-radius:9999px;padding:4px 10px;font-size:.75rem}.mobile-device-square-grid{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;margin-bottom:32px;display:grid}@media (width<=350px){.mobile-device-square-grid{gap:8px}}.device-square-card{background:var(--bg-surface-1);border:1px solid var(--border-subtle);aspect-ratio:1;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:pan-y;box-sizing:border-box;-webkit-tap-highlight-color:transparent;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;min-height:144px;padding:12px 8px;transition:transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000004d}.device-square-card:active{background:var(--bg-surface-2);transform:scale(.96)}.device-square-top{justify-content:space-between;align-items:center;width:100%;padding:0 4px;display:flex}.device-status-dot{border-radius:9999px;flex-shrink:0;width:6px;height:6px}.device-square-center{flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;margin:4px 0;display:flex}.device-square-icon-wrap{border:1px solid var(--border-subtle);background:var(--bg-surface-2);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:6px;display:flex}.device-square-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:100%;font-size:.8rem;font-weight:600;display:block;overflow:hidden}.device-square-bottom{justify-content:center;width:100%;min-width:0;display:flex}.device-dest-pill{text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;border:1px solid #0000;border-radius:9999px;align-items:center;gap:4px;max-width:100%;padding:2px 8px;font-size:.68rem;font-weight:600;display:inline-flex;overflow:hidden}.device-dest-pill.device-dest-pill-unassigned,.device-dest-pill.unassigned{color:#e040fb;background:#e040fb14;border:1px dashed #e040fb66}.device-dest-pill-dot,.dest-pill-dot{border-radius:9999px;flex-shrink:0;width:5px;height:5px}.dest-pill-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.device-copied-overlay{color:#000;z-index:10;background:#00e5fff2;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;animation:.15s forwards fadeIn;display:flex;position:absolute;inset:0}.mobile-devices-empty-card{text-align:center;color:var(--text-muted);box-sizing:border-box;background:#1919194d;border:1px dashed #ffffff26;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:36px 20px;display:flex}.ios-bottom-sheet-backdrop{-webkit-backdrop-filter:blur(8px);z-index:10000;background-color:#000000b8;justify-content:center;align-items:flex-end;animation:.2s ease-out forwards fadeIn;display:flex;position:fixed;inset:0}.ios-bottom-sheet-container{background:var(--bg-surface-1);box-sizing:border-box;border:1px solid #ffffff1f;border-bottom:none;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;width:100%;max-width:600px;max-height:88vh;animation:.32s cubic-bezier(.16,1,.3,1) forwards sheetSlideUp;display:flex;overflow:hidden;box-shadow:0 -12px 36px #0009}@keyframes sheetSlideUp{0%{opacity:.8;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.sheet-pull-bar{background-color:#ffffff40;border-radius:9999px;flex-shrink:0;width:36px;height:5px;margin:10px auto 4px}.sheet-header{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px 10px;display:flex}.sheet-btn-cancel{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 8px;font-size:.95rem;font-weight:500;transition:color .15s,background .15s}.sheet-btn-cancel:hover{color:var(--text-main);background:#ffffff0f}.sheet-title-container{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.sheet-subtitle-eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.72rem;font-weight:600}.sheet-title-text{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:1.15rem;font-weight:700;overflow:hidden}.sheet-btn-save{cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;padding:8px 18px;font-size:.9rem;font-weight:700;transition:transform .15s,opacity .15s,filter .15s}.sheet-btn-save:hover:not(:disabled){filter:brightness(1.1);transform:scale(1.02)}.sheet-btn-save:disabled{opacity:.5;cursor:not-allowed}.sheet-summary-bar{background:var(--bg-surface-2);border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.sheet-summary-count{color:var(--text-secondary);font-size:.85rem}.sheet-summary-count strong{color:var(--text-main)}.sheet-btn-select-all{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:.78rem;transition:all .15s;display:flex}.sheet-btn-select-all:hover{color:var(--text-main);background:#ffffff0f;border-color:#fff3}.sheet-search-wrap{align-items:center;padding:10px 20px 0;display:flex;position:relative}.sheet-search-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:32px}.sheet-search-input{background:var(--bg-surface-2);border:1px solid var(--border-subtle);width:100%;color:var(--text-main);box-sizing:border-box;border-radius:8px;outline:none;padding:8px 32px 8px 34px;font-size:.85rem;transition:border-color .15s}.sheet-search-input:focus{border-color:var(--dest-color,var(--accent-cyan))}.sheet-search-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;right:30px}.sheet-gallery-body{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding:16px 20px;padding-bottom:calc(24px + env(safe-area-inset-bottom,20px));box-sizing:border-box;flex:1;overflow-y:auto}.sheet-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 20px;display:flex}.sheet-square-grid{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.sheet-square-grid .device-square-card{background:var(--bg-surface-2);border:1px solid var(--border-subtle);text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;min-height:145px;padding:12px;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 2px 6px #0000004d}.sheet-square-grid .device-square-card:hover{background:var(--bg-surface-3);transform:translateY(-1px)}.sheet-square-grid .device-square-card.is-selected{background:var(--bg-surface-3);border:2px solid var(--card-border,var(--accent-cyan));box-shadow:var(--card-glow,0 0 16px #00e5ff40);transform:translateY(-2px)}.card-top-row{justify-content:space-between;align-items:center;width:100%;display:flex}.card-device-id{color:var(--text-muted);background:#ffffff0d;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.72rem;font-weight:600}.circular-checkmark{background:#ffffff0f;border:1.5px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.circular-checkmark.checked{background:var(--dest-color,var(--accent-cyan));border-color:var(--dest-color,var(--accent-cyan));box-shadow:0 2px 8px rgba(var(--dest-rgb,0, 229, 255), .4);animation:.25s cubic-bezier(.175,.885,.32,1.275) checkmarkPop}@keyframes checkmarkPop{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.card-center-content{flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;margin:6px 0;display:flex}.card-hardware-icon{justify-content:center;align-items:center;margin-bottom:6px;display:flex}.card-device-type{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.88rem;font-weight:600;line-height:1.2;overflow:hidden}.card-device-uid{color:var(--text-muted);margin-top:2px;font-family:monospace;font-size:.68rem}.card-status-pill{text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;border-radius:9999px;justify-content:center;align-items:center;max-width:100%;padding:3px 8px;font-size:.68rem;font-weight:600;display:inline-flex;overflow:hidden}.card-status-pill.current-assigned{background:rgba(var(--dest-rgb,0, 229, 255), .18);color:var(--dest-color,var(--accent-cyan));border:1px solid rgba(var(--dest-rgb,0, 229, 255), .4)}.card-status-pill.will-assign{background:rgba(var(--dest-rgb,0, 229, 255), .25);color:var(--dest-color,var(--accent-cyan));border:1px solid var(--dest-color,var(--accent-cyan))}.card-status-pill.will-reassign{background:rgba(var(--dest-rgb,0, 229, 255), .2);color:var(--dest-color,var(--accent-cyan));border:1px solid var(--dest-color,var(--accent-cyan))}.card-status-pill.will-unassign{color:#ef4444;background:#ef444426;border:1px solid #ef444459}.card-status-pill.unassigned{color:var(--text-muted);border:1px dashed var(--border-subtle);background:#ffffff0a}.card-status-pill.other-assigned{color:var(--text-secondary);border:1px solid var(--border-subtle);background:#ffffff0d}.status-pill-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@keyframes bottomSheetSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.mobile-destinations-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;margin:0 -16px;padding:4px 16px 16px;display:flex;overflow-x:auto}.mobile-destinations-carousel::-webkit-scrollbar{display:none}.mobile-destination-card,.destination-carousel-card{scroll-snap-align:start;background:var(--bg-surface-1);border:2px solid var(--border-subtle);border-radius:16px;flex-direction:column;flex:0 0 calc(85% - 8px);justify-content:space-between;min-width:260px;max-width:340px;padding:16px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 12px #00000040}.destination-card-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:600;overflow:hidden}.destination-card-url{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:.8rem;overflow:hidden}.destination-card-count{color:var(--text-secondary);font-size:.78rem;font-weight:500}.destination-card-add-btn,.btn-add-devices{border:1px solid var(--border-subtle);color:#fff;cursor:pointer;background:#ffffff14;border-radius:9999px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.destination-card-add-btn:hover,.btn-add-devices:hover{background:var(--bg-surface-3);border-color:var(--accent-cyan);color:var(--accent-cyan);transform:scale(1.05)}.destination-card-edit-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.destination-card-edit-btn:hover{color:#fff}.mobile-device-grid,.mobile-device-square-grid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;display:grid}.device-square-card{aspect-ratio:1;text-align:center;background:var(--bg-surface-1);border:1px solid var(--border-subtle);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:auto;padding:14px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative;box-shadow:0 4px 12px #0000004d}.device-square-card:active{transform:scale(.97)}.device-square-icon{width:42px;height:42px;color:var(--text-main);background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;display:flex}.device-square-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:4px;font-size:.9rem;font-weight:600;overflow:hidden}.device-square-id{color:var(--text-muted);font-family:monospace;font-size:.72rem}.device-destination-pill{text-overflow:ellipsis;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;max-width:100%;padding:4px 10px;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex;overflow:hidden}.device-destination-pill.unassigned{border:1px dashed var(--text-muted);color:var(--text-muted);background:0 0}.bottom-sheet-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);background:#0009;animation:.2s fadeIn;position:fixed;inset:0}.bottom-sheet-modal,.bottom-sheet-content{background:var(--bg-surface-1);border-top:1px solid var(--border-light);z-index:101;border-radius:20px 20px 0 0;flex-direction:column;max-height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) bottomSheetSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px 32px #0009}.bottom-sheet-handle{background:#fff3;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:8px auto 4px}.bottom-sheet-header{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.btn-bottom-sheet-cancel{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 10px;font-size:.95rem;font-weight:500;transition:color .15s}.btn-bottom-sheet-cancel:hover{color:#fff}.btn-bottom-sheet-save{background:var(--accent-cyan);color:#000;cursor:pointer;border:none;border-radius:9999px;padding:6px 16px;font-size:.95rem;font-weight:600;transition:all .15s}.btn-bottom-sheet-save:hover{opacity:.9;transform:scale(1.02)}.bottom-sheet-grid{-webkit-overflow-scrolling:touch;grid-template-columns:repeat(2,1fr);gap:12px;max-height:calc(85vh - 70px);padding:16px;display:grid;overflow-y:auto}.sheet-square-card{aspect-ratio:1;cursor:pointer;background:var(--bg-surface-2);border:1px solid var(--border-subtle);text-align:center;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;padding:12px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 4px 12px #00000080}.sheet-square-card.selected{border-style:solid;border-width:2px}.sheet-card-checkmark{color:#000;border-radius:9999px;justify-content:center;align-items:center;width:22px;height:22px;animation:.2s checkmarkPop;display:flex;position:absolute;top:8px;right:8px}.sheet-card-status{color:var(--text-muted);background:#ffffff0f;border-radius:9999px;padding:2px 8px;font-size:.7rem}.desktop-dashboard-view,.dashboard-desktop-view{width:100%}@media (width<=767px){.desktop-dashboard-view,.dashboard-desktop-view{display:none!important}}@media (width>=768px){.mobile-destinations-carousel,.mobile-dest-carousel,.mobile-destinations-section,.mobile-device-grid,.mobile-device-square-grid,.mobile-device-grid-header{display:none!important}}
