@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;600;700;800&display=swap";:root{color:#283127;background:#f7f1e7;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at top,#fffdf8 0,#f7f1e7 55%,#eee5d7 100%);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}h1,h2{color:#344132;font-family:Cormorant Garamond,Georgia,serif}.page-shell,.panel-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.hero-card,.panel{text-align:center;background:#ffffffe0;border:1px solid #ffffffe6;border-radius:32px;width:min(720px,100%);padding:clamp(28px,6vw,64px);position:relative;box-shadow:0 24px 70px #48524129}.panel.wide{text-align:left;width:min(1100px,100%)}.heart-badge,.big-icon{color:#6f8069;width:68px;height:68px;margin:0 auto 20px}.heart-badge{background:#e8efe4;border-radius:999px;place-items:center;display:grid}.heart-badge svg{width:30px}.eyebrow{color:#a18142;letter-spacing:.24em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800}h1{margin:0;font-size:clamp(42px,8vw,72px);line-height:.96}h2{margin:0;font-size:clamp(30px,5vw,48px)}.divider{background:#c8aa6b;width:90px;height:1px;margin:28px auto}.intro{color:#536050;max-width:560px;margin:0 auto;font-size:19px;line-height:1.7}.subcopy{color:#697266}.start-form{text-align:left;max-width:440px;margin:34px auto 0}.start-form label{margin-bottom:8px;font-weight:700;display:block}.start-form input{background:#fff;border:1px solid #c7d0c2;border-radius:16px;width:100%;padding:16px 18px}.start-form button,.primary{color:#fff;background:#64745f;border:0;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:14px;padding:16px 20px;font-weight:800;display:flex}.home-links{justify-content:center;gap:18px;margin-top:22px;display:flex}.home-links button{color:#63705e;background:0 0;border:0;text-decoration:underline}.game-shell{width:min(1180px,100%);margin:0 auto;padding:24px 18px 120px}.game-header{justify-content:space-between;align-items:end;gap:18px;padding:12px 4px 22px;display:flex}.timer{background:#e8efe4;border-radius:999px;align-items:center;gap:8px;padding:11px 14px;font-weight:800;display:flex}.hint{background:#ffffffb3;border-radius:14px;align-items:center;gap:9px;margin:0 0 18px;padding:13px 16px;display:flex}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.photo-card{background:#ddd4c6;border-radius:20px;min-height:220px;position:relative;overflow:hidden;box-shadow:0 8px 22px #4852411f}.photo-card.dragging{z-index:10;opacity:.95;box-shadow:0 18px 45px #323c3047}.photo-card img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%;min-height:220px;display:block}.position{z-index:2;color:#fff;background:#293227db;border-radius:999px;place-items:center;width:34px;height:34px;font-weight:800;display:grid;position:absolute;top:10px;left:10px}.drag-handle{z-index:3;color:#fff;touch-action:none;background:#293227bf;border:0;border-radius:12px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:8px;right:8px}.action-bar{z-index:5;background:#fffdf8f0;grid-template-columns:.7fr 1.3fr;gap:10px;padding:12px;display:grid;position:fixed;bottom:0;left:0;right:0}.action-bar button,.secondary{border-radius:15px;justify-content:center;align-items:center;gap:8px;padding:15px 14px;font-weight:800;display:flex}.secondary{color:#52604f;background:#fff;border:1px solid #aab5a5}.full{width:100%;margin-top:10px}.close{background:#eef2eb;border:0;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:18px;right:18px}.score{color:#60705b;margin:28px 0 22px;font-family:Cormorant Garamond,serif;font-size:82px;font-weight:700}.score small{text-transform:uppercase;font:800 14px Inter;display:block}.result-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.result-grid div{background:#f1f4ee;border-radius:18px;padding:18px}.result-grid b{font-size:24px;display:block}.ranking{margin-top:28px}.rank-row{text-align:left;background:0 0;border:0;border-bottom:1px solid #e2e7de;grid-template-columns:50px minmax(140px,1.5fr) minmax(90px,1fr) 90px 100px;align-items:center;gap:12px;width:100%;padding:14px 16px;display:grid}.clickable:hover{background:#f2f5ef}.admin-head{justify-content:space-between;gap:20px;display:flex}.modal-backdrop{z-index:30;background:#191f1894;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.detail{background:#fff;border-radius:24px;width:min(700px,100%);max-height:85vh;padding:34px;position:relative;overflow:auto}.order-list{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.order-list span{background:#f3eee6;border-radius:10px;padding:10px}.order-list .correct{color:#285c31;background:#e1f0df;font-weight:800}@media (min-width:700px){.photo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.photo-card,.photo-card img{min-height:270px}.action-bar{background:0 0;max-width:760px;margin:30px auto 0;position:static}}@media (max-width:720px){.rank-row{grid-template-columns:42px 1fr 84px}.rank-row span:nth-of-type(2){display:none}.rank-row b{grid-column:3}.admin-head{flex-direction:column}.order-list{grid-template-columns:repeat(2,1fr)}}
