._wrapper_4q7o0_1{min-height:100vh;display:flex;flex-direction:column}._header_4q7o0_7{position:sticky;top:0;z-index:100;background:#0d0b12e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}._header_4q7o0_7 ._container_4q7o0_16{display:flex;align-items:center;justify-content:space-between;padding-top:.875rem;padding-bottom:.875rem}._logo_4q7o0_24{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.35rem;color:var(--text);text-decoration:none}._logo_4q7o0_24:hover{color:var(--accent)}._logoIcon_4q7o0_38{font-family:var(--font-mono);color:var(--accent);letter-spacing:-.02em}._logoText_4q7o0_44{color:var(--silver);letter-spacing:.02em}._menuBtn_4q7o0_49{display:none;flex-direction:column;gap:5px;padding:.5rem}._menuBtn_4q7o0_49 span{width:22px;height:2px;background:var(--text);border-radius:1px}._nav_4q7o0_63{display:flex;align-items:center;gap:.25rem}._nav_4q7o0_63 a,._nav_4q7o0_63 ._logoutBtn_4q7o0_70,._nav_4q7o0_63 ._loginLink_4q7o0_71,._nav_4q7o0_63 ._dashboardLink_4q7o0_72{padding:.5rem .85rem;font-size:.9rem;font-weight:500;color:var(--text-muted);border-radius:var(--radius);transition:color .2s,background .2s}._nav_4q7o0_63 ._dashboardLink_4q7o0_72{color:var(--accent)}._nav_4q7o0_63 a:hover,._nav_4q7o0_63 ._loginLink_4q7o0_71:hover,._nav_4q7o0_63 ._dashboardLink_4q7o0_72:hover{color:var(--accent-hover);background:#a78bfa14}._nav_4q7o0_63 a._navActive_4q7o0_92{color:var(--accent);background:#a78bfa1f}._dashboardLink_4q7o0_72{margin-left:.25rem}._logoutBtn_4q7o0_70{margin-left:.5rem;color:var(--text-muted)}._logoutBtn_4q7o0_70:hover{color:var(--error);background:#f871711a}._loginLink_4q7o0_71{margin-left:.5rem;color:var(--accent)}._main_4q7o0_116{flex:1}._footer_4q7o0_120{margin-top:auto;padding:3rem 0 2rem;background:var(--bg-elevated);border-top:1px solid var(--border)}._footerGrid_4q7o0_127{display:grid;grid-template-columns:1fr auto auto;gap:2.5rem;margin-bottom:2rem}._footerLogo_4q7o0_134{font-weight:700;font-size:1.1rem;color:var(--silver)}._footerTagline_4q7o0_140{margin-top:.35rem;font-size:.9rem;color:var(--text-muted)}._footer_4q7o0_120 h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}._footer_4q7o0_120 ul{list-style:none}._footer_4q7o0_120 ul li{margin-bottom:.4rem}._footer_4q7o0_120 ul a,._footer_4q7o0_120 div>a{font-size:.9rem;color:var(--text-muted)}._footer_4q7o0_120 ul a:hover,._footer_4q7o0_120 div>a:hover{color:var(--accent-hover)}._copyright_4q7o0_174{font-size:.85rem;color:var(--text-muted);opacity:.8;padding-top:1.5rem;border-top:1px solid var(--border)}@media (max-width: 768px){._menuBtn_4q7o0_49{display:flex}._nav_4q7o0_63{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--bg-elevated);border-bottom:1px solid var(--border);padding:1rem;gap:.25rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s,opacity .2s}._nav_4q7o0_63._navOpen_4q7o0_204{max-height:400px;opacity:1}._nav_4q7o0_63 a,._nav_4q7o0_63 ._logoutBtn_4q7o0_70,._nav_4q7o0_63 ._loginLink_4q7o0_71,._nav_4q7o0_63 ._dashboardLink_4q7o0_72{padding:.75rem 1rem;margin-left:0}._footerGrid_4q7o0_127{grid-template-columns:1fr;gap:1.5rem}}._hero_6cb7d_1{padding:5rem 0 5.5rem;text-align:center;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(167,139,250,.12) 0%,transparent 55%)}._heroTitle_6cb7d_7{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.25rem}._heroBrand_6cb7d_14{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,var(--silver),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroSub_6cb7d_24{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:500;color:var(--text-muted);letter-spacing:.02em}._heroDesc_6cb7d_31{max-width:560px;margin:0 auto 2rem;font-size:1.05rem;color:var(--text-muted);line-height:1.7}._heroCta_6cb7d_39{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}._featured_6cb7d_46{padding:4rem 0}._sectionTitle_6cb7d_50{font-size:clamp(1.5rem,3vw,1.85rem);font-weight:600;text-align:center;margin-bottom:2.5rem;color:var(--text)}._cards_6cb7d_58{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}._card_6cb7d_58{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s,box-shadow .2s}._card_6cb7d_58:hover{border-color:#a78bfa66;box-shadow:var(--shadow)}._cardIcon_6cb7d_77{font-size:1.75rem;color:var(--accent);margin-bottom:1rem;opacity:.9}._card_6cb7d_58 h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}._card_6cb7d_58 p{font-size:.95rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}._card_6cb7d_58 a{font-size:.9rem;font-weight:500}._cta_6cb7d_103{padding:4rem 0;text-align:center;background:var(--bg-elevated);border-top:1px solid var(--border)}._cta_6cb7d_103 h2{font-size:clamp(1.35rem,3vw,1.65rem);font-weight:600;margin-bottom:.5rem}._cta_6cb7d_103 p{color:var(--text-muted);margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto}._wrapper_fhzrp_1{padding:3rem 1.5rem 4rem;display:flex;justify-content:center;align-items:flex-start;min-height:60vh}._card_fhzrp_9{width:100%;max-width:420px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}._card_fhzrp_9 ._page-header_fhzrp_19{padding:0 0 1.5rem;text-align:left}._card_fhzrp_9 ._page-header_fhzrp_19 h1{font-size:1.5rem;-webkit-text-fill-color:initial;background:none}._card_fhzrp_9 ._page-header_fhzrp_19 p{margin:0;font-size:.9rem}._form_fhzrp_35{margin-bottom:1.5rem}._form_fhzrp_35 ._btn_fhzrp_39{width:100%;margin-top:.25rem}._footer_fhzrp_44{font-size:.9rem;color:var(--text-muted);text-align:center;padding-top:1rem;border-top:1px solid var(--border)}._footer_fhzrp_44 a{font-weight:500}._placeholder_bn4bx_1,._content_bn4bx_2{max-width:720px;margin:0 auto;padding:1rem 0 3rem}._placeholder_bn4bx_1{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;color:var(--text-muted)}._content_bn4bx_2 h2{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--text)}._content_bn4bx_2 h2:first-child{margin-top:0}._content_bn4bx_2 p,._content_bn4bx_2 ul{color:var(--text-muted);margin-bottom:1rem;line-height:1.7}._content_bn4bx_2 ul{padding-left:1.5rem}._content_bn4bx_2 li{margin-bottom:.5rem}._content_bn4bx_2 strong{color:var(--silver-muted)}._form_132ar_1{max-width:520px;margin:0 auto 3rem}._form_132ar_1 ._btn_132ar_6{margin-top:.25rem}._success_132ar_10{padding:.75rem 1rem;background:#34d3991f;border:1px solid rgba(52,211,153,.3);border-radius:var(--radius);color:var(--success);margin-bottom:1rem}._error_132ar_19{padding:.75rem 1rem;background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:var(--radius);color:var(--error);margin-bottom:1rem}._wrapper_6qceg_1{padding-bottom:3rem}._uploadSection_6qceg_5,._recent_6qceg_6{max-width:640px;margin:0 auto 2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}._uploadSection_6qceg_5 h2,._recent_6qceg_6 h2{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text)}._form_6qceg_23{margin-bottom:1rem}._fileRow_6qceg_27{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}._fileRow_6qceg_27 input[type=file]{font-size:.9rem;color:var(--text-muted)}._fileRow_6qceg_27 input[type=file]::file-selector-button{padding:.5rem 1rem;margin-right:.75rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;font-family:inherit}._fileRow_6qceg_27 input[type=file]::file-selector-button:hover{border-color:var(--accent)}._error_6qceg_54{color:var(--error);font-size:.9rem;margin-bottom:.75rem}._success_6qceg_60{color:var(--success);font-size:.9rem;margin-bottom:.5rem}._result_6qceg_66{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}._urlRow_6qceg_72,._recentUrl_6qceg_73{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem}._urlInput_6qceg_80{flex:1;min-width:0;padding:.5rem .75rem;font-size:.85rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted)}._preview_6qceg_91{max-width:100%;max-height:280px;border-radius:var(--radius);border:1px solid var(--border);margin-top:.5rem}._recentList_6qceg_99{list-style:none}._recentItem_6qceg_103{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}._recentItem_6qceg_103:last-child{border-bottom:none}._thumb_6qceg_115{width:64px;height:64px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}._recentUrl_6qceg_73{flex:1;min-width:0}:root{--bg: #0d0b12;--bg-elevated: #15121c;--bg-card: #1a1625;--border: #2d2838;--text: #e8e4ef;--text-muted: #9b93a8;--accent: #a78bfa;--accent-hover: #c4b5fd;--silver: #c0c0c0;--silver-muted: #8a8a9a;--success: #34d399;--error: #f87171;--font-sans: "Outfit", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--radius: 10px;--shadow: 0 4px 24px rgba(0, 0, 0, .4)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;border-radius:var(--radius);transition:background .2s,color .2s,transform .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--accent),#8b5cf6);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-hover),#a78bfa);transform:translateY(-1px)}.btn-secondary{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg-elevated);border-color:var(--accent);color:var(--accent-hover)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:.4rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted);opacity:.8}.form-group textarea{min-height:120px;resize:vertical}.form-error{font-size:.875rem;color:var(--error);margin-top:.25rem}.page-header{padding:4rem 0 3rem;text-align:center}.page-header h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin-bottom:.5rem;background:linear-gradient(135deg,var(--text),var(--silver));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-header p{color:var(--text-muted);max-width:560px;margin:0 auto}
