@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2d3748;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,sans-serif;background-color:#fff}#root{min-height:100vh}:root{--dark-900:#000;--dark-800:#0d0f1a;--dark-700:#151823;--white:#fff;--accent:#ffd100;--success:#1fd286;--gradient-bg:radial-gradient(circle at 50% 0%, #0d0f1a 0%, #000 90%)}.hero-banner-full{width:100%;min-height:100vh;padding:0 4vw;background:var(--gradient-bg);color:var(--white);display:flex;flex-direction:column;align-items:center}.center{display:flex;justify-content:center;align-items:center}.spinner-lg{width:56px;height:56px;border:6px solid rgba(255,255,255,.25);border-top:6px solid var(--white);border-radius:50%;animation:spin 1s linear infinite}.error-text{font-size:1.125rem;font-weight:600}.hero-header{text-align:center;margin-top:1.5rem}.hero-icons{display:flex;justify-content:center;gap:1rem;margin-bottom:.75rem}.icon-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--white);border-radius:50%;transition:background .2s}.icon-btn:hover{background:var(--white);color:var(--dark-900)}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin:.25rem 0}.hero-subtitle{font-size:clamp(.9rem,1.2vw,1.1rem);max-width:720px;margin:0 auto 1.25rem;line-height:1.5}.badge-premium{display:inline-flex;align-items:center;gap:.4rem;background:var(--dark-700);padding:.35rem .8rem;border-radius:24px;font-size:.85rem;font-weight:600}.vip-chip{background:var(--accent);color:var(--dark-900);padding:.2rem .45rem;border-radius:12px;font-size:.7rem;font-weight:700}.hero-body{width:100%;margin-top:2rem;display:flex;gap:2rem;height:60vh;max-height:calc(100vh - 220px);align-items:stretch}.video-card{position:relative;flex:1 1 65%;border-radius:12px;overflow:hidden;background:#1b1e29;min-width:0}.video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.branch-chip{position:absolute;top:12px;left:12px;background:#0000008c;padding:2px 10px;font-size:.75rem;border-radius:14px;font-weight:600}.download-panel{flex:0 0 28%;min-width:290px;border-radius:16px;padding:1.8rem 1.6rem;background:var(--dark-700);display:flex;flex-direction:column;align-items:stretch;height:100%;overflow:auto;box-shadow:0 8px 20px #00000073}.panel-icon{width:56px;height:56px;border-radius:14px;background:var(--dark-900);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.download-panel h3{text-align:center;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.panel-sub{text-align:center;font-size:.88rem;opacity:.85;margin-bottom:1.4rem}.download-list{list-style:none;padding:0;margin:0 0 1.6rem;display:flex;flex-direction:column;gap:.75rem}.download-list li{display:flex;justify-content:space-between;font-size:.9rem}.tag{background:var(--dark-900);padding:2px 6px;border-radius:8px;font-size:.75rem}.tag.ok{color:var(--success)}.tag.fast{color:#7dd3fc}.btn-download{display:flex;justify-content:center;align-items:center;gap:.45rem;background:var(--white);color:var(--dark-900);font-weight:700;padding:.8rem 1rem;border-radius:12px;text-decoration:none;transition:transform .15s}.btn-download:hover{transform:translateY(-2px)}@media (max-width:1024px){.hero-body{flex-direction:column;height:auto}.download-panel{height:auto;margin-top:1.5rem}}.hero-logo{width:clamp(140px,28vw,220px);height:auto;margin:0 auto 1rem;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}.video-card{position:relative;flex:1 1 65%;border-radius:12px;overflow:hidden;background:#1b1e29;min-width:0;height:60vh}@media (max-width:1023px){.hero-body{flex-direction:column;height:auto}.video-card{height:auto;width:100%;aspect-ratio:16/9}.download-panel{height:auto;margin-top:1.5rem}}.resources-gallery{background:#f8fafc;min-height:100vh;padding:2rem 0}.resources-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(300px,auto);gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem}.resource-card:nth-child(1){grid-column:1 / span 2;grid-row:1 / span 2}.resource-card:nth-child(2){grid-column:3;grid-row:1}.resource-card:nth-child(3){grid-column:4;grid-row:1}.resource-card:nth-child(4){grid-column:3 / span 2;grid-row:2 / span 2}.resource-card:nth-child(5){grid-column:1;grid-row:3}.resource-card:nth-child(6){grid-column:2;grid-row:3}.resource-card:nth-child(n+7){grid-column:auto;grid-row:auto}.resource-card{position:relative;display:flex;flex-direction:column;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;background:#fff}.resource-header{display:none!important}.badge{position:absolute;top:.75rem;left:.75rem;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;z-index:2}.badge-image{background:#3b82f6;color:#fff;border:1px solid rgba(59,130,246,.2)}.badge-video{background:#8b5cf6;color:#fff;border:1px solid rgba(139,92,246,.2)}.badge-design{background:#ef4444;color:#fff;border:1px solid rgba(239,68,68,.2)}.badge-code{background:#10b981;color:#fff;border:1px solid rgba(16,185,129,.2)}.badge-document{background:#f97316;color:#fff;border:1px solid rgba(249,115,22,.2)}.badge-default{background:#64748b;color:#fff;border:1px solid rgba(100,116,139,.2)}.resource-preview{position:relative;flex:1;min-height:200px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);overflow:hidden}.resource-preview img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.resource-card:hover .resource-preview img{transform:scale(1.05)}.resource-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.resource-title{margin:0;font-size:1rem;font-weight:600;color:#111827;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-details{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;font-size:.75rem}.detail-label{color:#4a5568;font-weight:500}.detail-value{color:#2d3748;font-weight:600}.download-btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .3s ease}.download-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}.loading-container,.error-container,.empty-container{display:flex;justify-content:center;align-items:center;min-height:400px;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.error-content,.empty-content{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;max-width:500px}.error-content h3,.empty-content h3{margin-bottom:1rem;font-size:1.25rem;color:#2d3748}.error-content ul{text-align:left;margin-top:1rem;padding-left:1.5rem}.error-content li{margin-bottom:.5rem;color:#4a5568}@media (max-width: 768px){.resources-grid{grid-template-columns:1fr;grid-auto-rows:auto}.resource-card:nth-child(-n+6){grid-column:auto!important;grid-row:auto!important}}body{background:radial-gradient(circle at 50% 0%,#0d0f1a,#000 90%);align-items:center;justify-content:center;color:#0f172a}.auth-wrapper{width:100%;padding:3rem 1rem;display:flex;justify-content:center}.auth-card{width:100%;max-width:420px;background:#f8fafc;border-radius:12px;padding:2.4rem 2.2rem 3.4rem;text-align:center;box-shadow:0 16px 40px #00000040;position:relative}.auth-logo{display:block;width:222px;height:auto;margin:0 auto 1.6rem}.auth-logo img{width:42px;height:42px}.auth-title{font-size:1.7rem;font-weight:800;color:#0f172a}.auth-spark{width:18px;height:18px;background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%2300C2FF' viewBox='0 0 24 24'><path d='m12 2 1.79 5.61L20 9l-4.42 3.32L16.57 18 12 14.9 7.43 18l.99-5.68L4 9l6.21-1.39L12 2z'/></svg>") center/contain no-repeat;display:inline-block;margin:.5rem auto 1.2rem}.auth-lead{font-size:.95rem;line-height:1.45;margin-bottom:2.2rem}.auth-label{font-size:.68rem;font-weight:700;letter-spacing:.06em;color:#64748b;display:block;margin-bottom:.4rem}.auth-input{width:100%;padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1.05rem;text-align:center;background:#fff;transition:border .15s;letter-spacing:normal}.auth-input:focus{outline:none;border-color:#000}.auth-btn{display:block;width:100%;background:#000;color:#fff;font-weight:700;padding:.9rem 1rem;border-radius:8px;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000040}.arrow{margin-left:.4rem;font-weight:500}.auth-secure{font-size:.82rem;margin-top:1.5rem;color:#475569;display:flex;align-items:center;justify-content:center;gap:.45rem}.dot{width:8px;height:8px;border-radius:50%;background:#1fd286;box-shadow:0 0 6px #1fd286}.auth-foot{display:block;font-size:.78rem;margin-top:1.8rem;color:#94a3b8}.auth-dots{display:flex;gap:.4rem;justify-content:center;margin-top:2.2rem}.auth-dots span{width:6px;height:6px;border-radius:50%;background:#d8dee9;transition:background .2s}.auth-dots span:first-child{background:#9ca3af}@keyframes spin{to{transform:rotate(360deg)}}.app{display:flex;flex-direction:column;min-height:100vh}
