:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#1a1a1a;--tg-accent-color: #007aff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--tg-accent-color, #007aff);text-decoration:inherit}a:hover{color:var(--tg-accent-color, #007aff);opacity:.8}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2d2d2d;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--tg-accent-color, #007aff)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{box-sizing:border-box}.user-info{background:#2d2d2d;border-radius:12px;padding:16px;margin-bottom:20px;border:1px solid #404040}.subscription-status{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.subscription-type .status-paid{color:gold;font-weight:600;font-size:14px}.subscription-type .status-free{color:#b0b0b0;font-weight:500;font-size:14px}.expiry-date{font-size:12px;color:#b0b0b0}.expiry-date.expiring-soon{color:#ff6b6b;font-weight:500}.filters-usage{margin-bottom:16px}.usage-category{margin-bottom:12px}.usage-category:last-child{margin-bottom:0}.usage-text{font-size:13px;color:#e0e0e0;display:block;margin-bottom:6px}.usage-bar{width:100%;height:6px;background:#404040;border-radius:3px;overflow:hidden}.usage-progress{height:100%;background:linear-gradient(90deg,var(--tg-accent-color, #007aff) 0%,var(--tg-accent-color, #007aff) 70%,#ff6b6b 100%);border-radius:3px;transition:width .3s ease}.subscribe-btn{width:100%;padding:10px 16px;background:var(--tg-accent-color, #007aff);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.subscribe-btn:hover:not(:disabled){background:var(--tg-accent-color, #007aff);opacity:.8}.subscribe-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.user-info{padding:12px;margin-bottom:16px}.subscription-status{margin-bottom:10px}.filters-usage{margin-bottom:12px}}.category-slider{display:flex;background:#2d2d2d;border-radius:12px;padding:4px;margin:16px 0;width:100%}.category-btn{flex:1;padding:12px 16px;border:none;background:transparent;border-radius:8px;font-size:16px;font-weight:500;color:#b0b0b0;cursor:pointer;transition:all .2s ease}.category-btn:hover{background:#ffffff1a;color:#fff}.category-btn.active{background:var(--tg-accent-color, #007aff);color:#fff;box-shadow:0 2px 8px color-mix(in srgb,var(--tg-accent-color, #007aff) 40%,transparent)}@media (max-width: 768px){.category-slider{margin:12px 0;padding:4px}.category-btn{padding:10px 14px;font-size:15px}}.filter-card{background:#2d2d2d;border-radius:16px;box-shadow:0 2px 12px #0000004d;overflow:hidden;transition:all .3s ease;border:1px solid #404040}.filter-card:hover{box-shadow:0 4px 20px #0006;border-color:var(--tg-accent-color, #007aff)}.filter-card.disabled .filter-card-preview,.filter-card.disabled .filter-card-info{opacity:.5}.filter-card-preview{height:160px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#1a1a1a;min-height:160px}.card-model-image{width:100%;height:100%;object-fit:contain;display:block}.card-placeholder{color:#b0b0b0;font-size:16px;font-weight:500;text-align:center;padding:20px}.card-loading{color:#b0b0b0;font-size:14px}.filter-card-content{padding:16px}.filter-card-info{margin-bottom:12px}.filter-info-item{font-size:13px;color:#e0e0e0;margin-bottom:4px;display:flex;align-items:center;gap:4px}.filter-card-rarities{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.rarity-badge{font-size:11px;padding:2px 6px;border-radius:4px;background:#007aff33;color:#66b3ff;font-weight:500}.filter-card-actions{display:flex;justify-content:space-between;align-items:center}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#555;transition:.3s;border-radius:12px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#e0e0e0;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:var(--tg-accent-color, #007aff)}input:checked+.toggle-slider:before{transform:translate(20px)}.action-buttons{display:flex;gap:8px}.action-btn{width:32px;height:32px;border:none;border-radius:8px;background:#404040;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background-color .2s ease;color:#e0e0e0}.action-btn:hover{background:#555}.delete-btn:hover{background:#633}@media (max-width: 380px){.filter-card-content{padding:12px}.filter-card-preview{height:140px;min-height:140px}.filter-info-item{font-size:12px;margin-bottom:3px}.rarity-badge{font-size:10px;padding:2px 4px}}.filters-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px 0}@media (min-width: 900px){.filters-list{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.filters-list{grid-template-columns:repeat(4,1fr)}}.filters-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#b0b0b0}.loading-spinner{width:24px;height:24px;border:2px solid #404040;border-top:2px solid #007aff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.filters-list-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.filters-placeholder{opacity:0;pointer-events:none}.filters-list-empty p{font-size:18px;font-weight:500;color:#fff;margin:0 0 8px}.filters-list-empty span{font-size:14px;color:#b0b0b0}.search-bar{position:fixed;bottom:44px;left:40px;right:40px;z-index:1000;display:flex;justify-content:center}.search-bar .search-input-wrapper{background:var(--card-bg, #2d2d2d);border-radius:25px;padding:4px;box-shadow:0 4px 20px #0000004d;border:1px solid rgba(255,255,255,.1);width:100%;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-bar .search-input{width:100%;padding:12px 40px 12px 16px;border:none;border-radius:20px;background:transparent;color:#fff;font-size:16px;outline:none;transition:all .2s ease}.search-bar .search-input:focus{background:#ffffff0d}.search-bar .search-input::placeholder{color:#fff9}.search-bar .search-clear-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff9;font-size:18px;cursor:pointer;padding:4px;border-radius:50%;transition:all .2s ease}.search-bar .search-clear-btn:hover{background:#ffffff1a;color:#fff}@media (max-width: 600px){.search-bar{left:80px;right:25%;bottom:44px}.search-bar .search-input{padding:10px 36px 10px 14px;font-size:14px}}.searchable-select{position:relative}.select-trigger{width:100%;padding:12px 16px;border:1px solid #555;border-radius:8px;background:#1a1a1a;color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s ease;min-height:20px;box-sizing:border-box}.select-trigger:hover{border-color:var(--tg-accent-color, #007aff)}.select-trigger.open{border-color:var(--tg-accent-color, #007aff);border-bottom-left-radius:0;border-bottom-right-radius:0}.selected-item{display:flex;align-items:center;gap:8px;flex:1}.placeholder{color:#888;font-size:16px}.item-image{width:24px;height:24px;border-radius:4px;object-fit:cover}.item-color{width:16px;height:16px;border-radius:50%;border:1px solid #555}.select-actions{display:flex;align-items:center;gap:8px}.clear-btn{background:none;border:none;font-size:18px;color:#b0b0b0;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.clear-btn:hover{background:#404040;color:#fff}.dropdown-arrow{font-size:12px;color:#b0b0b0;transition:transform .2s ease}.select-trigger.open .dropdown-arrow{transform:rotate(180deg)}.select-dropdown{position:absolute;top:100%;left:0;right:0;background:#2d2d2d;border:1px solid var(--tg-accent-color, #007aff);border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:1100;max-height:300px;overflow:hidden}.search-input-container{padding:12px;border-bottom:1px solid #404040}.search-input{width:100%;padding:8px 12px;border:1px solid #555;border-radius:6px;font-size:14px;box-sizing:border-box;background:#1a1a1a;color:#fff}.search-input:focus{outline:none;border-color:var(--tg-accent-color, #007aff)}.select-list{max-height:200px;overflow-y:auto}.select-item{padding:12px 16px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease}.select-item:hover{background:#404040}.select-item.selected{background:#007aff33;color:#66b3ff}.item-name{font-size:15px;flex:1;color:#e0e0e0}.selected-item-name{color:#fff;font-size:15px}.loading-item,.empty-item{padding:16px;text-align:center;color:#b0b0b0;font-size:14px}.filter-form{background:#2d2d2d;border-radius:0;padding:20px;width:100vw;height:100vh;margin:0;position:fixed;top:0;left:0;box-shadow:none;border:none;box-sizing:border-box;overflow-y:scroll;-webkit-overflow-scrolling:touch}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #404040}.form-header h2{margin:0;font-size:24px;font-weight:600;color:#fff}.close-btn{background:none;border:none;font-size:24px;color:#b0b0b0;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.close-btn:hover{background:#404040;color:#fff}.form-section{margin-bottom:32px}.form-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#fff}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#e0e0e0}.checkbox-label{display:flex!important;align-items:center;gap:12px;cursor:pointer;margin-bottom:0!important;-webkit-user-select:none;user-select:none}.checkbox-label span{font-size:16px;color:#e0e0e0}.form-checkbox{width:20px;height:20px;cursor:pointer;accent-color:var(--tg-accent-color, #007aff)}.form-input{width:100%;padding:12px 16px;border:1px solid #555;border-radius:8px;font-size:16px;transition:border-color .2s ease;box-sizing:border-box;background:#1a1a1a;color:#fff}.form-input:focus{outline:none;border-color:var(--tg-accent-color, #007aff)}.form-input::placeholder{color:#888}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:16px;border-top:1px solid #404040}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:var(--tg-accent-color, #007aff);color:#fff}.btn-primary:hover:not(:disabled){background:var(--tg-accent-color, #007aff);opacity:.8}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#404040;color:#fff}.btn-secondary:hover:not(:disabled){background:#555}@media (max-width: 768px){.filter-form{margin:0;padding:16px;border-radius:0;min-height:100vh}.price-inputs{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.blocked-gift-card{background:#2d2d2d;border-radius:16px;box-shadow:0 2px 12px #0000004d;overflow:hidden;transition:all .3s ease;border:1px solid #404040}.blocked-gift-card:hover{box-shadow:0 4px 20px #0006;border-color:var(--tg-accent-color, #007aff)}.blocked-gift-card.disabled .blocked-gift-card-preview,.blocked-gift-card.disabled .blocked-gift-card-info{opacity:.5}.blocked-gift-card-preview{height:160px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#1a1a1a;min-height:160px}.blocked-gift-image{width:100%;height:100%;object-fit:contain;display:block}.blocked-gift-card-content{padding:16px}.blocked-gift-card-info{margin-bottom:12px}.blocked-gift-info-item{font-size:13px;color:#e0e0e0;margin-bottom:4px;display:flex;align-items:center;gap:4px}.blocked-gift-card-actions{display:flex;justify-content:space-between;align-items:center}@media (max-width: 380px){.blocked-gift-card-content{padding:12px}.blocked-gift-card-preview{height:140px;min-height:140px}.blocked-gift-info-item{font-size:12px;margin-bottom:3px}}.blocked-gifts{background:#1a1a1a;width:100vw;min-height:100vh;margin:0;position:fixed;top:0;left:0;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px;z-index:1000}.blocked-gifts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #404040}.blocked-gifts-header h2{margin:0;font-size:24px;font-weight:600;color:#fff}.blocked-gifts-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#b0b0b0}.blocked-gifts-loading .loading-spinner{width:24px;height:24px;border:2px solid #404040;border-top:2px solid var(--tg-accent-color, #007aff);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blocked-gifts-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.blocked-gifts-empty p{font-size:18px;font-weight:500;color:#fff;margin:0 0 8px}.blocked-gifts-empty span{font-size:14px;color:#b0b0b0}.blocked-gifts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px 0}@media (min-width: 900px){.blocked-gifts-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.blocked-gifts-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.blocked-gifts{padding:16px}.blocked-gifts-header h2{font-size:20px}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input,textarea{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}#root{min-height:100vh;width:100%;min-width:100vw;margin:0;padding:0;background:#1a1a1a}.app{width:100%;min-width:100vw;margin:0;padding:20px;min-height:100vh;box-sizing:border-box}.app-header{text-align:center;margin-bottom:32px;width:100%;min-width:280px}.app-header h1{margin:0 0 16px;font-size:28px;font-weight:600;color:#fff}.app-content{position:relative;min-width:320px;width:100%;padding-bottom:140px}.blocked-gifts-btn{position:fixed;bottom:40px;left:24px;width:56px;height:56px;background:#2d2d2d;color:#fff;border:none;border-radius:50%;font-size:24px;cursor:pointer;box-shadow:0 4px 16px #0000004d;transition:all .2s ease;z-index:100;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0}.blocked-gifts-btn:hover{background:#3d3d3d;transform:translateY(-2px);box-shadow:0 6px 20px #0006}.user-avatar{width:calc(100% - 8px);height:calc(100% - 8px);object-fit:cover;border-radius:50%}.user-icon{width:28px;height:28px;color:#fff}.create-filter-btn{position:fixed;bottom:40px;right:24px;width:64px;height:64px;background:var(--tg-accent-color, #007aff);color:#fff;border:none;border-radius:50%;font-size:28px;cursor:pointer;box-shadow:0 4px 16px color-mix(in srgb,var(--tg-accent-color, #007aff) 40%,transparent);transition:all .2s ease;z-index:100;display:flex;align-items:center;justify-content:center}.create-filter-btn:hover{background:var(--tg-accent-color, #007aff);opacity:.8;transform:translateY(-2px);box-shadow:0 6px 20px color-mix(in srgb,var(--tg-accent-color, #007aff) 60%,transparent)}@media (max-width: 768px){.app{padding:12px}.app-header h1{font-size:22px;margin-bottom:12px}.blocked-gifts-btn{bottom:40px;left:16px;width:52px;height:52px;font-size:22px}.user-icon{width:26px;height:26px}.create-filter-btn{bottom:40px;right:16px;width:60px;height:60px;font-size:26px}}
