:root{--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--c-gradient-start: #1e1b4b;--c-gradient-end: #0f172a;--c-bg: var(--c-gradient-end);--c-text: #e2e8f0;--c-text-strong: #f8fafc;--c-text-muted: #94a3b8;--c-card-bg: #1e293b;--c-card-bg-alt: rgba(15, 23, 42, .4);--c-card-border: #334155;--c-input-bg: #0f172a;--c-input-border: #334155;--c-input-focus-ring: #6366f1;--c-button-primary-bg: #4f46e5;--c-button-primary-hover-bg: #4338ca;--c-button-primary-disabled-bg: #312e81;--c-button-primary-text: #ffffff;--c-button-secondary-bg: #334155;--c-button-secondary-hover-bg: #475569;--c-button-secondary-text: #e2e8f0;--c-primary: #818cf8;--c-primary-accent-bg: rgba(79, 70, 229, .15);--c-error-text: #f87171;--c-error-bg: rgba(153, 27, 27, .3);--c-success-text: #4ade80;--c-success-bg: rgba(22, 101, 52, .2)}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-sans);background:linear-gradient(135deg,var(--c-gradient-start) 0%,var(--c-gradient-end) 100%);background-attachment:fixed;color:var(--c-text);min-height:100vh;display:flex;flex-direction:column}#root{min-height:100vh;display:flex;flex-direction:column;flex-grow:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{max-width:1280px;margin-left:auto;margin-right:auto;padding:0 2rem;width:100%;flex-grow:1;display:flex;flex-direction:column}@media (max-width: 768px){.container{padding:0 1rem}}.main-grid{display:grid;grid-template-columns:1fr;gap:2rem;flex-grow:1;padding-bottom:2rem}@media (min-width: 1024px){.main-grid{grid-template-columns:repeat(12,1fr)}.main-grid>div:first-child{grid-column:span 4 / span 4}.main-grid>div:last-child{grid-column:span 8 / span 8}}.app-header{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding:1.5rem 2rem;max-width:1280px;margin:0 auto;width:100%;font-size:.875rem;color:var(--c-text-muted)}.app-header button{font-size:.875rem}.card{background-color:var(--c-card-bg);padding:2.5rem;border-radius:1.25rem;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a;border:1px solid var(--c-card-border)}@media (max-width: 640px){.card{padding:1.5rem}}.auth-page-wrapper{display:flex;min-height:100vh;width:100%;background:transparent}.auth-hero{flex:1.2;display:flex;flex-direction:column;justify-content:center;padding:6rem;color:#fff;position:relative;overflow:hidden;background:transparent}.auth-hero-decoration{position:absolute;top:-10%;right:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(79,70,229,.1) 0%,transparent 70%);border-radius:50%}.auth-hero-content{position:relative;z-index:10;max-width:520px}.auth-logo-group{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.5rem}.auth-logo-icon{background:linear-gradient(135deg,var(--c-button-primary-bg) 0%,#4338ca 100%);padding:.75rem;border-radius:1rem;box-shadow:0 8px 16px -4px #4f46e566}.auth-logo-icon svg{width:2.25rem;height:2.25rem;color:#fff}.auth-logo-text{font-size:3rem;font-weight:800;letter-spacing:-.03em;margin:0;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-hero-subtitle{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.auth-hero-description{font-size:1.125rem;line-height:1.7;color:#94a3b8;margin-bottom:3rem}.auth-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.auth-features-list li{font-size:1.05rem;font-weight:500;display:flex;align-items:center;gap:1rem;color:#e2e8f0}.auth-feature-icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:#4f46e533;border-radius:50%;color:var(--c-primary)}.auth-feature-icon svg{width:.9rem;height:.9rem}.auth-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:transparent}@media (max-width: 1024px){.auth-page-wrapper{flex-direction:column}.auth-hero{padding:3rem 1.5rem .5rem;flex:none;text-align:center}.auth-logo-group{justify-content:center;margin-bottom:1.5rem}.auth-hero-description{margin-bottom:1.5rem}.auth-features-list{align-items:center;margin-bottom:1.5rem}.auth-container{padding:0 1rem 3rem}}.auth-card{max-width:420px;width:100%}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-remember-options{display:flex;justify-content:space-around;gap:1rem;margin-bottom:.5rem;margin-top:-.5rem}.auth-remember-options .checkbox-wrapper{margin:0}.form-toggle{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--c-text-muted)}.form-toggle button{color:var(--c-primary);font-weight:600;background:none;border:none;padding:0;margin-left:.25rem;cursor:pointer}.form-toggle button:hover{text-decoration:underline}.message-box{padding:1rem;border-radius:.5rem;text-align:center}.success-message{color:var(--c-success-text);background-color:var(--c-success-bg)}.input-section{position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.25rem}.input-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.icon-wrapper{background-color:var(--c-primary-accent-bg);padding:.6rem;border-radius:.75rem}.icon-wrapper svg{width:1.75rem;height:1.75rem;color:var(--c-primary);display:block}.input-header h1{font-size:1.75rem;font-weight:800;margin:0;letter-spacing:-.02em;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.input-section>p{color:var(--c-text-muted);margin-top:-1rem;margin-bottom:.5rem;line-height:1.5}.input-section label{display:block;font-size:.875rem;font-weight:600;color:var(--c-text-muted);margin-bottom:.5rem}.textarea,.select,.input{width:100%;padding:.875rem;background-color:var(--c-input-bg);border:1px solid var(--c-input-border);border-radius:.75rem;transition:all .2s;color:var(--c-text-strong);font-family:inherit;font-size:1rem}.textarea{resize:vertical}.select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.5rem}.textarea::placeholder,.input::placeholder{color:#475569}.textarea:focus,.select:focus,.input:focus{outline:none;border-color:var(--c-input-focus-ring);box-shadow:0 0 0 4px #6366f126;background-color:#0f172acc}.checkbox-wrapper{display:flex;align-items:center;gap:.6rem;margin-top:-.25rem}.checkbox-wrapper input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:var(--c-primary);cursor:pointer;border-radius:.25rem}.checkbox-wrapper label{margin-bottom:0;cursor:pointer;color:var(--c-text-muted);font-weight:500;font-size:.875rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;padding:1rem 1.25rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:1rem;width:100%}.button:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px var(--c-bg),0 0 0 4px var(--c-input-focus-ring)}.button:disabled{cursor:not-allowed;opacity:.7}.button-primary{background-color:var(--c-button-primary-bg);color:var(--c-button-primary-text);box-shadow:0 4px 6px -1px #4f46e54d}.button-primary:hover:not(:disabled){background-color:var(--c-button-primary-hover-bg);transform:translateY(-1px);box-shadow:0 10px 15px -3px #4f46e566}.button-primary:active:not(:disabled){transform:translateY(0)}.button-secondary{background-color:var(--c-button-secondary-bg);color:var(--c-button-secondary-text);padding:.75rem 1.25rem;width:auto}.button-secondary:hover:not(:disabled){background-color:var(--c-button-secondary-hover-bg);color:#fff}.button-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--c-text-muted);background:none;border:none;cursor:pointer;padding:0;transition:color .2s;font-weight:600}.button-link:hover{color:var(--c-primary)}.button-icon{width:1.25rem;height:1.25rem}.button-link-icon{width:1rem;height:1rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{color:var(--c-error-text);background-color:var(--c-error-bg);padding:1rem;border-radius:.75rem;border:1px solid rgba(248,113,113,.2)}.output-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;height:100%;text-align:center;color:var(--c-text-muted);padding:4rem 2rem}.output-placeholder svg{width:5rem;height:5rem;margin-bottom:1.5rem;color:#334155}.output-placeholder h2{font-size:1.5rem;font-weight:700;margin:0;color:var(--c-text-strong)}.output-placeholder p{margin-top:.75rem;max-width:28rem;font-size:1rem}.output-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--c-card-border)}@media (max-width: 640px){.output-header{flex-direction:column;align-items:flex-start}}.output-header h2{font-size:1.5rem;font-weight:800;margin:0;color:var(--c-text-strong);letter-spacing:-.02em}.download-options{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem;border-radius:1rem;background-color:var(--c-card-bg-alt);border:1px solid var(--c-card-border)}.download-options-title{margin:0;font-weight:700;font-size:.875rem;color:var(--c-text-strong);text-transform:uppercase;letter-spacing:.05em}.download-options-choices{display:flex;gap:2rem}.download-options-choices label{display:flex;align-items:center;gap:.6rem;cursor:pointer;font-size:.9375rem;font-weight:600}.download-options-choices input[type=radio]{accent-color:var(--c-primary);width:1.125rem;height:1.125rem}@media (max-width: 640px){.download-options{flex-direction:column;align-items:flex-start;gap:1.25rem}}.results-container{display:flex;flex-direction:column;gap:4rem}.skeleton-loader{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.3}}.skeleton-item{background-color:#334155;border-radius:.5rem}.result-card{background-color:var(--c-card-bg-alt);padding:2.5rem;border-radius:1.5rem;border:1px solid var(--c-card-border);display:flex;flex-direction:column;gap:3rem}.result-card>h2{font-size:1.5rem;font-weight:800;margin:0;padding-bottom:1.5rem;border-bottom:1px solid var(--c-card-border);color:var(--c-text-strong);letter-spacing:-.02em}.result-card>h2>span{color:var(--c-text-muted);font-weight:500;margin-right:.5rem}.result-divider{border-top:1px solid var(--c-card-border);border-style:solid}.listing-content,.product-content{display:flex;flex-direction:column;gap:2rem}.content-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.content-header>h2{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--c-primary);margin:0}.listing-title{font-size:2rem;font-weight:800;color:var(--c-text-strong);margin:0;line-height:1.2}.content-section>h4{font-weight:700;color:var(--c-text-strong);margin:0 0 .75rem;font-size:1.125rem}.content-section>p{color:var(--c-text-muted);margin:0;line-height:1.6}.prose-styles{color:var(--c-text-muted);line-height:1.8;font-size:1.0625rem}.prose-styles p{margin-bottom:1.5rem}.prose-styles strong{color:var(--c-text-strong);font-weight:700}.prose-styles ul{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.prose-styles li{display:flex;align-items:flex-start;gap:1rem}.prose-styles li:before{content:"";margin-top:.65em;display:inline-block;height:.45rem;width:.45rem;flex-shrink:0;border-radius:50%;background-color:var(--c-primary);box-shadow:0 0 8px var(--c-primary)}.prose-styles h1,.prose-styles h2,.prose-styles h3,.prose-styles h4{color:var(--c-text-strong);margin:2.5rem 0 1rem;font-weight:800;letter-spacing:-.02em}.prose-styles hr{border:none;border-top:1px solid var(--c-card-border);margin:2.5rem 0}.prompt-card{padding:1.25rem;background-color:var(--c-input-bg);border:1px solid var(--c-card-border);border-radius:1rem;transition:border-color .2s}.prompt-card:hover{border-color:var(--c-primary)}.prompt-card p{color:var(--c-text-muted);font-style:italic;margin:0;font-size:.9375rem}.product-content-viewer{background-color:var(--c-input-bg);padding:2rem;border-radius:1rem;border:1px solid var(--c-card-border);max-height:32rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--c-card-border) transparent}.product-content-viewer::-webkit-scrollbar{width:6px}.product-content-viewer::-webkit-scrollbar-thumb{background-color:var(--c-card-border);border-radius:10px}.footer{width:100%;padding:2.5rem 1rem;margin-top:auto;display:flex;justify-content:center;align-items:center;background:transparent;z-index:10}.footer p{text-align:center;font-size:.875rem;color:var(--c-text-muted);margin:0;width:100%}
