*{box-sizing:border-box}body{margin:0;background:var(--tg-theme-bg-color, #f5f7fb);color:var(--tg-theme-text-color, #0f172a)}#root{min-height:100vh}:root{color-scheme:light;font-family:SF Pro Text,Inter,system-ui,-apple-system,sans-serif}.app{max-width:720px;margin:0 auto;padding:20px 16px 48px;display:flex;flex-direction:column;gap:20px}.header{display:none}.panel{background:var(--tg-theme-bg-color, #ffffff);border-radius:16px;padding:16px;box-shadow:0 10px 24px #0f172a14;color:var(--tg-theme-text-color, #0f172a)}.segmented{display:grid;grid-template-columns:repeat(3,1fr);background:var(--tg-theme-secondary-bg-color, #f1f5f9);border-radius:12px;padding:4px;gap:4px;align-items:center}.segment{border:none;background:transparent;padding:10px 12px;border-radius:10px;font-weight:600;color:var(--tg-theme-hint-color, #475569);display:flex;align-items:center;justify-content:center}.segment.active{background:#fff;color:#0f172a;box-shadow:0 4px 12px #0f172a1f}.segment img{width:22px;height:22px;filter:grayscale(.1)}.segment.active img{filter:none}.search-row{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:14px}input,textarea{width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;font-size:14px;background:#fff;color:#0f172a}textarea{min-height:90px;resize:vertical}button{border:none;border-radius:12px;padding:10px 14px;font-weight:600;background:#e2e8f0;color:#0f172a;cursor:pointer}.text-button{background:#e7ddff;color:#4b3b7a;min-height:44px;min-width:140px;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 6px 14px #4b3b7a1f}button:disabled{opacity:.5;cursor:not-allowed}.primary{background:#e2d9ff;color:#4b3b7a}.search-button{min-width:48px;display:flex;align-items:center;justify-content:center}.search-button img{width:18px;height:18px;filter:none}.ghost{background:transparent;border:1px solid #cbd5f5;color:#334155;margin-top:12px}.status{margin-top:10px;color:var(--tg-theme-hint-color, #64748b);font-size:13px;white-space:pre-line}.status.error{color:#ef4444;font-weight:600}.card-header{display:flex;align-items:center;justify-content:space-between}.card-controls{display:flex;gap:8px}.card-stack{margin-top:14px;display:flex;justify-content:center}.card{position:relative;width:100%;max-width:420px;border-radius:18px;overflow:hidden;box-shadow:0 12px 24px #0f172a26;touch-action:pan-y}.card-loading{position:absolute;inset:0;background:var(--tg-theme-bg-color, #ffffff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--tg-theme-text-color, #0f172a);font-weight:600}.card-loading img{width:33px;height:auto}.swipe-card{-webkit-user-select:none;user-select:none}.swipe-hint{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#0f172a99;color:#fff;padding:6px 14px;border-radius:999px;font-size:12px;letter-spacing:.05em;animation:swipeHint 2.4s ease-in-out infinite;pointer-events:none}@keyframes swipeHint{0%{opacity:0;transform:translate(-50%,-50%) translate(18px)}25%{opacity:1;transform:translate(-50%,-50%) translate(0)}55%{opacity:1;transform:translate(-50%,-50%) translate(-18px)}to{opacity:0;transform:translate(-50%,-50%) translate(-18px)}}.card-image{width:100%;height:560px;object-fit:cover;pointer-events:none}.card-index{position:absolute;bottom:12px;right:12px;background:#0f172ab3;color:#fff;padding:4px 10px;border-radius:999px;font-size:12px}.empty-card{height:220px;width:100%;border-radius:18px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#64748b}.reviews{margin-top:16px}.reviews ul{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:8px}.reviews li{background:transparent;padding:10px 12px;border-radius:12px;font-size:14px;border:1px solid var(--tg-theme-hint-color, #e2e8f0)}.empty{color:#94a3b8}.empty-state{display:flex;align-items:center;justify-content:center;padding:32px 0 0;min-height:45vh;flex-direction:column;gap:16px}.empty-state img{width:140px;height:auto}.loading-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:30}.loading-content{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;font-weight:600;font-size:15px}.loading-content img{width:120px;height:auto}.actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-top:16px}.modal{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:20px;z-index:10}.error-overlay{z-index:20}.modal-card{background:#fff;padding:20px;border-radius:16px;width:min(420px,100%);display:grid;gap:12px}.modal-card label{display:grid;gap:6px;font-size:13px;color:#475569}.error-modal{max-width:520px}.error-message{color:#ef4444;white-space:pre-line;font-weight:600;margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:10px}
