.ez-wrap{
    --card:#fbf7ef;
    --line:#d9be8f;
    --text:#2e2b26;
    --muted:#7b6d58;
    --accent:#0f766e;
    display:grid;
    grid-template-columns:minmax(320px,420px) minmax(360px,1fr);
    gap:24px;
    align-items:start;
}
.ez-card{background:var(--card);border:1px solid #e5d5ba;border-radius:26px;padding:22px;box-shadow:0 10px 35px rgba(62,42,14,.06);}
.ez-title{font-size:18px;font-weight:700;margin:0 0 8px;color:var(--text);}
.ez-title-small{font-size:16px;margin-bottom:8px;display:block;}
.ez-sub{font-size:14px;color:var(--muted);margin:0 0 16px;}
.ez-badges{display:flex;flex-wrap:wrap;gap:10px;}
.ez-badge{border:1px solid #dcc9a7;background:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;font-weight:600;color:#3a332a;display:inline-flex;align-items:center;gap:8px;}
.ez-badge.active{background:#0f766e;color:#fff;border-color:#0f766e;}
.ez-dot{width:10px;height:10px;border-radius:50%;display:inline-block;}
.ez-current{margin-top:16px;padding:14px 16px;border:1px dashed #e4cb9a;border-radius:16px;background:#fffdf8;}
.ez-map-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;}
.ez-btn{border:1px solid #d6bd8f;background:#fff9ef;color:#5c4a2e;border-radius:16px;padding:10px 14px;font-weight:700;cursor:pointer;}
.ez-btn-primary{background:#0f766e;color:#fff;border-color:#0f766e;}
.ez-btn:disabled{opacity:.5;cursor:not-allowed;}
.ez-map-box{background:linear-gradient(180deg,#fffdf8,#f8f0e2);border:1px solid #ead9b8;border-radius:28px;padding:18px;position:relative;}
.ez-image-wrap{position:relative;max-width:420px;margin:0 auto;cursor:crosshair;}
.ez-body-image{width:100%;max-height:680px;object-fit:contain;display:block;border-radius:24px;user-select:none;-webkit-user-drag:none;filter:contrast(.96) brightness(1.03);}
.ez-points-layer{position:absolute;inset:0;pointer-events:none;}
.ez-point{position:absolute;width:18px;height:18px;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px rgba(255,255,255,.75), 0 6px 18px rgba(0,0,0,.15);cursor:pointer;pointer-events:auto;}
.ez-list{margin-top:18px;padding:14px;border:1px dashed #e4cb9a;border-radius:18px;background:#fffdf8;}
.ez-list-title{font-weight:700;margin-bottom:10px;}
.ez-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f0e4cf;}
.ez-item:last-child{border-bottom:none;}
.ez-item-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.ez-small{font-size:13px;color:var(--muted);}
.ez-reflection{margin-top:16px;}
.ez-reflection-below{margin-top:22px;}
.ez-reflection textarea{width:100%;min-height:180px;border-radius:16px;border:1px solid #decaa3;padding:14px;font:inherit;background:#fffdf8;}
.ez-help{display:flex;align-items:center;gap:10px;margin-top:14px;}
.ez-actions{display:flex;gap:10px;align-items:center;margin-top:16px;}
.ez-login{padding:18px;border:1px solid #ecd8b2;border-radius:20px;background:#fffaf2;}
.ez-modal{position:fixed;inset:0;background:rgba(24,18,9,.42);display:none;align-items:center;justify-content:center;z-index:99999;padding:16px;}
.ez-modal.open{display:flex;}
.ez-modal-card{width:min(520px,100%);background:#fffdf8;border-radius:24px;padding:22px;border:1px solid #e6d4b4;box-shadow:0 20px 60px rgba(0,0,0,.18);}
.ez-modal-title{margin:0 0 14px;}
.ez-modal-emotion-row{margin-bottom:14px;}
.ez-field label{display:block;font-weight:700;margin-bottom:8px;color:#403628;}
.ez-field input[type="range"], .ez-field textarea{width:100%;}
.ez-field textarea{min-height:90px;border-radius:14px;border:1px solid #decaa3;padding:12px;font:inherit;background:#fff;}
.ez-field-top{margin-top:14px;}
.ez-range-value{font-weight:700;color:#0f766e;}
.ez-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;flex-wrap:wrap;}
.ez-status{margin-top:12px;font-size:14px;color:#0f766e;font-weight:700;}
@media (max-width: 980px){.ez-wrap{grid-template-columns:1fr;}}
