:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#f3f3f3;background:#111}*{box-sizing:border-box}body{margin:0;background:#111;color:#f3f3f3}[data-theme=dark]{color-scheme:dark}[data-theme=light]{color-scheme:light}a{text-decoration:none}.theme-toggle-btn{position:fixed;top:.9rem;right:.9rem;z-index:1200;border:1px solid #3a3a3a;border-radius:999px;background:#1f1f1f;color:#f3f3f3;padding:.5rem .75rem;font-size:.8rem;font-weight:700;line-height:1;cursor:pointer}.theme-toggle-btn:hover{border-color:#4169e1}.page{min-height:100vh;max-width:1100px;margin:0 auto;padding:1rem}.page-header{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem}.header-actions{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.eyebrow{margin:0;color:#4169e1;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.eyebrow.brand-mark{display:inline-flex;align-items:center;gap:.45rem;font-size:1.2rem!important;font-weight:800;text-transform:none;letter-spacing:.01em;line-height:1.1}.brand-icon{width:1.7rem;height:1.7rem;flex-shrink:0}h1{margin:.2rem 0 .4rem;font-size:1.7rem}h2,h3{margin:0}.muted{margin:0;color:#b8b8b8}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:.6rem;background:#4169e1;color:#fff;padding:.7rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer}.btn:hover{background:#3558c7}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#2c2c2c}.btn-danger{background:#b22222}.btn-danger:hover{background:#8f1a1a}.btn-small{padding:.45rem .7rem;font-size:.82rem}.status{margin:0;padding:.8rem 1rem;border-radius:.65rem;background:#1e1e1e;color:#ccc}.status.error{border:1px solid #4169e1;color:#afc2ff}.calendar-section{margin-top:.8rem}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.8rem}.calendar-year{font-size:1.1rem;font-weight:700}.year-calendar{display:grid;gap:.8rem}.month-card{background:#1e1e1e;border:1px solid #303030;border-radius:.8rem;padding:.75rem}.month-card h3{margin-bottom:.5rem;color:#9db5ff;font-size:1rem}.weekday-row,.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.3rem}.weekday-cell{color:#9f9f9f;font-size:.72rem;text-align:center;padding:.2rem 0}.calendar-empty{min-height:2.2rem}.calendar-day{border:1px solid #3a3a3a;border-radius:.45rem;min-height:2.2rem;padding:.2rem;background:#161616;color:#f3f3f3;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.12rem}.calendar-day:hover{border-color:#4169e1}.calendar-day.is-today{border-color:#4169e1;box-shadow:0 0 0 1px #4169e173}.calendar-day.is-selected{border-color:#4169e1;background:#1d2b5a}.calendar-day.has-events{background:#16224b}.calendar-day.has-events.is-selected{background:#243672}.day-number{font-size:.78rem;line-height:1}.day-count{min-width:1.1rem;padding:.06rem .28rem;border-radius:999px;background:#f2efe8;color:#000;font-size:.66rem;font-weight:700;line-height:1.1;text-align:center}.event-list{display:grid;gap:.8rem;margin-top:1rem}.event-card{background:#1e1e1e;border:1px solid #303030;border-radius:.8rem;padding:1rem}.event-card-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.65rem;flex-wrap:wrap}.event-card h2{margin:0;color:#fff;font-size:1.1rem}.event-type-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.22rem .55rem;font-size:.72rem;font-weight:700;letter-spacing:.02em}.event-type-cars-coffee{background:#4169e133;color:#c7d6ff;border:1px solid rgba(65,105,225,.45)}.event-type-cruise-night{background:#56a3ff33;color:#9ac9ff;border:1px solid rgba(86,163,255,.45)}.event-type-car-show{background:#4169e133;color:#b6cbff;border:1px solid rgba(65,105,225,.5)}.event-type-meet{background:#62dd8333;color:#9ef3b7;border:1px solid rgba(98,221,131,.4)}.event-type-other{background:#aaa3;color:#d0d0d0;border:1px solid rgba(170,170,170,.35)}.event-image-link{display:block;margin-bottom:.75rem;border:1px solid #353535;border-radius:.6rem;overflow:hidden;background:#121212}.event-image{width:100%;height:auto;max-height:520px;object-fit:contain;display:block}.event-line{margin:.3rem 0;color:#cbcbcb}.event-line span{color:#4169e1;font-weight:600}.location-link{color:#f4f4f4;text-decoration:underline;text-decoration-color:#4169e1a6;text-underline-offset:2px}.location-link:hover{color:#b8caff}.event-description{margin-top:.75rem;color:#aeadad}.card-actions{margin-top:.9rem;display:flex;justify-content:flex-end}.day-events-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:flex-end;justify-content:stretch;z-index:1000}.day-events-panel{width:100%;height:min(70vh,720px);max-height:92vh;background:#171717;border-top:1px solid #343434;border-top-left-radius:1rem;border-top-right-radius:1rem;display:flex;flex-direction:column;animation:slide-up .18s ease-out;transition:height .14s ease}.day-events-panel.is-dragging{transition:none}.day-events-panel.is-dragging,.day-events-panel.is-dragging *{-webkit-user-select:none;user-select:none}.day-events-handle{border:0;padding:0;width:52px;height:18px;background:transparent;margin:.55rem auto .35rem;cursor:ns-resize;touch-action:none}.day-events-handle:before{content:"";display:block;width:42px;height:4px;border-radius:999px;background:#555;margin:7px auto 0}.day-events-handle:hover:before,.day-events-handle.is-dragging:before{background:#7f93d8}.day-events-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:0 1rem .8rem;border-bottom:1px solid #2e2e2e}.day-events-header h2{font-size:1.05rem}.day-events-close{border:1px solid #3a3a3a;background:#222;color:#fff;width:2rem;height:2rem;border-radius:999px;cursor:pointer;font-size:1.1rem;line-height:1}.day-events-close:hover{border-color:#4169e1}.day-events-content{flex:1;overflow-y:auto;padding:.9rem 1rem}.day-events-list{margin-top:0}.day-events-footer{padding:.8rem 1rem 1rem;border-top:1px solid #2e2e2e}.day-events-footer .btn{width:100%}.form-card{background:#1e1e1e;border:1px solid #303030;border-radius:.8rem;padding:1rem;display:grid;gap:.85rem}label{display:grid;gap:.35rem;color:#ddd;font-size:.92rem}input,select,textarea{width:100%;border:1px solid #353535;border-radius:.55rem;padding:.7rem .75rem;font:inherit;background:#121212;color:#f4f4f4}input:focus,select:focus,textarea:focus{outline:none;border-color:#4169e1;box-shadow:0 0 0 2px #4169e12e}textarea{resize:vertical;min-height:120px}.actions{display:flex;flex-wrap:wrap;gap:.6rem}.form-row{display:grid;gap:.8rem}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:640px){.page{padding:1.4rem}.page-header{flex-direction:row;align-items:flex-end;justify-content:space-between}.year-calendar{grid-template-columns:repeat(2,minmax(0,1fr))}.form-row{grid-template-columns:1fr 1fr}}@media(min-width:980px){.year-calendar{grid-template-columns:repeat(3,minmax(0,1fr))}}.auth-page{display:grid;align-content:center}.auth-header{align-items:flex-start}.auth-card{max-width:520px}.signed-in{margin-top:.35rem;font-size:.84rem}.form-note{margin:-.2rem 0 0;color:#9f9f9f;font-size:.86rem}.date-input-wrap{position:relative}.date-input-wrap input[type=date]{padding-right:2.8rem}.date-picker-trigger{position:absolute;top:50%;right:.4rem;transform:translateY(-50%);width:2rem;height:2rem;border:1px solid #3b3b3b;border-radius:.5rem;background:#1f1f1f;color:#ececec;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.date-picker-trigger:hover{border-color:#4169e1;color:#b8caff}.date-picker-trigger svg{width:1rem;height:1rem}.flyer-preview-wrap{display:grid;gap:.6rem;margin-top:-.1rem}.flyer-preview-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.flyer-preview-image{width:100%;height:auto;max-height:520px;object-fit:contain;border-radius:.7rem;border:1px solid #353535;background:#121212;display:block}.series-pill{display:inline-flex;margin:0 0 .7rem;padding:.16rem .55rem;border-radius:999px;border:1px solid rgba(145,171,255,.5);background:#91abff26;color:#cddcff;font-size:.72rem;font-weight:700}.card-actions{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-start}.form-static-field{display:grid;gap:.35rem;align-content:end}.form-static-label{color:#ddd;font-size:.92rem}.form-static-value{display:inline-flex;min-height:44px;align-items:center;border:1px solid #353535;border-radius:.55rem;padding:.7rem .75rem;background:#121212;color:#b8b8b8}[data-theme=light] body{background:#eef2f6;color:#1c2530}[data-theme=light] .theme-toggle-btn{border-color:#c9d2df;background:#fff;color:#1f2933;box-shadow:0 1px 5px #0f172a1f}[data-theme=light] .theme-toggle-btn:hover{border-color:#4169e1}[data-theme=light] .muted{color:#5e6977}[data-theme=light] .btn-secondary{background:#e3eaf2;color:#243140}[data-theme=light] .btn-secondary:hover{background:#d6deea}[data-theme=light] .status{background:#fff;color:#3a4654;border:1px solid #d2dbe7}[data-theme=light] .status.error{border-color:#4169e1;color:#2742a8;background:#ecf1ff}[data-theme=light] .month-card,[data-theme=light] .event-card,[data-theme=light] .form-card{background:#fff;border-color:#d2dbe7}[data-theme=light] .month-card h3{color:#4169e1}[data-theme=light] .weekday-cell,[data-theme=light] .form-note,[data-theme=light] .form-static-value{color:#667381}[data-theme=light] .calendar-day{border-color:#c9d3e0;background:#f8fafc;color:#1f2b38}[data-theme=light] .calendar-day.is-selected{border-color:#4169e1;background:#dbe4ff}[data-theme=light] .calendar-day.has-events{background:#eaf0ff}[data-theme=light] .calendar-day.has-events.is-selected{background:#cad8ff}[data-theme=light] .event-card h2{color:#1e2835}[data-theme=light] .event-image-link,[data-theme=light] .flyer-preview-image{border-color:#d2dbe7;background:#f7f9fc}[data-theme=light] .event-line{color:#3f4c5a}[data-theme=light] .location-link{color:#1f2f40}[data-theme=light] .location-link:hover{color:#4169e1}[data-theme=light] .event-description{color:#596775}[data-theme=light] .series-pill{border-color:#4169e159;background:#4169e133;color:#2445a8}[data-theme=light] .day-events-overlay{background:#10182859}[data-theme=light] .day-events-panel{background:#fff;border-top-color:#d2dbe7}[data-theme=light] .day-events-handle{background:transparent}[data-theme=light] .day-events-handle:before{background:#9eabb9}[data-theme=light] .day-events-handle:hover:before,[data-theme=light] .day-events-handle.is-dragging:before{background:#4169e1}[data-theme=light] .day-events-header,[data-theme=light] .day-events-footer{border-color:#d2dbe7}[data-theme=light] .day-events-close{border-color:#c9d3e0;background:#f2f5f9;color:#273341}[data-theme=light] label,[data-theme=light] .form-static-label{color:#2a3744}[data-theme=light] input,[data-theme=light] select,[data-theme=light] textarea,[data-theme=light] .form-static-value{border-color:#c9d3e0;background:#fff;color:#1f2b38}[data-theme=light] .date-picker-trigger{border-color:#c9d3e0;background:#f2f5f9;color:#2f3d4c}
