.hec-wrap,.hec-wrap *{box-sizing:border-box}.hec-wrap{--hec-primary:#4169e1;--hec-primary-dark:#2f50b8;--hec-text:#19202b;--hec-muted:#667085;--hec-border:#e4e7ec;--hec-soft:#f7f8fb;--hec-success:#16803c;--hec-success-bg:#eaf7ef;--hec-danger:#c9372c;--hec-danger-bg:#fff0ee;--hec-warning:#a15c00;--hec-warning-bg:#fff7e6;max-width:1240px;margin:0 auto;padding:30px 18px 56px;color:var(--hec-text);font-family:inherit}.hec-header{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.hec-header h2,.hec-form-intro h3{margin:4px 0 8px;line-height:1.15}.hec-header h2{font-size:clamp(28px, 4vw, 42px)}.hec-header p,.hec-form-intro p{margin:0;color:var(--hec-muted)}.hec-eyebrow{display:inline-block;color:var(--hec-primary);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hec-hall-picker{min-width:min(320px, 100%)}.hec-hall-picker span,.hec-field>span{display:block;margin-bottom:7px;font-size:13px;font-weight:700}.hec-hall-picker select,.hec-field input,.hec-field textarea{width:100%;border:1px solid var(--hec-border);border-radius:10px;background:#fff;color:var(--hec-text);font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.hec-hall-picker select,.hec-field input{min-height:46px;padding:10px 12px}.hec-field textarea{min-height:132px;padding:12px;resize:vertical}.hec-hall-picker select:focus,.hec-field input:focus,.hec-field textarea:focus{border-color:var(--hec-primary);box-shadow:0 0 0 3px rgb(65 105 225 / .13)}.hec-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:24px;align-items:start}.hec-card{background:#fff;border:1px solid var(--hec-border);border-radius:18px;box-shadow:0 12px 40px rgb(16 24 40 / .06)}.hec-calendar-card{padding:18px;position:sticky;top:24px}.hec-form-card{padding:24px}.hec-calendar-toolbar{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:12px;margin-bottom:18px;text-align:center}.hec-calendar-title{font-size:20px;font-weight:800}.hec-calendar-status{margin-top:3px;color:var(--hec-muted);font-size:13px}.hec-nav{width:42px;height:42px;border:1px solid var(--hec-border);border-radius:10px;background:#fff;color:var(--hec-text);font-size:28px;line-height:1;cursor:pointer}.hec-nav:hover{border-color:var(--hec-primary);color:var(--hec-primary)}.hec-weekdays,.hec-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.hec-weekdays{margin-bottom:8px}.hec-weekdays span{padding:7px 2px;color:var(--hec-muted);font-size:12px;font-weight:800;text-align:center;text-transform:uppercase}.hec-calendar-grid{min-height:390px;transition:opacity .15s ease}.hec-calendar-grid.is-loading{opacity:.55;pointer-events:none}.hec-day{position:relative;min-height:64px;padding:8px;border:1px solid #fff0;border-radius:12px;background:var(--hec-soft);color:var(--hec-text);font:inherit;text-align:left}button.hec-day{cursor:pointer}.hec-day-empty{background:#fff0}.hec-day-number{font-weight:800}.hec-day-label{display:block;margin-top:7px;font-size:10px;font-weight:700}.hec-day.is-available{background:var(--hec-success-bg);color:var(--hec-success);border-color:rgb(22 128 60 / .12)}.hec-day.is-available:hover{border-color:var(--hec-success);transform:translateY(-1px)}.hec-day.is-selected{background:var(--hec-primary);color:#fff;border-color:var(--hec-primary);box-shadow:0 7px 18px rgb(65 105 225 / .25)}.hec-day.is-booked{background:var(--hec-danger-bg);color:var(--hec-danger);opacity:.82}.hec-day.is-past{background:#f6f6f6;color:#a0a6b0;opacity:.7}.hec-day.is-today::after{content:'';position:absolute;top:7px;right:7px;width:6px;height:6px;border-radius:50%;background:currentColor}.hec-legend{display:flex;flex-wrap:wrap;gap:14px 20px;margin-top:18px;color:var(--hec-muted);font-size:12px}.hec-legend span{display:inline-flex;align-items:center;gap:7px}.hec-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.hec-dot-available{background:var(--hec-success)}.hec-dot-selected{background:var(--hec-primary)}.hec-dot-booked{background:var(--hec-danger)}.hec-form-intro{margin-bottom:20px}.hec-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hec-field-full{grid-column:1 / -1}.hec-field em,.hec-consent em{color:var(--hec-danger);font-style:normal}.hec-field input[readonly]{background:#f7f8fa;cursor:default}.hec-consent{display:flex;align-items:flex-start;gap:9px;margin:18px 0;color:var(--hec-muted);font-size:13px;line-height:1.45}.hec-consent input{margin-top:3px}.hec-message{min-height:0;margin-bottom:12px;border-radius:10px;font-size:14px}.hec-message.is-success,.hec-message.is-error{padding:11px 12px}.hec-message.is-success{background:var(--hec-success-bg);color:var(--hec-success)}.hec-message.is-error{background:var(--hec-danger-bg);color:var(--hec-danger)}.hec-submit{width:100%;min-height:50px;border:0;border-radius:11px;background:var(--hec-primary);color:#fff;font:inherit;font-weight:800;cursor:pointer;transition:background .18s ease,transform .18s ease,opacity .18s ease}.hec-submit:hover:not(:disabled){background:var(--hec-primary-dark);transform:translateY(-1px)}.hec-submit:disabled{opacity:.48;cursor:not-allowed}@media (max-width:900px){.hec-header{align-items:stretch;flex-direction:column}.hec-layout{grid-template-columns:1fr}.hec-calendar-card{position:static}}@media (max-width:560px){.hec-wrap{padding-inline:10px}.hec-card,.hec-form-card,.hec-calendar-card{border-radius:14px}.hec-form-card,.hec-calendar-card{padding:14px}.hec-weekdays,.hec-calendar-grid{gap:4px}.hec-calendar-grid{min-height:340px}.hec-day{min-height:52px;padding:6px;border-radius:9px}.hec-day-label{display:none}.hec-form-grid{grid-template-columns:1fr}.hec-field-full{grid-column:auto}}