:root{--ink:#3f2b2b;--muted:#786664;--cream:#fffaf5;--coral:#e45f48;--coral-dark:#c94531;--line:#ebdfd8;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--cream)}*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;min-width:320px;background:var(--cream)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}header{height:78px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #efe4dd}.brand{display:flex;align-items:center;font-family:"Libre Caslon Text",serif;font-weight:700;font-size:19px}.brand span{display:grid;place-items:center;width:36px;height:36px;margin-right:9px;border-radius:12px;background:var(--coral);color:white}.account{display:flex;gap:13px;align-items:center;font-size:12px}.account button,.code-row button{border:1px solid var(--line);border-radius:999px;background:white;padding:9px 14px;color:var(--ink);font-weight:700}.eyebrow{color:var(--coral-dark);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.state-card{max-width:650px;margin:100px auto;padding:50px;text-align:center;background:white;border:1px solid var(--line);border-radius:28px}.state-card h1,.welcome h1,.events-section h2,dialog h2{font-family:"Libre Caslon Text",serif;letter-spacing:-.04em}.state-card h1{font-size:46px}.state-card p,.welcome p,.empty-card p{color:var(--muted);line-height:1.7}.primary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border:1px solid var(--coral);border-radius:999px;background:var(--coral);color:#fff;font-weight:700}.primary:hover{background:var(--coral-dark)}main{max-width:1180px;margin:auto;padding:70px 28px 100px}.welcome{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end;padding:25px 0 70px}.welcome h1{max-width:760px;margin:15px 0 20px;font-size:clamp(48px,6vw,76px);line-height:1}.welcome p{max-width:680px;font-size:17px}.events-section h2{font-size:39px;margin:10px 0 28px}.empty-card{padding:65px 25px;text-align:center;background:white;border:1px dashed #d9c9c1;border-radius:25px}.empty-card>div{font-size:40px;color:var(--coral)}.empty-card h3{font-family:"Libre Caslon Text",serif;font-size:27px;margin:13px}.event-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.event-card{overflow:hidden;background:white;border:1px solid var(--line);border-radius:22px;box-shadow:0 15px 45px #5b382f0c}.event-card-cover{height:220px;background:linear-gradient(135deg,#f2d4c5,#d6b09d);background-size:cover;background-position:center}.event-card-body{padding:24px}.event-card h3{font-family:"Libre Caslon Text",serif;font-size:25px;margin:4px 0 9px}.event-card p{color:var(--muted);font-size:13px}.event-meta{display:flex;justify-content:space-between;gap:12px;color:#927d78;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.card-actions{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}.card-actions a,.card-actions button{border:1px solid var(--line);border-radius:999px;background:white;padding:9px 14px;font-size:11px;font-weight:700}.card-actions .edit{background:var(--ink);color:white}dialog{width:min(620px,calc(100% - 24px));max-height:calc(100vh - 24px);overflow:auto;border:0;border-radius:26px;padding:38px;color:var(--ink);box-shadow:0 30px 90px #35201c55}dialog::backdrop{background:#3e2928a8;backdrop-filter:blur(5px)}dialog h2{font-size:38px;margin:12px 0 22px}.dialog-close{position:absolute;right:15px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f6eee9;font-size:22px}form label{display:flex;flex-direction:column;gap:7px;margin-top:15px;font-size:11px;font-weight:700}form input,form textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px;background:#fffcfa;color:var(--ink)}form textarea{resize:vertical}.code-row{display:flex;gap:8px}.code-row button{white-space:nowrap}form small{color:#927f7b;font-weight:400;line-height:1.5}.upload-box{padding:16px;border:1px dashed #d8c6bd;border-radius:14px;background:#fffaf7}.photo-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.photo-preview img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}.full{width:100%;margin-top:20px}.form-message{min-height:18px;color:#bd4a38;font-size:11px}.progress-wrap{margin-top:16px}.progress{height:8px;overflow:hidden;border-radius:99px;background:#f1e7e1}.progress span{display:block;width:0;height:100%;background:var(--coral);transition:width .2s}.progress-wrap p{margin:7px 0;color:var(--muted);font-size:11px}footer{max-width:1124px;margin:auto;padding:30px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:11px;color:#927f7b}footer small{font-size:9px}@media(max-width:760px){header{height:68px;padding:0 16px}.account span{display:none}main{padding:42px 17px 75px}.welcome{grid-template-columns:1fr;gap:24px;padding-bottom:55px}.welcome h1{font-size:48px}.welcome .primary{width:100%}.event-list{grid-template-columns:1fr}.photo-preview{grid-template-columns:repeat(3,1fr)}dialog{padding:32px 20px}.state-card{margin:55px 16px;padding:38px 22px}.state-card h1{font-size:38px}footer{margin:0 17px;flex-direction:column;gap:10px}.code-row{align-items:stretch}.code-row button{border-radius:11px}}
