body.light{--background-color: #ffffff;--text-color: #333333;--section-background: #f9f9f9;--text-color-darkened: #222222;--heading-color: #222222;--primary-color: #007bff;--button-hover-bg: #0056b3;--hover-text-color: #000000;--border-color: #2c2c2c;--drag-over-bg: #e0f7fa;--inverse-background-color: #2c2c2c;--inverse-text-color: #f5f5f5;--icon-color: #000000;--hover-delete-bg: #ffe5e5;--hover-delete-text: #ff5555;--hover-delete-hover-bg: #ffd1d1;--hover-delete-hover-text: #cc4444;--calendar-bg-color: #ffffff;--calendar-text-color: #000000;--calendar-border-color: #dcdcdc;--calendar-header-bg: #007bff;--calendar-header-text: #ffffff;--calendar-selected-bg: #28a745;--calendar-selected-text: #ffffff}body.dark{--background-color: #2c2c2c;--text-color: #f5f5f5;--section-background: #3c3c3c;--text-color-darkened: #e0e0e0;--heading-color: #e2e2e2;--primary-color: #1a73e8;--button-hover-bg: #135bb5;--hover-text-color: #ffffff;--border-color: #e0e0e0;--drag-over-bg: #004d40;--inverse-background-color: #ffffff;--inverse-text-color: #333333;--icon-color: #FFFFFF;--hover-delete-bg: #330000;--hover-delete-text: #ff9999;--hover-delete-hover-bg: #550000;--hover-delete-hover-text: #cc7777;--calendar-bg-color: #2e2e2e;--calendar-text-color: #ffffff;--calendar-border-color: #555555;--calendar-header-bg: #1a73e8;--calendar-header-text: #ffffff;--calendar-selected-bg: #5cb85c;--calendar-selected-text: #ffffff}body{background-color:var(--background-color);color:var(--text-color);margin:0}a{color:var(--text-color);text-decoration:none;transition:color .3s ease-in-out}a:hover{color:var(--hover-text-color);text-decoration:underline}.primary-button{background-color:var(--primary-color);color:var(--text-color);padding:10px 20px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out}.primary-button:hover{background-color:var(--button-hover-bg);color:var(--background-color);box-shadow:0 2px 5px #0003}iframe{display:none!important}:root{--drag-over-bg: #e0f7fa}
