*{box-sizing:border-box}html,body{height:100%}:root{--bg: #020617;--surface: rgba(15, 23, 42, .92);--surface2: rgba(30, 41, 59, .72);--text: #f1f5f9;--muted: #94a3b8;--text-muted: #94a3b8;--placeholder: #64748b;--border: rgba(148, 163, 184, .22);--shadow: 0 10px 30px rgba(0,0,0,.5);--input-bg: rgba(15, 23, 42, .8);--input-border: rgba(148, 163, 184, .22);--hover: rgba(148, 163, 184, .12);--primary: #3b82f6;--primary-hover: #2563eb;--danger: #ef4444;--danger-soft: rgba(239, 68, 68, .12);--chip-bg: rgba(30, 41, 59, .8);--chip-border: rgba(148, 163, 184, .22);--nav-link: rgba(226, 232, 240, .9);--nav-link-hover-bg: rgba(148, 163, 184, .12);--nav-link-hover-border: rgba(148, 163, 184, .22);--nav-link-active-shadow: 0 10px 22px rgba(0, 0, 0, .35);color-scheme:dark}:root[data-theme=light]{--bg: #f8fafc;--surface: #ffffff;--surface2: #eef2f7;--text: #0f172a;--muted: #64748b;--text-muted: #64748b;--placeholder: #94a3b8;--border: #cbd5e1;--shadow: 0 10px 30px rgba(0,0,0,.1);--input-bg: #ffffff;--input-border: #cbd5e1;--hover: rgba(15, 23, 42, .06);--primary: #2563eb;--primary-hover: #1d4ed8;--danger: #dc2626;--danger-soft: rgba(220, 38, 38, .1);--chip-bg: #f1f5f9;--chip-border: #e2e8f0;--nav-link: #475569;--nav-link-hover-bg: #f1f5f9;--nav-link-hover-border: #e2e8f0;--nav-link-active-shadow: 0 10px 22px rgba(2, 6, 23, .1);color-scheme:light}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);transition:background-color .2s ease,color .2s ease}#root{min-height:100vh;width:100%;background:var(--bg)}input,textarea,select{background:var(--input-bg);color:var(--text);border:1px solid var(--input-border)}input::placeholder,textarea::placeholder{color:var(--placeholder)}:root[data-theme=light] .navbar{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}:root[data-theme=light] .navbar__brand-text .navbar__logo-title{color:#0f172a}:root[data-theme=light] .navbar__link{color:#64748b}:root[data-theme=light] .navbar__link:hover{background:#f1f5f9;color:#0f172a}:root[data-theme=light] .navbar__search input{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}:root[data-theme=light] .navbar__mobile-panel{background:#fff;border-top:1px solid #e2e8f0}:root[data-theme=light] .text-muted{color:#64748b!important}body,.auth-card,.navbar,input,button,.auth-side{transition:background-color .2s ease,color .2s ease,border-color .2s ease}.navbar{position:sticky;top:0;z-index:40;width:100%;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(to right,var(--nav-grad-1, rgba(15, 23, 42, .96)),var(--nav-grad-2, rgba(15, 23, 42, .94)));border-bottom:1px solid var(--border);color:var(--text)}.navbar__inner{max-width:1200px;margin:0 auto;padding:.7rem 1.5rem;display:flex;align-items:center;gap:1.25rem}.navbar__left{display:flex;align-items:center}.navbar__center{flex:1;display:flex;justify-content:center}.navbar__right{display:flex;align-items:center;gap:.75rem}.navbar__brand{display:flex;align-items:center;gap:.75rem;border:none;background:transparent;cursor:pointer;padding:0;color:inherit}.navbar__logo-mark{width:2.1rem;height:2.1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:conic-gradient(from 180deg at 50% 50%,#22c55e,#22d3ee,#6366f1,#f97316,#22c55e);box-shadow:0 0 0 3px #2563eb80;color:transparent}.navbar__brand-text{display:flex;flex-direction:column;align-items:flex-start}.navbar__logo-title{font-size:.95rem;font-weight:600;color:var(--text)}.navbar__logo-subtitle{font-size:.75rem;color:var(--muted)}.navbar__links{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.navbar__link{border-radius:999px;border:1px solid transparent;background:transparent;color:var(--nav-link);padding:.35rem .9rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease}.navbar__link:hover{background:var(--nav-link-hover-bg);border-color:var(--nav-link-hover-border);color:var(--text);transform:translateY(-1px)}.navbar__link--active{background:linear-gradient(135deg,#4f46e5,#2563eb);color:#f9fafb;border-color:transparent;box-shadow:var(--nav-link-active-shadow)}.navbar__search{position:relative;width:100%}.navbar__search input{border-radius:999px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);padding:.35rem .9rem;font-size:.85rem;outline:none;width:100%}.navbar__search input::placeholder{color:var(--placeholder)}.navbar__search input:focus{border-color:#60a5fae6;box-shadow:0 0 0 1px #60a5fa59}.navbar__search--desktop{max-width:420px}.navbar__search--mobile{display:none}.navbar__avatar{width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid var(--input-border);background:radial-gradient(circle at 25% 15%,#22c55e,#0ea5e9);display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#020617;cursor:pointer;box-shadow:0 10px 22px #00000040;transition:border-color .15s ease,transform .1s ease,box-shadow .15s ease}.navbar__avatar:hover{border-color:#60a5fae6;box-shadow:0 0 0 1px #60a5fa40;transform:translateY(-1px)}.navbar__avatar--active{border-color:#93c5fdf2;box-shadow:0 0 0 1px #818cf880,0 0 0 6px #2563eb2e}.navbar__search-icon-btn{display:inline-flex;width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid var(--input-border);background:var(--input-bg);cursor:pointer;padding:0;align-items:center;justify-content:center}.navbar__search-icon-btn:hover{border-color:#60a5fae6;box-shadow:0 0 0 1px #60a5fa40}.navbar__search-icon-btn svg{width:1.1rem;height:1.1rem;color:var(--text)}.navbar__theme-btn{width:38px;height:38px;border-radius:999px;border:1px solid var(--input-border);background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.navbar__theme-btn svg{width:20px;height:20px}.navbar__theme-btn:hover{border-color:#60a5fae6;background:#2563eb1f}.navbar__menu-toggle{display:none;width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid var(--input-border);background:var(--input-bg);cursor:pointer;padding:0;align-items:center;justify-content:center;gap:.2rem;flex-direction:column}.navbar__menu-toggle .bar{display:block;width:1.2rem;height:2px;border-radius:999px;background:var(--text);transition:transform .15s ease,opacity .15s ease,translate .15s ease}.bar--top.open{transform:rotate(45deg);translate:0 4px}.bar--middle.open{opacity:0}.bar--bottom.open{transform:rotate(-45deg);translate:0 -4px}.navbar__mobile-panel{display:none;max-width:1200px;margin:0 auto;padding:0 1.5rem .7rem;flex-direction:column;gap:.6rem}.navbar__mobile-panel--open{display:flex}.navbar__mobile-links{list-style:none;padding:.4rem 0 0;margin:0;display:flex;flex-direction:column;gap:.3rem}.navbar__mobile-link{width:100%;text-align:left;border-radius:.7rem;border:1px solid transparent;background:var(--input-bg);color:var(--text);padding:.45rem .75rem;font-size:.9rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.navbar__mobile-link:hover{background:var(--hover)}.navbar__mobile-link--active{border-color:#818cf873;background:linear-gradient(135deg,#4f46e5d9,#2563ebd9)}.navbar__user{position:relative;display:inline-flex;align-items:center}.navbar__user-menu{position:absolute;top:calc(100% + .55rem);right:0;width:190px;padding:.35rem;border-radius:.9rem;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);display:none}.navbar__user-menu--open{display:flex;flex-direction:column;gap:.25rem}.navbar__user-item{width:100%;text-align:left;border:1px solid transparent;background:transparent;color:var(--text);border-radius:.7rem;padding:.55rem .65rem;font-size:.9rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.navbar__user-item:hover{background:var(--hover);border-color:var(--border)}.navbar__user-item--danger{color:var(--danger)}.navbar__user-item--danger:hover{background:var(--danger-soft);border-color:var(--border)}.navbar__mobile-logout{margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--border)}.navbar__mobile-logout-btn{width:100%;text-align:left;border-radius:.7rem;border:1px solid rgba(248,113,113,.35);background:var(--input-bg);color:var(--danger);padding:.55rem .75rem;font-size:.95rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.navbar__mobile-logout-btn:hover{background:var(--danger-soft);border-color:#f871718c}@media(max-width:900px){.navbar__inner{padding-inline:1rem}.navbar__links{display:none}.navbar__search--mobile{display:block}.navbar__menu-toggle{display:inline-flex}}@media(max-width:600px){.navbar__brand-text{display:none}.navbar__inner{gap:.5rem}}.home-shell{--ad-w: 220px;--ad-gap: 24px;width:100%;box-sizing:border-box;display:grid;grid-template-columns:var(--ad-w) minmax(0,1fr);gap:var(--ad-gap);justify-content:center;padding:0 1.5rem;background:var(--bg)}.home-ad-rail{align-self:start;position:sticky;top:50vh;transform:translateY(-50%);height:0}.home-ad-slot{width:var(--ad-w);height:min(560px,calc(100vh - 220px));min-height:320px;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.home-ad-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;background:var(--surface2)}.home-ad-placeholder{width:var(--ad-w);padding:18px;font-size:13px;opacity:.85;border-radius:16px;border:1px solid var(--border);background:var(--surface);color:var(--muted)}.home-ad-rail--empty{visibility:hidden}@media(max-width:1060px){.home-shell{grid-template-columns:1fr}.home-ad-rail{display:none}}.app{width:min(1200px,100vw - 3rem);min-height:80vh;margin:2rem auto;padding:1.75rem 2rem 2rem;border-radius:1.5rem;background:var(--bg);color:var(--text);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box;position:relative;border:1px solid transparent}.home-shell .app{width:100%;margin:2rem 0;background:var(--bg);box-shadow:none}.home-shell .app{background:var(--surface);border:1px solid var(--border)}.app-main{margin-top:.5rem}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.app-logo{display:flex;align-items:center;gap:1rem}.app-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:conic-gradient(from 180deg at 50% 50%,#22c55e,#22d3ee,#6366f1,#f97316,#22c55e);box-shadow:0 0 0 4px #2563eb4d;color:transparent}.app-logo h1{font-size:1.2rem;margin:0;color:var(--text)}.app-logo p{margin:.1rem 0 0;font-size:.9rem;color:var(--muted)}.app-header-nav{display:flex;gap:.75rem}.app-header-btn{border-radius:999px;border:1px solid var(--border);background:var(--surface2);color:var(--text);padding:.45rem 1.1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .18s ease}.app-header-btn:hover{background:var(--input-border);border-color:var(--primary);transform:translateY(-1px)}.app-header-btn--primary{background:var(--primary);color:#fff;border-color:transparent}.app-header-btn--primary:hover{filter:brightness(1.1);background:var(--primary)}.app-header-btn--active{box-shadow:0 0 0 1px var(--primary),0 8px 20px #0003;border-color:var(--primary)}.feed{margin-top:1rem;display:flex;flex-direction:column;gap:1.25rem}.feed-header h2{margin:0;font-size:1.3rem;color:var(--text)}.feed-header p{margin:.2rem 0 0;font-size:.9rem;color:var(--muted)}.feed-filters{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:.9rem 1rem;border-radius:.9rem;background:var(--surface);border:1px solid var(--border)}.feed-filters-group{display:flex;gap:.75rem}.feed-filters label{display:flex;flex-direction:column;font-size:.8rem;gap:.25rem;color:var(--muted)}.feed-filters select,.feed-filters input[type=text]{border-radius:999px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);padding:.4rem .9rem;font-size:.85rem;outline:none}.feed-filters select:focus,.feed-filters input[type=text]:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.feed-search{flex:1 1 200px}.feed-search input{width:100%}.feed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.feed-empty{margin:.5rem 0 0;font-size:.9rem;color:var(--muted)}.report-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:.85rem .85rem .9rem;display:flex;flex-direction:column;gap:.65rem;cursor:pointer;transition:transform .12s ease,box-shadow .2s ease,border-color .12s ease,background .12s ease}.report-card:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:var(--shadow);background:var(--surface2)}.report-card-header{display:flex;flex-direction:column;gap:.4rem}.report-card-chips{display:flex;gap:.35rem}.report-card-header h3{margin:0;font-size:1rem;color:var(--text)}.report-card-location{margin:0;font-size:.85rem;color:var(--muted)}.report-card-body{display:flex;flex-direction:column;gap:.6rem}.report-card-description{margin:0;font-size:.9rem;color:var(--text)}.report-card-image{border-radius:.75rem;width:100%;height:160px;object-fit:cover;border:1px solid var(--border);background:var(--bg)}.report-card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--muted)}.report-card-metrics{display:flex;gap:.6rem}.chip{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:500;border:1px solid transparent}.chip--category{background:#3b82f626;color:var(--primary);border-color:#3b82f64d}.chip--status{background:var(--surface2);color:var(--text)}.chip--status-pendiente{background:#f59e0b26;color:#eab308;border-color:#f59e0b4d}:root[data-theme=dark] .chip--status-pendiente{color:#facc15}.chip--status-aprobado{background:#22c55e26;color:#16a34a;border-color:#22c55e4d}:root[data-theme=dark] .chip--status-aprobado{color:#4ade80}.chip--status-rechazado{background:#ef444426;color:#dc2626;border-color:#ef44444d}:root[data-theme=dark] .chip--status-rechazado{color:#f87171}.chip--status-resuelto{background:#3b82f626;color:var(--primary);border-color:#3b82f64d}.new-report-card{background:var(--surface);border-radius:1.1rem;border:1px solid var(--border);padding:1.3rem 1.4rem 1.4rem;max-width:720px}.new-report-card h2{margin:0 0 .35rem;color:var(--text)}.new-report-card p{margin:0 0 1rem;font-size:.9rem;color:var(--muted)}.form-row{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--text)}.form input[type=text],.form textarea,.form select{border-radius:.75rem;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);padding:.5rem .75rem;font-size:.9rem;outline:none;resize:vertical}.form input[type=text]:focus,.form textarea:focus,.form select:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.form-error{margin:0;font-size:.85rem;color:var(--danger)}.form-hint{margin:.15rem 0 .2rem;font-size:.8rem;color:var(--muted)}.file-input-wrapper{position:relative;display:inline-flex;align-items:center;gap:.6rem;padding:.4rem .6rem;border-radius:.75rem;border:1px dashed var(--border);background:var(--surface2);cursor:pointer;overflow:hidden}.file-input-wrapper input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.file-input-button{border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:500;background:var(--primary);color:#fff;white-space:nowrap}.file-input-label{font-size:.8rem;color:var(--muted);max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-actions{margin-top:.5rem;display:flex;justify-content:flex-end}.btn{border-radius:999px;border:none;padding:.55rem 1.4rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease}.btn--primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px #0003}.btn--primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn--primary:active{transform:translateY(0)}@media(max-width:768px){.app{padding:1.3rem 1.1rem 1.4rem;margin:1rem}.home-shell .app{margin:1rem 0}.app-header{flex-direction:column;align-items:flex-start}.app-header-nav{width:100%;justify-content:flex-start}}.search-page{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 2rem;color:var(--text)}.search-header{margin-bottom:1.2rem}.search-header h2{margin:0 0 .25rem;font-size:1.4rem;color:var(--text)}.search-header p{margin:.1rem 0 .7rem;font-size:.9rem;color:var(--muted)}.search-input-wrapper{margin-top:.3rem;position:relative;max-width:520px}.search-input-icon{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);font-size:.9rem;color:var(--muted)}.search-input-wrapper input{width:100%;border-radius:999px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);padding:.45rem .9rem .45rem 2.2rem;font-size:.9rem;outline:none;transition:border-color .2s,box-shadow .2s}.search-input-wrapper input::placeholder{color:var(--placeholder)}.search-input-wrapper input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.search-counter{margin-top:.45rem;font-size:.82rem;color:var(--muted)}.search-filters{margin-top:.75rem;margin-bottom:.35rem;display:flex;flex-wrap:wrap;gap:.6rem;padding:.55rem .75rem;border-radius:.9rem;background:var(--surface2);border:1px solid var(--border)}.search-filter-group{display:flex;flex-direction:column;gap:.2rem;min-width:170px}.search-filter-group label{font-size:.78rem;font-weight:500;color:var(--muted);display:flex;align-items:center;gap:.25rem}.search-filter-group label:before{content:"";width:6px;height:6px;border-radius:999px;background:linear-gradient(to right,var(--primary),#34d399);opacity:.7}.search-filter-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:999px;border:1px solid var(--input-border);background-color:var(--input-bg);color:var(--text);padding:.36rem 2rem .36rem .85rem;font-size:.85rem;outline:none;min-height:2.1rem;position:relative;cursor:pointer}.search-filter-group select{background-image:linear-gradient(45deg,var(--muted) 50%,transparent 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - .9rem) 50%,calc(100% - .6rem) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.search-filter-group select:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.search-filter-group select:disabled{opacity:.6;cursor:not-allowed}.search-results{margin-top:1.1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.search-empty{grid-column:1 / -1;font-size:.9rem;color:var(--muted)}.search-card{border-radius:1rem;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.search-card:hover{transform:translateY(-2px);border-color:var(--primary)}.search-card-image-wrapper{border-bottom:1px solid var(--border);overflow:hidden;cursor:pointer;background-color:var(--surface2)}.search-card-image{width:100%;height:170px;object-fit:cover;display:block;transition:transform .2s ease}.search-card-image-wrapper:hover .search-card-image{transform:scale(1.03)}.search-card-body{padding:.7rem .9rem .85rem;display:flex;flex-direction:column;gap:.35rem}.search-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.1rem}.search-card-title{margin:0;font-size:1rem;color:var(--text);font-weight:600}.search-card-location{margin:0;font-size:.82rem;color:var(--muted)}.search-card-description{margin:.25rem 0 .3rem;font-size:.86rem;color:var(--text);line-height:1.4}.search-card-meta-row{display:flex;justify-content:space-between;align-items:center;margin-top:.15rem;font-size:.8rem;color:var(--muted)}.search-card-meta-stats{display:flex;gap:.35rem}@media(max-width:640px){.search-page{padding-inline:1rem}.search-results{grid-template-columns:minmax(0,1fr)}.search-filters{padding:.55rem .7rem;gap:.5rem}.search-filter-group{min-width:100%}}body{margin:0;background-color:var(--bg);color:var(--text)}.app{min-height:100vh;width:100%;background:var(--bg);color:var(--text)}.topbar{position:sticky;top:0;z-index:10;padding:.6rem 1rem;display:flex;justify-content:space-between;align-items:center;background:var(--surface);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-left{display:flex;align-items:center;gap:.75rem}.topbar-logo{display:flex;align-items:center;gap:.5rem}.topbar-logo-mark{width:26px;height:26px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#22c55e,#0ea5e9);display:inline-block}.topbar-logo-text{font-weight:600;font-size:.98rem;letter-spacing:.02em;color:var(--text)}.topbar-logo-text span{font-weight:400;color:var(--muted)}.topbar-right{display:flex;align-items:center;gap:.4rem}.topbar-icon-btn{border:none;background:transparent;color:var(--text);font-size:1rem;padding:.25rem .4rem;border-radius:999px;cursor:pointer}.topbar-icon-btn:hover{background:var(--surface2)}.topbar-avatar{width:30px;height:30px;border-radius:999px;border:1px solid var(--border);background:radial-gradient(circle at 20% 0%,#22c55e,#0ea5e9);color:#0f172a;font-size:.78rem;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:default}.profile-page{max-width:980px;margin:0 auto;padding:1.2rem 1rem 2.5rem}.profile-header{display:grid;grid-template-columns:1.1fr 3fr;gap:1.5rem;align-items:center;margin-bottom:1.2rem;background:transparent}.profile-avatar-wrapper{display:flex;justify-content:center}.profile-avatar-large{width:90px;height:90px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#22c55e,#0ea5e9);display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;color:#020617;box-shadow:0 0 0 2px var(--bg),0 0 0 4px #22c55e99}.profile-header-main{display:flex;flex-direction:column;gap:.75rem}.profile-header-row{display:flex;justify-content:space-between;gap:1rem;align-items:center}.profile-identity{display:flex;align-items:center;gap:.5rem}.profile-username{margin:0;font-size:1.1rem;color:var(--text);font-weight:600}.profile-badge{font-size:.75rem;border-radius:999px;padding:.12rem .6rem;border:1px solid rgba(52,211,153,.7);background:#16a34a26;color:#16a34a}:root[data-theme=dark] .profile-badge{color:#bbf7d0}.profile-actions{display:flex;flex-wrap:wrap;gap:.4rem}.btn{border-radius:999px;border:1px solid var(--border);font-size:.82rem;padding:.3rem .9rem;cursor:pointer;background:transparent;color:var(--text);transition:all .12s ease}.btn--light{background:var(--text);color:var(--bg);border-color:transparent}.btn--outline{border-color:var(--border)}.btn:hover{transform:translateY(-.5px);background:var(--surface2)}.btn--light:hover{opacity:.9;background:var(--text)}.profile-stats{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem;font-size:.85rem;color:var(--text)}.profile-stats li{display:flex;flex-direction:column}.profile-stat-number{font-weight:600}.profile-stat-label{color:var(--muted)}.profile-bio{font-size:.85rem;color:var(--text)}.profile-bio p{margin:.1rem 0}.profile-bio strong{display:block;margin-bottom:.2rem}.profile-bio-meta{color:var(--muted);font-size:.8rem}.profile-tabs{display:flex;justify-content:center;gap:.4rem;border-top:1px solid var(--border);margin-top:.5rem;padding-top:.45rem}.profile-tab{border:none;background:transparent;color:var(--muted);font-size:.8rem;padding:.25rem .8rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;transition:background-color .2s,color .2s}.profile-tab--active{color:var(--text);background:var(--surface2)}.profile-tab--disabled{opacity:.4;cursor:not-allowed}.profile-section{margin-top:.9rem}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:.4rem}.post-tile{position:relative;aspect-ratio:1 / 1;background:var(--surface2);border-radius:.9rem;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.post-tile:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(148,163,184,.25);pointer-events:none}.post-tile:hover{transform:translateY(-3px);border-color:var(--primary)}.post-tile:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.post-tile-image{width:100%;height:100%;object-fit:cover;display:block}.post-tile-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.92) 0%,rgba(15,23,42,.4) 40%,transparent 70%);opacity:0;transition:opacity .18s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:.55rem .6rem;font-size:.74rem;color:#fff}.post-tile:hover .post-tile-overlay{opacity:1}.post-tile-overlay-content{display:flex;flex-direction:column;gap:.25rem}.post-tile-metrics{display:flex;gap:.9rem;font-weight:500;font-size:.78rem}.post-tile-metrics span{display:inline-flex;align-items:center;gap:.2rem}.post-tile-title{margin:0;font-size:.8rem;font-weight:500;line-height:1.25;text-shadow:0 1px 2px rgba(0,0,0,.9)}.post-tile-category{position:absolute;top:.45rem;left:.5rem;padding:.12rem .5rem;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#0009;font-size:.72rem;letter-spacing:.01em;color:#fff}.post-tile-video-icon{position:absolute;bottom:.4rem;right:.4rem;padding:.18rem .45rem;border-radius:999px;font-size:.75rem;background:#000000b3;color:#fff;pointer-events:none}.profile-list{display:flex;flex-direction:column;gap:1rem;margin-top:.4rem}.post-card{background:var(--surface);border-radius:.7rem;border:1px solid var(--border);overflow:hidden;color:var(--text);transition:background-color .2s}.post-card-header{padding:.6rem .8rem;display:flex;justify-content:space-between;align-items:center}.post-card-user{display:flex;gap:.5rem;align-items:center}.post-card-avatar{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#22c55e,#0ea5e9);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#020617}.post-card-username{display:block;font-size:.85rem;font-weight:500;color:var(--text)}.post-card-meta{display:block;font-size:.75rem;color:var(--muted)}.post-card-options{font-size:1.2rem;color:var(--muted);cursor:pointer}.post-card-image-wrapper{background:var(--bg);position:relative}.post-card-image{width:100%;display:block;max-height:360px;object-fit:cover}.post-card-video-icon{position:absolute;bottom:.5rem;right:.5rem;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;background:#000000b3;color:#fff;pointer-events:none}.post-card-body{padding:.55rem .8rem .7rem;font-size:.82rem}.post-card-actions{display:flex;gap:.6rem;font-size:1.1rem;margin-bottom:.3rem;color:var(--text)}.post-card-likes{margin:0;font-weight:500;color:var(--text)}.post-card-caption{margin:.25rem 0 0;color:var(--text)}.post-card-caption-user{font-weight:500;margin-right:.3rem}.post-card-description{margin:.15rem 0 0;color:var(--text)}.post-card-tags{margin:.35rem 0 0;font-size:.78rem;color:var(--muted)}.post-card-comments-link{margin:.25rem 0 0;font-size:.78rem;color:var(--muted);cursor:pointer}.profile-pagination{margin-top:.9rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.8rem;color:var(--muted)}.profile-pagination-text{white-space:nowrap}.profile-pagination-btn{padding-inline:.9rem;font-size:.82rem}.profile-hint{margin-top:.5rem;font-size:.78rem;color:var(--muted)}@media(max-width:900px){.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.topbar,.profile-page{padding-inline:.75rem}.profile-header{grid-template-columns:1fr;justify-items:flex-start}.profile-header-row{flex-direction:column;align-items:flex-start;gap:.4rem}.profile-actions{width:100%}.profile-actions .btn{flex:1;text-align:center}.profile-pagination{flex-direction:column;align-items:flex-start}.post-card-meta{font-size:.72rem}}.new-report{margin-top:1rem}.new-report-card{background:#0f172af5;border-radius:1.1rem;border:1px solid rgba(148,163,184,.7);padding:1.3rem 1.4rem 1.6rem;max-width:720px}.new-report-header h2{margin:0 0 .35rem;font-size:1.35rem}.new-report-header p{margin:0 0 1rem;font-size:.9rem;color:#9ca3af;line-height:1.5}.form{display:flex;flex-direction:column;gap:.85rem}.form-row{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.form-row-inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem}.form-section{padding-top:.25rem;display:flex;flex-direction:column;gap:.75rem}.form-section--bordered{margin-top:1.1rem;padding-top:1.1rem;border-top:1px dashed rgba(148,163,184,.4)}.form-section-title{margin:0;font-size:.95rem;font-weight:600;color:#e5e7eb;display:flex;align-items:center;gap:.4rem}.form-section-subtitle{margin:.15rem 0 0;font-size:.8rem;color:#9ca3af;line-height:1.45}.muted-inline{opacity:.9}.form input[type=text],.form input[type=email],.form input[type=datetime-local],.form textarea,.form select{border-radius:.75rem;border:1px solid rgba(148,163,184,.7);background:#0f172af2;color:#e5e7eb;padding:.5rem .75rem;font-size:.9rem;outline:none;resize:vertical}.form input[type=text]:focus,.form input[type=email]:focus,.form input[type=datetime-local]:focus,.form textarea:focus,.form select:focus{border-color:#60a5fa;box-shadow:0 0 0 1px #60a5fa80}.form textarea{min-height:120px}.form-helper{margin:.1rem 0 0;font-size:.8rem;color:#9ca3af}.form-error-msg{margin-top:.2rem;font-size:.85rem;color:#fecaca}.form-success-msg{margin-top:.2rem;font-size:.85rem;color:#bbf7d0}.location-grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.location-field label{font-size:.8rem;color:#cbd5f5;margin-bottom:.25rem;display:inline-block}.form-actions{margin-top:1rem;display:flex;justify-content:flex-end}.btn{border-radius:999px;border:none;padding:.55rem 1.4rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.btn--primary{background:linear-gradient(135deg,#2563eb,#22c55e);color:#fff;box-shadow:0 12px 25px #2563eb73}.btn--primary:hover{background:linear-gradient(135deg,#3b82f6,#22c55e);transform:translateY(-1px)}.btn--primary:active{transform:translateY(0);box-shadow:0 6px 12px #2563eb73}.btn--secondary{border-radius:999px;border:1px solid rgba(148,163,184,.55);background:#0f172ab3;color:#e5e7eb;padding:.55rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer}.btn--secondary:hover{border-color:#60a5fabf;box-shadow:0 0 0 1px #60a5fa59}.btn--secondary:disabled{opacity:.55;cursor:not-allowed}.btn--ghost{background:#0f172abf;color:#e5e7eb;border:1px solid rgba(148,163,184,.5)}.evidence-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.evidence-meta{margin-top:.5rem;font-size:.82rem;color:#cbd5f5;opacity:.95}.media-preview-grid{margin-top:.6rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:.6rem}.media-thumb{position:relative;border-radius:.75rem;overflow:hidden;border:1px solid rgba(148,163,184,.45);background:#0f172ad9;aspect-ratio:1 / 1}.media-thumb img{width:100%;height:100%;object-fit:cover;display:block}.media-remove{position:absolute;top:6px;right:6px;border:none;border-radius:999px;padding:.25rem .45rem;font-size:.8rem;cursor:pointer;background:#020617b3;color:#e5e7eb;border:1px solid rgba(148,163,184,.55)}.video-preview{margin-top:.6rem;display:flex;flex-direction:column;gap:.5rem}.video-preview video{width:100%;max-height:320px;border-radius:.75rem;border:1px solid rgba(148,163,184,.45);background:#0f172ad9}.upload-progress{margin-top:.8rem;position:relative;height:12px;border-radius:999px;overflow:hidden;border:1px solid rgba(148,163,184,.45);background:#02061759}.upload-progress__bar{height:100%;background:linear-gradient(135deg,#2563eb,#22c55e);width:0%;transition:width .12s ease}.upload-progress__label{margin-top:.35rem;font-size:.8rem;color:#cbd5f5}@media(max-width:768px){.form-actions{justify-content:stretch}.form-actions .btn--primary{width:100%}}.post-card-image-wrapper,.post-tile{position:relative}.post-card-multiimage-badge,.post-tile-multiimage-badge{position:absolute;padding:.15rem .6rem;border-radius:999px;background:#0f172ae6;color:#f9fafb;font-size:.72rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem;z-index:4;box-shadow:0 4px 10px #000000b3}.post-card-multiimage-badge{right:.85rem;bottom:.85rem}.post-tile-multiimage-badge{right:.45rem;top:.45rem}@media(max-width:640px){.post-card-multiimage-badge,.post-tile-multiimage-badge{font-size:.65rem;padding:.12rem .45rem}}.finger-backdrop{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;padding:1.5rem;z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.finger-modal{width:100%;max-width:1100px;max-height:90vh;display:flex;background:var(--bg);border-radius:.9rem;border:1px solid var(--border);overflow:hidden;box-shadow:0 18px 40px #00000080}.finger-image-pane{flex:1.05;background:#000;display:flex;align-items:center;justify-content:center;position:relative}.finger-image{width:100%;height:100%;object-fit:contain;background:#000}.finger-info-pane{flex:.95;display:flex;flex-direction:column;border-left:1px solid var(--border);background:var(--surface)}.finger-topic-pill{display:inline-flex;align-items:center;gap:.35rem;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:650;color:#e5e7eb;background:#0006;border:1px solid rgba(255,255,255,.18);letter-spacing:.02em;-webkit-user-select:none;user-select:none}.finger-topic-pill--overlay{position:absolute;top:12px;left:12px;z-index:6;background:#0206178c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.finger-topic-pill--header{width:fit-content;margin-top:4px;background:var(--surface2);border:1px solid var(--border);color:var(--text)}.finger-header{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem;border-bottom:1px solid var(--border);color:var(--text)}.finger-header-user{display:flex;align-items:center;gap:.6rem;min-width:0}.finger-avatar{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 25% 15%,#22c55e,#0ea5e9);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:600;color:#020617;flex:0 0 auto}.finger-header-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.finger-username{font-size:.9rem;font-weight:600;color:var(--text);line-height:1.15}.finger-location{font-size:.78rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.finger-close-btn{border:none;border-radius:999px;width:30px;height:30px;background:transparent;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.finger-close-btn:hover{background:var(--surface2);color:var(--text)}.finger-caption-block{padding:.6rem 1rem .55rem;border-bottom:1px solid var(--border);color:var(--text)}.finger-caption-text{margin:0;font-size:.86rem;line-height:1.35}.finger-caption-user{font-weight:700}.finger-caption-date{margin:.25rem 0 0;font-size:.76rem;color:var(--muted)}.finger-caption-actions{margin-top:.45rem;display:flex;justify-content:flex-start;gap:.4rem;flex-wrap:wrap}.finger-comments-block{flex:1;min-height:0;padding:.6rem 1rem;overflow-y:auto}.finger-comments-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.finger-comment{display:flex;gap:.55rem;padding:.1rem 0}.finger-comment-main{flex:1;display:flex;flex-direction:column;gap:.2rem;padding:.45rem .55rem;border-radius:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.finger-comment--replying .finger-comment-main{background:var(--surface2);border:1px solid var(--border);box-shadow:0 10px 22px #00000038}.finger-comment-avatar{width:28px;height:28px;border-radius:999px;background:radial-gradient(circle at 25% 15%,#22c55e,#0ea5e9);display:flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:600;color:#020617;flex-shrink:0;margin-top:2px}.finger-comment-row{display:flex;align-items:baseline;gap:.35rem;font-size:.78rem}.finger-comment-author{font-weight:650;color:var(--text)}.finger-comment-date{color:var(--muted);font-size:.74rem}.finger-comment-content{margin:0;font-size:.84rem;color:var(--text);line-height:1.35}.finger-comment-actions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.2rem;transition:opacity .15s ease}@media(min-width:900px){.finger-comment-actions{opacity:0;pointer-events:none}.finger-comment:hover .finger-comment-actions,.finger-comment:focus-within .finger-comment-actions{opacity:1;pointer-events:auto}}.finger-comment-action{border:none;background:transparent;color:var(--muted);font-size:.78rem;padding:.12rem .4rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:.15rem;transition:background .15s ease,color .15s ease}.finger-comment-action:hover{background:var(--surface2);color:var(--text)}.finger-comment-report-link{color:var(--danger)}.finger-comment-report-link:hover{background:#ef444426;color:#f87171}.finger-replies-toggle-row{margin-top:.15rem;display:flex;align-items:center;gap:.4rem}.finger-replies-toggle{border:1px solid var(--border);background:#ffffff05;color:var(--text);font-size:.78rem;padding:.18rem .55rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background .15s ease,transform .1s ease,border-color .15s ease}.finger-replies-toggle:hover{background:var(--surface2);border-color:#2563eb73;transform:translateY(-.5px)}.finger-replies-count{color:var(--muted);font-size:.76rem}.finger-replies{list-style:none;margin:.45rem 0 0;padding-left:.9rem;border-left:1px solid var(--border);display:flex;flex-direction:column;gap:.45rem}.finger-reply{display:flex;gap:.45rem}.finger-reply-avatar{width:24px;height:24px;border-radius:999px;background:radial-gradient(circle at 25% 15%,#22c55e,#0ea5e9);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:#020617;flex-shrink:0;margin-top:2px}.finger-reply-main{flex:1;display:flex;flex-direction:column;gap:.15rem;padding:.4rem .5rem;border-radius:.7rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.finger-reply-form{margin-top:.45rem;display:flex;flex-direction:column;gap:.35rem}.finger-reply-form textarea{border-radius:.55rem;border:1px solid var(--input-border);padding:.35rem .6rem;background:var(--input-bg);color:var(--text);font-size:.82rem;resize:vertical;outline:none}.finger-reply-form textarea:focus{border-color:#2563eba6;box-shadow:0 0 0 3px #2563eb2e}.finger-reply-actions{display:flex;justify-content:flex-end;gap:.4rem}.finger-footer{border-top:1px solid var(--border);padding:.55rem 1rem .9rem;display:flex;flex-direction:column;gap:.5rem;background:var(--surface)}.finger-meta{display:flex;justify-content:space-between;font-size:.78rem;color:var(--muted)}.finger-comment-form{display:flex;flex-direction:column;gap:.35rem}.finger-comment-form input,.finger-comment-form textarea{border-radius:.55rem;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);padding:.35rem .6rem;font-size:.84rem;outline:none}.finger-comment-form textarea{resize:vertical}.finger-comment-form textarea:focus,.finger-comment-form input:focus{border-color:#2563eba6;box-shadow:0 0 0 3px #2563eb2e}.finger-comment-form input::placeholder,.finger-comment-form textarea::placeholder{color:var(--placeholder)}.finger-comment-actions-row{display:flex;justify-content:flex-end}.finger-send-btn{border-radius:999px;border:none;padding:.35rem .9rem;font-size:.82rem;background:linear-gradient(90deg,#2563eb,#22c55e);color:#f9fafb;cursor:pointer;font-weight:600;box-shadow:0 8px 18px #2563eb73;transition:transform .1s ease,box-shadow .1s ease}.finger-send-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #2563eb99}.finger-send-btn:disabled{opacity:.7;cursor:default;box-shadow:none}.finger-btn-primary{border-radius:999px;border:none;padding:.35rem .9rem;font-size:.82rem;background:linear-gradient(90deg,#2563eb,#22c55e);color:#f9fafb;cursor:pointer;font-weight:600}.finger-btn-primary:disabled{opacity:.6;cursor:default}.finger-btn-secondary{border-radius:999px;border:1px solid var(--border);padding:.35rem .9rem;font-size:.82rem;background:transparent;color:var(--text);cursor:pointer}.finger-comments-empty{font-size:.8rem;color:var(--muted)}.finger-report-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;padding:1rem;z-index:60}.finger-report-modal{width:100%;max-width:420px;background:var(--surface);border-radius:.9rem;border:1px solid var(--danger);box-shadow:0 18px 40px #00000080;padding:1rem 1.1rem 1.15rem;color:var(--text)}.finger-report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.finger-report-header h3{margin:0;font-size:.98rem}.finger-report-close{border:none;border-radius:999px;width:26px;height:26px;background:transparent;color:var(--muted);cursor:pointer}.finger-report-close:hover{background:var(--surface2);color:var(--danger)}.finger-report-intro{margin:.25rem 0 .4rem;font-size:.84rem}.finger-report-quote{margin:0 0 .6rem;padding:.45rem .6rem;border-left:3px solid var(--danger);background:var(--surface2);border-radius:.4rem;font-size:.8rem;color:var(--text)}.finger-report-form{display:flex;flex-direction:column;gap:.5rem}.finger-report-field{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem}.finger-report-field select,.finger-report-field textarea{border-radius:.55rem;border:1px solid var(--danger);background:var(--input-bg);color:var(--text);padding:.35rem .6rem;font-size:.82rem}.finger-report-field textarea{resize:vertical}.finger-report-success{margin:.1rem 0 0;font-size:.8rem;color:#22c55e}.finger-report-actions{margin-top:.4rem;display:flex;justify-content:flex-end;gap:.45rem}.finger-report-note{margin:.6rem 0 0;font-size:.75rem;color:var(--muted)}@media(max-width:900px){.finger-modal{flex-direction:column;max-height:100vh}.finger-image-pane{max-height:50vh}.finger-info-pane{border-left:none;border-top:1px solid var(--border)}}@media(max-width:640px){.finger-backdrop{padding:.5rem}.finger-modal{border-radius:.75rem}.finger-header,.finger-caption-block,.finger-comments-block,.finger-footer{padding-inline:.75rem}}.finger-media-wrapper{position:relative;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}.finger-video{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#000}.finger-media-play-overlay{position:absolute;inset:0;margin:auto;width:72px;height:72px;border-radius:999px;border:none;background:#0f172ad9;color:#f9fafb;font-size:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 30px #000000bf;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.finger-media-play-overlay:hover{transform:scale(1.04);box-shadow:0 18px 40px #000000e6}.finger-media-play-overlay--hidden{opacity:0;pointer-events:none}.finger-media-controls{position:absolute;left:0;right:0;bottom:0;padding:.45rem .7rem .55rem;background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.6),transparent);display:flex;flex-direction:column;gap:.3rem;font-size:.78rem;opacity:1}.finger-media-progress-row{display:flex;align-items:center;gap:.4rem}.finger-media-progress-bar{-webkit-appearance:none;appearance:none;flex:1;height:4px;border-radius:999px;background:#ffffff4d;cursor:pointer}.finger-media-progress-bar::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#22c55e,#3b82f6)}.finger-media-progress-bar::-moz-range-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#22c55e,#3b82f6)}.finger-media-progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;margin-top:-4px;border-radius:999px;background:#f9fafb;box-shadow:0 0 0 2px #00000080}.finger-media-progress-bar::-moz-range-thumb{width:12px;height:12px;border-radius:999px;background:#f9fafb;border:none;box-shadow:0 0 0 2px #00000080}.finger-media-time{color:#e5e7eb;font-variant-numeric:tabular-nums;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.9)}.finger-media-controls-row{display:flex;align-items:center;justify-content:space-between}.finger-media-controls-left,.finger-media-controls-right{display:flex;align-items:center;gap:.35rem}.finger-media-control-btn{border-radius:999px;border:none;padding:.2rem .55rem;font-size:.85rem;background:#ffffff26;color:#e5e7eb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #000000b3;transition:background .15s ease,transform .1s ease}.finger-media-control-btn:hover{background:#1e40afe6;transform:translateY(-.5px)}.finger-media-volume-range{-webkit-appearance:none;appearance:none;width:80px;height:4px;border-radius:999px;background:#ffffff4d;cursor:pointer}.finger-media-volume-range::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#22c55e,#3b82f6)}.finger-media-volume-range::-moz-range-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#22c55e,#3b82f6)}.finger-media-volume-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;margin-top:-3px;border-radius:999px;background:#f9fafb}.finger-media-volume-range::-moz-range-thumb{width:10px;height:10px;border:none;border-radius:999px;background:#f9fafb}.finger-media-quality-pill{font-size:.7rem;padding:.12rem .45rem;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#0009;color:#e5e7eb;text-transform:uppercase;letter-spacing:.06em}.finger-media-views{display:inline-flex;align-items:center;gap:.2rem;padding:.12rem .5rem;border-radius:999px;background:#0009;color:#e5e7eb;font-size:.72rem;box-shadow:0 4px 10px #000000bf}.finger-media-views-icon{font-size:.9rem}.finger-media-views-count{font-variant-numeric:tabular-nums}.finger-media-views--overlay{position:absolute;top:.6rem;left:.6rem;z-index:2}.finger-media-wrapper:fullscreen,.finger-media-wrapper:-webkit-full-screen{width:100vw;height:100vh;max-width:100vw;max-height:100vh;background:#000}.finger-media-wrapper:fullscreen .finger-video,.finger-media-wrapper:-webkit-full-screen .finger-video{width:100%;height:100%;object-fit:contain}.finger-carousel{position:relative;width:100%;height:100%;background:#020617;display:flex;align-items:center;justify-content:center}.finger-carousel-image{width:100%;height:100%;object-fit:contain}.finger-carousel-badge{position:absolute;top:.6rem;right:.6rem;padding:.18rem .55rem;border-radius:999px;background:#000000a6;color:#e5e7eb;font-size:.75rem;display:inline-flex;align-items:center;gap:.25rem;box-shadow:0 8px 16px #000000a6}.finger-carousel-badge-icon{font-size:.8rem}.finger-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);border-radius:999px;border:none;width:32px;height:32px;background:#0009;color:#e5e7eb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 8px 18px #000000bf;transition:background .15s ease,transform .1s ease,opacity .15s ease}.finger-carousel-arrow--left{left:.5rem}.finger-carousel-arrow--right{right:.5rem}.finger-carousel-arrow:hover{background:#2563ebe6;transform:translateY(-50%) translateY(-1px)}.finger-carousel-dots{position:absolute;bottom:.7rem;left:0;right:0;display:flex;justify-content:center;gap:.3rem}.finger-carousel-dot{width:7px;height:7px;border-radius:999px;border:none;background:#fff6;cursor:pointer;padding:0;transition:transform .1s ease,background .15s ease}.finger-carousel-dot--active{transform:scale(1.2);background:#f9fafb}@media(max-width:640px){.finger-carousel-arrow{width:30px;height:30px;font-size:1.1rem}.finger-carousel-badge{padding:.18rem .5rem;font-size:.72rem}}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.settings-app{min-height:100vh;background:radial-gradient(circle at top,#020617 0 60%);color:#e5e7eb;display:flex;flex-direction:column}.settings-app.text-small{font-size:13px}.settings-app.text-medium{font-size:14px}.settings-app.text-large{font-size:15px}.settings-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.3rem 1.8rem;border-bottom:1px solid rgba(30,64,175,.7);background:linear-gradient(90deg,#0f172af2,#0f172ae0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.settings-header-left{display:flex;gap:.8rem;align-items:center}.settings-logo-mark{width:30px;height:30px;border-radius:999px;background:radial-gradient(circle,#22c55e,#22d3ee);display:flex;align-items:center;justify-content:center;color:transparent}.settings-header-left h1{margin:0;font-size:1.2rem}.settings-header-left p{margin:.2rem 0 0;font-size:.85rem;color:#9ca3af}.settings-header-right{display:flex;gap:.8rem;align-items:center}.settings-env-pill{padding:.25rem .7rem;font-size:.75rem;border-radius:999px;border:1px solid rgba(52,211,153,.7);background:#065f46e6;color:#a7f3d0;text-transform:uppercase;letter-spacing:.06em}.settings-user{display:flex;gap:.5rem;align-items:center}.settings-user-avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#22c55e);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#0f172a}.settings-user-info{font-size:.78rem}.settings-user-name{display:block;font-weight:500}.settings-user-role{color:#9ca3af}.settings-main{flex:1;display:grid;grid-template-columns:260px minmax(0,1fr);max-width:1200px;margin:0 auto;padding:1.5rem 1.7rem 1.8rem;gap:1.25rem}.settings-nav{background:radial-gradient(circle at 0% 0%,#0f172a,#020617 80%);border-radius:1.1rem;border:1px solid rgba(37,99,235,.55);padding:1rem 1rem .9rem;box-shadow:0 18px 38px #0f172ae6;display:flex;flex-direction:column;gap:.6rem}.settings-nav-title{margin:0 0 .4rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#93c5fd}.settings-nav ul{list-style:none;margin:0;padding:0}.settings-nav-item{width:100%;text-align:left;border-radius:.7rem;border:1px solid transparent;background:transparent;color:#e5e7eb;font-size:.88rem;padding:.45rem .55rem;cursor:pointer;margin-bottom:.25rem;transition:background .12s ease,border-color .12s ease,transform .08s}.settings-nav-item:hover{background:#1e40af66}.settings-nav-item--active{background:#2563eb59;border-color:#3b82f6f2;box-shadow:0 0 0 1px #3b82f6b3;transform:translateY(-1px)}.settings-nav-footnote{margin-top:.6rem;font-size:.74rem;color:#9ca3af}.settings-panel{min-height:0}.settings-card{background:#0f172afa;border-radius:1.1rem;border:1px solid rgba(148,163,184,.4);padding:1rem 1.1rem;box-shadow:0 16px 32px #0f172af2;display:flex;flex-direction:column;gap:.9rem}.settings-card-header{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.settings-card-header h2{margin:0;font-size:1.1rem}.settings-card-header p{margin:.25rem 0 0;font-size:.85rem;color:#9ca3af}.settings-chip{font-size:.75rem;border-radius:999px;padding:.15rem .7rem;border:1px solid rgba(148,163,184,.6);background:#0f172af5;white-space:nowrap}.settings-chip--muted{border-color:#94a3b866;color:#9ca3af}.settings-chip--warning{border-color:#facc15;color:#fef3c7;background:#a1620740}.settings-grid{display:grid;gap:.75rem}.settings-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid--stack-mobile{align-items:flex-start}.settings-block{border-radius:.8rem;border:1px solid rgba(55,65,81,.7);background:#0f172af5;padding:.7rem .75rem;margin-top:.15rem}.settings-block h3{margin:0 0 .4rem;font-size:.9rem}.settings-block--secondary{background:#1e40af40}.settings-field{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem}.settings-field span{color:#9ca3af}.settings-field input,.settings-field select{border-radius:.6rem;border:1px solid rgba(148,163,184,.6);padding:.4rem .6rem;background:#0f172af5;color:#e5e7eb;font-size:.86rem;outline:none}.settings-field input:focus,.settings-field select:focus{border-color:#60a5fa;box-shadow:0 0 0 1px #2563ebbf}.settings-field-helper{font-size:.75rem;color:#9ca3af}.settings-field--inline{flex-direction:row;align-items:center;justify-content:space-between}.settings-field--inline span{color:#e5e7eb;margin-right:.75rem}.settings-field--inline select{min-width:160px}.settings-overview{background:#0f172afa;border-radius:1.1rem;border:1px solid rgba(148,163,184,.4);box-shadow:0 16px 32px #0f172af2;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.9rem}.settings-overview-header{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.settings-overview-header h2{margin:0;font-size:1.1rem}.settings-overview-header p{margin:.25rem 0 0;font-size:.85rem;color:#9ca3af}.settings-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.settings-stat-card{border-radius:.85rem;border:1px solid rgba(55,65,81,.8);background:radial-gradient(circle at top,#1e293b,#020617 80%);padding:.6rem .7rem}.settings-stat-label{margin:0 0 .3rem;font-size:.78rem;color:#9ca3af}.settings-stat-value{margin:0;font-size:1.3rem;font-weight:600}.settings-stat-description{margin:.25rem 0 0;font-size:.75rem;color:#9ca3af}.settings-trust-row{display:flex;align-items:center;gap:.5rem}.settings-trust-label{font-size:.78rem;color:#a5b4fc}.settings-avatar-row{display:flex;gap:.7rem;align-items:center}.settings-avatar-preview{width:48px;height:48px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#22c55e);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#0f172a}.settings-avatar-actions{display:flex;flex-direction:column;gap:.3rem}.settings-toggle-row{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.4rem 0}.settings-toggle-text{flex:1}.settings-toggle-label{display:block;font-size:.86rem}.settings-toggle-description{display:block;font-size:.78rem;color:#9ca3af;margin-top:.15rem}.settings-switch{width:42px;height:22px;border-radius:999px;border:1px solid rgba(148,163,184,.7);background:#0f172af2;display:flex;align-items:center;padding:1px;cursor:pointer;transition:background .12s ease,border-color .12s ease}.settings-switch-knob{width:18px;height:18px;border-radius:999px;background:#e5e7eb;transform:translate(0);transition:transform .12s ease}.settings-switch--on{background:#16a34af2;border-color:#22c55e}.settings-switch--on .settings-switch-knob{transform:translate(18px)}.settings-btn{border-radius:999px;border:1px solid rgba(148,163,184,.6);padding:.4rem .9rem;font-size:.85rem;cursor:pointer;background:transparent;color:#e5e7eb;transition:background .12s ease,border-color .12s ease,transform .08s ease}.settings-btn--primary{border-color:#3b82f6;background:linear-gradient(90deg,#2563eb,#22c55e);color:#0f172a;font-weight:600}.settings-btn--primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px #0f172ae6}.settings-btn--ghost{background:#0f172af2}.settings-btn--ghost:hover{background:#1e40afb3}.settings-btn--subtle{border-color:#94a3b859;background:transparent}.settings-btn--danger{border-color:#ef4444;background:#7f1d1de6;color:#fee2e2}.settings-btn--danger:hover{background:#991b1be6}.settings-card-actions{margin-top:.4rem;display:flex;justify-content:flex-end}.settings-card-actions--overview{margin-top:.6rem}.settings-segmented{display:inline-flex;border-radius:999px;border:1px solid rgba(148,163,184,.6);overflow:hidden}.settings-segmented-item{border:none;background:transparent;color:#e5e7eb;padding:.3rem .8rem;font-size:.8rem;cursor:pointer}.settings-segmented-item--active{background:#2563ebe6}.settings-danger-zone{border-radius:.8rem;border:1px dashed rgba(248,113,113,.8);background:#18181be6;padding:.7rem .75rem;margin-top:.2rem}.settings-danger-zone h3{margin:0 0 .3rem;font-size:.9rem}.settings-danger-zone p{margin:0 0 .5rem;font-size:.78rem;color:#fecaca}.settings-preview-block{margin-top:.2rem}.settings-preview-block h3{margin:0 0 .25rem;font-size:.9rem}.settings-preview-card{margin-top:.4rem;border-radius:.8rem;border:1px solid rgba(55,65,81,.7);background:#0f172afa;padding:.7rem .75rem;font-size:.84rem}.settings-preview-header{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.settings-preview-title{margin:0;font-weight:500}.settings-preview-location{margin:.15rem 0 0;font-size:.75rem;color:#9ca3af}.settings-preview-badge{font-size:.72rem;padding:.1rem .45rem;border-radius:999px;border:1px solid #facc15;color:#fef3c7;background:#a162074d}.settings-preview-body{margin:.5rem 0 .4rem;font-size:.82rem}.settings-preview-footer{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#9ca3af}.settings-preview-chip{font-size:.75rem;padding:.1rem .55rem;border-radius:999px;border:1px solid rgba(37,99,235,.8);background:#2563eb33}.settings-preview-meta{font-size:.78rem}.settings-session-list{list-style:none;margin:.2rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}.settings-session-item{display:flex;justify-content:space-between;gap:.6rem;align-items:center;padding:.45rem .4rem;border-radius:.6rem;border:1px solid rgba(55,65,81,.7);background:#0f172afa}.settings-session-main{flex:1}.settings-session-device{margin:0;font-size:.86rem}.settings-session-meta{margin:.15rem 0 0;font-size:.76rem;color:#9ca3af}.settings-session-close{font-size:.78rem}.settings-session-close-all{margin-top:.5rem;font-size:.8rem}.settings-pill{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:999px;font-size:.72rem;margin-top:.3rem}.settings-pill--current{background:#2563eb4d;border:1px solid rgba(59,130,246,.9);color:#bfdbfe}.settings-activity-list{list-style:none;margin:.2rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.settings-activity-list li{display:flex;gap:.45rem;align-items:flex-start}.settings-activity-dot{width:8px;height:8px;border-radius:999px;margin-top:.25rem}.settings-activity-dot--ok{background:#22c55e}.settings-activity-dot--info{background:#3b82f6}.settings-activity-dot--warn{background:#facc15}.settings-activity-title{margin:0;font-size:.84rem}.settings-activity-meta{margin:.15rem 0 0;font-size:.76rem;color:#9ca3af}.settings-inline-actions{display:flex;flex-wrap:wrap;gap:.45rem}.settings-toast{position:fixed;right:1.1rem;bottom:1rem;border-radius:999px;padding:.45rem 1rem;font-size:.85rem;box-shadow:0 16px 32px #0f172af2}.settings-toast--success{background:#065f46f2;color:#a7f3d0;border:1px solid rgba(52,211,153,.9)}.settings-app.theme-light{background:radial-gradient(circle at top,#e5e7eb 0,#f1f5f9 60%);color:#0f172a}.settings-app.theme-light .settings-header{background:linear-gradient(90deg,#f8fafcf2,#e2e8f0f2);border-bottom-color:#cbd5f5}.settings-app.theme-light .settings-header-left p{color:#6b7280}.settings-app.theme-light .settings-user-avatar{color:#0f172a}.settings-app.theme-light .settings-nav{background:#fff;border-color:#dbeafe;box-shadow:0 12px 24px #0f172a1a}.settings-app.theme-light .settings-nav-title{color:#2563eb}.settings-app.theme-light .settings-nav-item{color:#111827}.settings-app.theme-light .settings-nav-item:hover{background:#eff6ff}.settings-app.theme-light .settings-nav-item--active{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f699}.settings-app.theme-light .settings-nav-footnote{color:#6b7280}.settings-app.theme-light .settings-card,.settings-app.theme-light .settings-overview{background:#fff;color:#0f172a;border-color:#e5e7eb;box-shadow:0 14px 30px #0f172a1f}.settings-app.theme-light .settings-card-header p,.settings-app.theme-light .settings-overview-header p{color:#6b7280}.settings-app.theme-light .settings-chip{background:#f9fafb;border-color:#e5e7eb;color:#374151}.settings-app.theme-light .settings-chip--warning{background:#fef3c7;border-color:#facc15;color:#92400e}.settings-app.theme-light .settings-block,.settings-app.theme-light .settings-stat-card{background:#f9fafb;border-color:#e5e7eb}.settings-app.theme-light .settings-field span{color:#6b7280}.settings-app.theme-light .settings-field input,.settings-app.theme-light .settings-field select{background:#fff;color:#111827;border-color:#d1d5db}.settings-app.theme-light .settings-field-helper,.settings-app.theme-light .settings-toggle-description,.settings-app.theme-light .settings-session-meta,.settings-app.theme-light .settings-activity-meta{color:#6b7280}.settings-app.theme-light .settings-switch{background:#f9fafb;border-color:#d1d5db}.settings-app.theme-light .settings-switch-knob{background:#111827}.settings-app.theme-light .settings-switch--on{background:#22c55e;border-color:#16a34a}.settings-app.theme-light .settings-btn--ghost{background:#f9fafb;color:#111827}.settings-app.theme-light .settings-btn--ghost:hover{background:#e5e7eb}.settings-app.theme-light .settings-danger-zone{background:#fef2f2;border-color:#ef4444b3}.settings-app.theme-light .settings-danger-zone p{color:#b91c1c}.settings-app.theme-light .settings-preview-card{background:#f9fafb;border-color:#e5e7eb}.settings-app.theme-light .settings-preview-location{color:#6b7280}.settings-app.theme-light .settings-preview-chip{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.settings-app.density-compact .settings-main{padding-top:1.1rem;padding-bottom:1.3rem}.settings-app.density-compact .settings-card,.settings-app.density-compact .settings-overview{padding:.8rem .9rem;gap:.7rem}.settings-app.density-compact .settings-block{padding:.55rem .6rem}.settings-app.density-compact .settings-field input,.settings-app.density-compact .settings-field select{padding:.3rem .5rem}.settings-app.density-compact .settings-nav-item{padding:.35rem .45rem;font-size:.82rem}.settings-app.density-compact .settings-preview-card{padding:.55rem .6rem}@media(max-width:1040px){.settings-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){.settings-main{grid-template-columns:minmax(0,1fr);padding-inline:1.2rem}.settings-nav{order:2}.settings-panel{order:1}.settings-grid--2{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){.settings-header{flex-direction:column;align-items:flex-start}.settings-main{padding-inline:1rem}.settings-session-item{flex-direction:column;align-items:flex-start}}@media(max-width:520px){.settings-main{padding-inline:.75rem}.settings-card,.settings-overview{padding-inline:.9rem}.settings-field--inline{flex-direction:column;align-items:flex-start}.settings-field--inline select{min-width:100%}}.notifications-page{max-width:900px;margin:0 auto;padding:1.5rem 1.5rem 2.5rem;color:var(--text)}.notifications-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem}.notifications-header-main h2{margin:0 0 .2rem;font-size:1.4rem;color:var(--text)}.notifications-header-main p{margin:0;font-size:.9rem;color:var(--muted)}.notifications-header-actions{display:flex;align-items:center;gap:.5rem}.notifications-unread-pill{font-size:.8rem;padding:.22rem .7rem;border-radius:999px;border:1px solid var(--primary);background:var(--surface2);color:var(--text)}.notifications-mark-read-btn{border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.3rem .85rem;font-size:.8rem;cursor:pointer;transition:all .15s ease}.notifications-mark-read-btn:hover:not(:disabled){background:var(--surface2);border-color:var(--primary)}.notifications-mark-read-btn:disabled{opacity:.5;cursor:default}.notifications-filters{margin-bottom:.9rem;display:flex;flex-wrap:wrap;gap:.4rem}.notifications-filter-chip{border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.28rem .75rem;font-size:.8rem;cursor:pointer;transition:all .15s ease}.notifications-filter-chip:hover{border-color:var(--primary);background:var(--surface2)}.notifications-filter-chip--active{background:var(--primary);border-color:transparent;color:#fff}.notifications-list{display:flex;flex-direction:column;gap:.4rem}.notifications-empty{margin-top:1rem;padding:1.1rem 1.2rem;border-radius:.9rem;border:1px dashed var(--border);background:var(--surface2)}.notifications-empty p{margin:0;font-size:.88rem;color:var(--muted)}.notifications-item{display:flex;align-items:stretch;gap:.7rem;padding:.55rem .75rem;border-radius:.85rem;background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer;transition:all .15s ease}.notifications-item:hover{background:var(--surface2);border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-1px)}.notifications-item--unread{border-color:var(--primary);background:var(--surface2)}.notifications-item-left{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding-top:.2rem}.notifications-item-avatar{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 25% 15%,#22c55e,#2563eb);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#020617}.notifications-item-dot{width:8px;height:8px;border-radius:999px;background:#22c55e}.notifications-item-main{flex:1;display:flex;flex-direction:column;gap:.15rem}.notifications-item-row{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem}.notifications-item-label{font-size:.78rem;font-weight:500;color:var(--text)}.notifications-item-time{font-size:.74rem;color:var(--muted);white-space:nowrap}.notifications-item-message{margin:0;font-size:.86rem;color:var(--text)}.notifications-item-report{margin:.1rem 0 0;font-size:.78rem;color:var(--muted)}.notifications-item-report-title{font-weight:500;color:var(--text)}.notifications-item-thumb-wrapper{display:flex;align-items:center;justify-content:center}.notifications-item-thumb{width:52px;height:52px;border-radius:.6rem;overflow:hidden;position:relative;border:1px solid var(--border);flex-shrink:0}.notifications-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.notifications-item-thumb-badge{position:absolute;bottom:3px;right:3px;width:18px;height:18px;border-radius:999px;background:var(--surface);color:var(--text);font-size:.8rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.notifications-hint{margin-top:.8rem;font-size:.8rem;color:var(--muted)}@media(max-width:768px){.notifications-page{padding-inline:1rem}.notifications-header{flex-direction:column;align-items:flex-start}.notifications-header-actions{align-self:stretch;justify-content:space-between}}@media(max-width:480px){.notifications-item{padding-inline:.6rem}.notifications-item-thumb{display:none}}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#020617;color:#e5e7eb;color-scheme:dark}.auth-app{min-height:100vh;background:radial-gradient(circle at top,#020617 0 60%);display:flex;align-items:stretch}.auth-layout{display:grid;grid-template-columns:minmax(0,3.5fr) minmax(0,4.5fr);width:100%;max-width:1120px;margin:0 auto;padding:1.8rem 1.5rem;gap:1.75rem}.auth-layout--verify{max-width:960px}.auth-side{position:relative;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(59,130,246,.65);box-shadow:0 20px 45px #0f172ae6;background:#020617}.auth-side-media{position:absolute;inset:0}.auth-side-image{width:100%;height:100%;object-fit:cover;display:block}.auth-side:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 0%,#1d4ed8e6,#0f172af5);opacity:.7;pointer-events:none}.auth-side-layer{position:relative;padding:1.5rem 1.7rem;display:flex;flex-direction:column;justify-content:flex-end;height:100%}.auth-side--compact .auth-side-layer{justify-content:flex-start;gap:1.5rem}.auth-side-content h2{margin-top:0;font-size:1.4rem}.auth-benefits{list-style:none;margin:.9rem 0 .7rem;padding:0;font-size:.9rem;color:#dbeafe}.auth-benefits li+li{margin-top:.4rem}.auth-side-footnote{font-size:.75rem;color:#9ca3af;max-width:320px}.auth-main{display:flex;align-items:center;justify-content:center}.auth-card{width:100%;max-width:440px;background:#0f172afa;border-radius:1.25rem;border:1px solid rgba(148,163,184,.4);padding:1.6rem 1.7rem 1.4rem;box-shadow:0 18px 40px #0f172ad9}.auth-card--verify{max-width:380px;text-align:center;padding-block:2rem 1.8rem}.auth-card--legal{max-width:460px;padding-block:1.8rem 1.6rem}.auth-header h2{margin:0;font-size:1.3rem}.auth-header p{margin:.4rem 0 1.1rem;font-size:.9rem;color:#9ca3af}.auth-google-btn{width:100%;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#0f172af2;color:#e5e7eb;font-size:.9rem;padding:.5rem .8rem;display:flex;align-items:center;gap:.6rem;justify-content:center;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform .12s ease}.auth-google-btn:hover{background:#1e40af66;border-color:#818cf8e6;transform:translateY(-1px)}.auth-google-icon{width:22px;height:22px;border-radius:999px;background:#fff;color:#020617;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center}.auth-divider{margin:.9rem 0;display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:#9ca3af}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,rgba(148,163,184,.6),transparent)}.auth-form{display:flex;flex-direction:column;gap:.8rem}.auth-field{display:flex;flex-direction:column;gap:.25rem;font-size:.82rem}.auth-field span{color:#9ca3af}.auth-field input{border-radius:.65rem;border:1px solid rgba(148,163,184,.6);background:#0f172af2;color:#e5e7eb;padding:.45rem .65rem;font-size:.9rem;outline:none}.auth-field input::placeholder{color:#6b7280}.auth-field input:focus{border-color:#60a5fa;box-shadow:0 0 0 1px #3b82f6b3}.auth-input-group{display:flex;align-items:stretch;border-radius:.65rem;border:1px solid rgba(148,163,184,.6);background:#0f172af2;overflow:hidden}.auth-input-group:focus-within{border-color:#60a5fa;box-shadow:0 0 0 1px #3b82f6b3}.auth-input-group--error{border-color:#f87171d9}.auth-input-addon{display:inline-flex;align-items:center;border-right:1px solid rgba(148,163,184,.25);background:#02061759;white-space:nowrap}.auth-country-select{border:0;outline:none;background:#020617d9;color:#e5e7eb;cursor:pointer;padding:.45rem .65rem;font-size:.82rem;max-width:185px;appearance:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color-scheme:dark}.auth-country-select option{background-color:#0b1220;color:#e5e7eb}.auth-country-select option:checked,.auth-country-select option:hover{background-color:#3b82f640;color:#e5e7eb}.auth-input-group input{flex:1;border:0;outline:none;background:transparent;color:#e5e7eb;padding:.45rem .65rem;font-size:.9rem}.auth-input-group:focus-within .auth-country-select{box-shadow:inset 0 0 0 1px #3b82f68c}.auth-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.auth-checkbox{display:flex;align-items:flex-start;gap:.5rem;margin-top:.2rem;font-size:.8rem;color:#9ca3af}.auth-checkbox input{margin-top:.1rem}.auth-checkbox--inline{margin-top:0}.auth-inline-link{border:none;background:none;padding:0;color:#60a5fa;font-size:.8rem;cursor:pointer;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.auth-inline-link--tiny{font-size:.75rem}.auth-form-row-between{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.2rem}.auth-error{font-size:.75rem;color:#fecaca}.auth-help{font-size:.75rem;color:#6b7280}.auth-warning{font-size:.75rem;color:#fde68a}.auth-error--inline{margin-top:-.3rem}.auth-message{margin:.15rem 0 .1rem;font-size:.8rem;color:#bbf7d0}.btn{border-radius:999px;border:1px solid rgba(148,163,184,.6);font-size:.9rem;padding:.45rem 1rem;background:transparent;color:#e5e7eb;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease,box-shadow .15s ease}.btn--primary{width:100%;border-color:#3b82f6;background:linear-gradient(90deg,#2563eb,#22c55e);color:#0f172a;font-weight:600}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0f172ab3;background:linear-gradient(90deg,#3b82f6,#4ade80);border-color:#60a5fa}.auth-actions{margin-top:.4rem}.auth-footer{margin-top:.8rem;border-top:1px solid rgba(148,163,184,.25);padding-top:.7rem;font-size:.8rem;color:#9ca3af}.verify-icon{font-size:2.3rem;margin-bottom:.6rem}.verify-text{margin:.4rem 0 0;font-size:.9rem}.verify-text--muted{font-size:.82rem;color:#9ca3af}.verify-email{margin:.5rem 0 .4rem;font-weight:600;font-size:.95rem}.verify-meta{margin-top:.7rem;font-size:.78rem;color:#9ca3af}.verify-btn{margin-top:1.1rem}.legal-title{margin:0 0 .5rem;font-size:1.1rem}.legal-intro{margin:0 0 .8rem;font-size:.9rem;color:#cbd5f5}.legal-body{margin-top:.4rem;max-height:320px;overflow:auto;padding-right:.4rem}.legal-body h3{margin:.6rem 0 .2rem;font-size:.9rem}.legal-body p{margin:.1rem 0 .25rem;font-size:.82rem;color:#d1d5db}.legal-btn{margin-top:1rem}.legal-body::-webkit-scrollbar{width:6px}.legal-body::-webkit-scrollbar-track{background:#0f172ae6}.legal-body::-webkit-scrollbar-thumb{background:#94a3b899;border-radius:999px}@media(max-width:900px){.auth-layout{grid-template-columns:minmax(0,1fr);padding-inline:1.1rem}.auth-side{display:none}.auth-main{order:1}}@media(max-width:640px){.auth-layout{padding-inline:.75rem;padding-top:1.2rem}.auth-card{padding-inline:1.2rem}.auth-field-row{grid-template-columns:minmax(0,1fr)}.auth-form-row-between{flex-direction:column;align-items:flex-start}.auth-card--verify,.auth-card--legal{max-width:100%}.auth-country-select{max-width:150px}}.mod-app.mod-app--panel{min-height:100vh;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;isolation:isolate;padding-bottom:40px}.mod-app.mod-app--panel,.mod-app.mod-app--panel *{box-sizing:border-box}.mod-app--panel .profile-error{color:var(--danger)}.mod-app--panel .mod-page{max-width:1200px;margin:0 auto;padding:1.4rem 1rem 2.5rem}.mod-app--panel .mod-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.2rem;margin-bottom:1.2rem}.mod-app--panel .mod-title{margin:0;font-size:1.4rem;font-weight:600;color:var(--text)}.mod-app--panel .mod-subtitle{margin:.3rem 0 .75rem;font-size:.88rem;color:var(--muted)}.mod-app--panel .mod-progress{display:flex;flex-direction:column;gap:.25rem;max-width:420px}.mod-app--panel .mod-progress-bar{width:100%;height:.55rem;border-radius:999px;background:var(--surface2);overflow:hidden;border:1px solid var(--border)}.mod-app--panel .mod-progress-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#22c55e,#2563eb);transition:width .2s ease-out}.mod-app--panel .mod-progress-label{font-size:.78rem;color:var(--muted)}.mod-app--panel .mod-updated-hint{opacity:.9}.mod-app--panel .mod-updating{color:var(--text);opacity:.9}.mod-app--panel .mod-header-stats{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.mod-app--panel .mod-header-pill{min-width:90px;padding:.35rem .6rem;border-radius:.6rem;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.1rem;font-size:.78rem}.mod-app--panel .mod-header-pill span{color:var(--muted)}.mod-app--panel .mod-header-pill strong{font-size:.9rem;font-weight:600;color:var(--text)}.mod-app--panel .mod-header-pill--pending{border-left:3px solid #eab308}.mod-app--panel .mod-header-pill--approved{border-left:3px solid #22c55e}.mod-app--panel .mod-header-pill--rejected{border-left:3px solid #ef4444}.mod-app--panel .mod-filters{margin-top:.5rem;padding:.75rem .9rem;border-radius:.9rem;background:var(--surface);border:1px solid var(--border);display:grid;grid-template-columns:1.4fr 1.4fr 1fr 1.8fr 1.1fr;gap:.75rem}.mod-app--panel .mod-filter-group{display:flex;flex-direction:column;gap:.3rem}.mod-app--panel .mod-filter-group--search{grid-column:span 2}.mod-app--panel .mod-filter-label{font-size:.76rem;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.mod-app--panel .mod-chip-group{display:flex;flex-wrap:wrap;gap:.35rem}.mod-app--panel .mod-chip{border-radius:999px;border:1px solid var(--chip-border);padding:.16rem .65rem;font-size:.78rem;background:var(--chip-bg);color:var(--text);cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;transition:all .12s ease}.mod-app--panel .mod-chip:hover{background:var(--hover);border-color:var(--border);transform:translateY(-.5px)}.mod-app--panel .mod-chip--active{border-color:#3b82f699;background:#3b82f626;color:var(--primary);font-weight:500}.mod-app--panel .mod-chip--risk-bajo.mod-chip--active{border-color:#22c55e99;background:#22c55e26;color:#16a34a}:root[data-theme=dark] .mod-app--panel .mod-chip--risk-bajo.mod-chip--active{color:#4ade80}.mod-app--panel .mod-chip--risk-medio.mod-chip--active{border-color:#eab30899;background:#eab30826;color:#ca8a04}:root[data-theme=dark] .mod-app--panel .mod-chip--risk-medio.mod-chip--active{color:#facc15}.mod-app--panel .mod-chip--risk-alto.mod-chip--active{border-color:#ef444499;background:#ef444426;color:#dc2626}:root[data-theme=dark] .mod-app--panel .mod-chip--risk-alto.mod-chip--active{color:#f87171}.mod-app--panel .mod-select,.mod-app--panel .mod-search-input{width:100%;border-radius:999px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);font-size:.85rem;padding:.35rem .8rem;outline:none}.mod-app--panel .mod-search-input::placeholder{color:var(--placeholder)}.mod-app--panel .mod-select:focus,.mod-app--panel .mod-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.mod-app--panel .mod-bulk{margin-top:.8rem;margin-bottom:.7rem;padding:.5rem .8rem;border-radius:.7rem;background:var(--surface);border:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.8rem}.mod-app--panel .mod-bulk-left{display:flex;align-items:center;gap:.5rem}.mod-app--panel .mod-bulk-check input{margin-right:.35rem;accent-color:var(--primary)}.mod-app--panel .mod-bulk-check input:disabled{opacity:.5;cursor:not-allowed}.mod-app--panel .mod-bulk-count{color:var(--muted)}.mod-app--panel .mod-bulk-actions{display:flex;flex-wrap:wrap;gap:.35rem}.mod-app--panel .mod-btn{border-radius:999px;border:1px solid var(--border);padding:.35rem .9rem;font-size:.78rem;font-weight:500;background:var(--surface2);color:var(--text);cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;transition:all .15s ease}.mod-app--panel .mod-btn:hover:not(:disabled){background:var(--hover);border-color:var(--primary);transform:translateY(-.5px)}.mod-app--panel .mod-btn:disabled{opacity:.5;cursor:not-allowed}.mod-app--panel .mod-btn--approve{border-color:transparent;background:var(--primary);color:#fff}.mod-app--panel .mod-btn--approve:hover:not(:disabled){filter:brightness(1.1);background:var(--primary)}.mod-app--panel .mod-btn--reject{border-color:transparent;background:#ef4444;color:#fff}.mod-app--panel .mod-btn--reject:hover:not(:disabled){background:#dc2626}.mod-app--panel .mod-btn--ghost{background:transparent;border-color:var(--border);color:var(--muted)}.mod-app--panel .mod-btn--ghost:hover{background:var(--surface);color:var(--text)}.mod-app--panel .mod-btn--changes{border-color:transparent;background:#f59e0b;color:#fff}.mod-app--panel .mod-btn--changes:hover:not(:disabled){background:#d97706}.mod-app--panel .mod-btn--reset{background:transparent;border:1px solid var(--primary);color:var(--primary)}.mod-app--panel .mod-btn--reset:hover:not(:disabled){background:#3b82f61a}.mod-app--panel .mod-btn--delete{background:transparent;border:1px solid #dc2626;color:#dc2626}.mod-app--panel .mod-btn--delete:hover:not(:disabled){background:#dc2626;color:#fff}.mod-app--panel .mod-layout{margin-top:.6rem;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1.6fr) minmax(0,1.1fr);gap:.9rem}.mod-app--panel .mod-list,.mod-app--panel .mod-detail,.mod-app--panel .mod-history{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:.9rem;padding:.7rem .8rem .8rem;min-height:280px}.mod-app--panel .mod-section-title{margin:0 0 .45rem;font-size:.92rem;font-weight:600;display:flex;justify-content:space-between;align-items:baseline;gap:.4rem;color:var(--text)}.mod-app--panel .mod-section-title span{font-size:.75rem;color:var(--muted);font-weight:400}.mod-app--panel .mod-empty{font-size:.8rem;color:var(--muted);margin:.4rem 0}.mod-app--panel .mod-pane-empty{margin-top:.35rem;padding:.95rem;border-radius:.8rem;border:1px dashed var(--border);background:var(--surface2);display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:start}.mod-app--panel .mod-pane-empty--soft{border-style:solid;border-color:var(--border);background:var(--surface)}.mod-app--panel .mod-pane-empty--timeline{padding-bottom:.75rem}.mod-app--panel .mod-pane-empty-icon{width:34px;height:34px;border-radius:999px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);display:grid;place-items:center;font-size:1.05rem;flex-shrink:0}.mod-app--panel .mod-pane-empty-text strong{display:block;color:var(--text);font-size:.92rem;font-weight:700;margin-bottom:.15rem}.mod-app--panel .mod-pane-empty-text p{margin:0;font-size:.82rem;line-height:1.45;color:var(--muted);max-width:52ch}.mod-app--panel .mod-pane-hero{margin-top:.35rem;padding:.95rem;border-radius:.85rem;border:1px solid var(--border);background:linear-gradient(180deg,var(--surface),var(--surface2));box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}.mod-app--panel .mod-pane-hero-icon{width:44px;height:44px;border-radius:14px;background:#22c55e26;border:1px solid rgba(34,197,94,.25);display:grid;place-items:center;font-size:1.35rem}.mod-app--panel .mod-pane-hero-text strong{display:block;font-size:.98rem;font-weight:800;color:var(--text);margin-bottom:.1rem}.mod-app--panel .mod-pane-hero-text p{margin:0;font-size:.85rem;color:var(--muted);line-height:1.45}.mod-app--panel .mod-pane-hero-actions{margin-top:.55rem;display:flex;gap:.45rem;flex-wrap:wrap}.mod-app--panel .mod-pane-hero-hints{margin:.55rem 0 0;padding-left:1.1rem;color:var(--muted);font-size:.8rem;line-height:1.45}.mod-app--panel .mod-pane-hero-hints li{margin:.15rem 0}.mod-app--panel .mod-skeleton-list{margin-top:.6rem;display:flex;flex-direction:column;gap:.5rem}.mod-app--panel .mod-skeleton-card{border-radius:.7rem;border:1px solid var(--border);background:var(--surface2);padding:.65rem;overflow:hidden;position:relative}.mod-app--panel .mod-skeleton-card.mod-skeleton-card--anim:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:modShimmer 1.35s infinite}:root[data-theme=dark] .mod-app--panel .mod-skeleton-card.mod-skeleton-card--anim:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent)}@keyframes modShimmer{to{transform:translate(100%)}}.mod-app--panel .mod-skeleton-line{height:10px;border-radius:999px;background:var(--border);opacity:.55;margin:.35rem 0}.mod-app--panel .mod-skeleton-line.w40{width:40%}.mod-app--panel .mod-skeleton-line.w45{width:45%}.mod-app--panel .mod-skeleton-line.w55{width:55%}.mod-app--panel .mod-skeleton-line.w60{width:60%}.mod-app--panel .mod-skeleton-line.w65{width:65%}.mod-app--panel .mod-skeleton-line.w70{width:70%}.mod-app--panel .mod-skeleton-line.w75{width:75%}.mod-app--panel .mod-skeleton-line.w80{width:80%}.mod-app--panel .mod-skeleton-line.w85{width:85%}.mod-app--panel .mod-skeleton-line.w90{width:90%}.mod-app--panel .mod-skeleton-timeline{margin-top:.7rem;width:100%;display:flex;flex-direction:column;gap:.55rem}.mod-app--panel .mod-skeleton-timeline-row{display:grid;grid-template-columns:10px 1fr;gap:.5rem;align-items:start}.mod-app--panel .mod-skeleton-timeline-row .dot{width:10px;height:10px;border-radius:999px;background:var(--border);margin-top:.15rem}.mod-app--panel .mod-skeleton-timeline-row .lines{display:flex;flex-direction:column;gap:.25rem}.mod-app--panel .mod-report-list{list-style:none;margin:0;margin-top:.4rem;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:520px;overflow-y:auto}.mod-app--panel .mod-report-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;padding:.6rem .65rem;border-radius:.7rem;background:var(--surface2);border:1px solid var(--border);cursor:pointer;font-size:.8rem;transition:all .12s ease}.mod-app--panel .mod-report-card:hover{background:var(--hover);border-color:var(--primary);transform:translateY(-1px);box-shadow:var(--shadow)}.mod-app--panel .mod-report-card--selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);background:var(--surface)}.mod-app--panel .mod-report-left{display:flex;align-items:flex-start;padding-top:.15rem}.mod-app--panel .mod-report-checkbox{width:14px;height:14px;accent-color:var(--primary);cursor:pointer}.mod-app--panel .mod-report-main{display:flex;flex-direction:column;gap:.25rem}.mod-app--panel .mod-report-title-row{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.mod-app--panel .mod-report-title{margin:0;font-size:.88rem;font-weight:600;color:var(--text)}.mod-app--panel .mod-report-title-badges{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:flex-end}.mod-app--panel .mod-risk-pill{border-radius:999px;padding:.05rem .55rem;font-size:.7rem;border:1px solid transparent;text-transform:capitalize;font-weight:500}.mod-app--panel .mod-risk-pill--bajo{background:#22c55e26;color:#15803d;border-color:#22c55e4d}:root[data-theme=dark] .mod-app--panel .mod-risk-pill--bajo{color:#86efac}.mod-app--panel .mod-risk-pill--medio{background:#eab30826;color:#a16207;border-color:#eab3084d}:root[data-theme=dark] .mod-app--panel .mod-risk-pill--medio{color:#fde047}.mod-app--panel .mod-risk-pill--alto{background:#ef444426;color:#b91c1c;border-color:#ef44444d}:root[data-theme=dark] .mod-app--panel .mod-risk-pill--alto{color:#fca5a5}.mod-app--panel .mod-report-description{margin:0;font-size:.8rem;color:var(--text)}.mod-app--panel .mod-report-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.15rem}.mod-app--panel .mod-report-meta span{font-size:.75rem;color:var(--muted)}.mod-app--panel .mod-report-side{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.76rem}.mod-app--panel .mod-report-tag{border-radius:999px;padding:.1rem .5rem;border:1px solid var(--chip-border);background:var(--chip-bg);font-size:.7rem;color:var(--muted)}.mod-app--panel .mod-report-status{font-size:.75rem;color:var(--muted)}.mod-app--panel .mod-detail-media{margin-top:.1rem;margin-bottom:.6rem;border-radius:.7rem;overflow:hidden;background:#000;border:1px solid var(--border);position:relative}.mod-app--panel .mod-detail-image{width:100%;max-height:280px;object-fit:contain;display:block;background:var(--bg)}.mod-app--panel .mod-detail-media--empty{background:radial-gradient(1200px 420px at 50% 0%,rgba(59,130,246,.12),transparent 60%),var(--surface2);border:1px dashed var(--border);min-height:240px;display:flex;align-items:center;justify-content:center}.mod-app--panel .mod-detail-media-placeholder{padding:1rem;text-align:center;max-width:52ch;color:var(--muted)}.mod-app--panel .mod-placeholder-icon{width:44px;height:44px;border-radius:14px;margin:0 auto .5rem;display:grid;place-items:center;background:#3b82f61f;border:1px solid rgba(59,130,246,.25);color:var(--text);font-size:1.25rem}.mod-app--panel .mod-placeholder-title{font-weight:800;color:var(--text);font-size:.95rem;margin-bottom:.2rem}.mod-app--panel .mod-placeholder-subtitle{font-size:.82rem;line-height:1.45;color:var(--muted)}.mod-app--panel .mod-detail-body{display:flex;flex-direction:column;gap:.45rem;font-size:.84rem}.mod-app--panel .mod-detail-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.6rem}.mod-app--panel .mod-detail-title{margin:0;font-size:.98rem;font-weight:600;color:var(--text)}.mod-app--panel .mod-detail-location{margin:.1rem 0 0;font-size:.78rem;color:var(--muted)}.mod-app--panel .mod-detail-description{margin:0;font-size:.86rem;color:var(--text);line-height:1.4}.mod-app--panel .mod-warning-box{margin-top:.35rem;padding:.5rem .7rem;border-radius:.6rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#b91c1c;font-size:.8rem}:root[data-theme=dark] .mod-app--panel .mod-warning-box{color:#fca5a5}.mod-app--panel .mod-warning-box strong{display:block;margin-bottom:.2rem}.mod-app--panel .mod-warning-box code{font-family:ui-monospace,monospace;font-size:.78rem;background:var(--surface2);color:var(--text);padding:.1rem .25rem;border-radius:.3rem}.mod-app--panel .mod-suggestion-box{margin-top:.35rem;padding:.5rem .7rem;border-radius:.6rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#1d4ed8;font-size:.8rem}:root[data-theme=dark] .mod-app--panel .mod-suggestion-box{color:#93c5fd}.mod-app--panel .mod-suggestion-box strong{display:block;margin-bottom:.18rem}.mod-app--panel .mod-actions{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.4rem}.mod-app--panel .mod-note-block{margin-top:.45rem}.mod-app--panel .mod-note-label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--muted)}.mod-app--panel .mod-note-label textarea{border-radius:.55rem;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);font-size:.8rem;padding:.5rem;resize:vertical;min-height:70px}.mod-app--panel .mod-note-label textarea::placeholder{color:var(--placeholder)}.mod-app--panel .mod-note-label textarea:focus{border-color:var(--primary);outline:none}.mod-app--panel .mod-history-list{list-style:none;margin:.3rem 0 0;padding:0;max-height:520px;overflow-y:auto;display:flex;flex-direction:column;gap:.45rem}.mod-app--panel .mod-history-item{font-size:.78rem}.mod-app--panel .mod-history-row{display:flex;gap:.4rem;align-items:flex-start}.mod-app--panel .mod-history-dot{width:10px;height:10px;border-radius:999px;background:var(--primary);flex-shrink:0;margin-top:.1rem}.mod-app--panel .mod-history-main{display:flex;flex-direction:column;gap:.1rem}.mod-app--panel .mod-history-date{font-size:.72rem;color:var(--muted)}.mod-app--panel .mod-history-text{margin:0;font-size:.78rem;color:var(--text)}.mod-app--panel .mod-report-list::-webkit-scrollbar,.mod-app--panel .mod-history-list::-webkit-scrollbar{width:6px}.mod-app--panel .mod-report-list::-webkit-scrollbar-track,.mod-app--panel .mod-history-list::-webkit-scrollbar-track{background:transparent}.mod-app--panel .mod-report-list::-webkit-scrollbar-thumb,.mod-app--panel .mod-history-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}@media(max-width:1024px){.mod-app--panel .mod-filters{grid-template-columns:1.4fr 1.4fr 1.2fr}.mod-app--panel .mod-filter-group--search{grid-column:span 3}.mod-app--panel .mod-layout{grid-template-columns:minmax(0,1.3fr) minmax(0,1.3fr);grid-template-rows:auto auto;grid-template-areas:"list detail" "history history"}.mod-app--panel .mod-history{min-height:200px;grid-area:history}}@media(max-width:768px){.mod-app--panel .mod-page{padding-inline:.75rem}.mod-app--panel .mod-header{flex-direction:column;align-items:flex-start}.mod-app--panel .mod-filters{grid-template-columns:1fr}.mod-app--panel .mod-filter-group--search{grid-column:span 1}.mod-app--panel .mod-bulk{flex-direction:column;align-items:flex-start}.mod-app--panel .mod-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"list" "detail" "history"}.mod-app--panel .mod-list,.mod-app--panel .mod-detail,.mod-app--panel .mod-history{min-height:auto}}.mod-app--panel .mod-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mod-app--panel .mod-modal{background-color:var(--surface);color:var(--text);width:100%;max-width:500px;border-radius:12px;border:1px solid var(--border);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:1.5rem;animation:modSlideIn .2s ease-out}@keyframes modSlideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.mod-app--panel .mod-modal-title{font-size:1.25rem;font-weight:700;color:var(--text);margin:0 0 .5rem}.mod-app--panel .mod-modal-desc{font-size:.9rem;color:var(--muted);margin-bottom:1rem;line-height:1.4}.mod-app--panel .mod-modal-textarea{width:100%;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);border-radius:8px;padding:.75rem;font-size:.95rem;font-family:inherit;resize:vertical;margin-bottom:1.5rem;outline:none;transition:border-color .2s}.mod-app--panel .mod-modal-textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.mod-app--panel .mod-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.mod-app--panel .mod-modal-label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted)}.mod-app--panel .mod-modal--danger{border-color:#ef444459}.mod-app--panel .mod-modal--danger .mod-modal-title{color:#dc2626}.mod-app--panel .mod-carousel{position:relative}.mod-app--panel .mod-carousel-badge{position:absolute;top:10px;right:10px;z-index:3;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;color:#fff;background:#00000073;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mod-app--panel .mod-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#00000059;color:#fff;display:grid;place-items:center;font-size:1.5rem;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .12s ease,background .12s ease}.mod-app--panel .mod-carousel-arrow:hover{background:#00000080;transform:translateY(-50%) scale(1.03)}.mod-app--panel .mod-carousel-arrow--left{left:10px}.mod-app--panel .mod-carousel-arrow--right{right:10px}.mod-app--panel .mod-carousel-dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:6px;padding:.25rem .45rem;border-radius:999px;background:#00000059;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mod-app--panel .mod-carousel-dot{width:8px;height:8px;border-radius:999px;border:0;cursor:pointer;background:#ffffff73;transition:transform .12s ease,background .12s ease,width .12s ease}.mod-app--panel .mod-carousel-dot:hover{transform:scale(1.1);background:#ffffffa6}.mod-app--panel .mod-carousel-dot--active{width:18px;background:#fffffff2}.mod-app--panel .mod-carousel-dot--video{border:1px solid rgba(245,158,11,.75)}@media(max-width:768px){.mod-app--panel .mod-carousel-arrow{width:34px;height:34px;font-size:1.35rem}.mod-app--panel .mod-carousel-badge{font-size:.72rem}}.mod-app.mod-app--profiles{min-height:100vh;padding:24px 32px 40px;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.mod-app--profiles .mod-page{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.mod-app--profiles .mod-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:20px 24px;border-radius:18px;background:radial-gradient(circle at top left,var(--surface2),var(--bg) 55%);border:1px solid var(--border);box-shadow:var(--shadow)}.mod-app--profiles .mod-title{font-size:1.4rem;font-weight:600;margin:0 0 6px;color:var(--text)}.mod-app--profiles .mod-subtitle{margin:0;font-size:.9rem;color:var(--muted)}.mod-app--profiles .mod-header-stats{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.mod-app--profiles .mod-header-pill{min-width:110px;padding:8px 10px;border-radius:999px;border:1px solid var(--border);background:var(--input-bg);display:flex;flex-direction:column;gap:3px;font-size:.75rem}.mod-app--profiles .mod-header-pill span{color:var(--muted)}.mod-app--profiles .mod-header-pill strong{color:var(--text);font-size:.9rem}.mod-app--profiles .mod-header-pill--approved{border-color:#22c55eb3}.mod-app--profiles .mod-filters{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr) minmax(0,1.1fr) minmax(0,1.1fr) minmax(0,1fr);gap:16px}.mod-app--profiles .mod-filter-group{padding:14px 16px;border-radius:16px;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.mod-app--profiles .mod-filter-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.mod-app--profiles .mod-chip-group{display:flex;flex-wrap:wrap;gap:8px}.mod-app--profiles .mod-chip{padding:4px 10px;border-radius:999px;border:1px solid var(--chip-border);background:var(--chip-bg);color:var(--text);font-size:.75rem;cursor:pointer;transition:all .15s ease}.mod-app--profiles .mod-chip:hover{border-color:var(--border);background:var(--hover)}.mod-app--profiles .mod-chip--active{border-color:#6366f1b3;background:linear-gradient(135deg,#4f46e559,#2563eb40);color:var(--text)}.mod-app--profiles .mod-filter-group--search .mod-search-input{width:100%}.mod-app--profiles .mod-search-input{width:100%;padding:8px 11px;border-radius:999px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);font-size:.86rem;outline:none}.mod-app--profiles .mod-search-input::placeholder{color:var(--placeholder)}.mod-app--profiles .mod-search-input:focus{border-color:#60a5fae6;box-shadow:0 0 0 1px #60a5fa59}.mod-app--profiles .mod-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1.1fr) minmax(0,.95fr);gap:18px;align-items:stretch}.mod-app--profiles .mod-list{padding:16px;border-radius:18px;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.mod-app--profiles .mod-section-title{font-size:.9rem;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:baseline;gap:4px}.mod-app--profiles .mod-section-title span{font-size:.75rem;color:var(--muted);font-weight:400}.mod-app--profiles .mod-empty{margin:10px 0 4px;font-size:.85rem;color:var(--muted)}.mod-app--profiles .mod-report-list{list-style:none;padding:0;margin:0}.mod-app--profiles .mod-user-list{max-height:460px;overflow:auto;padding-right:4px}.mod-app--profiles .mod-report-card{position:relative;padding:10px 12px;border-radius:14px;background:var(--surface2);border:1px solid var(--border);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;font-size:.85rem;cursor:pointer;transition:all .16s ease}.mod-app--profiles .mod-report-card+.mod-report-card{margin-top:8px}.mod-app--profiles .mod-report-card:hover{background:var(--hover);transform:translateY(-1px)}.mod-app--profiles .mod-report-card--selected{border-color:#6366f1cc;box-shadow:0 0 0 1px #6366f159}.mod-app--profiles .mod-report-left{display:flex;align-items:flex-start;justify-content:center;padding-top:2px}.mod-app--profiles .mod-user-avatar-small{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 30% 0%,#6366f1,#312e81);color:#f9fafb;font-size:.82rem;font-weight:600;display:flex;align-items:center;justify-content:center}.mod-app--profiles .mod-report-main{display:flex;flex-direction:column;gap:4px}.mod-app--profiles .mod-report-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:6px}.mod-app--profiles .mod-report-title{margin:0;font-size:.9rem;font-weight:600;color:var(--text)}.mod-app--profiles .mod-report-title-badges{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-end}.mod-app--profiles .mod-user-role-tag{padding:2px 8px;border-radius:999px;font-size:.7rem;border:1px solid var(--border);background:var(--chip-bg);color:var(--text)}.mod-app--profiles .mod-user-role-tag--admin{border-color:#f97316cc;background:#f9731624;color:#f97316f2}.mod-app--profiles .mod-user-role-tag--moderator{border-color:#22c55ed9;background:#22c55e24;color:#22c55ef2}.mod-app--profiles .mod-user-role-tag--user{border-color:#3b82f6d9;background:#3b82f624;color:#3b82f6f2}.mod-app--profiles .mod-badge{padding:2px 8px;border-radius:999px;font-size:.7rem;background:var(--chip-bg);border:1px solid var(--chip-border);color:var(--text)}.mod-app--profiles .mod-report-description{margin:0;font-size:.8rem;color:var(--muted)}.mod-app--profiles .mod-report-meta{display:flex;flex-wrap:wrap;gap:6px;font-size:.74rem;color:var(--muted)}.mod-app--profiles .mod-report-side{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:4px;font-size:.75rem}.mod-app--profiles .mod-report-tag{padding:2px 7px;border-radius:999px;border:1px solid var(--chip-border);background:var(--chip-bg);color:var(--text)}.mod-app--profiles .mod-report-status{color:var(--muted)}.mod-app--profiles .mod-detail{padding:16px;border-radius:18px;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.mod-app--profiles .mod-detail-body{display:flex;flex-direction:column;gap:12px}.mod-app--profiles .mod-user-detail-body{padding-top:4px}.mod-app--profiles .mod-user-detail-header{display:flex;gap:12px;align-items:center}.mod-app--profiles .mod-user-avatar-large{width:44px;height:44px;border-radius:999px;background:radial-gradient(circle at 30% 0%,#6366f1,#11182799);color:#f9fafb;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center}.mod-app--profiles .mod-user-detail-main{display:flex;flex-direction:column;gap:4px}.mod-app--profiles .mod-detail-title{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.mod-app--profiles .mod-detail-location{margin:0;font-size:.8rem;color:var(--muted);display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.mod-app--profiles .mod-user-detail-tags{display:flex;gap:6px;flex-wrap:wrap}.mod-app--profiles .mod-detail-row{display:flex;flex-wrap:wrap;gap:6px}.mod-app--profiles .mod-detail-chip{padding:4px 8px;border-radius:999px;background:var(--chip-bg);border:1px solid var(--chip-border);font-size:.76rem;color:var(--text)}.mod-app--profiles .mod-detail-chip--copy{display:inline-flex;align-items:center;gap:8px}.mod-app--profiles .mod-suggestion-box{margin-top:4px;padding:10px 12px;border-radius:14px;border:1px solid var(--border);background:linear-gradient(135deg,var(--surface),var(--surface) 50%,var(--surface2));display:flex;flex-direction:column;gap:6px}.mod-app--profiles .mod-user-suggestion strong{font-size:.86rem;color:var(--text)}.mod-app--profiles .mod-user-suggestion p{margin:0;font-size:.8rem;color:var(--muted)}.mod-app--profiles .mod-detail-hint{font-size:.75rem;color:var(--muted)}.mod-app--profiles .mod-history{padding:16px;border-radius:18px;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.mod-app--profiles .mod-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.mod-app--profiles .mod-history-item{padding:8px 0}.mod-app--profiles .mod-history-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px}.mod-app--profiles .mod-history-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;margin-top:4px}.mod-app--profiles .mod-history-main{display:flex;flex-direction:column;gap:2px}.mod-app--profiles .mod-history-date{font-size:.78rem;color:var(--muted)}.mod-app--profiles .mod-history-text{margin:0;font-size:.8rem;color:var(--text)}.mod-app--profiles .mod-user-list::-webkit-scrollbar{width:6px}.mod-app--profiles .mod-user-list::-webkit-scrollbar-track{background:transparent}.mod-app--profiles .mod-user-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}@media(max-width:1100px){.mod-app--profiles .mod-layout{grid-template-columns:minmax(0,1fr)}.mod-app--profiles .mod-history{order:3}.mod-app--profiles .mod-detail{order:2}}@media(max-width:800px){.mod-app.mod-app--profiles{padding:16px 12px 28px}.mod-app--profiles .mod-header{flex-direction:column}.mod-app--profiles .mod-filters{grid-template-columns:minmax(0,1fr)}}.mod-app--profiles .mod-copy-mini{border:1px solid var(--input-border);background:var(--input-bg);color:inherit;border-radius:999px;padding:2px 8px;cursor:pointer;font-size:.82rem;line-height:1.2}.mod-app--profiles .mod-copy-mini:hover{background:var(--hover)}.mod-app--profiles .mod-copy-mini:disabled{opacity:.55;cursor:not-allowed}.mod-app--profiles .mod-toast{position:fixed;left:50%;bottom:18px;transform:translate(-50%);padding:10px 12px;border-radius:12px;background:var(--overlay-strong);border:1px solid var(--border);box-shadow:var(--shadow);z-index:9999;font-size:14px;color:var(--text)}.edit-profile-page{max-width:1120px;margin:0 auto;padding:1.5rem 1.5rem 2.25rem}.edit-profile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem}.edit-profile-header-left{display:flex;gap:.9rem;align-items:flex-start}.edit-profile-back-btn{border-radius:999px;border:1px solid rgba(148,163,184,.7);background:#0f172afa;color:#e5e7eb;font-size:.85rem;padding:.35rem .9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem}.edit-profile-back-btn:hover{background:#1f2937fa}.edit-profile-header-left h2{margin:0 0 .15rem;font-size:1.4rem}.edit-profile-header-left p{margin:0;font-size:.9rem;color:#9ca3af}.edit-profile-header-right{display:flex;gap:.75rem;align-items:center}.edit-profile-saved-pill{border-radius:999px;border:1px solid rgba(34,197,94,.7);background:#16a34a1f;color:#bbf7d0;font-size:.78rem;padding:.25rem .75rem}.edit-profile-save-btn{border-radius:999px;border:none;background:linear-gradient(90deg,#2563eb,#22c55e);color:#f9fafb;padding:.45rem 1.4rem;font-size:.88rem;font-weight:500;cursor:pointer;box-shadow:0 14px 32px #2563eb8c;transition:transform .05s ease,box-shadow .05s ease,opacity .15s ease}.edit-profile-save-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px #2563ebb3}.edit-profile-save-btn:disabled{opacity:.7;cursor:default;transform:none;box-shadow:none}.edit-profile-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:1.4rem;align-items:flex-start}.edit-profile-sidebar{display:flex;flex-direction:column;gap:.9rem}.edit-profile-avatar-card,.edit-profile-help-card{background:radial-gradient(circle at top left,rgba(37,99,235,.18),transparent),#0f172afa;border-radius:1rem;border:1px solid rgba(55,65,81,.9);padding:.9rem 1rem 1rem;box-shadow:0 16px 40px #0f172ae6}.edit-profile-avatar-card{display:flex;flex-direction:column;gap:.75rem}.edit-profile-avatar-circle{width:72px;height:72px;border-radius:999px;background:radial-gradient(circle at 25% 15%,#22c55e,#0ea5e9);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.3rem;color:#020617;box-shadow:0 12px 30px #0f172af2;overflow:hidden}.edit-profile-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:999px}.edit-profile-avatar-info h3{margin:0 0 .1rem;font-size:1rem}.edit-profile-avatar-info p{margin:0;font-size:.85rem;color:#9ca3af}.edit-profile-avatar-upload{margin-top:.3rem;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:.25rem .9rem;border-radius:999px;border:1px solid rgba(148,163,184,.9);font-size:.8rem;color:#e5e7eb;cursor:pointer;background:#0f172afa}.edit-profile-avatar-upload:hover{background:#1f2937fa}.edit-profile-avatar-file{margin:.15rem 0 0;font-size:.8rem;color:#9ca3af}.edit-profile-avatar-hint{margin:.4rem 0 0;font-size:.78rem;color:#9ca3af}.edit-profile-help-card h4{margin:0 0 .35rem;font-size:.95rem}.edit-profile-help-card ul{margin:0;padding-left:1.1rem;font-size:.8rem;color:#d1d5db}.edit-profile-help-card li+li{margin-top:.2rem}.edit-profile-form-wrapper{min-width:0}.edit-profile-form{display:flex;flex-direction:column;gap:1rem}.edit-profile-section{background:#0f172afa;border-radius:1rem;border:1px solid rgba(55,65,81,.9);padding:.9rem 1rem 1.1rem;box-shadow:0 16px 40px #0f172ae6}.edit-profile-section h3{margin:0 0 .2rem;font-size:1rem}.edit-profile-section p{margin:0 0 .75rem;font-size:.82rem;color:#9ca3af}.edit-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem .9rem}.edit-profile-field{display:flex;flex-direction:column;gap:.25rem;font-size:.86rem}.edit-profile-field--full{grid-column:1 / -1}.edit-profile-field label{font-size:.82rem;font-weight:500;color:#e5e7eb}.edit-profile-field input,.edit-profile-field textarea{border-radius:.7rem;border:1px solid rgba(148,163,184,.9);background:#0f172afa;color:#e5e7eb;padding:.4rem .75rem;font-size:.86rem;outline:none}.edit-profile-field input::placeholder,.edit-profile-field textarea::placeholder{color:#6b7280}.edit-profile-field input:focus,.edit-profile-field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 1px #60a5fa66}.edit-profile-field textarea{resize:vertical;min-height:80px}.edit-profile-field-hint{font-size:.75rem;color:#9ca3af}.edit-profile-switches{margin-top:.6rem;display:flex;flex-direction:column;gap:.55rem}.edit-profile-switch{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.edit-profile-switch input{display:none}.edit-profile-switch-visual{width:39px;height:22px;border-radius:999px;background:#1f2937;border:1px solid rgba(148,163,184,.9);position:relative;transition:background .15s ease,border-color .15s ease}.edit-profile-switch-visual:after{content:"";position:absolute;width:16px;height:16px;border-radius:999px;background:#e5e7eb;top:2px;left:3px;transition:transform .18s ease}.edit-profile-switch input:checked+.edit-profile-switch-visual{background:linear-gradient(90deg,#2563eb,#22c55e);border-color:transparent}.edit-profile-switch input:checked+.edit-profile-switch-visual:after{transform:translate(15px)}.edit-profile-switch-text span{display:block;font-size:.86rem;color:#e5e7eb}.edit-profile-switch-text small{display:block;font-size:.75rem;color:#9ca3af}.edit-profile-notifications-options{display:grid;gap:.65rem}.edit-profile-radio-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:flex-start;padding:.55rem .7rem;border-radius:.85rem;border:1px solid rgba(55,65,81,.9);background:radial-gradient(circle at top left,rgba(37,99,235,.18),transparent),#0f172afa;cursor:pointer}.edit-profile-radio-card input{margin-top:.25rem}.edit-profile-radio-content{display:flex;flex-direction:column;gap:.15rem}.edit-profile-radio-title{font-size:.86rem;font-weight:500}.edit-profile-radio-description{font-size:.78rem;color:#9ca3af}.edit-profile-radio-card input:checked+.edit-profile-radio-content .edit-profile-radio-title{color:#bfdbfe}.edit-profile-form-footer{display:none}@media(max-width:900px){.edit-profile-layout{grid-template-columns:minmax(0,1fr)}.edit-profile-sidebar{order:2}.edit-profile-form-wrapper{order:1}}@media(max-width:720px){.edit-profile-header{flex-direction:column;align-items:stretch;gap:.8rem}.edit-profile-header-right{justify-content:flex-start}.edit-profile-header-right .edit-profile-save-btn{display:none}.edit-profile-form-footer{margin-top:.4rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.edit-profile-form-footer .edit-profile-save-btn{display:inline-flex;flex-shrink:0}.edit-profile-form-footer .edit-profile-saved-pill{flex:1;text-align:left}.edit-profile-grid{grid-template-columns:minmax(0,1fr)}.edit-profile-page{padding-inline:1rem}}
