:root{--athena-ink:#17332d;--athena-muted:#63736f;--athena-line:#dce8e3;--athena-green:#19785f;--athena-green-dark:#0f5e49;--athena-mint:#e9f5ef;--athena-blue:#2878b7;--athena-red:#b8424a;--athena-bg:#f5f8f7;--athena-white:#fff;--athena-shadow:0 12px 34px rgba(18,62,51,.09)}
.athena{max-width:1240px;margin:2rem auto;color:var(--athena-ink);font-family:inherit}.athena *{box-sizing:border-box}.athena h1,.athena h2,.athena h3{color:var(--athena-ink);line-height:1.15;margin-top:0}.athena p{line-height:1.55}.athena-hero{display:flex;justify-content:space-between;gap:2rem;align-items:center;padding:2.4rem;border-radius:24px;background:linear-gradient(125deg,#103e33,#247f65);color:#fff;box-shadow:var(--athena-shadow);margin-bottom:1.4rem}.athena-hero.compact{padding:1.7rem 2rem}.athena-hero h1{font-size:clamp(2rem,4vw,3.4rem);margin:.2rem 0;color:#fff}.athena-hero p{margin:0;color:#d9f0e7}.athena-eyebrow{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800;color:#9fe0c7}.athena-live{white-space:nowrap;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:.65rem 1rem;font-size:.86rem}.athena-live:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#7df0bc;margin-right:.5rem;box-shadow:0 0 0 4px rgba(125,240,188,.16)}
.athena-tabs{display:flex;gap:.45rem;overflow:auto;margin:0 0 1.5rem;padding:.35rem;background:#fff;border:1px solid var(--athena-line);border-radius:14px}.athena-tabs a{flex:1;min-width:max-content;text-align:center;text-decoration:none!important;color:var(--athena-muted);padding:.78rem 1rem;border-radius:10px;font-weight:700}.athena-tabs a.active,.athena-tabs a:hover{background:var(--athena-mint);color:var(--athena-green-dark)}
.athena-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1rem}.athena-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem;margin-bottom:1rem}.athena-kpi,.athena-card,.athena-panel,.athena-row,.athena-summary{background:#fff;border:1px solid var(--athena-line);border-radius:16px;box-shadow:0 5px 18px rgba(18,62,51,.045)}.athena-kpi{padding:1.2rem}.athena-kpi strong{display:block;font-size:2rem;color:var(--athena-green)}.athena-kpi span{color:var(--athena-muted);font-size:.85rem}.athena-card{display:block;padding:1.35rem;color:inherit!important;text-decoration:none!important}.athena-card h2,.athena-card h3{margin:.5rem 0}.athena-card p{color:var(--athena-muted);margin:.4rem 0}.athena-card-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--athena-mint);color:var(--athena-green);font-weight:900}.athena-card-top,.athena-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.athena-heading{margin:1.7rem 0 .8rem}.athena-heading h2{margin-bottom:.25rem}.athena-heading p{margin:0;color:var(--athena-muted)}.athena-panel{padding:1.3rem;margin-bottom:1rem}.athena-panel h3{margin-bottom:1rem}.athena-meta,.athena-count{font-size:.87rem;color:var(--athena-muted)}
.athena-form{display:flex;flex-direction:column;gap:.9rem}.athena-form.inline{flex-direction:row;align-items:end;flex-wrap:wrap}.athena-form-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr))}.athena-form label{display:flex;flex-direction:column;gap:.35rem;color:var(--athena-ink);font-size:.85rem;font-weight:700}.athena-form input,.athena-form select{width:100%;min-height:43px;padding:.62rem .72rem;border:1px solid #cbdad4;border-radius:9px;background:#fff;color:#1b302b;font:inherit}.athena-form input:focus,.athena-form select:focus{outline:3px solid rgba(25,120,95,.15);border-color:var(--athena-green)}.athena-form small{font-weight:400;color:var(--athena-muted)}.athena-check{flex-direction:row!important;align-items:center!important;align-self:center}.athena-check input{width:auto;min-height:auto}.athena-weekdays{grid-column:span 2;border:1px solid var(--athena-line);border-radius:10px;padding:.7rem;display:flex;gap:.8rem;flex-wrap:wrap}.athena-weekdays legend{font-size:.82rem;font-weight:800}.athena-weekdays label{flex-direction:row;align-items:center}.athena-weekdays input{min-height:auto;width:auto}.athena-form-actions{display:flex;align-items:center;gap:1rem}.athena-btn{display:inline-flex;justify-content:center;align-items:center;min-height:43px;padding:.65rem 1.05rem;border:0;border-radius:9px;background:var(--athena-green);color:#fff!important;text-decoration:none!important;font-weight:800;cursor:pointer}.athena-btn:hover{background:var(--athena-green-dark)}.athena-btn.secondary{background:#e7efec;color:var(--athena-ink)!important}.athena-btn.danger{background:var(--athena-red)}.athena-link,.athena-actions a{color:var(--athena-green-dark)!important;font-weight:700;text-decoration:none!important}.athena-danger-link{border:0;background:none;color:var(--athena-red);font-weight:700;padding:0;cursor:pointer}.athena-actions{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.athena-actions form{margin:0}.athena-list{display:flex;flex-direction:column;gap:.7rem}.athena-row{padding:1rem 1.15rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}.athena-row h3{margin:.45rem 0 .2rem;font-size:1.08rem}.athena-row p{margin:.2rem 0}.athena-row.is-block{border-left:4px solid var(--athena-red)}.athena-badge{display:inline-block;padding:.24rem .5rem;border-radius:999px;font-size:.7rem;font-weight:800;background:#edf1ef;color:#56645f}.athena-badge.ok{background:#ddf5ea;color:#126747}.athena-badge.danger{background:#fbe4e6;color:#a12d37}.athena-badge.info{background:#e2f0fa;color:#175f91}.athena-badge.muted{background:#edf1ef;color:#68736f}.athena-blockday{border-color:#f0d0d3}.athena-customer{overflow-wrap:anywhere}
.athena-booking-grid{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(300px,1.25fr);gap:1rem}.athena-summary{padding:1.4rem;background:var(--athena-mint)}.athena-summary dl{margin:0}.athena-summary dl div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid #cfe2d9}.athena-summary dt{color:var(--athena-muted)}.athena-summary dd{margin:0;font-weight:800;text-align:right}.athena-success{text-align:center;padding:3rem 1rem;background:var(--athena-mint);border-radius:20px}.athena-success>span{display:grid;place-items:center;width:64px;height:64px;margin:auto auto 1rem;border-radius:50%;background:var(--athena-green);color:white;font-size:2rem}.athena-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.athena-calendar{margin:2.5rem 0;padding:clamp(1rem,3vw,2rem);border:1px solid var(--athena-line);border-radius:22px;background:var(--athena-bg);box-shadow:var(--athena-shadow);color:var(--athena-ink)}.athena-calendar-head,.athena-calendar-toolbar,.athena-calendar-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}.athena-calendar-head h2{margin:.2rem 0 .35rem}.athena-calendar-head p{margin:0;color:var(--athena-muted)}.athena-calendar-legend{display:flex;gap:.8rem;font-size:.78rem;white-space:nowrap}.athena-calendar-legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.3rem}.athena-calendar-legend .is-free{background:var(--athena-blue)}.athena-calendar-legend .is-busy{background:#c3cbc8}.athena-calendar-toolbar{margin:1.25rem 0}.athena-calendar-toolbar label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:800}.athena-calendar-toolbar select{min-width:230px;padding:.65rem;border:1px solid #cbdad4;border-radius:9px;background:#fff}.athena-next{display:flex;flex-direction:column;align-items:flex-end;color:var(--athena-green-dark)!important;text-decoration:none!important}.athena-next small{color:var(--athena-muted)}.athena-calendar-nav{padding:.75rem 0}.athena-calendar-nav button{width:40px;height:40px;border:1px solid var(--athena-line);border-radius:50%;background:#fff;color:var(--athena-ink);font-size:1.5rem;cursor:pointer}.athena-calendar-nav button:disabled{opacity:.35;cursor:not-allowed}.athena-calendar-range{text-align:center}.athena-calendar-message{padding:1rem;text-align:center;color:var(--athena-muted)}.athena-calendar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.athena-day{min-height:170px;background:#fff;border:1px solid var(--athena-line);border-radius:13px;padding:.7rem}.athena-day header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #eef3f1;padding-bottom:.55rem;margin-bottom:.55rem}.athena-day header strong{font-size:1.3rem}.athena-day header span{text-transform:capitalize;color:var(--athena-muted);font-size:.77rem}.athena-slots{display:flex;flex-direction:column;gap:.38rem}.athena-slot{display:flex;justify-content:space-between;align-items:center;gap:.45rem;padding:.5rem .58rem;border-radius:8px;background:#edf1ef;color:#74807c;font-size:.78rem;text-decoration:none!important}.athena-slot.is-free{background:#e2eff9;color:#155b8b!important;border:1px solid #c0dcf0;font-weight:800}.athena-slot.is-free:hover{background:#cee5f5}.athena-slot small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.athena-empty{color:#98a29f;font-size:.78rem}.athena-more{border:0;background:none;color:var(--athena-green);font-size:.75rem;font-weight:800;cursor:pointer}
@media(max-width:1000px){.athena-kpis{grid-template-columns:repeat(3,1fr)}.athena-form-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.athena-calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.athena{margin:1rem auto}.athena-hero,.athena-calendar-head,.athena-calendar-toolbar{align-items:flex-start;flex-direction:column}.athena-live{align-self:flex-start}.athena-kpis{grid-template-columns:repeat(2,1fr)}.athena-form-grid,.athena-booking-grid{grid-template-columns:1fr}.athena-weekdays{grid-column:auto}.athena-form.inline{align-items:stretch;flex-direction:column}.athena-form.inline>*{width:100%}.athena-row{align-items:flex-start;flex-direction:column}.athena-calendar-legend{white-space:normal}.athena-calendar-toolbar select{min-width:0;width:100%}.athena-next{align-items:flex-start}.athena-calendar-grid{grid-template-columns:1fr}.athena-day{min-height:0}}

.athena-link-button{border:0;background:none;color:var(--athena-green-dark);font-weight:700;padding:0;cursor:pointer}.athena-blockslot{border-color:#c9dceb}.athena-custom-holiday{border-color:#cfe2d9}.athena-holiday-row.is-closed{border-left:4px solid var(--athena-red)}.athena-holiday-row.is-open{border-left:4px solid var(--athena-green)}.athena-day.is-holiday{background:#fff7f7;border-color:#efd1d4}.athena-holiday-note{display:flex;flex-direction:column;gap:.2rem;padding:.75rem;border-radius:9px;background:#fbe4e6;color:#8d2730;font-size:.78rem}.athena-holiday-note strong{font-size:.86rem}.athena-holiday-note small{color:#a54b53}