@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.product-card[data-v-56ec1947]{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-card[data-v-56ec1947]:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.product-card[data-v-56ec1947]:hover{border-color:#ffffff1f;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.product-card[data-v-56ec1947]:hover:before{opacity:1}.card-header[data-v-56ec1947]{margin-bottom:1.5rem}.card-icon[data-v-56ec1947]{width:56px;height:56px;box-shadow:0 8px 24px var(--glow,#6366f133);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.card-icon svg[data-v-56ec1947]{color:#fff;width:28px;height:28px}.card-header h2[data-v-56ec1947]{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.category-tag[data-v-56ec1947]{color:#a0a0b0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.25rem .75rem;font-size:.8rem;display:inline-block}.card-body[data-v-56ec1947]{flex-direction:column;gap:1.5rem;display:flex}.stats-row[data-v-56ec1947]{background:#ffffff08;border-radius:12px;align-items:center;gap:1.5rem;padding:1rem;display:flex}.stat-item[data-v-56ec1947]{flex-direction:column;flex:1;gap:.25rem;display:flex}.stat-value[data-v-56ec1947]{color:#fff;font-size:1.25rem;font-weight:700}.stat-label[data-v-56ec1947]{color:#6b6b80;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.stat-divider[data-v-56ec1947]{background:#ffffff14;width:1px;height:40px}.price-section[data-v-56ec1947]{align-items:flex-end;gap:1rem;padding-bottom:1rem;display:flex}.price-main[data-v-56ec1947]{align-items:baseline;gap:.25rem;display:flex}.currency[data-v-56ec1947]{color:#a0a0b0;font-size:1.25rem;font-weight:600}.amount[data-v-56ec1947]{color:#fff;font-size:2.5rem;font-weight:800;line-height:1}.card-actions[data-v-56ec1947]{flex-direction:column;gap:.75rem;display:flex}.preview-btn[data-v-56ec1947]{color:#a0a0b0;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.preview-btn svg[data-v-56ec1947]{width:16px;height:16px}.preview-btn[data-v-56ec1947]:hover{color:#818cf8;background:#6366f10d;border-color:#6366f14d}.view-button[data-v-56ec1947]{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.view-button svg[data-v-56ec1947]{width:18px;height:18px;transition:transform .3s}.view-button[data-v-56ec1947]:hover{background:var(--glow,#6366f11a);border-color:var(--glow,#6366f14d);box-shadow:0 0 20px var(--glow,#6366f126)}.view-button:hover svg[data-v-56ec1947]{transform:translate(4px)}.modal-overlay[data-v-56ec1947]{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;padding:2rem;animation:.2s fadeIn-56ec1947;display:flex;position:fixed;inset:0}@keyframes fadeIn-56ec1947{0%{opacity:0}to{opacity:1}}.modal-content[data-v-56ec1947]{background:#12121afa;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:80vh;animation:.3s slideUp-56ec1947;display:flex;box-shadow:0 24px 48px #00000080}@keyframes slideUp-56ec1947{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header[data-v-56ec1947]{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-header h3[data-v-56ec1947]{color:#fff;font-size:1.125rem;font-weight:700}.modal-close[data-v-56ec1947]{color:#6b6b80;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.modal-close[data-v-56ec1947]:hover{color:#fff;background:#ffffff0d}.modal-close svg[data-v-56ec1947]{width:20px;height:20px}.modal-body[data-v-56ec1947]{flex-direction:column;flex:1;display:flex;overflow:hidden}.domain-list[data-v-56ec1947]{flex:1;padding:1rem 2rem;overflow-y:auto}.domain-list[data-v-56ec1947]::-webkit-scrollbar{width:6px}.domain-list[data-v-56ec1947]::-webkit-scrollbar-track{background:0 0}.domain-list[data-v-56ec1947]::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.domain-item[data-v-56ec1947]{color:#a0a0b0;border-bottom:1px solid #ffffff08;padding:.6rem 0;font-family:SF Mono,Fira Code,monospace;font-size:.875rem}.modal-footer[data-v-56ec1947]{text-align:center;border-top:1px solid #ffffff0f;padding:1rem 2rem}.domain-count[data-v-56ec1947]{color:#6b6b80;font-size:.8rem}@media (width<=768px){.product-card[data-v-56ec1947]{padding:1.5rem}.modal-overlay[data-v-56ec1947]{padding:1rem}.modal-content[data-v-56ec1947]{max-height:90vh}.modal-header[data-v-56ec1947]{padding:1.25rem 1.5rem}.domain-list[data-v-56ec1947],.modal-footer[data-v-56ec1947]{padding:1rem 1.5rem}}.home[data-v-5a1e47d5]{min-height:100vh}.hero[data-v-5a1e47d5]{justify-content:center;align-items:center;min-height:90vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero-bg[data-v-5a1e47d5]{z-index:0;position:absolute;inset:0}.hero-gradient[data-v-5a1e47d5]{background:radial-gradient(80% 50% at 50% -20%,#6366f126,#0000);position:absolute;inset:0}.hero-grid[data-v-5a1e47d5]{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50%,#000,#0000);mask-image:radial-gradient(60% 50%,#000,#0000)}.hero-content[data-v-5a1e47d5]{z-index:1;text-align:center;max-width:900px;position:relative}.hero-badge[data-v-5a1e47d5]{color:#818cf8;background:#6366f11a;border:1px solid #6366f133;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.hero-badge svg[data-v-5a1e47d5]{width:16px;height:16px}.hero-title[data-v-5a1e47d5]{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.gradient-text[data-v-5a1e47d5]{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero-subtitle[data-v-5a1e47d5]{color:#a0a0b0;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8}.hero-stats[data-v-5a1e47d5]{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:700px;margin:0 auto;display:grid}.stat-card[data-v-5a1e47d5]{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem 1rem;transition:all .3s}.stat-card[data-v-5a1e47d5]:hover{background:#6366f10d;border-color:#6366f14d}.stat-number[data-v-5a1e47d5]{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:800}.stat-label[data-v-5a1e47d5]{color:#6b6b80;font-size:.875rem}.products-section[data-v-5a1e47d5]{max-width:1400px;margin:0 auto;padding:6rem 2rem}.section-header[data-v-5a1e47d5]{text-align:center;margin-bottom:4rem}.section-title[data-v-5a1e47d5]{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-subtitle[data-v-5a1e47d5]{color:#6b6b80;max-width:500px;margin:0 auto;font-size:1.125rem}.products-grid[data-v-5a1e47d5]{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.loading-state[data-v-5a1e47d5]{text-align:center;grid-column:1/-1;padding:4rem}.loading-spinner[data-v-5a1e47d5]{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin-5a1e47d5}@keyframes spin-5a1e47d5{to{transform:rotate(360deg)}}.loading-state p[data-v-5a1e47d5]{color:#6b6b80}.features-section[data-v-5a1e47d5]{background:#ffffff03;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.features-grid[data-v-5a1e47d5]{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card[data-v-5a1e47d5]{text-align:center;padding:2rem 1.5rem}.feature-icon-wrapper[data-v-5a1e47d5]{background:#6366f11a;border:1px solid #6366f133;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.feature-icon[data-v-5a1e47d5]{color:#818cf8;width:28px;height:28px}.feature-card h3[data-v-5a1e47d5]{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-card p[data-v-5a1e47d5]{color:#6b6b80;font-size:.95rem;line-height:1.7}.cta-section[data-v-5a1e47d5]{text-align:center;padding:8rem 2rem;position:relative;overflow:hidden}.cta-section[data-v-5a1e47d5]:before{content:"";background:radial-gradient(60% 50%,#6366f114,#0000);position:absolute;inset:0}.cta-content[data-v-5a1e47d5]{z-index:1;position:relative}.cta-content h2[data-v-5a1e47d5]{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.cta-content p[data-v-5a1e47d5]{color:#6b6b80;margin-bottom:2rem;font-size:1.125rem}.cta-button[data-v-5a1e47d5]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #6366f14d}.cta-button[data-v-5a1e47d5]:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.cta-button svg[data-v-5a1e47d5]{width:20px;height:20px;transition:transform .3s}.cta-button:hover svg[data-v-5a1e47d5]{transform:translate(4px)}@media (width<=1024px){.products-grid[data-v-5a1e47d5],.features-grid[data-v-5a1e47d5]{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero[data-v-5a1e47d5]{min-height:auto;padding:6rem 1.5rem 4rem}.hero-stats[data-v-5a1e47d5]{grid-template-columns:repeat(2,1fr);gap:1rem}.products-grid[data-v-5a1e47d5]{grid-template-columns:1fr}.features-grid[data-v-5a1e47d5]{grid-template-columns:1fr;gap:1rem}.products-section[data-v-5a1e47d5],.features-section[data-v-5a1e47d5]{padding:4rem 1.5rem}}.products-page[data-v-3c8c4e01]{min-height:100vh;padding-top:6rem}.products-hero[data-v-3c8c4e01]{text-align:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.products-hero-bg[data-v-3c8c4e01]{background:radial-gradient(80% 50% at 50% -20%,#6366f11f,#0000);position:absolute;inset:0}.products-hero-content[data-v-3c8c4e01]{z-index:1;position:relative}.products-hero h1[data-v-3c8c4e01]{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.products-hero p[data-v-3c8c4e01]{color:#a0a0b0;font-size:1.125rem}.products-container[data-v-3c8c4e01]{max-width:1400px;margin:0 auto;padding:2rem}.products-toolbar[data-v-3c8c4e01]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.search-box[data-v-3c8c4e01]{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex:1;align-items:center;gap:.75rem;max-width:500px;padding:.5rem 1rem;transition:all .3s;display:flex}.search-box[data-v-3c8c4e01]:focus-within{background:#6366f108;border-color:#6366f14d}.search-box svg[data-v-3c8c4e01]{color:#6b6b80;flex-shrink:0;width:20px;height:20px}.search-box input[data-v-3c8c4e01]{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.search-box input[data-v-3c8c4e01]::placeholder{color:#4b4b60}.clear-btn[data-v-3c8c4e01]{color:#6b6b80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:color .2s;display:flex}.clear-btn[data-v-3c8c4e01]:hover{color:#fff}.clear-btn svg[data-v-3c8c4e01]{width:16px;height:16px}.search-btn[data-v-3c8c4e01]{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s}.search-btn[data-v-3c8c4e01]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.results-info[data-v-3c8c4e01]{color:#6b6b80;font-size:.9rem}.loading-state[data-v-3c8c4e01]{text-align:center;padding:4rem}.loading-spinner[data-v-3c8c4e01]{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin-3c8c4e01}@keyframes spin-3c8c4e01{to{transform:rotate(360deg)}}.loading-state p[data-v-3c8c4e01]{color:#6b6b80}.empty-state[data-v-3c8c4e01]{text-align:center;padding:4rem}.empty-state svg[data-v-3c8c4e01]{color:#4b4b60;width:64px;height:64px;margin-bottom:1rem}.empty-state h3[data-v-3c8c4e01]{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.empty-state p[data-v-3c8c4e01]{color:#6b6b80;margin-bottom:1.5rem}.reset-btn[data-v-3c8c4e01]{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.reset-btn[data-v-3c8c4e01]:hover{background:#ffffff1a}.products-grid[data-v-3c8c4e01]{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.pagination[data-v-3c8c4e01]{justify-content:center;align-items:center;gap:.5rem;padding:2rem 0;display:flex}.page-btn[data-v-3c8c4e01]{color:#a0a0b0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 .75rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.page-btn[data-v-3c8c4e01]:hover:not(:disabled):not(.active){color:#fff;border-color:#ffffff26}.page-btn.active[data-v-3c8c4e01]{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#0000}.page-btn[data-v-3c8c4e01]:disabled{opacity:.3;cursor:not-allowed}.page-btn svg[data-v-3c8c4e01]{width:18px;height:18px}@media (width<=1024px){.products-grid[data-v-3c8c4e01]{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.products-hero[data-v-3c8c4e01]{padding:4rem 1.5rem 3rem}.products-container[data-v-3c8c4e01]{padding:1.5rem}.products-toolbar[data-v-3c8c4e01]{flex-direction:column;align-items:stretch}.search-box[data-v-3c8c4e01]{max-width:100%}.results-info[data-v-3c8c4e01]{text-align:center}.products-grid[data-v-3c8c4e01]{grid-template-columns:1fr}.pagination[data-v-3c8c4e01]{flex-wrap:wrap}}.product-detail[data-v-e32a8fde]{min-height:100vh}.loading-page[data-v-e32a8fde]{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.loading-page p[data-v-e32a8fde]{color:#6b6b80}.loading-spinner[data-v-e32a8fde]{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin-e32a8fde}@keyframes spin-e32a8fde{to{transform:rotate(360deg)}}.product-hero[data-v-e32a8fde]{padding:10rem 2rem 6rem;position:relative;overflow:hidden}.product-hero-bg[data-v-e32a8fde]{background:linear-gradient(135deg,#6366f11f 0%,#8b5cf614 100%);position:absolute;inset:0}.product-hero[data-v-e32a8fde]:after{content:"";background:linear-gradient(#0000,#0a0a0f);height:200px;position:absolute;bottom:0;left:0;right:0}.product-hero-content[data-v-e32a8fde]{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.product-badge[data-v-e32a8fde]{letter-spacing:.1em;color:#818cf8;text-transform:uppercase;background:#6366f126;border:1px solid #6366f14d;border-radius:100px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-block}.product-hero h1[data-v-e32a8fde]{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.product-hero p[data-v-e32a8fde]{color:#a0a0b0;font-size:1.25rem;line-height:1.8}.product-content[data-v-e32a8fde]{z-index:1;max-width:1200px;margin:-3rem auto 0;padding:0 2rem 6rem;position:relative}.product-main[data-v-e32a8fde]{grid-template-columns:1fr 1.5fr;align-items:start;gap:2rem;display:grid}.purchase-card[data-v-e32a8fde]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:2rem;position:sticky;top:100px}.price-section[data-v-e32a8fde]{border-bottom:1px solid #ffffff0f;margin-bottom:2rem;padding-bottom:2rem}.price-header[data-v-e32a8fde]{align-items:baseline;gap:.25rem;margin-bottom:.75rem;display:flex}.currency[data-v-e32a8fde]{color:#a0a0b0;font-size:1.5rem;font-weight:600}.amount[data-v-e32a8fde]{color:#fff;font-size:3.5rem;font-weight:800;line-height:1}.price-note[data-v-e32a8fde]{color:#6b6b80;font-size:.875rem}.stats-grid[data-v-e32a8fde]{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.stat-box[data-v-e32a8fde]{text-align:center;background:#ffffff08;border-radius:12px;padding:1.25rem}.stat-value[data-v-e32a8fde]{color:#fff;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.stat-label[data-v-e32a8fde]{color:#6b6b80;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.error-message[data-v-e32a8fde]{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.error-message svg[data-v-e32a8fde]{flex-shrink:0;width:18px;height:18px}.buy-button[data-v-e32a8fde],.download-button[data-v-e32a8fde]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #6366f14d}.download-button[data-v-e32a8fde]{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 20px #10b9814d}.buy-button[data-v-e32a8fde]:hover,.download-button[data-v-e32a8fde]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.download-button[data-v-e32a8fde]:hover:not(:disabled){box-shadow:0 8px 30px #10b98166}.buy-button[data-v-e32a8fde]:disabled,.download-button[data-v-e32a8fde]:disabled{opacity:.7;cursor:not-allowed}.buy-button svg[data-v-e32a8fde],.download-button svg[data-v-e32a8fde]{width:20px;height:20px}.preview-card[data-v-e32a8fde]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:2rem}.preview-card h3[data-v-e32a8fde]{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.preview-note[data-v-e32a8fde]{color:#6b6b80;margin-bottom:1.5rem;font-size:.9rem}.preview-content[data-v-e32a8fde]{background:#0000004d;border:1px solid #ffffff0f;border-radius:12px;max-height:400px;padding:1.5rem;overflow:auto}.preview-content pre[data-v-e32a8fde]{color:#a0a0b0;white-space:pre-wrap;word-break:break-all;margin:0;font-family:SF Mono,Fira Code,monospace;font-size:.85rem;line-height:1.6}.preview-placeholder[data-v-e32a8fde]{text-align:center;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:12px;padding:4rem 2rem}.preview-placeholder svg[data-v-e32a8fde]{color:#4b4b60;width:48px;height:48px;margin-bottom:1rem}.preview-placeholder p[data-v-e32a8fde]{color:#6b6b80}.not-found[data-v-e32a8fde]{text-align:center;padding:8rem 2rem}.not-found svg[data-v-e32a8fde]{color:#6b6b80;width:64px;height:64px;margin-bottom:1.5rem}.not-found h1[data-v-e32a8fde]{margin-bottom:1rem;font-size:2rem}.not-found p[data-v-e32a8fde]{color:#6b6b80;margin-bottom:2rem}.back-btn[data-v-e32a8fde]{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.75rem 2rem;font-size:.95rem;transition:all .3s}.back-btn[data-v-e32a8fde]:hover{background:#ffffff1a}@media (width<=1024px){.product-main[data-v-e32a8fde]{grid-template-columns:1fr}.purchase-card[data-v-e32a8fde]{position:static}}@media (width<=768px){.product-hero[data-v-e32a8fde]{padding:8rem 1.5rem 4rem}.product-content[data-v-e32a8fde]{padding:0 1.5rem 4rem}.purchase-card[data-v-e32a8fde],.preview-card[data-v-e32a8fde]{padding:1.5rem}.stats-grid[data-v-e32a8fde]{grid-template-columns:repeat(2,1fr)}}.privacy-policy[data-v-5268d991]{min-height:100vh;padding-top:6rem}.policy-hero[data-v-5268d991]{text-align:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.policy-hero-bg[data-v-5268d991]{background:radial-gradient(80% 50% at 50% -20%,#6366f11f,#0000);position:absolute;inset:0}.policy-hero-content[data-v-5268d991]{z-index:1;position:relative}.policy-hero h1[data-v-5268d991]{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.policy-hero p[data-v-5268d991]{color:#a0a0b0;margin-bottom:1.5rem;font-size:1.125rem}.update-date[data-v-5268d991]{color:#818cf8;background:#6366f11a;border:1px solid #6366f133;border-radius:100px;padding:.4rem 1rem;font-size:.875rem;display:inline-block}.policy-content[data-v-5268d991]{max-width:800px;margin:0 auto;padding:2rem}.policy-card[data-v-5268d991]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:3rem}section[data-v-5268d991]{margin-bottom:3rem}section[data-v-5268d991]:last-child{margin-bottom:0}h2[data-v-5268d991]{color:#fff;border-bottom:1px solid #ffffff14;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700}h3[data-v-5268d991]{color:#d0d0e0;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}p[data-v-5268d991]{color:#a0a0b0;margin-bottom:1rem;line-height:1.8}ul[data-v-5268d991]{margin-bottom:1rem;padding:0;list-style:none}ul li[data-v-5268d991]{color:#a0a0b0;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.7;position:relative}ul li[data-v-5268d991]:before{content:"";background:#6366f1;border-radius:50%;width:6px;height:6px;position:absolute;top:.75rem;left:0}strong[data-v-5268d991]{color:#d0d0e0;font-weight:600}@media (width<=768px){.policy-hero[data-v-5268d991]{padding:4rem 1.5rem 3rem}.policy-content[data-v-5268d991]{padding:1.5rem}.policy-card[data-v-5268d991]{padding:2rem}h2[data-v-5268d991]{font-size:1.25rem}h3[data-v-5268d991]{font-size:1rem}}.terms-of-service[data-v-b9ebd0f2]{min-height:100vh;padding-top:6rem}.terms-hero[data-v-b9ebd0f2]{text-align:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.terms-hero-bg[data-v-b9ebd0f2]{background:radial-gradient(80% 50% at 50% -20%,#6366f11f,#0000);position:absolute;inset:0}.terms-hero-content[data-v-b9ebd0f2]{z-index:1;position:relative}.terms-hero h1[data-v-b9ebd0f2]{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.terms-hero p[data-v-b9ebd0f2]{color:#a0a0b0;margin-bottom:1.5rem;font-size:1.125rem}.update-date[data-v-b9ebd0f2]{color:#818cf8;background:#6366f11a;border:1px solid #6366f133;border-radius:100px;padding:.4rem 1rem;font-size:.875rem;display:inline-block}.terms-content[data-v-b9ebd0f2]{max-width:800px;margin:0 auto;padding:2rem}.terms-card[data-v-b9ebd0f2]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:3rem}section[data-v-b9ebd0f2]{margin-bottom:3rem}section[data-v-b9ebd0f2]:last-child{margin-bottom:0}h2[data-v-b9ebd0f2]{color:#fff;border-bottom:1px solid #ffffff14;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700}h3[data-v-b9ebd0f2]{color:#d0d0e0;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}p[data-v-b9ebd0f2]{color:#a0a0b0;margin-bottom:1rem;line-height:1.8}ul[data-v-b9ebd0f2]{margin-bottom:1rem;padding:0;list-style:none}ul li[data-v-b9ebd0f2]{color:#a0a0b0;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.7;position:relative}ul li[data-v-b9ebd0f2]:before{content:"";background:#6366f1;border-radius:50%;width:6px;height:6px;position:absolute;top:.75rem;left:0}strong[data-v-b9ebd0f2]{color:#d0d0e0;font-weight:600}@media (width<=768px){.terms-hero[data-v-b9ebd0f2]{padding:4rem 1.5rem 3rem}.terms-content[data-v-b9ebd0f2]{padding:1.5rem}.terms-card[data-v-b9ebd0f2]{padding:2rem}h2[data-v-b9ebd0f2]{font-size:1.25rem}h3[data-v-b9ebd0f2]{font-size:1rem}}.auth-page[data-v-15d13b24]{justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative}.auth-bg[data-v-15d13b24]{z-index:0;position:fixed;inset:0;overflow:hidden}.auth-gradient[data-v-15d13b24]{background:radial-gradient(80% 50% at 50% -20%,#6366f11f,#0000);position:absolute;inset:0}.floating-orb[data-v-15d13b24]{filter:blur(80px);opacity:.6;border-radius:50%;animation:20s ease-in-out infinite float-15d13b24;position:absolute}.orb-1[data-v-15d13b24]{background:#6366f180;width:500px;height:500px;animation-duration:25s;animation-delay:0s;top:5%;left:-10%}.orb-2[data-v-15d13b24]{background:#8b5cf666;width:400px;height:400px;animation-duration:20s;animation-delay:-5s;top:40%;right:-10%}.orb-3[data-v-15d13b24]{background:#a855f759;width:350px;height:350px;animation-duration:22s;animation-delay:-10s;bottom:5%;left:10%}.orb-4[data-v-15d13b24]{background:#3b82f64d;width:450px;height:450px;animation-duration:28s;animation-delay:-3s;top:10%;right:20%}.orb-5[data-v-15d13b24]{background:#ec489940;width:300px;height:300px;animation-duration:18s;animation-delay:-8s;bottom:15%;right:5%}@keyframes float-15d13b24{0%,to{transform:translate(0)scale(1)}25%{transform:translate(50px,-80px)scale(1.1)}50%{transform:translate(-30px,-50px)scale(.9)}75%{transform:translate(40px,30px)scale(1.05)}}.grid-overlay[data-v-15d13b24]{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(50% 50% at 50% 40%,#000 0%,#0000 70%);mask-image:radial-gradient(50% 50% at 50% 40%,#000 0%,#0000 70%)}.auth-container[data-v-15d13b24]{z-index:1;width:100%;max-width:440px;position:relative}.auth-card[data-v-15d13b24]{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem;box-shadow:0 8px 32px #0000004d}.auth-header[data-v-15d13b24]{text-align:center;margin-bottom:2rem}.auth-header h1[data-v-15d13b24]{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.auth-header p[data-v-15d13b24]{color:#6b6b80;font-size:.95rem}.auth-tabs[data-v-15d13b24]{background:#ffffff08;border-radius:12px;gap:.5rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.tab-btn[data-v-15d13b24]{color:#6b6b80;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .3s}.tab-btn.active[data-v-15d13b24]{color:#818cf8;background:#6366f126}.tab-btn[data-v-15d13b24]:hover:not(.active){color:#a0a0b0}.auth-google[data-v-15d13b24]{margin-bottom:1.5rem}.auth-google>div[data-v-15d13b24]{width:100%}.auth-divider[data-v-15d13b24]{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.auth-divider[data-v-15d13b24]:before,.auth-divider[data-v-15d13b24]:after{content:"";background:#ffffff14;flex:1;height:1px}.auth-divider span[data-v-15d13b24]{color:#6b6b80;white-space:nowrap;font-size:.85rem}.auth-form[data-v-15d13b24]{flex-direction:column;gap:1rem;display:flex}.form-group[data-v-15d13b24]{flex-direction:column;gap:.5rem;display:flex}.form-group label[data-v-15d13b24]{color:#a0a0b0;font-size:.875rem;font-weight:500}.form-group input[data-v-15d13b24]{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:.85rem 1rem;font-size:.95rem;transition:all .3s}.form-group input[data-v-15d13b24]::placeholder{color:#4b4b60}.form-group input[data-v-15d13b24]:focus{background:#6366f10d;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.password-input-wrapper[data-v-15d13b24]{align-items:center;display:flex;position:relative}.password-input-wrapper input[data-v-15d13b24]{flex:1;padding-right:2.75rem}.toggle-password[data-v-15d13b24]{cursor:pointer;color:#4b4b60;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:4px;transition:color .2s;display:flex;position:absolute;right:.75rem}.toggle-password[data-v-15d13b24]:hover{color:#a0a0b0}.toggle-password svg[data-v-15d13b24]{width:18px;height:18px}.password-hint[data-v-15d13b24]{color:#6b6b80;margin-top:.35rem;font-size:.8rem}.field-error-text[data-v-15d13b24]{color:#ef4444;align-items:center;gap:.35rem;margin-top:.35rem;font-size:.8rem;display:flex}.field-error-text svg[data-v-15d13b24]{flex-shrink:0;width:14px;height:14px}.input-error[data-v-15d13b24]{background:#ef44440d!important;border-color:#ef4444!important}.input-error[data-v-15d13b24]:focus{box-shadow:0 0 0 3px #ef44441a!important}.password-error-text[data-v-15d13b24]{color:#ef4444;align-items:center;gap:.35rem;margin-top:.35rem;font-size:.8rem;display:flex}.password-error-text svg[data-v-15d13b24]{flex-shrink:0;width:14px;height:14px}.field-success-text[data-v-15d13b24]{color:#10b981;align-items:center;gap:.35rem;margin-top:.35rem;font-size:.8rem;display:flex}.field-success-text svg[data-v-15d13b24]{flex-shrink:0;width:14px;height:14px}.form-error[data-v-15d13b24]{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.form-error svg[data-v-15d13b24]{flex-shrink:0;width:18px;height:18px}.submit-btn[data-v-15d13b24]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #6366f14d}.submit-btn[data-v-15d13b24]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.submit-btn[data-v-15d13b24]:disabled{opacity:.7;cursor:not-allowed}.loading-spinner[data-v-15d13b24]{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin-15d13b24}@keyframes spin-15d13b24{to{transform:rotate(360deg)}}.auth-footer[data-v-15d13b24]{text-align:center;margin-top:1.5rem}.auth-footer p[data-v-15d13b24]{color:#6b6b80;font-size:.9rem}.auth-footer a[data-v-15d13b24]{color:#818cf8;cursor:pointer;font-weight:500;transition:color .3s}.auth-footer a[data-v-15d13b24]:hover{color:#a5b4fc}@media (width<=480px){.auth-card[data-v-15d13b24]{padding:2rem 1.5rem}}.payment-page[data-v-bb3c20da]{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex}.payment-container[data-v-bb3c20da]{width:100%;max-width:480px}.payment-card[data-v-bb3c20da]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;padding:2.5rem}.payment-header[data-v-bb3c20da]{text-align:center;margin-bottom:2rem}.header-icon[data-v-bb3c20da]{color:#6366f1;width:48px;height:48px;margin-bottom:1rem}.payment-header h1[data-v-bb3c20da]{margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.payment-header p[data-v-bb3c20da]{color:#6b6b80;font-size:.9rem}.payment-body[data-v-bb3c20da]{flex-direction:column;gap:2rem;display:flex}.payment-info[data-v-bb3c20da]{background:#ffffff08;border-radius:12px;padding:1.5rem}.info-row[data-v-bb3c20da]{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.info-row[data-v-bb3c20da]:not(:last-child){border-bottom:1px solid #ffffff0f}.info-label[data-v-bb3c20da]{color:#6b6b80;font-size:.9rem}.info-value[data-v-bb3c20da]{color:#fff;font-weight:600}.payment-btn[data-v-bb3c20da]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #6366f14d}.payment-btn[data-v-bb3c20da]:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.dashboard[data-v-c4504bbe]{min-height:100vh;padding:8rem 2rem 4rem}.dashboard-container[data-v-c4504bbe]{max-width:800px;margin:0 auto}.dashboard-header[data-v-c4504bbe]{margin-bottom:3rem}.dashboard-header h1[data-v-c4504bbe]{margin-bottom:.5rem;font-size:2rem;font-weight:800}.user-greeting[data-v-c4504bbe]{color:#6b6b80;font-size:1rem}.loading-state[data-v-c4504bbe]{text-align:center;padding:4rem}.loading-state p[data-v-c4504bbe]{color:#6b6b80;margin-top:1rem}.loading-spinner[data-v-c4504bbe]{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.8s linear infinite spin-c4504bbe}@keyframes spin-c4504bbe{to{transform:rotate(360deg)}}.dashboard-section[data-v-c4504bbe]{margin-bottom:2.5rem}.dashboard-section h2[data-v-c4504bbe]{border-bottom:1px solid #ffffff0f;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.info-card[data-v-c4504bbe]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem}.info-item[data-v-c4504bbe]{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.info-item[data-v-c4504bbe]:not(:last-child){border-bottom:1px solid #ffffff0a}.info-label[data-v-c4504bbe]{color:#6b6b80;font-size:.9rem}.info-value[data-v-c4504bbe]{color:#fff;font-weight:600}.empty-state[data-v-c4504bbe]{text-align:center;background:#ffffff05;border:1px dashed #ffffff14;border-radius:16px;padding:3rem}.empty-state svg[data-v-c4504bbe]{color:#4b4b60;width:48px;height:48px;margin-bottom:1rem}.empty-state p[data-v-c4504bbe]{color:#6b6b80}.dashboard-actions[data-v-c4504bbe]{margin-top:2rem}.logout-btn[data-v-c4504bbe]{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.logout-btn svg[data-v-c4504bbe]{width:18px;height:18px}.logout-btn[data-v-c4504bbe]:hover{background:#ef444426}.help-page[data-v-15b3718a]{min-height:100vh;padding-top:6rem}.help-hero[data-v-15b3718a]{text-align:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.help-hero-bg[data-v-15b3718a]{background:radial-gradient(80% 50% at 50% -20%,#6366f11f,#0000);position:absolute;inset:0}.help-hero-content[data-v-15b3718a]{z-index:1;position:relative}.help-hero h1[data-v-15b3718a]{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.help-hero p[data-v-15b3718a]{color:#a0a0b0;font-size:1.125rem}.help-container[data-v-15b3718a]{max-width:900px;margin:0 auto;padding:2rem}.help-categories[data-v-15b3718a]{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.category-btn[data-v-15b3718a]{color:#a0a0b0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s}.category-btn.active[data-v-15b3718a]{color:#818cf8;background:#6366f126;border-color:#6366f14d}.category-btn[data-v-15b3718a]:hover:not(.active){color:#fff;border-color:#ffffff26}.faq-list[data-v-15b3718a]{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.faq-item[data-v-15b3718a]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;transition:all .3s}.faq-item[data-v-15b3718a]:hover{border-color:#ffffff1a}.faq-question[data-v-15b3718a]{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.faq-question svg[data-v-15b3718a]{color:#6366f1;flex-shrink:0;width:20px;height:20px}.faq-question h3[data-v-15b3718a]{color:#fff;margin:0;font-size:1rem;font-weight:600}.faq-answer[data-v-15b3718a]{padding-left:2.25rem}.faq-answer p[data-v-15b3718a]{color:#a0a0b0;margin:0;font-size:.95rem;line-height:1.7}.help-contact[data-v-15b3718a]{margin-top:2rem}.contact-card[data-v-15b3718a]{text-align:center;background:#6366f10d;border:1px solid #6366f126;border-radius:16px;padding:2rem}.contact-card svg[data-v-15b3718a]{color:#818cf8;width:40px;height:40px;margin-bottom:1rem}.contact-card h3[data-v-15b3718a]{color:#fff;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.contact-card p[data-v-15b3718a]{color:#a0a0b0;margin:.25rem 0;font-size:.9rem}@media (width<=768px){.help-hero[data-v-15b3718a]{padding:4rem 1.5rem 3rem}.help-container[data-v-15b3718a]{padding:1.5rem}.faq-item[data-v-15b3718a]{padding:1.25rem}}.instructions-page[data-v-3efd522e]{min-height:100vh;padding-top:6rem}.instructions-hero[data-v-3efd522e]{text-align:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.instructions-hero-bg[data-v-3efd522e]{background:radial-gradient(80% 50% at 50% -20%,#6366f11f,#0000);position:absolute;inset:0}.instructions-hero-content[data-v-3efd522e]{z-index:1;position:relative}.instructions-hero h1[data-v-3efd522e]{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.instructions-hero p[data-v-3efd522e]{color:#a0a0b0;font-size:1.125rem}.instructions-container[data-v-3efd522e]{max-width:1000px;margin:0 auto;padding:2rem}.steps-section[data-v-3efd522e]{margin-bottom:4rem}.steps-section h2[data-v-3efd522e]{text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.steps-grid[data-v-3efd522e]{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.step-card[data-v-3efd522e]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.step-card[data-v-3efd522e]:hover{background:#6366f108;border-color:#6366f133}.step-number[data-v-3efd522e]{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:800;display:flex}.step-content h3[data-v-3efd522e]{color:#fff;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.step-content p[data-v-3efd522e]{color:#a0a0b0;margin:0;font-size:.95rem;line-height:1.7}.faq-section h2[data-v-3efd522e]{text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:800}.faq-list[data-v-3efd522e]{flex-direction:column;gap:1rem;display:flex}.faq-item[data-v-3efd522e]{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem}.faq-item h3[data-v-3efd522e]{color:#fff;margin-bottom:.75rem;font-size:1rem;font-weight:600}.faq-item p[data-v-3efd522e]{color:#a0a0b0;margin:0;font-size:.95rem;line-height:1.7}@media (width<=768px){.instructions-hero[data-v-3efd522e]{padding:4rem 1.5rem 3rem}.instructions-container[data-v-3efd522e]{padding:1.5rem}.steps-grid[data-v-3efd522e]{grid-template-columns:1fr}.step-card[data-v-3efd522e]{padding:1.25rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-tertiary:#1a1a2e;--bg-card:#ffffff08;--border-color:#ffffff14;--border-hover:#ffffff26;--text-primary:#fff;--text-secondary:#a0a0b0;--text-muted:#6b6b80;--accent-primary:#6366f1;--accent-secondary:#8b5cf6;--accent-gradient:linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);--gold-gradient:linear-gradient(135deg, #f59e0b 0%, #fbbf24 50%, #fcd34d 100%);--success:#10b981;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 40px #6366f126}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}::selection{background:var(--accent-primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.header[data-v-3d9cb592]{z-index:100;background:0 0;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled[data-v-3d9cb592]{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0fcc;border-bottom:1px solid #ffffff0d;padding:1rem 0}.header-container[data-v-3d9cb592]{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.logo[data-v-3d9cb592]{cursor:pointer;align-items:center;gap:.75rem;transition:opacity .3s;display:flex}.logo[data-v-3d9cb592]:hover{opacity:.8}.logo-icon[data-v-3d9cb592]{color:#6366f1;width:32px;height:32px}.logo-text[data-v-3d9cb592]{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.nav-menu[data-v-3d9cb592]{align-items:center;gap:.5rem;display:flex}.nav-link[data-v-3d9cb592]{color:#a0a0b0;cursor:pointer;border-radius:12px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .3s}.nav-link[data-v-3d9cb592]:hover{color:#fff;background:#ffffff0d}.nav-actions[data-v-3d9cb592]{border-left:1px solid #ffffff1a;align-items:center;gap:.75rem;margin-left:1.5rem;padding-left:1.5rem;display:flex}.btn-login[data-v-3d9cb592]{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:10px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s}.btn-login[data-v-3d9cb592]:hover{background:#6366f11a;border-color:#6366f1}.btn-register[data-v-3d9cb592]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:10px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 2px 12px #6366f140}.btn-register[data-v-3d9cb592]:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6366f159}.user-menu[data-v-3d9cb592]{cursor:pointer;position:relative}.user-avatar[data-v-3d9cb592]{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.user-menu:hover .user-dropdown[data-v-3d9cb592]{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown[data-v-3d9cb592]{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:200;background:#12121afa;border:1px solid #ffffff14;border-radius:16px;width:220px;padding:.75rem;transition:all .3s;position:absolute;top:calc(100% + .75rem);right:0;transform:translateY(-8px);box-shadow:0 8px 32px #00000080}.user-info[data-v-3d9cb592]{padding:.75rem}.user-name[data-v-3d9cb592]{color:#fff;font-size:.875rem;font-weight:600}.dropdown-divider[data-v-3d9cb592]{background:#ffffff0f;height:1px;margin:.5rem 0}.dropdown-item[data-v-3d9cb592]{color:#a0a0b0;border-radius:10px;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.dropdown-item svg[data-v-3d9cb592]{width:18px;height:18px}.dropdown-item[data-v-3d9cb592]:hover{color:#fff;background:#ffffff0d}.logout-item[data-v-3d9cb592]:hover{color:#f87171;background:#ef44441a}.mobile-menu-btn[data-v-3d9cb592]{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.mobile-menu-btn span[data-v-3d9cb592]{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s}.mobile-menu-btn span.open[data-v-3d9cb592]:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-btn span.open[data-v-3d9cb592]:nth-child(2){opacity:0}.mobile-menu-btn span.open[data-v-3d9cb592]:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.header[data-v-3d9cb592]{padding:1rem 0}.mobile-menu-btn[data-v-3d9cb592]{display:flex}.nav-menu[data-v-3d9cb592]{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#12121afa;border-left:1px solid #ffffff0d;flex-direction:column;gap:.5rem;width:280px;height:100vh;padding:6rem 2rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;transform:translate(100%)}.nav-menu.mobile-open[data-v-3d9cb592]{transform:translate(0)}.nav-link[data-v-3d9cb592]{width:100%;padding:1rem}}.footer[data-v-63c48479]{background:#ffffff03;border-top:1px solid #ffffff0d;padding:4rem 2rem 2rem}.footer-container[data-v-63c48479]{max-width:1200px;margin:0 auto}.footer-content[data-v-63c48479]{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-logo[data-v-63c48479]{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.footer-logo-icon[data-v-63c48479]{color:#6366f1;width:28px;height:28px}.footer-section p[data-v-63c48479]{color:#6b6b80;font-size:.9rem;line-height:1.7}.footer-section h3[data-v-63c48479]{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.9rem;font-weight:600}.footer-section ul[data-v-63c48479]{padding:0;list-style:none}.footer-section li[data-v-63c48479]{color:#6b6b80;cursor:pointer;padding:.4rem 0;font-size:.9rem;transition:color .3s}.footer-section li[data-v-63c48479]:hover{color:#a0a0b0}.footer-bottom[data-v-63c48479]{text-align:center;border-top:1px solid #ffffff0d;padding-top:2rem}.footer-bottom p[data-v-63c48479]{color:#4b4b60;font-size:.875rem}@media (width<=768px){.footer-content[data-v-63c48479]{grid-template-columns:1fr 1fr;gap:2rem}.footer-section[data-v-63c48479]:first-child{grid-column:span 2}}@media (width<=480px){.footer-content[data-v-63c48479]{grid-template-columns:1fr}.footer-section[data-v-63c48479]:first-child{grid-column:span 1}}.app-container[data-v-531abc01]{flex-direction:column;min-height:100vh;display:flex}.main-content[data-v-531abc01]{flex:1}
