.calendar-preferences{color:var(--text,#233a30);max-width:760px;min-width:0}
.calendar-preferences h3{font-size:18px;margin:0 0 8px;line-height:1.4}
.calendar-prefs-hint,.calendar-prefs-note,.calendar-prefs-auto small{color:var(--muted,#63766c);line-height:1.6;font-size:13px}
.calendar-prefs-hint{margin:0 0 22px}.calendar-prefs-note{margin:18px 0}
.calendar-prefs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.calendar-prefs-grid label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:650;min-width:0}
.calendar-prefs-grid select{width:100%;max-width:100%;min-width:0;min-height:44px;padding:10px 12px;border:1px solid var(--line,#d4dfd8);border-radius:9px;background:var(--surface,#fff);color:inherit;font:inherit}
.calendar-prefs-auto{display:flex!important;align-items:flex-start;gap:12px;min-height:44px;margin-top:22px;padding:14px;border:1px solid var(--line,#d4dfd8);border-radius:10px;cursor:pointer}
.calendar-prefs-auto input{flex:0 0 auto;width:20px!important;height:20px;min-height:20px;margin:2px 0 0;accent-color:#318463}
.calendar-prefs-auto span{min-width:0}.calendar-prefs-auto strong{display:block;font-size:14px;line-height:1.5}.calendar-prefs-auto small{display:block;margin-top:4px;font-weight:400}
.calendar-prefs-actions{display:flex;flex-wrap:wrap;gap:10px}.calendar-prefs-actions button{min-height:44px;max-width:100%;white-space:normal;line-height:1.4}
.calendar-prefs-status{min-height:24px;margin:12px 0 0;font-size:13px;line-height:1.6;overflow-wrap:anywhere}
.calendar-prefs-status[data-state=failed],.calendar-prefs-status[data-state=saveFailed]{color:var(--danger,#b64141)}
.calendar-preferences button:focus-visible,.calendar-preferences select:focus-visible,.calendar-preferences input:focus-visible{outline:2px solid #479d79;outline-offset:3px}
body.dark .calendar-prefs-grid select{background:#172b21;border-color:#385046}body.dark .calendar-prefs-auto{border-color:#385046}
@media(max-width:600px){.calendar-prefs-grid{grid-template-columns:1fr;gap:16px}.calendar-prefs-actions{flex-direction:column;align-items:stretch}.calendar-prefs-actions button{width:100%}.calendar-prefs-auto{padding:12px}.calendar-prefs-hint{margin-bottom:18px}}
