@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root,[data-theme=dark]{--surface-base:#080b14;--surface-raised:#0f1628;--surface-card:#141d35;--surface-overlay:#141d35d9;--surface-input:#1a2440;--surface-divider:#6366f11f;--text-primary:#fff;--text-secondary:#cbd5e1;--text-tertiary:#64748b;--shadow-sm:0 1px 3px #0006, 0 1px 2px #0000004d;--shadow-md:0 4px 16px #00000080, 0 2px 6px #0000004d;--shadow-lg:0 10px 40px #0009, 0 4px 12px #0006;--shadow-brand:0 0 24px #6366f14d;--auth-bg-gradient:radial-gradient(ellipse at 20% 80%, #6366f126 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, #4338ca1a 0%, transparent 60%), var(--surface-base);--scrollbar-thumb:#1a2440}[data-theme=light]{--surface-base:#f4f6fb;--surface-raised:#fff;--surface-card:#fff;--surface-overlay:#ffffffe6;--surface-input:#f0f2f8;--surface-divider:#6366f126;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000d;--shadow-md:0 4px 16px #0000001a, 0 2px 6px #0000000f;--shadow-lg:0 10px 40px #0000001f, 0 4px 12px #00000014;--shadow-brand:0 0 24px #6366f133;--auth-bg-gradient:radial-gradient(ellipse at 20% 80%, #6366f114 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, #4338ca0f 0%, transparent 60%), var(--surface-base);--scrollbar-thumb:#e2e8f0}:root{--brand-400:#818cf8;--brand-500:#6366f1;--brand-600:#4f46e5;--brand-700:#4338ca;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--app-instagram:#e1306c;--app-snapchat:#fffc00;--app-whatsapp:#25d366;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1.25rem;--radius-xl:1.75rem;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--surface-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;transition:background-color var(--transition-base), color var(--transition-base);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:var(--brand-500);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--brand-400)}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.btn{border-radius:var(--radius-md);letter-spacing:.01em;transition:all var(--transition-base);white-space:nowrap;border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn:focus-visible{box-shadow:0 0 0 3px #6366f166}.btn-primary{background:linear-gradient(135deg, var(--brand-500), var(--brand-700));color:#fff;box-shadow:0 4px 14px #6366f159}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg, var(--brand-400), var(--brand-600));transform:translateY(-1px);box-shadow:0 6px 20px #6366f173}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-ghost{background:var(--surface-input);color:var(--text-secondary);border:1px solid var(--surface-divider)}.btn-ghost:hover{background:var(--surface-card);color:var(--text-primary);border-color:var(--brand-500)}.btn-danger{color:var(--color-danger);background:#ef44441f;border:1px solid #ef444440}.btn-danger:hover{background:#ef444433}.btn-icon{border-radius:var(--radius-md);transition:all var(--transition-fast);background:var(--surface-input);color:var(--text-secondary);border:1px solid var(--surface-divider);justify-content:center;align-items:center;padding:.625rem;display:inline-flex}.btn-icon:hover{color:var(--text-primary);border-color:var(--brand-500)}.theme-toggle{border-radius:var(--radius-md);background:var(--surface-input);border:1px solid var(--surface-divider);width:100%;color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:.5rem;padding:.6875rem .875rem;font-size:.875rem;font-weight:500;display:flex}.theme-toggle:hover{color:var(--text-primary);border-color:var(--brand-500)}.card{background:var(--surface-card);border-radius:var(--radius-lg);border:1px solid var(--surface-divider);transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);box-shadow:var(--shadow-sm);padding:1.5rem}.card-hover:hover{box-shadow:var(--shadow-md);border-color:#6366f14d}.input-group{flex-direction:column;gap:.375rem;margin-bottom:1.125rem;display:flex}.input-label{color:var(--text-secondary);letter-spacing:.03em;text-transform:uppercase;font-size:.8125rem;font-weight:600}.input-field{border-radius:var(--radius-md);background-color:var(--surface-input);border:1px solid var(--surface-divider);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-base);padding:.8125rem 1rem;font-size:.9375rem}.input-field::placeholder{color:var(--text-tertiary)}.input-field:focus{border-color:var(--brand-500);outline:none;box-shadow:0 0 0 3px #6366f133}.input-field:disabled{opacity:.5;cursor:not-allowed}.alert{border-radius:var(--radius-sm);align-items:flex-start;gap:.625rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.alert-error{color:#f87171;background:#ef44441a;border:1px solid #ef444440}.alert-success{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e40}.app-layout{min-height:100vh;display:flex}.sidebar{background:var(--surface-raised);border-right:1px solid var(--surface-divider);width:260px;height:100vh;transition:background var(--transition-base), border-color var(--transition-base);flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-header{border-bottom:1px solid var(--surface-divider);align-items:center;gap:.75rem;padding:1.625rem 1.5rem 1.25rem;display:flex}.sidebar-brand-icon{background:linear-gradient(135deg, var(--brand-500), var(--brand-700));border-radius:var(--radius-sm);width:36px;height:36px;box-shadow:var(--shadow-brand);flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-brand-texts{flex-direction:column;display:flex}.sidebar-brand-name{letter-spacing:-.02em;background:linear-gradient(135deg, var(--brand-400), var(--brand-700));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.0625rem;font-weight:800;line-height:1.2}.sidebar-brand-tagline{color:var(--text-tertiary);letter-spacing:.1em;text-transform:uppercase;font-size:.5625rem;font-weight:600}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex;overflow-y:auto}.nav-section-label{color:var(--text-primary);letter-spacing:.1em;text-transform:uppercase;opacity:.7;padding:.75rem .75rem .25rem;font-size:.625rem;font-weight:800}.nav-link{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-base);align-items:center;gap:.875rem;padding:.75rem .875rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.nav-link:hover{background-color:var(--surface-input);color:var(--text-primary)}.nav-link.active{color:var(--brand-500);box-shadow:inset 3px 0 0 var(--brand-500);background:#6366f11f;font-weight:600}[data-theme=light] .nav-link.active{background:#6366f11a}.nav-sublink{padding-left:1.375rem;font-size:.875rem}.nav-app-dot{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px;margin-left:.125rem}.sidebar-footer{border-top:1px solid var(--surface-divider);flex-direction:column;gap:.5rem;padding:1rem .75rem;display:flex}.sidebar-user-pill{border-radius:var(--radius-md);background:var(--surface-input);align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.625rem .75rem;display:flex}.sidebar-user-avatar{background:linear-gradient(135deg, var(--brand-500), var(--brand-700));border-radius:var(--radius-full);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;font-weight:700;display:flex}.sidebar-user-email{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.75rem;overflow:hidden}.sidebar-stats{flex-direction:column;gap:.375rem;padding:.25rem .75rem .5rem;display:flex}.sidebar-stat-row{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.sidebar-stat-label{flex:1}.sidebar-stat-value{color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:600}.sidebar-stat-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.sidebar-stat-divider{background:var(--surface-divider);height:1px;margin:.25rem 0}.main-content{min-width:0;transition:background var(--transition-base);flex:1;padding:2.5rem;overflow-y:auto}.page-header{margin-bottom:2rem}.page-title{letter-spacing:-.03em;color:var(--text-primary);font-size:1.75rem;font-weight:800}.page-subtitle{color:var(--text-secondary);margin-top:.375rem;font-size:.9375rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}.stat-card{position:relative;overflow:hidden}.stat-card:before{content:"";border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:3px;position:absolute;top:0;left:0;right:0}.stat-accent-indigo:before{background:linear-gradient(90deg, var(--brand-500), var(--brand-400))}.stat-accent-green:before{background:linear-gradient(90deg,#059669,#34d399)}.stat-accent-amber:before{background:linear-gradient(90deg,#b45309,#fbbf24)}.stat-accent-purple:before{background:linear-gradient(90deg,#7c3aed,#c084fc)}.stat-card-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.5rem;margin-bottom:.875rem;font-size:.75rem;font-weight:700;display:flex}.stat-card-value{letter-spacing:-.04em;font-size:2.25rem;font-weight:800;line-height:1}.stat-card-meta{color:var(--text-tertiary);margin-top:.5rem;font-size:.75rem}.section-header{justify-content:space-between;align-items:center;margin-top:1rem;margin-bottom:1.25rem;display:flex}.section-title{color:var(--text-primary);font-size:1.0625rem;font-weight:700}.app-breakdown-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;display:grid}.app-card{flex-direction:column;gap:.5rem;display:flex;position:relative;overflow:hidden}.app-card-name{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}.app-dot{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.app-card-count{letter-spacing:-.04em;font-size:2rem;font-weight:800}.gallery-toolbar{flex-direction:column;gap:.625rem;margin-bottom:1.5rem;display:flex}.gallery-toolbar-row{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.filter-label{color:var(--text-tertiary);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;min-width:2.75rem;font-size:.625rem;font-weight:700}.sort-btn{margin-left:auto;padding:.4375rem .875rem;font-size:.8125rem}.gallery-filters{flex-wrap:wrap;gap:.5rem;display:flex}.filter-chip{border-radius:var(--radius-full);background-color:var(--surface-input);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border:1px solid var(--surface-divider);align-items:center;gap:.375rem;padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;display:inline-flex}.filter-chip:hover{border-color:var(--brand-500);color:var(--text-primary)}.filter-chip.active{background:linear-gradient(135deg, var(--brand-500), var(--brand-700));color:#fff;border-color:#0000;box-shadow:0 2px 8px #6366f159}.filter-chip-dot{border-radius:var(--radius-full);flex-shrink:0;width:7px;height:7px}.custom-range-row{background:var(--surface-input);border-radius:var(--radius-md);border:1px solid var(--surface-divider);gap:1rem;padding:.75rem}.custom-range-group{align-items:center;gap:.5rem;display:flex}.range-input{background:var(--surface-card);color:var(--text-primary);border:1px solid var(--surface-divider);border-radius:var(--radius-sm);transition:border-color var(--transition-fast);outline:none;padding:.4rem .6rem;font-family:inherit;font-size:.8125rem}.range-input:focus{border-color:var(--brand-500)}.time-input{font-variant-numeric:tabular-nums;width:130px}.time-input::-webkit-calendar-picker-indicator{filter:invert(.7)}[data-theme=light] .time-input::-webkit-calendar-picker-indicator{filter:none}.range-input::-webkit-calendar-picker-indicator{filter:invert(.7)}[data-theme=light] .range-input::-webkit-calendar-picker-indicator{filter:none}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));align-content:start;gap:1.125rem;display:grid}.gallery-item{aspect-ratio:9/16;border-radius:var(--radius-md);background-color:var(--surface-input);cursor:pointer;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);border:1px solid var(--surface-divider);position:relative;overflow:hidden}.gallery-item:hover{box-shadow:var(--shadow-lg);border-color:#6366f166;transform:translateY(-4px)scale(1.01)}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.gallery-item:hover img{transform:scale(1.06)}.gallery-item-placeholder{width:100%;height:100%;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.gallery-item-overlay{background:linear-gradient(#0000 0%,#050714f2 100%);justify-content:space-between;align-items:flex-end;padding:1.25rem .875rem .875rem;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery-item-time{color:#ffffffd9;font-size:.75rem;font-weight:500}.gallery-grid.folders{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.gallery-grid.folders .minute-tile{aspect-ratio:1/1.2}.gallery-grid.folders .minute-tile .gallery-item-overlay{padding:.5rem .25rem .25rem}.gallery-grid.folders .minute-tile .gallery-item-time{font-size:.625rem}.gallery-grid.folders .minute-tile .app-badge{padding:.08rem .2rem;font-size:.45rem}.app-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;border:1px solid #0000;padding:.2rem .5rem;font-size:.625rem;font-weight:700}.app-badge.instagram{color:#ff6b9d;background:#e1306c40;border-color:#e1306c59}.app-badge.snapchat{color:#ffef5e;background:#fffc0033;border-color:#fffc004d}.app-badge.whatsapp{color:#5dde8d;background:#25d36633;border-color:#25d3664d}.gallery-empty{text-align:center;color:var(--text-tertiary);grid-column:1/-1;padding:5rem 1rem}.gallery-empty h3{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.0625rem;font-weight:600}.gallery-count{color:var(--text-tertiary);font-size:.875rem}.lightbox{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#040612f5;flex-direction:column;display:flex;position:fixed;inset:0}.lightbox-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.lightbox-meta{align-items:center;gap:1rem;display:flex}.lightbox-title{color:#f1f5f9;font-size:.9375rem;font-weight:600}.lightbox-subtitle{color:#94a3b8;font-size:.8125rem}.lightbox-actions{gap:.625rem;display:flex}.lightbox-body{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;overflow:hidden}.lightbox-body img{object-fit:contain;border-radius:var(--radius-sm);max-width:100%;max-height:100%;box-shadow:0 10px 40px #0009}.auth-page{background:var(--auth-bg-gradient);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:var(--surface-card);border-radius:var(--radius-xl);border:1px solid var(--surface-divider);width:100%;max-width:430px;box-shadow:var(--shadow-lg);transition:background var(--transition-base), border-color var(--transition-base);padding:2.5rem}.auth-brand{flex-direction:column;align-items:center;gap:.625rem;margin-bottom:1.75rem;display:flex}.auth-brand-icon{background:linear-gradient(135deg, var(--brand-500), var(--brand-700));border-radius:var(--radius-md);width:54px;height:54px;box-shadow:var(--shadow-brand);justify-content:center;align-items:center;display:flex}.auth-brand-name{letter-spacing:-.03em;background:linear-gradient(135deg, var(--brand-400), var(--brand-700));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.375rem;font-weight:800}.auth-heading{color:var(--text-primary);text-align:center;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.auth-subheading{color:var(--text-secondary);text-align:center;margin-bottom:1.75rem;font-size:.875rem}.auth-divider{color:var(--text-tertiary);align-items:center;gap:.75rem;margin:1.375rem 0;font-size:.8125rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--surface-divider);flex:1;height:1px}.auth-footer{text-align:center;color:var(--text-secondary);margin-top:1.625rem;font-size:.875rem}.pref-select{appearance:none;background:var(--surface-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right .75rem center;border:1px solid var(--surface-divider);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;min-width:280px;max-width:340px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-base);flex-shrink:0;padding:.625rem 2.25rem .625rem .875rem;font-family:inherit;font-size:.875rem}.pref-select:focus{border-color:var(--brand-500);outline:none;box-shadow:0 0 0 3px #6366f133}.pref-select option{background:var(--surface-card);color:var(--text-primary)}.pref-toggle-group{border-radius:var(--radius-md);border:1px solid var(--surface-divider);flex-shrink:0;display:flex;overflow:hidden}.pref-toggle-btn{color:var(--text-secondary);background:var(--surface-input);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);border:none;padding:.5rem 1.125rem;font-size:.875rem;font-weight:600}.pref-toggle-btn+.pref-toggle-btn{border-left:1px solid var(--surface-divider)}.pref-toggle-btn.active{background:linear-gradient(135deg, var(--brand-500), var(--brand-700));color:#fff}.pref-toggle-btn:hover:not(.active){background:var(--surface-card);color:var(--text-primary)}.settings-section{margin-bottom:2rem}.settings-section-header{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.6875rem;font-weight:700}.settings-row{border-bottom:1px solid var(--surface-divider);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.settings-row:last-child{border-bottom:none}.settings-row-info{flex-direction:column;display:flex}.settings-row-label{color:var(--text-primary);font-size:.9375rem;font-weight:500}.settings-row-sub{color:var(--text-tertiary);margin-top:.125rem;font-size:.8125rem}.read-only-field{border-radius:var(--radius-md);background:var(--surface-input);border:1px solid var(--surface-divider);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;cursor:default;max-width:300px;transition:background var(--transition-base);flex:1;align-items:center;gap:.625rem;padding:.625rem .875rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;display:flex;overflow:hidden}.spinner{border:3px solid var(--surface-divider);border-top-color:var(--brand-500);border-radius:var(--radius-full);flex-shrink:0;width:32px;height:32px;animation:.7s linear infinite _spin;display:inline-block}@keyframes _spin{to{transform:rotate(360deg)}}.loading-container{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem;font-size:.9375rem;display:flex}.loading-subtext{color:var(--text-tertiary);margin-top:-.5rem;font-size:.8125rem}.mobile-header{background:var(--surface-raised);border-bottom:1px solid var(--surface-divider);z-index:50;align-items:center;gap:.75rem;padding:.75rem 1rem;display:none;position:sticky;top:0}.mobile-header .sidebar-brand-icon{width:32px;height:32px}.hamburger-btn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-primary);justify-content:center;align-items:center;margin-left:auto;display:flex}.hamburger-btn:hover{background:var(--surface-input)}.sidebar-overlay{z-index:59;background:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.open{display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface-raised)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@media (width<=1024px){.sidebar{width:220px}.main-content{padding:1.75rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.app-breakdown-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.gallery-grid.folders{grid-template-columns:repeat(auto-fill,minmax(75px,1fr))}.pref-select{min-width:220px;max-width:280px}}@media (width<=768px){.app-layout{flex-direction:column}.mobile-header{display:flex}.sidebar{z-index:60;width:280px;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{min-height:calc(100vh - 56px);padding:1.25rem}.page-title{font-size:1.375rem}.page-subtitle{font-size:.8125rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.stat-card-value{font-size:1.625rem}.app-breakdown-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.app-card-count{font-size:1.5rem}.gallery-toolbar-row{gap:.5rem}.sort-btn{margin-left:0}.gallery-filters{gap:.375rem}.filter-chip{padding:.375rem .625rem;font-size:.75rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.gallery-grid.folders{grid-template-columns:repeat(auto-fill,minmax(65px,1fr));gap:.375rem}.custom-range-row{flex-direction:column;align-items:stretch}.custom-range-group{flex-wrap:wrap}.settings-row{flex-direction:column;align-items:flex-start;gap:.75rem}.read-only-field{max-width:100%}.pref-select{min-width:100%;max-width:100%}.lightbox-header{flex-wrap:wrap;gap:.75rem;padding:.875rem 1rem}.lightbox-body{padding:1rem}.lightbox-meta{gap:.5rem}.lightbox-title{font-size:.8125rem}.lightbox-subtitle{font-size:.75rem}.auth-card{padding:1.75rem}}@media (width<=480px){.main-content{padding:1rem}.stats-grid,.app-breakdown-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.page-title{font-size:1.125rem}.stat-card-value{font-size:1.375rem}.card{padding:1rem}.page-header{gap:.5rem;flex-direction:column!important;align-items:flex-start!important}}.page-title{overflow-wrap:anywhere}.gallery-toolbar,.card,.auth-card{min-width:0}.lightbox-body img{object-fit:contain;max-width:100%;max-height:100%}@media (width<=640px){.gallery-toolbar-row{flex-direction:column;align-items:stretch}.gallery-filters{flex-wrap:nowrap;padding-bottom:.25rem;overflow-x:auto}.gallery-filters .btn,.gallery-filters button{flex:none}.pref-row,.settings-row,.page-header,.lightbox-header{flex-direction:column;align-items:stretch;gap:.75rem}.lightbox-body{padding:1rem}}@media (width<=380px){.gallery-grid{grid-template-columns:1fr}.mobile-header{padding:.75rem}.mobile-header .sidebar-brand-name{font-size:1rem}}
