@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,sans-serif;line-height:1.5;font-weight:400;color:#1f1f1f;background-color:#f6f2ea;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,#fff,#f4ede2 45%,#e9dfd1);color:inherit}body:before,body:after{content:"";position:fixed;width:380px;height:380px;border-radius:50%;background:#ffffff80;filter:blur(.5px);z-index:-1}body:before{top:-120px;right:10%}body:after{bottom:-160px;left:6%}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}#root{min-height:100vh}.app{width:min(1160px,92vw);margin:0 auto;padding:4.5rem 0 5rem;display:flex;flex-direction:column;gap:2.5rem}.hero{text-align:left;display:grid;gap:1rem}.hero-tag{width:fit-content;padding:.35rem .9rem;border-radius:999px;background:#ffffffbf;color:#1a1a1a;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.hero h1{font-size:clamp(2.6rem,5vw,4.2rem);font-family:Playfair Display,serif;margin:0;color:#1b1b1b}.hero p{margin:0;font-size:1.05rem;color:#353535}.workspace{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,.7fr);gap:1.75rem;align-items:start}.dropzone{border-radius:28px;border:1px dashed rgba(27,27,27,.2);background:#ffffffc7;min-height:360px;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 20px 50px #1e1e1e26}.dropzone--active{transform:translateY(-4px);box-shadow:0 25px 70px #0f0f0f40;border-color:#1e1e1e66}.dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.dropzone-content{text-align:center;display:grid;gap:.65rem;padding:2.5rem;color:#1a1a1a}.dropzone-title{font-size:1.3rem;font-weight:600}.dropzone-subtitle{font-size:.95rem;color:#4a4a4a}.dropzone button{border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:999px;background:#1a1a1a;color:#f8f8f8;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.dropzone button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #14141433}.dropzone-hint{font-size:.85rem;color:#6c6c6c}.preview-panel{display:grid;gap:.75rem}.preview-frame{border-radius:24px;background:#c9c6bf;padding:1.5rem;min-height:360px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #14141414,0 20px 55px #1919192e}.border-matte{background:#fff;padding:var(--border-px, 0px);display:inline-flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;box-sizing:border-box}.preview-frame img{max-width:100%;height:auto;display:block}.preview-placeholder{color:#777;text-align:center;font-size:.95rem}.file-name{font-size:.9rem;color:#2b2b2b;font-weight:500}.controls{background:#ffffffd9;border-radius:24px;padding:1.75rem;display:grid;gap:1.2rem;box-shadow:0 16px 40px #19191929}.panel-title{font-weight:600;font-size:1.1rem;color:#161616}.slider-label{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#242424}.slider-value{font-size:.95rem;color:#5a5a5a}.controls input[type=range]{width:100%;accent-color:#1c1c1c}.helper-text{margin:0;font-size:.9rem;color:#6a6a6a;line-height:1.5}.download-button{border:none;padding:.85rem 1.4rem;border-radius:999px;background:#1a1a1a;color:#f8f8f8;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.download-button:hover{transform:translateY(-2px);box-shadow:0 12px 26px #14141433}.download-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.secondary-button{border:1px solid rgba(26,26,26,.25);padding:.75rem 1.2rem;border-radius:999px;background:transparent;color:#1a1a1a;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.secondary-button:hover{transform:translateY(-2px);box-shadow:0 10px 22px #1414141f;border-color:#1a1a1a66}.secondary-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.button-icon{display:inline-flex;width:1rem;height:1rem}.button-icon svg{width:100%;height:100%}.ios-hint{margin:0;font-size:.85rem;color:#5f5f5f;line-height:1.45}@media(max-width:980px){.workspace{grid-template-columns:1fr}.dropzone,.preview-frame{min-height:300px}}
