:root { --theme-transition: background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease; }
body, body > .bg, .planner-sidebar, .planner-hero, body > main, .card, .cardlite, input, textarea, select, button, .btn { transition: var(--theme-transition); }
.theme-switcher { width:calc(100% - 20px);min-height:48px;display:grid;grid-template-columns:34px minmax(0,1fr) 30px;align-items:center;gap:9px;margin:auto 10px 12px;padding:7px 9px;color:#40382f;text-align:left;background:#f2e9dd;border:1px solid #e3d5c3;border-radius:12px;cursor:pointer; }
.theme-switcher + .planner-sidebar-footer,.theme-switcher + .main-sidebar-footer{margin-top:0}.theme-switcher-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#fffaf3;color:#966a39;font-size:17px}.theme-switcher>span:nth-child(2){min-width:0;display:grid;gap:2px}.theme-switcher strong{font-size:11px}.theme-switcher small{color:#877b6e;font-size:8px}.theme-switcher i{position:relative;width:28px;height:16px;border-radius:999px;background:#d4c6b5}.theme-switcher i::after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#fff;transition:transform .2s ease}.theme-switcher.is-dark i{background:#bd8950}.theme-switcher.is-dark i::after{transform:translateX(12px)}
html[data-theme="dark"] body{color:#ece5db;background:#171513}html[data-theme="dark"] body>.bg,html[data-theme="dark"] .client-portal-public>.bg{background:radial-gradient(circle at 72% 8%,rgba(78,65,51,.28),transparent 34%),linear-gradient(135deg,#161412,#24201c 60%,#151311)}
html[data-theme="dark"] .planner-sidebar{background:rgba(31,28,25,.98);border-color:#4b4035;box-shadow:-12px 22px 60px rgba(0,0,0,.3)}html[data-theme="dark"] .planner-hero{background:rgba(35,31,27,.98);border-color:#4b4035}
html[data-theme="dark"] body>main.wrap,html[data-theme="dark"] body>.dashboard-wrap,html[data-theme="dark"] body>.calendar-wrap,html[data-theme="dark"] .client-portal-public>.cp-shell{background:rgba(27,24,21,.98);border-color:#4b4035;box-shadow:22px 28px 60px rgba(0,0,0,.22)}
html[data-theme="dark"] .planner-hero h1,html[data-theme="dark"] .planner-sidebar-heading h2,html[data-theme="dark"] .planner-hero-context strong,html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] strong{color:#f3ede4}html[data-theme="dark"] p,html[data-theme="dark"] .small,html[data-theme="dark"] small,html[data-theme="dark"] label{color:#bdb3a7}
html[data-theme="dark"] .planner-sidebar-brand,html[data-theme="dark"] .planner-sidebar-footer,html[data-theme="dark"] .main-sidebar-footer,html[data-theme="dark"] .main-sidebar-system,html[data-theme="dark"] .main-admin-heading,html[data-theme="dark"] .settings-step-head{border-color:#4b4035}html[data-theme="dark"] .planner-sidebar-brand img{filter:brightness(1.25) contrast(.9)}
html[data-theme="dark"] .main-sidebar-footer img{filter:invert(1) brightness(1.15)}html[data-theme="dark"] .main-sidebar-system>div{color:#ddd4c9}
html[data-theme="dark"] .planner-sidebar-link,html[data-theme="dark"] .planner-sidebar-footer a,html[data-theme="dark"] .planner-sidebar-footer button{color:#ddd4c9}html[data-theme="dark"] .planner-sidebar-link:hover,html[data-theme="dark"] .planner-sidebar-footer a:hover,html[data-theme="dark"] .planner-sidebar-footer button:hover{background:#3a332d}html[data-theme="dark"] .planner-sidebar-link>span:first-child,html[data-theme="dark"] .planner-sidebar-footer a>span:first-child,html[data-theme="dark"] .planner-sidebar-footer button>span:first-child{background:#40372f;color:#d7a96f}html[data-theme="dark"] .planner-sidebar-link.active{background:#eee6dc;color:#211d19}html[data-theme="dark"] .planner-sidebar-link.active strong{color:#211d19}html[data-theme="dark"] .planner-sidebar-link.active small{color:#6d6257}
html[data-theme="dark"] .theme-switcher{color:#e8dfd5;background:#352f29;border-color:#51463b}html[data-theme="dark"] .theme-switcher-icon{background:#494038;color:#efc58f}html[data-theme="dark"] .theme-switcher small{color:#afa397}
html[data-theme="dark"] .card,html[data-theme="dark"] .cardlite,html[data-theme="dark"] .main-module-grid,html[data-theme="dark"] .main-admin-section,html[data-theme="dark"] .main-module-card,html[data-theme="dark"] .main-admin-grid a,html[data-theme="dark"] .calendar-card,html[data-theme="dark"] .cp-card,html[data-theme="dark"] .cp-stat,html[data-theme="dark"] #settingsCard>.settings-header-row,html[data-theme="dark"] #settingsCard>.admin-status-grid,html[data-theme="dark"] #settingsCard>.settings-step{background:rgba(43,38,33,.9);border-color:#55493d;color:#e9e1d7;box-shadow:none}
html[data-theme="dark"] .main-module-card:hover,html[data-theme="dark"] .main-admin-grid a:hover{background:#39322c}html[data-theme="dark"] .main-list-head,html[data-theme="dark"] .main-module-card,html[data-theme="dark"] .main-admin-grid a{border-color:#4c4238}html[data-theme="dark"] .main-module-icon,html[data-theme="dark"] .main-admin-grid a>span,html[data-theme="dark"] .main-sidebar-date{background:#3c342d;border-color:#55483b}
html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select{color:#eee7df;background:#25211e;border-color:#625344;color-scheme:dark}html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#877c71}html[data-theme="dark"] .btn.secondary,html[data-theme="dark"] button.secondary{color:#e4d9cd;background:#302a25;border-color:#655444}
html[data-theme="dark"] .settings-footer-row,html[data-theme="dark"] .planner-bottom-actionbar,html[data-theme="dark"] .crm-bottom-actionbar,html[data-theme="dark"] .dashboard-bottom-actionbar{background:rgba(38,33,29,.98);border-color:#574a3e}html[data-theme="dark"] .app-modal-box,html[data-theme="dark"] .modal-content{color:#e9e1d7;background:#2b2622;border-color:#5c4d40}html[data-theme="dark"] .app-modal-backdrop{background:rgba(0,0,0,.68)}html[data-theme="dark"] .admin-status-card,html[data-theme="dark"] .footer-image-status,html[data-theme="dark"] .app-settings-tabs,html[data-theme="dark"] .app-settings-section details{background:#332d28;border-color:#574a3e}html[data-theme="dark"] .app-settings-tabs-step{background:rgba(38,33,29,.98)!important}
html[data-theme="dark"] .planner-sticky-status-item,html[data-theme="dark"] .planner-inline-check,html[data-theme="dark"] .planner-sticky-hide-btn,html[data-theme="dark"] .planner-sticky-reopen-btn,html[data-theme="dark"] .pill,html[data-theme="dark"] .main-nav-card{color:#e8dfd5;background:#3a342e;border-color:#5b4d41}html[data-theme="dark"] .planner-sticky-status-item strong,html[data-theme="dark"] .planner-inline-check strong{color:#f2e9df}
@media(max-width:900px){html[data-theme="dark"] .planner-mobile-menu{color:#eee6dc;background:rgba(35,31,27,.98);border-color:#55493d}}
