@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root,[data-theme=light]{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;--bg: #fbfbfd;--bg-card: #ffffff;--bg-elevated: #f5f5f7;--text: #1d1d1f;--text-muted: #6e6e73;--text-soft: #86868b;--accent: #0071e3;--accent-hover: #0077ed;--accent-dim: rgba(0, 113, 227, .08);--border: rgba(0, 0, 0, .08);--shadow: 0 2px 16px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .08);--success: #34c759;--error: #ff3b30;--radius: 12px;--radius-lg: 18px;color-scheme:light;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--bg: #0d0d0d;--bg-card: #1a1a1a;--bg-elevated: #242424;--text: #f5f5f7;--text-muted: #a1a1a6;--text-soft: #86868b;--accent: #003eff;--accent-hover: #0071e3;--accent-dim: rgba(10, 132, 255, .15);--border: rgba(255, 255, 255, .1);--shadow: 0 2px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);color-scheme:dark;background-color:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;user-select:none;-webkit-user-select:none}input,textarea{user-select:text;-webkit-user-select:text}a{color:var(--accent);text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{color:var(--accent-hover);opacity:.9}button{border-radius:var(--radius);border:none;padding:.6em 1.2em;font-size:1rem;font-weight:500;font-family:inherit;background-color:var(--bg-elevated);color:var(--text);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}button:hover:not(:disabled){background-color:var(--accent);color:#fff}button:disabled{opacity:.5;cursor:not-allowed}input{font-family:inherit;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;color:var(--text);font-size:1rem;width:100%;transition:border-color .2s,box-shadow .2s}input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}input::placeholder{color:var(--text-soft)}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-muted);font-size:.875rem;font-weight:500}.form-group input{display:block}.btn-primary{background:var(--accent);color:#fff;border:none;padding:.75rem 2rem;font-weight:600;border-radius:var(--radius);transition:all .25s cubic-bezier(.4,0,.2,1);width:100%;display:block;margin:0 auto}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.alert-error{background:#ff3b3014;border:1px solid rgba(255,59,48,.2);color:var(--error);padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem;animation:fadeIn .3s ease}.alert-info{background:var(--accent-dim);border:1px solid rgba(0,113,227,.2);color:var(--accent);padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-title{font-size:2rem;font-weight:700;letter-spacing:-.02em}.layout{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--bg-card);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;animation:fadeIn .4s ease}.logo{font-size:1.5rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.02em;transition:opacity .2s}.logo:hover{color:var(--text)}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.nav a:hover{color:var(--text)}.user-badge{color:var(--text-muted);font-size:.9rem}.btn-register{padding:.5rem 1.25rem;background:var(--accent);color:#fff!important;border-radius:var(--radius);transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-register:hover{background:var(--accent-hover)}.btn-logout{padding:.4rem 1rem;background:transparent;border:1px solid var(--border);color:var(--text-muted);font-size:.9rem;transition:all .2s}.btn-logout:hover{color:var(--text);background:transparent!important}.lang-switcher{display:flex;gap:.25rem}.lang-switcher button{padding:.35rem .6rem;font-size:.8rem;font-weight:600;background:transparent;color:var(--text-muted)}.lang-switcher button:hover,.lang-switcher button.active{color:var(--accent);background:transparent}.lang-switcher button.active{background:var(--accent-dim)}.theme-toggle{padding:.4rem .6rem;background:transparent;color:var(--text-muted)}.theme-toggle:hover{color:var(--accent)}.footer-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:.5rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--accent)}.main{flex:1;padding:2rem;max-width:1100px;margin:0 auto;width:100%}.footer{padding:2rem;text-align:center;color:var(--text-muted);font-size:.875rem;border-top:1px solid var(--border);animation:fadeIn .4s ease}@media(max-width:768px){.header{flex-direction:column;gap:1rem}.nav{gap:1rem;flex-wrap:wrap}}.home-page{padding:0 0 4rem}.hero{text-align:center;padding:4rem 2rem;max-width:700px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.03em;line-height:1.1;color:var(--text);animation:slideUp .6s cubic-bezier(.4,0,.2,1) both}.hero-subtitle{color:var(--text-muted);font-size:1.25rem;line-height:1.6;margin:0 0 2rem;animation:slideUp .6s cubic-bezier(.4,0,.2,1) .1s both}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:slideUp .6s cubic-bezier(.4,0,.2,1) .2s both}.btn-hero{padding:.9rem 2rem;border-radius:var(--radius);font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-hero-primary{background:var(--accent);color:#fff}.btn-hero-primary:hover{transform:none;background:var(--accent);color:#fff}.btn-hero-secondary{background:transparent;border:2px solid var(--border);color:var(--text)}.btn-hero-secondary:hover{background:transparent;color:var(--text);border-color:var(--border)}.features{margin-top:5rem}.features h2{text-align:center;margin-bottom:2.5rem;font-size:2rem;font-weight:600;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideUp .5s cubic-bezier(.4,0,.2,1) both}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{width:36px;height:36px;margin-bottom:1rem;color:var(--accent)}.feature-icon-svg{width:100%;height:100%;display:block}.feature-card h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.feature-card p{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.6}.cta{margin-top:5rem;text-align:center;padding:3rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);animation:fadeIn .5s ease}.cta h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.cta p{color:var(--text-muted);margin:0 0 1.5rem}.cta-buttons{display:inline-flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{text-decoration:none;padding:.75rem 2rem;border-radius:var(--radius);width:auto}.cta-buttons .btn-primary{background:var(--accent);color:#fff}.cta-buttons .btn-primary:hover{color:#fff;background:var(--accent);transform:none}.cta-buttons .btn-secondary{background:transparent;border:2px solid var(--border);color:var(--text)}.stats-section{margin-top:2.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat-box{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.25rem;text-align:center;transition:transform .2s ease,box-shadow .25s ease}.stat-box:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.stat-number{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.stat-label{color:var(--text-muted);font-size:.95rem}.screenshots-section{margin-top:3rem}.screenshots-section h2{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:600;letter-spacing:-.02em}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.screenshot-thumb{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:0;overflow:hidden;box-shadow:var(--shadow);cursor:pointer;transition:transform .2s ease,box-shadow .25s ease,border-color .2s ease}.screenshot-thumb:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:#00000024}[data-theme=dark] .screenshot-thumb:hover{border-color:#ffffff29}.screenshot-thumb img{display:block;width:100%;height:160px;object-fit:cover}.lightbox{position:fixed;inset:0;background:#000000b8;display:grid;place-items:center;padding:2rem;z-index:9999;animation:fadeIn .2s ease}.lightbox img{max-width:min(1100px,96vw);max-height:86vh;width:auto;height:auto;border-radius:var(--radius-lg);box-shadow:0 20px 80px #00000080}.auth-page{display:flex;justify-content:center;align-items:flex-start;min-height:60vh;padding:2rem 1rem;animation:fadeIn .4s ease}.auth-card{width:100%;max-width:420px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow);animation:slideUp .5s cubic-bezier(.4,0,.2,1)}.auth-card h1{margin:0 0 1rem;font-size:1.75rem;font-weight:700;text-align:center}.auth-hint{color:var(--text-muted);font-size:.95rem;margin:0 0 1.5rem;line-height:1.5}.auth-card form{margin-bottom:1.5rem}.form-group input{font-family:inherit}.turnstile-wrap{display:flex;justify-content:center;min-height:65px}.form-hint{display:block;font-size:.8rem;color:var(--text-soft);margin-top:.35rem}.auth-footer{text-align:center;color:var(--text-muted);font-size:.95rem;margin:.5rem 0 0}.auth-footer a{color:var(--accent)}.btn-forum{text-align:center;display:block;text-decoration:none;color:#fff!important;border-radius:var(--radius);padding:.75rem 2rem;background:var(--accent);transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-forum:hover{background:var(--accent-hover);transform:scale(1.02)}.cabinet-page{max-width:800px;animation:fadeIn .4s ease}.cabinet-page h1{margin-bottom:.25rem}.cabinet-welcome{color:var(--text-muted);margin-bottom:2rem}.cabinet-hwid{font-family:ui-monospace,monospace;font-size:.9rem;color:var(--text-muted);word-break:break-all}.cabinet-download-loader{margin-right:1rem;margin-bottom:.5rem}.cabinet-loading{text-align:center;padding:4rem;color:var(--text-muted)}.cabinet-section{margin-bottom:2.5rem}.cabinet-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.empty-subscriptions{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:center;color:var(--text-muted);box-shadow:var(--shadow)}.btn-inline{display:inline-block;margin-top:1rem;text-decoration:none}.subscriptions-list{display:flex;flex-direction:column;gap:1rem}.subscription-card{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);transition:box-shadow .25s ease,transform .2s ease}.subscription-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.sub-name{font-weight:600;flex:1;min-width:150px}.sub-valid{color:var(--text-muted);font-size:.95rem}.sub-status{font-size:.85rem;padding:.25rem .6rem;border-radius:6px;font-weight:600}.sub-status.active{background:#34c75926;color:var(--success)}.sub-status.expired{background:#ff3b3026;color:var(--error)}.cabinet-links a{color:var(--accent)}.cabinet-links a:hover{color:var(--accent-hover)}.legal-page{max-width:700px}.legal-page h1{margin-bottom:.5rem}.legal-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.legal-page section{margin-bottom:2rem}.legal-page section h2{font-size:1.15rem;margin:0 0 .5rem}.legal-page section p{margin:0;color:var(--text-muted);line-height:1.7}
