@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1b1b22;background-color:#f9f5f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,rgba(255,255,255,.9),transparent 50%),linear-gradient(135deg,#f9f5f2,#f2efe8 60%,#efe6dc)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}#root{min-height:100vh}.app-container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff9,#f2efe899)}.main-content{flex:1;display:flex;flex-direction:column;gap:3rem;padding:clamp(2rem,3vw,4rem) clamp(1.5rem,5vw,6rem) 3rem}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,4vw,4rem);align-items:center}.hero-text{display:flex;flex-direction:column;gap:1.25rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600;color:#ff5f52}.hero-text h1{font-family:Fraunces,serif;font-size:clamp(2.5rem,4vw,3.8rem);margin:0;color:#1b1b22}.subtitle{font-size:1.1rem;color:#4a4652;max-width:28rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.primary-button,.secondary-button,.ghost-button,.download-button{border:none;cursor:pointer;font-family:Space Grotesk,system-ui,sans-serif;font-weight:600;padding:.85rem 1.4rem;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.primary-button{background:#1b1b22;color:#fff7f0;box-shadow:0 16px 30px #1b1b2233}.primary-button:hover{transform:translateY(-1px)}.ghost-button{background:transparent;border:1px solid rgba(27,27,34,.3);color:#1b1b22}.ghost-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{background:#ff5f521f;color:#ff5f52}.download-button{background:#ff5f52;color:#fff;text-align:center}.download-button:hover,.secondary-button:hover{transform:translateY(-1px)}.error-message{margin:0;color:#b72828;font-weight:500}.drop-zone{border-radius:28px;padding:1.5rem;background:radial-gradient(circle at top,#ffffffe6,#ffffff80),linear-gradient(135deg,#ff5f5214,#1b1b2214);border:2px dashed rgba(27,27,34,.2);min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;cursor:pointer}.drop-zone.is-active{border-color:#ff5f52;box-shadow:0 0 0 4px #ff5f5226}.drop-zone.has-image{padding:0}.drop-zone-content{display:grid;gap:.5rem;color:#4a4652;font-weight:500}.drop-icon{font-size:2.5rem;color:#ff5f52}.file-input{display:none}.preview-image{width:100%;height:100%;object-fit:cover}.drop-zone-label{position:absolute;left:1.5rem;bottom:1.5rem;background:#1b1b22cc;color:#fff7f0;padding:.75rem 1rem;border-radius:16px;display:grid;gap:.25rem;text-align:left}.drop-zone-label strong{font-weight:600}.results{display:flex;flex-direction:column;gap:1.5rem}.results-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.results-header h2{margin:0;font-family:Fraunces,serif;font-size:2rem}.results-header p{margin:.35rem 0 0;color:#4a4652}.slice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.slice-card{background:#fffdfb;border-radius:20px;padding:1rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:0 20px 40px #1b1b2214}.slice-card img{border-radius:16px;object-fit:cover;max-height:260px;width:100%}.slice-meta{display:flex;justify-content:space-between;font-size:.9rem;color:#4a4652;font-weight:500}.footer{padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:center;gap:.65rem;font-size:.85rem;color:#1b1b2299}.footer-links{display:flex;gap:1.75rem}.footer a:hover{color:#1b1b22e6}.page-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem 4rem;text-align:center}.app-bar{position:sticky;top:0;display:flex;align-items:center;padding:1rem 1.5rem;background-color:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(27,27,34,.08);z-index:100}.app-bar .back-button{display:inline-flex;align-items:center;gap:.5rem;color:inherit;font-size:.9rem;text-decoration:none;font-weight:600}.app-bar .back-button svg{width:20px;height:20px}.app-bar .app-bar-logo{width:24px;height:24px}.legal-page{align-items:flex-start;justify-content:flex-start;text-align:left;max-width:800px;margin:0 auto}.legal-page h1{font-size:2rem;margin-bottom:.5rem;font-family:Fraunces,serif}.legal-page .last-updated{opacity:.6;font-size:.875rem;margin-bottom:2rem}@media(max-width:960px){.hero{grid-template-columns:1fr}.drop-zone{min-height:260px}}@media(max-width:600px){.main-content{padding:2rem 1.25rem 3rem}.hero-actions{flex-direction:column;align-items:stretch}.drop-zone-label{position:static;margin:1rem}}
