@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;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:#101820;background-color:#f7f4ee;--font-display: "Fraunces", "Space Grotesk", serif;--ink-900: #101820;--ink-700: #2d3748;--ink-600: #4a5568;--ink-500: #6b7280}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}#root{min-height:100vh}.page{min-height:100vh;background:linear-gradient(135deg,#f7f4ef,#edf1f6);color:#101820;padding:80px 24px 96px}.shell{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:36px}.hero{display:flex;flex-direction:column;gap:10px}.eyebrow{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:#6b7280;font-weight:600}.hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,3.2vw,3.2rem);margin:0}.hero p{margin:0;color:#4a5568;max-width:520px}.content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.photo-card,.form-card{background:#ffffffe6;border-radius:24px;padding:26px;box-shadow:0 30px 60px -40px #202a4459;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.card-header h2{margin:0 0 8px;font-size:1.35rem}.card-header p{margin:0;color:#4a5568}.photo-card{display:flex;flex-direction:column;gap:20px}.photo-drop{border:1.5px dashed rgba(16,24,32,.2);border-radius:18px;padding:18px;display:grid;place-items:center;background:linear-gradient(140deg,#ffffffe6,#f3efeae6);position:relative;overflow:hidden;min-height:240px;cursor:pointer}.photo-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.photo-drop img{width:100%;height:100%;object-fit:cover;border-radius:14px}.photo-placeholder{display:flex;align-items:center;gap:16px;color:#374151}.photo-icon{width:52px;height:52px;border-radius:16px;background:#101820;color:#f5f1e8;display:grid;place-items:center;font-size:2rem}.photo-placeholder strong{font-size:1.05rem}.photo-placeholder p{margin:4px 0 0;color:#6b7280}.photo-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#6b7280;font-size:.95rem}.ghost-button{border:1px solid rgba(16,24,32,.2);border-radius:999px;padding:8px 16px;background:transparent;color:#374151;font-weight:600}.form-card{display:flex;flex-direction:column;gap:20px}.form-grid{display:grid;gap:16px}.field{display:flex;flex-direction:column;gap:10px}.field.full{gap:14px}.field label{font-weight:600}.input-wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-radius:14px;background:#f1f3f6;border:1px solid transparent;transition:border .2s ease,box-shadow .2s ease}.input-wrap input{border:none;background:transparent;font-size:1rem;width:100%;outline:none;color:#101820}.input-wrap span{font-weight:600;color:#6b7280}.input-wrap:focus-within{border-color:#10182073;box-shadow:0 0 0 4px #10182014}.primary-button{width:100%;padding:16px 18px;border-radius:16px;border:none;background:#101820;color:#f5f1e8;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.primary-button:hover{transform:translateY(-2px);box-shadow:0 18px 30px -20px #101820a6}.helper{color:#6b7280;font-size:.9rem}@media(max-width:640px){.page{padding:64px 20px 80px}.photo-meta{flex-direction:column;align-items:flex-start}.photo-drop{min-height:220px}}
