:root{--bg-body: #020617;--bg-card: #0f172a;--bg-card-hover: #1e293b;--primary: #6366f1;--primary-hover: #4f46e5;--primary-glow: rgba(99, 102, 241, .4);--accent: #a855f7;--accent-glow: rgba(168, 85, 247, .4);--danger: #ef4444;--warning: #f59e0b;--success: #10b981;--text-main: #f8fafc;--text-muted: #94a3b8;--text-dim: #64748b;--border: rgba(255, 255, 255, .08);--border-hover: rgba(99, 102, 241, .5);--glass: rgba(15, 23, 42, .7);--glass-border: rgba(255, 255, 255, .05);--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-full: 9999px;--container-width: 1280px;--header-height: 5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;background-image:radial-gradient(circle at 15% 0%,rgba(99,102,241,.05),transparent 30%),radial-gradient(circle at 85% 30%,rgba(168,85,247,.05),transparent 30%);background-attachment:fixed;overflow-x:hidden}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}ul{list-style:none}a{text-decoration:none;color:inherit;transition:color .2s ease}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem}.narrow-container{max-width:540px}.section{padding:5rem 0;position:relative}.page-offset{padding-top:calc(var(--header-height) + 3rem);min-height:80vh}.hidden{display:none!important}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:var(--text-muted)}.text-dim{color:var(--text-dim)}.text-sm{font-size:.875rem}.font-bold{font-weight:700}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start!important}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-gradient{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-accent{background:linear-gradient(135deg,#34d399,#2dd4bf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:#020617d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:1000;display:flex;align-items:center;transition:all .3s ease}.nav-container{display:flex;justify-content:space-between;align-items:center;height:100%}.logo{font-size:1.75rem;font-weight:800;color:var(--text-main);display:flex;align-items:center;gap:.75rem;letter-spacing:-.02em}.logo i{filter:drop-shadow(0 0 8px var(--primary-glow))}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-link{color:var(--text-muted);font-weight:500;font-size:.95rem;position:relative;padding:.5rem 0}.nav-link:hover,.nav-link.active{color:var(--text-main)}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--primary);box-shadow:0 0 8px var(--primary);border-radius:2px}.profile-pill{display:flex;align-items:center;gap:.75rem;background:#ffffff08;border:1px solid var(--border);padding:.35rem .35rem .35rem 1rem;border-radius:var(--radius-full);transition:all .2s ease;cursor:default}.profile-pill:hover{background:#ffffff0f;border-color:#ffffff26}.user-avatar-small{width:32px;height:32px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #0003}.user-name-small{font-size:.9rem;font-weight:500;color:var(--text-main);max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-logout-icon{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-logout-icon:hover{background:#ef44441a;color:var(--danger)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-main);cursor:pointer;padding:.5rem}.mobile-menu{position:fixed;top:var(--header-height);left:0;right:0;background:var(--bg-body);border-bottom:1px solid var(--border);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transform:translateY(-150%);opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.16,1,.3,1);z-index:999;box-shadow:0 10px 40px #00000080}.mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:all}.mobile-link{color:var(--text-main);font-size:1.2rem;font-weight:500;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.mobile-auth-wrapper{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.hero{padding:8rem 0 6rem;text-align:center;position:relative;overflow:hidden}.hero-bg-animation{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float-orb 20s infinite ease-in-out}.hero-orb-1{top:-10%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,var(--primary) 0%,transparent 70%);animation-delay:0s}.hero-orb-2{bottom:10%;right:-10%;width:40vw;height:40vw;background:radial-gradient(circle,var(--accent) 0%,transparent 70%);animation-delay:-5s}.hero-orb-3{top:40%;left:40%;width:30vw;height:30vw;background:radial-gradient(circle,var(--primary-hover) 0%,transparent 70%);animation-delay:-10s;opacity:.2}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:var(--radius-full);color:#818cf8;font-size:.9rem;font-weight:500;margin-bottom:2rem;box-shadow:0 0 20px #6366f11a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:650px;margin:0 auto 3rem;line-height:1.6}.hero-actions{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:#fff;box-shadow:0 4px 12px #6366f14d,inset 0 1px #fff3}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f180,inset 0 1px #fff3}.btn-secondary{background:#ffffff0d;border-color:var(--border);color:var(--text-main);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-secondary:hover{background:#ffffff1a;border-color:var(--text-muted);transform:translateY(-2px)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-muted)}.btn-outline:hover{border-color:var(--text-main);color:var(--text-main);background:#ffffff05}.btn-google{background:#fff;color:#1f2937;border:1px solid #e5e7eb;position:relative;overflow:hidden}.btn-google:hover{background:#f9fafb;box-shadow:0 2px 8px #0000001a}.btn-google:disabled{opacity:.7;cursor:not-allowed}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.search-container{position:relative;max-width:500px;margin:0 auto 2.5rem;width:100%}.search-input{width:100%;padding:1rem 1.5rem 1rem 3rem;background:#0f172a99;border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-main);font-size:1rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:var(--primary);background:#0f172ae6;box-shadow:0 0 0 4px #6366f126}.search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--text-muted);width:20px;height:20px;pointer-events:none}.categories-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.category-tag{padding:.5rem 1.25rem;background:#ffffff08;border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-muted);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.category-tag:hover,.category-tag.active{background:#6366f11a;border-color:var(--primary);color:var(--primary);box-shadow:0 0 12px #6366f126}.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;width:100%}.tool-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;position:relative;overflow:hidden;height:100%;cursor:pointer}.tool-card:hover{transform:translateY(-6px);border-color:var(--border-hover);box-shadow:0 20px 40px -10px #0006}.tool-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);padding:1px;background:linear-gradient(135deg,#6366f180,#a855f780);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}.tool-card:hover:after{opacity:1}.tool-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.tool-icon{width:56px;height:56px;border-radius:var(--radius-md);object-fit:cover;background:#1e293b;border:1px solid var(--border);box-shadow:0 4px 12px #0003}.tool-rating{display:flex;align-items:center;gap:.35rem;font-weight:700;font-size:.9rem;color:var(--warning);background:#f59e0b1a;padding:.35rem .75rem;border-radius:var(--radius-full);border:1px solid rgba(245,158,11,.2)}.tool-title{font-size:1.35rem;font-weight:700;margin-bottom:.75rem;color:var(--text-main);line-height:1.3}.tool-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tool-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;border-top:1px solid var(--border)}.tool-category{font-size:.8rem;color:var(--text-dim);background:#ffffff08;padding:.3rem .75rem;border-radius:var(--radius-sm);font-weight:500;text-transform:uppercase;letter-spacing:.02em}.tool-pricing{font-size:.85rem;color:var(--primary);font-weight:600;background:#6366f11a;padding:.3rem .75rem;border-radius:var(--radius-full)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;border-bottom:1px solid var(--border);padding-bottom:1.5rem}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.section-subtitle{color:var(--text-muted);font-size:1.1rem}.detail-hero{background:linear-gradient(to bottom,rgba(15,23,42,.9),var(--bg-body));padding:8rem 0 4rem;border-bottom:1px solid var(--border)}.detail-header-content{display:flex;gap:2.5rem;align-items:center}.detail-icon-lg{width:120px;height:120px;border-radius:var(--radius-lg);box-shadow:0 12px 32px #0006;background:#1e293b;object-fit:cover;border:1px solid var(--border)}.detail-grid{display:grid;grid-template-columns:2.5fr 1fr;gap:4rem;margin-top:4rem}.screenshot-placeholder{width:100%;aspect-ratio:16/9;background:#1e293b;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--text-dim);border:1px solid var(--border);margin-bottom:3rem;font-size:1.1rem;background-image:linear-gradient(45deg,#1e293b 25%,#253045 25%,#253045 50%,#1e293b 50%,#1e293b 75%,#253045 75%,#253045);background-size:40px 40px}.sticky-card{position:sticky;top:calc(var(--header-height) + 2rem);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 4px 20px #0003}.review-card{background:#ffffff05;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:1.5rem}.review-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.star-rating i{width:16px;height:16px;margin-right:2px}.rating-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem}.rating-bar-bg{flex:1;height:8px;background:#ffffff0d;border-radius:4px;overflow:hidden}.rating-bar-fill{height:100%;background:var(--warning);border-radius:4px}.auth-card,.submit-card{padding:3rem;max-width:640px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:default;box-shadow:0 20px 50px #0000004d}.auth-card{max-width:480px}.auth-tabs{display:flex;margin-bottom:2rem;border-bottom:1px solid var(--border)}.auth-tab-btn{flex:1;background:none;border:none;border-bottom:2px solid transparent;padding:1rem;color:var(--text-muted);cursor:pointer;font-weight:500;border-radius:0;transition:all .2s}.auth-tab-btn.active{border-bottom-color:var(--primary);color:var(--text-main)}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--text-dim);font-size:.85rem;margin:1.5rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid var(--border)}.auth-divider span{padding:0 1rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;color:var(--text-main);font-weight:500;font-size:.9rem}.form-input{width:100%;padding:.75rem 1rem;background:#0f172a99;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-main);transition:border-color .2s,background .2s}.form-input:focus{outline:none;border-color:var(--primary);background:#0f172ae6}.admin-nav{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid var(--border)}.admin-nav-item{padding:1rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);cursor:pointer;font-weight:500}.admin-nav-item.active{border-bottom-color:var(--primary);color:var(--primary)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.kpi-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:relative}.kpi-icon-wrapper{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.kpi-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.moderation-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem}.site-footer{background:#020617;border-top:1px solid var(--border);padding:6rem 0 3rem;margin-top:8rem;font-size:.95rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}.footer-logo{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:2rem;color:#fff;margin-bottom:1.25rem}.footer-desc{color:var(--text-muted);line-height:1.7;margin-bottom:2rem;max-width:320px}.footer-socials{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:50%;background:#ffffff08;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s ease}.social-link:hover{background:var(--bg-card);border-color:var(--primary);color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #6366f133}.footer-heading{color:#fff;font-weight:700;margin-bottom:1.5rem;font-size:1.05rem;letter-spacing:.02em}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links a{color:var(--text-muted);transition:color .2s ease;display:inline-flex;align-items:center;gap:.5rem}.footer-links a:hover{color:var(--primary);padding-left:4px}.footer-bottom{padding-top:2.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;color:var(--text-dim);font-size:.9rem}.back-to-top-btn{position:fixed;bottom:2rem;right:2rem;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);color:var(--text-main);padding:.75rem 1.25rem;border-radius:var(--radius-full);display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.9rem;cursor:pointer;z-index:990;box-shadow:0 10px 30px #0000004d;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(20px);pointer-events:none}.back-to-top-btn.visible{opacity:1;transform:translateY(0);pointer-events:all}.back-to-top-btn:hover{background:var(--bg-card);border-color:var(--primary);transform:translateY(-4px);box-shadow:0 15px 35px #6366f133}@media (max-width: 1200px){.tools-grid{gap:1.5rem}}@media (max-width: 1024px){.tools-grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}.mobile-menu-btn{display:block}.detail-grid{gap:3rem}.footer-grid{grid-template-columns:1fr 1fr;gap:4rem 2rem}}@media (max-width: 768px){.hero-title{font-size:3rem}.detail-grid{grid-template-columns:1fr}.sticky-card{position:static;margin-top:2rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width: 640px){.tools-grid{grid-template-columns:1fr}.hero{padding:6rem 0 4rem}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;width:100%}.btn{width:100%}.footer-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.footer-logo,.footer-socials{justify-content:center}.footer-desc{margin:0 auto 2rem}.footer-links{align-items:center}.footer-links a:hover{padding-left:0}.footer-bottom{flex-direction:column;gap:1.5rem}.back-to-top-btn{bottom:1.5rem;right:1.5rem;padding:.6rem 1rem;font-size:.85rem}}
