:root{color-scheme:light;font-family:Avenir Next,Avenir,Futura,Trebuchet MS,sans-serif;--bg: #eef2f7;--surface: rgba(255, 255, 255, .88);--surface-strong: rgba(255, 255, 255, .98);--stroke: rgba(15, 23, 42, .1);--text: #0b0f14;--muted: #4f5d70;--accent: #0a84ff;--accent-soft: rgba(10, 132, 255, .16);--success: #34c759;--warning: #ff9f0a;--shadow: 0 24px 50px rgba(15, 23, 42, .12);--radius: 18px}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 15% 10%,rgba(10,132,255,.12),transparent 40%),radial-gradient(circle at 85% 15%,rgba(52,199,89,.14),transparent 35%),linear-gradient(165deg,#f7f9fc,#eef2f7 55%,#f3f6fb);color:var(--text);overflow-x:hidden}.page{position:relative;display:flex;flex-direction:column;gap:22px;padding:clamp(18px,3vw,48px);max-width:90%;width:100%;margin:0 auto}.header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.header-right{display:flex;align-items:center;gap:12px}.page.auth-shell{max-width:100%;min-height:100vh}.auth-layout{display:grid;place-items:center;width:100%;padding:8px 0 40px}.auth-card{width:min(92vw,420px);display:grid;gap:16px}.auth-head{display:grid;gap:6px}.auth-title{margin:0;font-size:clamp(26px,4vw,34px)}.auth-subtitle{margin:0;color:var(--muted)}.auth-fields{display:grid;gap:12px}.auth-field{display:grid;gap:6px;font-size:12px;color:var(--muted)}.auth-field span{font-weight:600;letter-spacing:.02em}.auth-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.auth-error{margin:0;padding:10px 12px;border-radius:12px;background:#ff3b301f;color:#b42318;border:1px solid rgba(255,59,48,.3);font-size:13px}.auth-helper{margin:0;font-size:12px;color:var(--muted)}.auth-status{display:inline-flex;align-items:center;gap:8px}.auth-user{padding:4px 10px;border-radius:999px;border:1px solid var(--stroke);background:var(--surface-strong);font-size:12px;color:var(--muted)}.logo{font-weight:700;letter-spacing:.03em;text-transform:uppercase}.badge{padding:6px 12px;border-radius:999px;font-size:12px;background:#00000014;color:var(--muted)}.lang-toggle{display:inline-flex;gap:6px;padding:4px;border-radius:999px;border:1px solid var(--stroke);background:var(--surface-strong)}.lang-toggle button{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;background:transparent;color:var(--muted);box-shadow:none}.lang-toggle button.active{background:var(--text);color:#fff;box-shadow:0 8px 16px #0f172a2e}.card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius);padding:clamp(18px,2.6vw,28px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:rise .6s ease both;max-width:100%;overflow:hidden}.layout{display:grid;grid-template-columns:1fr;gap:22px;width:100%;align-items:start}.layout-side,.layout-main{min-width:0;display:flex;flex-direction:column;gap:18px}.favorite-toggle{display:flex;justify-content:flex-start}.favorites-card{display:flex;flex-direction:column;gap:12px}.favorite-search-row{display:flex;gap:10px;flex-wrap:wrap}.favorite-list{display:grid;gap:12px}.favorite-item{border-radius:14px;border:1px solid var(--stroke);background:var(--surface-strong);padding:12px 14px;display:flex;flex-direction:column;gap:6px}.favorite-item-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.favorite-score{font-size:12px;color:var(--muted)}.favorite-meta{margin:0;font-size:12px;color:var(--muted);word-break:break-all}.hero{display:grid;gap:20px}.hero-text h1{font-size:clamp(28px,4vw,42px);margin:0 0 8px}.hero-text p{margin:0;color:var(--muted);max-width:620px}.input-row{display:grid;grid-template-columns:1fr auto;gap:12px}.mode-toggle{display:flex;flex-wrap:wrap;gap:8px}.mode-toggle button{padding:8px 12px;border-radius:999px;font-size:12px;font-weight:600;background:#0f172a14;color:var(--muted);box-shadow:none}.mode-toggle button.active{background:var(--text);color:#fff;box-shadow:0 8px 16px #0f172a2e}input{border:1px solid var(--stroke);border-radius:16px;padding:14px 16px;font-size:16px;background:var(--surface-strong);outline:none;transition:border .2s ease,box-shadow .2s ease}input:focus{border-color:#0a84ff99;box-shadow:0 0 0 4px var(--accent-soft)}button{border:none;border-radius:16px;padding:14px 20px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}button.ghost{padding:8px 12px;border-radius:999px;background:transparent;color:var(--muted);border:1px solid var(--stroke);box-shadow:none}button.ghost:hover{color:var(--text);border-color:#0f172a38}button.primary{background:linear-gradient(135deg,#0a84ff,#4aa3ff);color:#fff;box-shadow:0 16px 30px #0a84ff59}button.primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}button.primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 20px 40px #0a84ff59}button.secondary{background:#0f172a14;color:var(--text);box-shadow:none}button.secondary:hover{transform:translateY(-1px);box-shadow:0 14px 24px #0f172a1f}.samples{display:flex;flex-wrap:wrap;gap:12px}.chip{background:#0a84ff14;color:var(--accent);font-size:13px}.loading{display:flex;flex-direction:column;gap:12px}.loading-bar{height:6px;border-radius:999px;background:linear-gradient(90deg,#0a84ff33,#0a84ffb3,#0a84ff33);background-size:200% 100%;animation:shimmer 1.2s ease infinite}.error{border:1px solid rgba(255,69,58,.3)}.error-detail,.error-hint{color:var(--muted)}.error-detail strong{color:var(--text)}.audio-hint{margin:0;font-size:12px;color:var(--muted)}.results{display:grid;gap:24px}.profile{display:grid;gap:16px}.profile-header{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.profile-bulk-actions{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}.profile-favorite{margin-left:auto}.favorite-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}.favorite-status{font-size:12px;color:var(--muted)}.profile-identity{display:flex;align-items:center;gap:12px;flex-shrink:0}.profile-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:1px solid var(--stroke);background:#e8ecf2;flex-shrink:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-identity h2{margin:0;font-size:16px;line-height:1.3}.profile-identity .meta{margin:2px 0 0;font-size:13px}.profile-stats{display:flex;flex-wrap:wrap;gap:6px;margin-left:auto}.profile-stats div{border-radius:10px;border:1px solid var(--stroke);background:var(--surface-strong);padding:6px 14px;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:64px}.stat-value{font-size:15px;font-weight:600}.stat-label{font-size:11px;color:var(--muted)}.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.profile-card{border-radius:12px;border:1px solid var(--stroke);background:#ffffffeb;box-shadow:0 4px 16px #0f172a0f;overflow:hidden}.profile-cover{position:relative;width:100%;aspect-ratio:1 / 1;background:#e8ecf2}.profile-cover img{width:100%;height:100%;object-fit:cover;display:block}.badge-pill{position:absolute;bottom:6px;left:6px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;color:#fff;background:#111827c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.badge-pill.secondary{left:auto;right:6px;background:#0a84ffd9}.profile-content{display:flex;flex-direction:column;gap:6px;padding:10px 12px 12px}.profile-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.info-button{width:24px;height:24px;padding:0;border-radius:50%;background:#0f172a14;color:var(--text);font-size:13px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.info-button:hover{transform:translateY(-1px);box-shadow:0 8px 14px #0f172a1f}.profile-content h3{margin:0;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-content .meta{flex-wrap:wrap;margin:0;font-size:12px}.profile-content .source{font-size:11px}.profile-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.profile-actions button,.profile-actions a{font-size:13px;padding:6px 14px}.image-strip{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.image-thumb{display:flex;flex-direction:column;gap:4px;min-width:60px}.image-thumb button{padding:0;border-radius:8px;overflow:hidden;border:1px solid var(--stroke);background:#e8ecf2;height:56px}.image-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mini-download{text-align:center;text-decoration:none;font-weight:600;color:var(--accent);font-size:11px}.profile-load{margin-top:8px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.result-header{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;border-radius:16px;border:1px solid var(--stroke);background:#ffffffb3}.select-all{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}.select-all input{width:16px;height:16px}.bulk-actions{display:inline-flex;align-items:center;gap:12px}.result-info h2{margin:0 0 8px;font-size:24px}.meta{display:flex;gap:14px;color:var(--muted);font-size:14px;margin:0 0 10px}.source{color:var(--accent);text-decoration:none;font-weight:600}button.source-button{background:transparent;border:none;padding:0;border-radius:0;color:var(--accent);font-weight:600;text-align:left;cursor:pointer;box-shadow:none;transition:color .2s ease}button.source-button:hover{color:#0b64c5;text-decoration:underline}.preview{width:220px;height:140px;border-radius:18px;overflow:hidden;border:1px solid var(--stroke);background:#e8ecf2}.preview img{width:100%;height:100%;object-fit:cover}.asset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.asset-card{display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:18px;border-radius:18px;border:1px solid var(--stroke);background:#ffffffe0;box-shadow:0 14px 30px #0f172a14}.asset-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.asset-select{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.asset-select input{width:14px;height:14px}.asset-image{display:block;border-radius:14px;overflow:hidden;border:1px solid var(--stroke);background:#e8ecf2}.asset-image img{display:block;width:100%;height:180px;object-fit:cover}.actions{display:flex;align-items:center;gap:10px}.asset-card h3{margin:10px 0 8px;font-size:16px}.pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.pill.video{background:#0a84ff26;color:#0a84ff}.pill.audio{background:#ff9f0a2e;color:#b06a00}.pill.image{background:#34c7592e;color:#1f8f3c}.pill.thumbnail{background:#5a637326;color:#5b6575}.download{text-align:center;text-decoration:none;font-weight:600;color:#fff;padding:10px 14px;border-radius:14px;background:linear-gradient(120deg,#111827,#2d3648);transition:transform .2s ease,box-shadow .2s ease}.download:hover{transform:translateY(-1px);box-shadow:0 12px 24px #11182740}.footer{text-align:center;color:var(--muted);font-size:12px;margin-bottom:20px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c1266;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:20}.modal{width:min(860px,100%);background:var(--surface-strong);border-radius:24px;border:1px solid var(--stroke);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;gap:18px;animation:rise .3s ease both}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-body{display:flex;align-items:center;justify-content:center;min-height:240px}.detail-body{align-items:stretch;justify-content:flex-start}.detail-body pre{margin:0;width:100%;max-height:520px;overflow:auto;padding:12px;border-radius:12px;border:1px solid var(--stroke);background:#f1f4f9;font-size:12px;white-space:pre-wrap;word-break:break-word}.modal-media{width:100%;max-height:520px;border-radius:16px;border:1px solid var(--stroke);background:#e8ecf2}.modal-note{margin:0}@keyframes shimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 860px){.result-header{grid-template-columns:1fr}.preview{width:100%;height:180px}.profile-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.profile-header{flex-direction:column;align-items:flex-start}.profile-stats{margin-left:0}.bulk-bar{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.input-row{grid-template-columns:1fr}button.primary{width:100%}.meta{flex-direction:column;gap:6px}.profile-grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
