@import"https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;600&display=swap";:root{--primary: #735c00;--secondary: #7e525c;--surface: #fff8f7;--on-surface: #1f1a1b;--outline-variant: #d0c5af}*{box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,system-ui,sans-serif;background:var(--surface);color:var(--on-surface)}.page-shell{min-height:100vh}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}.top-nav{position:fixed;top:0;left:0;right:0;z-index:20;background:#fafaf9e6;border-bottom:1px solid rgba(217,119,6,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.top-nav-inner{max-width:1120px;margin:0 auto;height:5rem;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.brand{font-family:"Noto Serif",serif;font-size:1.5rem;font-style:italic;letter-spacing:-.02em}.main-wrap{padding:8rem 1.5rem 4rem;max-width:980px;margin:0 auto}.header{text-align:center;margin-bottom:4rem}.header h1{font-family:"Noto Serif",serif;font-size:clamp(2.2rem,5vw,4rem);color:var(--primary);margin:0 0 1rem}.header p{color:var(--secondary);max-width:720px;margin:0 auto;font-size:1.1rem;font-style:italic;line-height:1.6}.content-grid{display:grid;gap:3rem}@media (min-width: 768px){.content-grid{grid-template-columns:5fr 7fr}}.hero-image-wrap{display:none}@media (min-width: 768px){.hero-image-wrap{display:block}}.hero-image-wrap{border-radius:.75rem;overflow:hidden;box-shadow:0 18px 40px #7e525c29;aspect-ratio:4 / 5}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(.15)}.panel{background:#fff;border-radius:1.25rem;padding:2rem;border:1px solid #f5f5f4;box-shadow:0 12px 28px #0000000f}.form-stack{display:grid;gap:1.5rem}.field label,.camera-first label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}input[type=text],input[type=file]{width:100%;font:inherit}input[type=text]{border:0;border-bottom:2px solid var(--outline-variant);border-radius:0;padding:.85rem .7rem;background:#fcf1f1}.dropzone{position:relative;border:2px dashed var(--outline-variant);border-radius:.9rem;padding:2rem 1rem;text-align:center;background:#fff8f7a6}.dropzone-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.icon-circle{width:64px;height:64px;border-radius:999px;margin:0 auto .8rem;background:#ffc6d0;color:#7b4f59;display:grid;place-items:center}.icon-circle .material-symbols-outlined{font-size:30px}.drop-title{margin:0;font-family:"Noto Serif",serif;font-size:1.2rem}.drop-sub{margin:.3rem 0 0;color:#666;font-style:italic}.drop-meta{margin:.6rem 0 0;font-size:.72rem;color:#6b7280;letter-spacing:.04em;text-transform:uppercase}.photo-list{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.5rem}.photo-list li{display:flex;align-items:center;gap:.75rem;background:#fcf1f1;border-radius:10px;padding:.5rem}.photo-list img{width:52px;height:52px;object-fit:cover;border-radius:8px}.photo-list .name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove{border:0;border-radius:8px;padding:.4rem .6rem;background:#ffdad6;color:#93000a;cursor:pointer}.btn-primary{border:0;border-radius:999px;background:var(--secondary);color:#fff;font-weight:600;padding:.85rem 1.1rem;cursor:pointer}.btn-primary--submit-camera{width:100%}.camera-btn{width:100%;margin-bottom:.5rem;border:0;border-radius:999px;background:var(--secondary);color:#fff;font-weight:600;padding:.75rem 1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.hidden-camera-input{display:none}.message{margin:0 0 1rem;padding:.75rem;border-radius:8px}.message.success{background:#ecfdf5;color:#065f46}.message.error{background:#fef2f2;color:#991b1b}.submit-btn{width:100%;border:0;border-radius:999px;background:var(--secondary);color:#fff;font-weight:600;font-size:1rem;padding:.95rem 1rem;cursor:pointer}.submit-btn:disabled{opacity:.7;cursor:wait}
