:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root,:root[data-theme=dark]{color-scheme:dark;color:#ffffffde;background-color:#242424;--card-bg: #1a1a1a;--text-primary: #ffffff;--text-secondary: #b0b0b0;--summary-bg: #2a2a2a;--result-bg: #2a2a2a;--border-color: #444;--table-header-bg: #2a2a2a;--table-header-hover: #333;--table-row-hover: #2a2a2a;--input-bg: #2a2a2a;--advanced-bg: #2a2a2a}:root[data-theme=light]{color-scheme:light;color:#213547;background-color:#fff;--card-bg: #ffffff;--text-primary: #213547;--text-secondary: #1a1a1a;--summary-bg: #f5f5f5;--result-bg: #f5f5f5;--border-color: #ddd;--table-header-bg: #f5f5f5;--table-header-hover: #e5e5e5;--table-row-hover: #f9f9f9;--input-bg: #ffffff;--advanced-bg: #f5f5f5}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}:root,:root[data-theme=dark]{--button-bg: #1a1a1a}:root[data-theme=light]{--button-bg: #f9f9f9}button{background-color:var(--button-bg)}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}a:hover{color:#2e305f}:root[data-theme=light] a:hover{color:#2e305f}.app{min-height:100vh;width:100%}.app-header{padding:2rem 1rem;background:linear-gradient(135deg,#646cff,#535bf2);color:#fff;margin-bottom:2rem}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;text-align:center;gap:2rem}.header-nav{display:flex;gap:.5rem;align-items:center}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:background-color .3s;font-weight:500;white-space:nowrap}.nav-link:hover{background-color:#fff3}.nav-link.active{background-color:#ffffff4d}.header-content>div:nth-child(2){flex:1}.title-with-logo{display:flex;align-items:center;justify-content:center;gap:1rem}.header-logo{width:48px;height:48px;flex-shrink:0}.app-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.header-controls{display:flex;align-items:center;gap:1rem}.language-select{background-color:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:1rem;padding:.5rem 2.5rem .5rem 1rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease,border-color .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.language-select:hover{background-color:#ffffff4d;border-color:#ffffff80}.language-select:focus{outline:none;border-color:#fff9}.language-select option{background:#242424;color:#fff}.theme-toggle{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:1.5rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-toggle:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.theme-toggle:active{transform:scale(.95)}.subtitle{margin:0;font-size:1.1rem;opacity:.95;font-weight:300}.app-main{max-width:1200px;margin:0 auto;padding:0 1.5rem 2rem}.home-container{display:flex;flex-direction:column}.home-content{flex:1}.about-section{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-color)}@media (min-width: 1024px){.app{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;padding-bottom:2rem}.home-container{flex:1;display:flex;flex-direction:column;min-height:0}.home-content{flex:1;min-height:0}.about-section{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border-color);flex-shrink:0}}@media (max-width: 768px){.header-logo{width:40px;height:40px}.app-header h1{font-size:2rem}.subtitle{font-size:1rem}.app-main{padding:0 1rem 2rem}.header-content{flex-direction:column;gap:1rem}.header-nav{order:2}.header-content>div:nth-child(2){order:1}.header-controls{order:3}.header-controls{flex-direction:row;gap:.75rem}.language-select{font-size:.9rem;padding:.4rem 2.2rem .4rem .8rem}.theme-toggle{width:44px;height:44px;font-size:1.3rem}}@media (prefers-color-scheme: light){.app-header{background:linear-gradient(135deg,#646cff,#535bf2)}}.tax-calculator{background:var(--card-bg, #1a1a1a);border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.tax-calculator h2{margin-top:0;margin-bottom:1.5rem;color:var(--text-primary, #ffffff);font-size:1.75rem}.calculator-form{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.calculator-form{grid-template-columns:2fr 1fr 1fr 1fr auto;align-items:end}.calculate-button{margin-top:0;height:fit-content}.form-group{display:flex;flex-direction:column;justify-content:flex-end}}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.form-group label{font-weight:500;color:var(--text-secondary, #e0e0e0);font-size:.95rem}.form-group input,.form-group select{padding:.75rem;border:1px solid var(--border-color, #444);border-radius:8px;background-color:var(--input-bg, #2a2a2a);color:var(--text-primary, #ffffff);font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group select{padding-right:2.5rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.form-group input:focus,.form-group select:focus{outline:none;border-color:#646cff}.form-group input:hover,.form-group select:hover{border-color:#555}.form-group input.input-error{border-color:#f44;animation:shake .3s ease-in-out}.form-group input.input-error:focus{border-color:#f44;box-shadow:0 0 0 3px #ff44441a}.error-message{color:#f44;font-size:.875rem;margin-top:.5rem;padding:.5rem .75rem;background-color:#ff44441a;border-left:3px solid #ff4444;border-radius:4px;animation:slideDown .3s ease-out;display:flex;align-items:center;gap:.5rem;position:absolute;top:100%;left:0;right:0;z-index:10;margin-top:.25rem;box-shadow:0 2px 8px #00000026}.error-message:before{content:"⚠";font-size:1rem}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.calculate-button{padding:.875rem 1.5rem;background-color:#646cff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;margin-top:.5rem}.calculate-button:hover{background-color:#535bf2;transform:translateY(-1px)}.calculate-button:active{transform:translateY(0)}.advanced-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #444)}.advanced-toggle{background:none;border:none;color:var(--text-primary, #ffffff);font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 0;display:flex;align-items:center;gap:.5rem;transition:color .2s}.advanced-toggle:hover{color:#646cff}.advanced-content{margin-top:1rem;padding:1rem;background-color:var(--advanced-bg, #2a2a2a);border-radius:8px}.tax-result{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color, #444)}.tax-result h3{margin-top:0;margin-bottom:1rem;color:var(--text-primary, #ffffff);font-size:1.25rem}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.result-item{padding:1rem;background-color:var(--result-bg, #2a2a2a);border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.result-item.total{background-color:#646cff;color:#fff}.result-label{font-size:.875rem;color:var(--text-secondary, #b0b0b0);font-weight:500}.result-item.total .result-label{color:#ffffffe6}.result-value{font-size:1.5rem;font-weight:700;color:var(--text-primary, #ffffff)}.result-item.total .result-value{color:#fff}@media (prefers-color-scheme: light){:root:not([data-theme=dark]) .tax-calculator{background:#fff;box-shadow:0 2px 8px #0000001a}:root:not([data-theme=dark]) .tax-calculator h2{color:#213547}:root:not([data-theme=dark]) .form-group label{color:#555}:root:not([data-theme=dark]) .form-group input,:root:not([data-theme=dark]) .form-group select{background-color:#f9f9f9;border-color:#ddd;color:#213547}:root:not([data-theme=dark]) .form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23213547' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}:root:not([data-theme=dark]) .form-group input:focus,:root:not([data-theme=dark]) .form-group select:focus{border-color:#646cff}:root:not([data-theme=dark]) .form-group input.input-error{border-color:#f44}:root:not([data-theme=dark]) .form-group input.input-error:focus{border-color:#f44;box-shadow:0 0 0 3px #ff444426}:root:not([data-theme=dark]) .error-message{color:#c00;background-color:#ff444426;border-left-color:#f44}:root:not([data-theme=dark]) .tax-result h3{color:#213547}:root:not([data-theme=dark]) .result-item{background-color:#f5f5f5}:root:not([data-theme=dark]) .result-label{color:#1a1a1a}:root:not([data-theme=dark]) .result-value{color:#213547}:root:not([data-theme=dark]) .advanced-toggle{color:#213547}:root:not([data-theme=dark]) .advanced-toggle:hover{color:#646cff}:root:not([data-theme=dark]) .advanced-content{background-color:#f5f5f5}}:root[data-theme=light] .tax-calculator{background:#fff;box-shadow:0 2px 8px #0000001a}:root[data-theme=light] .tax-calculator h2{color:#213547}:root[data-theme=light] .form-group label{color:#555}:root[data-theme=light] .form-group input,:root[data-theme=light] .form-group select{background-color:#f9f9f9;border-color:#ddd;color:#213547}:root[data-theme=light] .form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23213547' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}:root[data-theme=light] .form-group input:focus,:root[data-theme=light] .form-group select:focus{border-color:#646cff}:root[data-theme=light] .form-group input.input-error{border-color:#f44}:root[data-theme=light] .form-group input.input-error:focus{border-color:#f44;box-shadow:0 0 0 3px #ff444426}:root[data-theme=light] .error-message{color:#c00;background-color:#ff444426;border-left-color:#f44}:root[data-theme=light] .tax-result h3{color:#213547}:root[data-theme=light] .result-item{background-color:#f5f5f5}:root[data-theme=light] .result-label{color:#1a1a1a}:root[data-theme=light] .result-value{color:#213547}:root[data-theme=light] .advanced-toggle{color:#213547}:root[data-theme=light] .advanced-toggle:hover{color:#646cff}:root[data-theme=light] .advanced-content{background-color:#f5f5f5}.compare-page{width:100%}.compare-subtitle{color:var(--text-secondary, #b0b0b0);margin-bottom:1.5rem;font-size:1rem}@media (prefers-color-scheme: light){:root:not([data-theme=dark]) .compare-subtitle{color:#1a1a1a}}:root[data-theme=light] .compare-subtitle{color:#1a1a1a}.tax-result-display{background:var(--card-bg, #1a1a1a);border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.tax-result-display h3{margin-top:0;margin-bottom:1.5rem;color:var(--text-primary, #ffffff);font-size:1.5rem}.result-info{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem;background-color:var(--result-bg, #2a2a2a);border-radius:8px}.info-item{display:flex;gap:2rem}.info-label{font-size:.9rem;color:var(--text-secondary, #b0b0b0);font-weight:500}.info-value{font-size:1rem;font-weight:600;color:var(--text-primary, #ffffff)}.tax-table-container{overflow-x:auto;margin-bottom:1.5rem}.tax-table{width:100%;border-collapse:collapse;background-color:var(--card-bg, #1a1a1a);border-radius:8px;overflow:hidden}.tax-table thead{background-color:var(--table-header-bg, #2a2a2a)}.tax-table th{padding:1rem;text-align:left;font-weight:600;color:var(--text-primary, #ffffff);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border-color, #444)}.tax-table td{padding:1rem;border-bottom:1px solid var(--border-color, #333);color:var(--text-primary, #ffffff)}.tax-table tbody tr{transition:background-color .2s}.tax-table tbody tr:hover{background-color:var(--table-row-hover, #2a2a2a)}.tax-table .tax-amount{font-weight:600;color:#646cff}.tax-summary{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1.5rem;background-color:var(--summary-bg, #2a2a2a);border-radius:8px}.additional-tax-info{margin-bottom:1.5rem;padding:1.5rem;background-color:var(--summary-bg, #2a2a2a);border-radius:8px}.additional-tax-info h4{margin-top:0;margin-bottom:1rem;color:var(--text-primary, #ffffff);font-size:1.1rem;font-weight:600}.info-grid{display:flex;gap:8rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.summary-row.highlight{padding:1rem;background-color:#646cff;border-radius:8px;margin:.5rem -.5rem -.5rem}.summary-label{font-size:1rem;color:var(--text-secondary, #b0b0b0);font-weight:500}.summary-row.highlight .summary-label{color:#ffffffe6;font-size:1.1rem}.summary-value{font-size:1.25rem;font-weight:700;color:var(--text-primary, #ffffff)}.summary-row.highlight .summary-value{color:#fff;font-size:1.5rem}.add-to-history-button{width:100%;padding:1rem;background-color:#646cff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s,transform .1s}.add-to-history-button:hover{background-color:#535bf2;transform:translateY(-1px)}.add-to-history-button:active{transform:translateY(0)}.plus-icon{font-size:1.5rem;font-weight:300;line-height:1}@media (max-width: 768px){.tax-table{font-size:.875rem}.tax-table th,.tax-table td{padding:.75rem .5rem}.result-info{flex-direction:column}}@media (prefers-color-scheme: light){:root:not([data-theme=dark]) .tax-result-display{background:#fff;box-shadow:0 2px 8px #0000001a}:root:not([data-theme=dark]) .tax-result-display h3{color:#213547}:root:not([data-theme=dark]) .result-info{background-color:#f5f5f5}:root:not([data-theme=dark]) .info-label{color:#1a1a1a}:root:not([data-theme=dark]) .info-value{color:#213547}:root:not([data-theme=dark]) .tax-table thead{background-color:#f5f5f5}:root:not([data-theme=dark]) .tax-table th{color:#213547;border-bottom-color:#ddd}:root:not([data-theme=dark]) .tax-table td{color:#213547;border-bottom-color:#eee}:root:not([data-theme=dark]) .tax-table tbody tr:hover{background-color:#f9f9f9}:root:not([data-theme=dark]) .tax-table .tax-amount{color:#646cff}:root:not([data-theme=dark]) .tax-summary{background-color:#f5f5f5}:root:not([data-theme=dark]) .summary-label{color:#1a1a1a}:root:not([data-theme=dark]) .summary-value{color:#213547}:root:not([data-theme=dark]) .additional-tax-info{background-color:#f5f5f5}:root:not([data-theme=dark]) .additional-tax-info h4{color:#213547}}:root[data-theme=light] .tax-result-display{background:#fff;box-shadow:0 2px 8px #0000001a}:root[data-theme=light] .tax-result-display h3{color:#213547}:root[data-theme=light] .result-info{background-color:#f5f5f5}:root[data-theme=light] .info-label{color:#1a1a1a}:root[data-theme=light] .info-value{color:#213547}:root[data-theme=light] .tax-table thead{background-color:#f5f5f5}:root[data-theme=light] .tax-table th{color:#213547;border-bottom-color:#ddd}:root[data-theme=light] .tax-table td{color:#213547;border-bottom-color:#eee}:root[data-theme=light] .tax-table tbody tr:hover{background-color:#f9f9f9}:root[data-theme=light] .tax-table .tax-amount{color:#646cff}:root[data-theme=light] .tax-summary{background-color:#f5f5f5}:root[data-theme=light] .additional-tax-info{background-color:#f5f5f5}:root[data-theme=light] .additional-tax-info h4{color:#213547}.tax-history{background:var(--card-bg, #1a1a1a);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.tax-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.tax-history h3{margin:0;color:var(--text-primary, #ffffff);font-size:1.5rem}.clear-history-button{padding:.5rem 1rem;background-color:#f44;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.clear-history-button:hover{background-color:#c00;transform:translateY(-1px)}.clear-history-button:active{transform:translateY(0)}.empty-message{color:var(--text-secondary, #888);text-align:center;padding:2rem;font-style:italic}.comparison-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;background-color:var(--summary-bg, #2a2a2a);border-radius:8px}.take-home-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;background-color:var(--summary-bg, #2a2a2a);border-radius:8px}.property-tax-toggle{grid-column:1 / -1;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color, #444)}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--text-primary, #ffffff);font-size:.95rem;font-weight:500}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#646cff}.summary-item{display:flex;flex-direction:column;gap:.5rem}.summary-item.difference{background-color:#646cff;padding:1rem;border-radius:8px;color:#fff}.summary-label{font-size:.875rem;color:var(--text-secondary, #b0b0b0);font-weight:500}.summary-item.difference .summary-label{color:#ffffffe6}.summary-value{font-size:1.5rem;font-weight:700;color:var(--text-primary, #ffffff)}.summary-item.difference .summary-value{color:#fff;font-size:1.75rem}.summary-detail{font-size:.8rem;color:var(--text-secondary, #999);font-style:italic}.history-table-container{overflow-x:auto}.history-table{width:100%;border-collapse:collapse;margin-top:1rem}.history-table thead{background-color:var(--table-header-bg, #2a2a2a)}.history-table th{padding:1rem;text-align:left;font-weight:600;color:var(--text-primary, #ffffff);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border-color, #444)}.history-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s;position:relative}.history-table th.sortable:hover{background-color:var(--table-header-hover, #333)}.history-table td{padding:1rem;border-bottom:1px solid var(--border-color, #333);color:var(--text-primary, #ffffff)}.history-table tbody tr{transition:background-color .2s}.history-table tbody tr:hover{background-color:var(--table-row-hover, #2a2a2a)}.history-table .total-cell{font-weight:600;color:#646cff;position:relative;cursor:help}.tooltip-container{position:relative}.tax-breakdown-tooltip{position:fixed;padding:.75rem;background-color:var(--card-bg, #1a1a1a);border:1px solid var(--border-color, #444);border-radius:8px;box-shadow:0 4px 12px #0000004d;white-space:nowrap;z-index:99999;pointer-events:none;min-width:240px;margin-bottom:8px}.tooltip-row{display:flex;justify-content:space-between;gap:1rem;padding:.25rem 0;border-bottom:1px solid var(--border-color, #333)}.tooltip-row:last-child{border-bottom:none}.tooltip-row.tooltip-total{border-top:2px solid var(--border-color, #444);margin-top:.5rem;padding-top:.5rem;font-weight:600}.tooltip-label{color:var(--text-secondary, #b0b0b0);font-size:.875rem}.tooltip-value{color:var(--text-primary, #ffffff);font-size:.875rem;font-weight:600}.tooltip-row.tooltip-total .tooltip-label,.tooltip-row.tooltip-total .tooltip-value{color:#646cff;font-size:.9rem}.tax-breakdown-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--card-bg, #1a1a1a)}.history-table .rank-cell{font-weight:600;text-align:center;color:#646cff;font-size:1.1rem}.history-table .editable-cell{cursor:pointer;position:relative;min-width:100px}.history-table .editable-cell:hover{background-color:var(--table-row-hover, #2a2a2a)}.history-table .property-tax-input{width:100%;padding:.25rem .5rem;border:2px solid #646cff;border-radius:4px;background-color:var(--card-bg, #1a1a1a);color:var(--text-primary, #ffffff);font-size:1rem;font-family:inherit;outline:none}.history-table .property-tax-input:focus{border-color:#535bf2;box-shadow:0 0 0 2px #646cff33}.remove-button{background-color:#f44;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .1s;padding:0}.remove-button:hover{background-color:#c00;transform:scale(1.1)}.remove-button:active{transform:scale(.95)}@media (max-width: 768px){.tax-history-header{flex-direction:column;align-items:flex-start;gap:1rem}.clear-history-button{width:100%}.history-table{font-size:.875rem}.history-table th,.history-table td{padding:.75rem .5rem}.comparison-summary,.take-home-summary{grid-template-columns:1fr}}.checkbox-label{color:var(--text-primary, #ffffff)}@media (prefers-color-scheme: light){:root:not([data-theme=dark]) .tax-history{background:#fff;box-shadow:0 2px 8px #0000001a}:root:not([data-theme=dark]) .tax-history h3{color:#213547}:root:not([data-theme=dark]) .empty-message{color:#888}:root:not([data-theme=dark]) .comparison-summary{background-color:#f5f5f5}:root:not([data-theme=dark]) .take-home-summary{background-color:#f5f5f5}:root:not([data-theme=dark]) .summary-label{color:#1a1a1a}:root:not([data-theme=dark]) .summary-value{color:#213547}:root:not([data-theme=dark]) .checkbox-label{color:#213547}:root:not([data-theme=dark]) .property-tax-toggle{border-bottom-color:#ddd}:root:not([data-theme=dark]) .history-table thead{background-color:#f5f5f5}:root:not([data-theme=dark]) .history-table th{color:#213547;border-bottom-color:#ddd}:root:not([data-theme=dark]) .history-table th.sortable:hover{background-color:#e5e5e5}:root:not([data-theme=dark]) .history-table td{color:#213547;border-bottom-color:#eee}:root:not([data-theme=dark]) .history-table tbody tr:hover{background-color:#f9f9f9}:root:not([data-theme=dark]) .history-table .total-cell{color:#646cff}:root:not([data-theme=dark]) .history-table .editable-cell:hover{background-color:#f9f9f9}:root:not([data-theme=dark]) .history-table .property-tax-input{background-color:#fff;color:#213547;border-color:#646cff}:root:not([data-theme=dark]) .history-table .property-tax-input:focus{border-color:#535bf2;box-shadow:0 0 0 2px #646cff33}:root:not([data-theme=dark]) .tax-breakdown-tooltip{background-color:#fff;border-color:#ddd;box-shadow:0 4px 12px #00000026}:root:not([data-theme=dark]) .tax-breakdown-tooltip:after{border-top-color:#fff}:root:not([data-theme=dark]) .tooltip-label{color:#1a1a1a}:root:not([data-theme=dark]) .tooltip-value{color:#213547}:root:not([data-theme=dark]) .tooltip-row{border-bottom-color:#eee}:root:not([data-theme=dark]) .tooltip-row.tooltip-total{border-top-color:#ddd}:root:not([data-theme=dark]) .clear-history-button{background-color:#f44}:root:not([data-theme=dark]) .clear-history-button:hover{background-color:#c00}}:root[data-theme=light] .tax-history{background:#fff;box-shadow:0 2px 8px #0000001a}:root[data-theme=light] .tax-history h3{color:#213547}:root[data-theme=light] .empty-message{color:#888}:root[data-theme=light] .comparison-summary{background-color:#f5f5f5}:root[data-theme=light] .take-home-summary{background-color:#f5f5f5}:root[data-theme=light] .summary-label{color:#1a1a1a}:root[data-theme=light] .summary-value{color:#213547}:root[data-theme=light] .checkbox-label{color:#213547}:root[data-theme=light] .property-tax-toggle{border-bottom-color:#ddd}:root[data-theme=light] .history-table thead{background-color:#f5f5f5}:root[data-theme=light] .history-table th{color:#213547;border-bottom-color:#ddd}:root[data-theme=light] .history-table th.sortable:hover{background-color:#e5e5e5}:root[data-theme=light] .history-table td{color:#213547;border-bottom-color:#eee}:root[data-theme=light] .history-table tbody tr:hover{background-color:#f9f9f9}:root[data-theme=light] .history-table .total-cell{color:#646cff}:root[data-theme=light] .history-table .editable-cell:hover{background-color:#f9f9f9}:root[data-theme=light] .history-table .property-tax-input{background-color:#fff;color:#213547;border-color:#646cff}:root[data-theme=light] .history-table .property-tax-input:focus{border-color:#535bf2;box-shadow:0 0 0 2px #646cff33}:root[data-theme=light] .tax-breakdown-tooltip{background-color:#fff;border-color:#ddd;box-shadow:0 4px 12px #00000026}:root[data-theme=light] .tax-breakdown-tooltip:after{border-top-color:#fff}:root[data-theme=light] .tooltip-label{color:#1a1a1a}:root[data-theme=light] .tooltip-value{color:#213547}:root[data-theme=light] .tooltip-row{border-bottom-color:#eee}:root[data-theme=light] .tooltip-row.tooltip-total{border-top-color:#ddd}:root[data-theme=light] .clear-history-button{background-color:#f44}:root[data-theme=light] .clear-history-button:hover{background-color:#c00}.games-container{padding:2rem 0}.games-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary);text-align:center}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.game-card{background:var(--card-background, var(--background-secondary));border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit}.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.game-icon{font-size:3rem;margin-bottom:1rem}.game-name{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary)}.game-description{font-size:1rem;color:var(--text-secondary);margin:0;line-height:1.5}@media (max-width: 768px){.games-title{font-size:2rem}.games-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.game-card{padding:1.25rem}}.blockpuzzle-container{padding:2rem 0;max-width:1200px;margin:0 auto;overflow:hidden}.blockpuzzle-header{text-align:center;margin-bottom:2rem}.blockpuzzle-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:var(--text-primary)}.blockpuzzle-button{background-color:#646cff;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.blockpuzzle-button:hover{background-color:#535bf2}.blockpuzzle-mute-button{padding:.5rem .75rem;font-size:1.2rem;min-width:48px;display:flex;align-items:center;justify-content:center}.blockpuzzle-mute-button:hover{background-color:#535bf2;transform:scale(1.05)}.blockpuzzle-game-area{display:flex;gap:2rem;justify-content:center;align-items:flex-start;flex-wrap:wrap}.blockpuzzle-sidebar{display:flex;flex-direction:column;gap:2rem;min-width:200px;width:200px}.blockpuzzle-info{background:var(--card-bg, var(--background-secondary));border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.info-item{display:flex;justify-content:space-between;margin-bottom:1rem}.info-item:last-child{margin-bottom:0}.info-label{font-weight:500;color:var(--text-secondary)}.info-value{font-weight:700;font-size:1.2rem;color:var(--text-primary)}.next-piece{background:var(--card-bg, var(--background-secondary));border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;width:200px;height:160px;box-sizing:border-box}.next-piece-label{font-weight:500;margin-bottom:1rem;color:var(--text-secondary)}.next-piece-preview{display:flex;flex-direction:column;align-items:center;gap:2px}.next-piece-row{display:flex;gap:2px}.next-piece-cell{width:20px;height:20px;border:1px solid var(--border-color);border-radius:2px}.blockpuzzle-controls{background:var(--card-bg, var(--background-secondary));border:1px solid var(--border-color);border-radius:12px;padding:1rem;width:200px;box-sizing:border-box}.blockpuzzle-controls h3{margin:0 0 .75rem;font-size:1rem;color:var(--text-primary)}.controls-list{display:flex;flex-direction:column;gap:.75rem;font-size:.8rem;color:var(--text-secondary)}.controls-section{display:flex;flex-direction:column;gap:.5rem}.controls-section-title{font-weight:600;color:var(--text-primary);margin-bottom:.25rem;font-size:.85rem}.blockpuzzle-scoreboard{background:var(--card-bg, var(--background-secondary));border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.scoreboard-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.blockpuzzle-scoreboard h3{margin:0;font-size:1.2rem;color:var(--text-primary)}.clear-scores-button{background-color:#dc3545;color:#fff;border:none;padding:.4rem .8rem;font-size:.85rem;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.clear-scores-button:hover{background-color:#c82333}.no-scores{text-align:center;color:var(--text-secondary);font-size:.9rem;padding:1rem 0}.scoreboard-list{display:flex;flex-direction:column;gap:.75rem}.scoreboard-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--background-secondary, rgba(255, 255, 255, .05));border-radius:8px;border:1px solid var(--border-color)}.scoreboard-rank{font-weight:700;font-size:1rem;color:var(--text-secondary);min-width:2rem;text-align:center}.scoreboard-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.scoreboard-score{font-weight:700;font-size:1.1rem;color:var(--text-primary)}.scoreboard-meta{font-size:.85rem;color:var(--text-secondary)}.blockpuzzle-board-container{position:relative}.blockpuzzle-board{display:flex;flex-direction:column;gap:2px;background:#1a1a1a;border:3px solid var(--border-color);border-radius:8px;padding:4px;box-shadow:0 4px 12px #0000004d}.board-row{display:flex;gap:2px}.board-cell{width:28px;height:28px;border:1px solid rgba(255,255,255,.1);border-radius:2px;transition:background-color .15s ease,opacity .15s ease,transform .15s ease}.game-over-overlay{position:absolute;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;border-radius:8px;z-index:10}.game-over-message{text-align:center;color:var(--text-primary);padding:2rem;background:var(--card-bg, var(--background-secondary));border-radius:12px;border:1px solid var(--border-color)}.game-over-message h2{margin:0 0 1rem;font-size:2rem;color:var(--text-primary)}.game-over-message p{margin:0 0 1.5rem;font-size:1.2rem;color:var(--text-secondary)}.mobile-hide{display:block}.mobile-only{display:none}.blockpuzzle-help-button{padding:.6rem .75rem;font-size:1.2rem;min-width:48px;display:flex;align-items:center;justify-content:center;font-weight:700}.blockpuzzle-help-button:hover{background-color:#535bf2;transform:scale(1.05)}.mobile-controls-tooltip{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.mobile-controls-content{background:var(--card-bg, var(--background-secondary));border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;max-width:300px;width:100%;box-shadow:0 4px 12px #0000004d}.mobile-controls-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.mobile-controls-header h3{margin:0;font-size:1.2rem;color:var(--text-primary)}.mobile-controls-close{background:none;border:none;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.mobile-controls-close:hover{background-color:#0000001a}.mobile-controls-list{display:flex;flex-direction:column;gap:1rem;color:var(--text-primary);font-size:1rem}.mobile-controls-section{display:flex;flex-direction:column;gap:.5rem}.mobile-controls-section-title{font-weight:600;color:var(--text-primary);margin-bottom:.25rem;font-size:.95rem}@media (max-width: 768px){body.game-page-no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}.blockpuzzle-container{padding:1rem 0;overflow:hidden;height:100vh;max-height:100vh}.blockpuzzle-header{margin-bottom:1rem}.blockpuzzle-header h1{font-size:1.5rem;margin-bottom:.75rem}.blockpuzzle-game-area{flex-direction:row;align-items:flex-start;gap:1rem;justify-content:center;flex-wrap:nowrap}.blockpuzzle-board-container{order:2;min-width:0}.blockpuzzle-sidebar{order:1;min-width:auto;width:auto;gap:.5rem;flex-shrink:0}.blockpuzzle-info{padding:.75rem;border-radius:8px}.info-item{margin-bottom:.5rem;font-size:.75rem}.info-label{font-size:.7rem}.info-value{font-size:.85rem}.board-cell{width:24px;height:24px}.next-piece-cell{width:16px;height:16px}.next-piece{padding:.75rem;margin-top:.5rem;width:100px;height:100px;box-sizing:border-box}.next-piece-label{font-size:.75rem;margin-bottom:.5rem}.blockpuzzle-scoreboard{width:100px;padding:.75rem;box-sizing:border-box;margin-top:.5rem}.blockpuzzle-scoreboard h3{font-size:.75rem;margin-bottom:.5rem}.scoreboard-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.clear-scores-button{padding:.3rem .6rem;font-size:.7rem}.scoreboard-item{flex-direction:column;gap:.25rem;padding:.5rem}.scoreboard-rank{font-size:.7rem}.scoreboard-score{font-size:.75rem}.scoreboard-meta{font-size:.65rem}.no-scores{font-size:.7rem;padding:.5rem 0}.blockpuzzle-controls{width:100px;padding:.75rem;margin-top:.5rem;box-sizing:border-box}.blockpuzzle-controls h3{font-size:.75rem;margin-bottom:.5rem}.controls-list{font-size:.7rem;gap:.5rem}.controls-section-title{font-size:.7rem;margin-bottom:.2rem}.mobile-hide{display:none!important}.blockpuzzle-button{padding:.5rem 1rem;font-size:.9rem}.mobile-only{display:block!important}.blockpuzzle-help-button{padding:.5rem;font-size:1rem;min-width:40px}.mobile-controls-content{padding:1rem;max-width:90%}.mobile-controls-header h3{font-size:1rem}.mobile-controls-list{font-size:.9rem;gap:.75rem}.mobile-controls-section{gap:.4rem}.mobile-controls-section-title{font-size:.85rem}}@media (max-width: 480px){body.game-page-no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}.blockpuzzle-container{padding:.5rem 0;overflow:hidden;height:100vh;max-height:100vh}.blockpuzzle-header{margin-bottom:.75rem}.blockpuzzle-header h1{font-size:1.25rem;margin-bottom:.5rem}.blockpuzzle-game-area{gap:.75rem;padding:0 .5rem}.blockpuzzle-info{padding:.5rem}.info-item{margin-bottom:.4rem;font-size:.7rem}.info-label{font-size:.65rem}.info-value{font-size:.75rem}.board-cell{width:20px;height:20px}.next-piece-cell{width:14px;height:14px}.blockpuzzle-button{padding:.45rem .9rem;font-size:.85rem}.blockpuzzle-mute-button{padding:.25rem .5rem;font-size:1rem;min-width:40px}}@keyframes lineClear{0%{opacity:1;transform:scaleY(1);background-color:#fff}50%{opacity:.5;transform:scaleY(.1);background-color:#fffc}to{opacity:0;transform:scaleY(0)}}.board-row.clearing,.board-row.clearing .board-cell{animation:lineClear .5s ease-out}@keyframes pieceLock{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.blockpuzzle-board{position:relative}@keyframes scorePop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.info-value{transition:transform .2s ease}.info-value:has(+*){animation:scorePop .3s ease}.flappytire-container{padding:2rem 0;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;overflow:hidden}.flappytire-header{text-align:center;margin-bottom:1rem;width:100%;position:relative}.flappytire-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;color:var(--text-primary)}.flappytire-header-controls{display:flex;align-items:center;justify-content:center;gap:1rem}.flappytire-score{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.flappytire-mute-button{background-color:#646cff;color:#fff;border:none;padding:.5rem .75rem;font-size:1.2rem;min-width:48px;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .1s ease;display:flex;align-items:center;justify-content:center}.flappytire-mute-button:hover{background-color:#535bf2;transform:scale(1.05)}.flappytire-mute-button:active{transform:scale(.95)}.flappytire-game-area{display:flex;justify-content:center;align-items:center;margin-bottom:1rem;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;width:100%;padding:0 1rem;box-sizing:border-box;min-height:400px}.flappytire-game{position:relative;background:linear-gradient(to bottom,#87ceeb 0% 70%,#90ee90 70% 100%);border:3px solid #333;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;flex-shrink:0;max-width:100%}.flappytire-sky{position:absolute;top:0;left:0;right:0;height:calc(100% - 50px);background:linear-gradient(to bottom,#87ceeb,#e0f6ff)}.flappytire-ground{position:absolute;left:0;right:0;background:repeating-linear-gradient(90deg,#8b4513 0px 20px,sienna 20px 40px);border-top:2px solid #654321}.flappytire-tire{position:absolute;display:flex;align-items:center;justify-content:center;font-size:2rem;z-index:10;transition:transform .1s ease-out;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.flappytire-car{position:absolute;z-index:5;display:flex;align-items:center;justify-content:center}.flappytire-car-body{position:relative;width:90%;height:85%;background:linear-gradient(to bottom,#f33,#c00,#900);border-radius:8px;box-shadow:inset 0 2px 4px #ffffff4d,0 3px 6px #0006;border:2px solid #660000}.flappytire-car-windshield{position:absolute;top:15%;left:10%;width:80%;height:25%;background:linear-gradient(to bottom,#87ceeb,#4682b4);border-radius:4px 4px 0 0;border:1px solid #2F4F4F;box-shadow:inset 0 2px 4px #0003}.flappytire-car-windows{position:absolute;top:15%;left:12%;width:76%;height:23%;background:#87ceeb99;border-radius:3px 3px 0 0}.flappytire-car-wheels{position:absolute;bottom:5%;left:0;right:0;display:flex;justify-content:space-between;padding:0 8%}.flappytire-wheel{width:20px;height:20px;background:radial-gradient(circle,#1a1a1a,#000);border:2px solid #333;border-radius:50%;box-shadow:inset 0 0 4px #ffffff1a,0 2px 4px #00000080}.flappytire-car-top{flex-direction:column}.flappytire-car-top .flappytire-car-body{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.flappytire-car-bottom{flex-direction:column-reverse}.flappytire-car-bottom .flappytire-car-body{border-top-left-radius:12px;border-top-right-radius:12px}.flappytire-background-elements{position:absolute;inset:0;z-index:1;pointer-events:none}.flappytire-bg-item{position:absolute;opacity:.4}.flappytire-traffic-light{width:12px;height:30px;background:#333;border-radius:2px;box-shadow:0 2px 4px #0000004d}.flappytire-traffic-light:before{content:"";position:absolute;top:3px;left:2px;width:8px;height:8px;background:red;border-radius:50%;opacity:.6}.flappytire-traffic-light:after{content:"";position:absolute;bottom:3px;left:2px;width:8px;height:8px;background:#0f0;border-radius:50%;opacity:.6}.flappytire-tree{width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:25px solid rgba(34,139,34,.5);position:relative}.flappytire-tree:before{content:"";position:absolute;top:15px;left:-12px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:20px solid rgba(34,139,34,.5)}.flappytire-tree:after{content:"";position:absolute;top:40px;left:-3px;width:6px;height:12px;background:#65432180;border-radius:2px}.flappytire-building{width:25px;height:40px;background:linear-gradient(to bottom,#69696966,#46464666);border:1px solid rgba(50,50,50,.4);border-radius:2px;position:relative}.flappytire-building:before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:#8b451366}.flappytire-building:after{content:"";position:absolute;top:15px;left:4px;width:4px;height:6px;background:#ffff004d;border-radius:1px}.flappytire-shop{width:30px;height:35px;background:linear-gradient(to bottom,#ffb6c166,#ff69b466);border:1px solid rgba(200,100,150,.4);border-radius:3px;position:relative}.flappytire-shop:before{content:"";position:absolute;top:-3px;left:-2px;right:-2px;height:6px;background:#8b451366;border-radius:3px 3px 0 0}.flappytire-shop:after{content:"🏪";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;opacity:.5}.flappytire-road-markings{position:absolute;bottom:50px;left:0;right:0;height:2px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.6) 0px,rgba(255,255,255,.6) 20px,transparent 20px,transparent 40px);z-index:2}.flappytire-menu,.flappytire-gameover{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:20;border-radius:8px}.flappytire-menu-content,.flappytire-gameover-content{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #0000004d;max-width:90%}.flappytire-menu-content h2,.flappytire-gameover-content h2{font-size:2rem;margin:0 0 1rem;color:#333}.flappytire-menu-content p,.flappytire-gameover-content p{font-size:1.1rem;margin:.5rem 0;color:#666}.flappytire-high-scores{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #eee}.flappytire-high-scores h3{font-size:1.3rem;margin:0 0 .5rem;color:#333}.flappytire-high-scores ol{list-style:none;padding:0;margin:0;text-align:left;display:inline-block}.flappytire-high-scores li{font-size:1.1rem;padding:.3rem 0;color:#555}.flappytire-instructions{text-align:center;color:var(--text-secondary);font-size:.9rem;margin-top:1rem}.flappytire-instructions p{margin:.3rem 0}@media (max-width: 480px){body.game-page-no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}.flappytire-container{padding:1rem 0;width:100%;box-sizing:border-box;overflow-x:hidden}.flappytire-game-area{padding:0;width:100%;box-sizing:border-box;min-height:300px;overflow:visible}.flappytire-game{transform:scale(.8);transform-origin:center top}@media (max-width: 360px){.flappytire-game{transform:scale(.7)}}.flappytire-header h1{font-size:2rem}.flappytire-score{font-size:1.2rem}.flappytire-menu-content,.flappytire-gameover-content{padding:1.5rem}.flappytire-menu-content h2,.flappytire-gameover-content h2{font-size:1.5rem}.flappytire-game-area{margin-bottom:.25rem}.flappytire-instructions{margin-top:-4.25rem;font-size:.8rem}}.notes-container{display:flex;flex-direction:column;width:100vw;height:100vh;overflow:hidden;background:var(--background-primary, #0a0a0a);position:fixed;inset:0}.notes-sidebar{width:100%;flex-shrink:0;background:var(--card-bg, #1a1a1a);border-bottom:1px solid var(--border-color, #333);padding:1rem 0;height:auto;overflow-x:auto;overflow-y:hidden}.notes-nav{display:flex;flex-direction:row;gap:.5rem;padding:0 1rem;overflow-x:auto;justify-content:center;align-items:center}.notes-nav-item{padding:.75rem 1rem;color:var(--text-secondary, #b0b0b0);text-decoration:none;border-radius:8px;transition:all .2s ease;font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:.5rem;white-space:nowrap;flex-shrink:0}.notes-nav-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;width:24px}.notes-nav-item:hover{background-color:var(--background-secondary, #2a2a2a);color:var(--text-primary, #ffffff)}.notes-nav-item.active{background-color:#646cff;color:#fff}.notes-content{flex:1;padding:2rem;width:100%;min-width:0;height:calc(100vh - var(--sidebar-height, 60px));overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.notes-page{width:100%;max-width:1200px;margin:0 auto;min-width:0}.notes-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;color:var(--text-secondary, #b0b0b0)}.notes-breadcrumb-link{color:var(--text-secondary, #b0b0b0);text-decoration:none;transition:color .2s ease}.notes-breadcrumb-link:hover{color:#646cff}.notes-breadcrumb-separator{color:var(--text-secondary, #b0b0b0)}.notes-breadcrumb-current{color:var(--text-primary, #ffffff)}.notes-page h1{margin-bottom:2rem;font-size:2.5rem;font-weight:700;color:var(--text-primary, #ffffff)}.notes-page-content{line-height:1.8;color:var(--text-primary, #ffffff)}.notes-section{margin-bottom:3rem}.notes-section:last-child{margin-bottom:2rem}.notes-section-title{font-size:1.75rem;font-weight:700;color:var(--text-primary, #ffffff);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color, #333)}.notes-item{margin-bottom:2rem;padding:1.5rem;background:var(--card-bg, #1a1a1a);border:1px solid var(--border-color, #333);border-radius:8px;scroll-margin-top:1rem}.notes-item-title{font-size:1.25rem;font-weight:600;color:var(--text-primary, #ffffff);margin-bottom:.75rem;margin-top:0}.notes-item p{margin:.75rem 0;color:var(--text-secondary, #b0b0b0);line-height:1.7}.notes-item p:first-of-type{margin-top:0}.notes-item p:last-of-type{margin-bottom:0}.notes-item strong{color:var(--text-primary, #ffffff);font-weight:600}.notes-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;margin-bottom:2rem}.notes-search-container{margin-bottom:1.5rem}.notes-search-wrapper{position:relative;display:inline-block;width:100%;max-width:500px}.notes-search-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid var(--border-color, #333);border-radius:8px;background:var(--card-bg, #1a1a1a);color:var(--text-primary, #ffffff);font-size:1rem;font-family:inherit;transition:all .2s ease;box-sizing:border-box}.notes-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--text-secondary, #b0b0b0);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;border-radius:4px}.notes-search-clear:hover{color:var(--text-primary, #ffffff);background:var(--background-secondary, #2a2a2a)}.notes-search-input:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}.notes-search-input::placeholder{color:var(--text-secondary, #b0b0b0)}.notes-empty-state{padding:2rem;text-align:center;color:var(--text-secondary, #b0b0b0);font-size:1rem}.notes-list{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;margin-bottom:2rem}.notes-card{background:var(--card-bg, #1a1a1a);border:1px solid var(--border-color, #333);border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:120px}.notes-card-icon{font-size:2.5rem;display:flex;align-items:center;justify-content:center}.notes-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003;border-color:#646cff}.notes-card-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary, #ffffff);text-align:center}.notes-card-subtopics{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.75rem}.notes-card-subtopic{display:inline-block;padding:.25rem .75rem;background:var(--background-secondary, #2a2a2a);border:1px solid var(--border-color, #444);border-radius:12px;font-size:.75rem;color:var(--text-secondary, #b0b0b0);font-weight:500}.notes-list-item{background:var(--card-bg, #1a1a1a);border:1px solid var(--border-color, #333);border-radius:8px;padding:1rem 1.5rem;text-decoration:none;color:inherit;transition:all .2s ease;display:flex;align-items:center;gap:1rem}.notes-list-item:hover{background:var(--background-secondary, #2a2a2a);border-color:#646cff;transform:translate(4px)}.notes-list-item-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notes-list-item-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.notes-list-item-title{margin:0;font-size:1rem;font-weight:500;color:var(--text-primary, #ffffff)}.notes-list-item-labels{display:flex;flex-wrap:wrap;gap:.5rem}.notes-list-item-label{display:inline-block;padding:.25rem .75rem;background:var(--background-secondary, #2a2a2a);border:1px solid var(--border-color, #444);border-radius:12px;font-size:.75rem;color:var(--text-secondary, #b0b0b0);font-weight:500}.notes-quick-links{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 2rem;padding:1rem;background:var(--background-secondary, #1a1a1a);border:1px solid var(--border-color, #333);border-radius:8px}.notes-quick-link{display:inline-block;padding:.5rem 1rem;background:var(--card-bg, #2a2a2a);border:1px solid var(--border-color, #444);border-radius:6px;font-size:.875rem;color:var(--text-primary, #ffffff);text-decoration:none;transition:all .2s ease;font-weight:500}.notes-quick-link:hover{background:var(--background-tertiary, #333);border-color:#646cff;color:#646cff;transform:translateY(-2px)}.notes-scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:8px;background:#646cff;color:#fff;border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;z-index:1000}.notes-scroll-to-top:hover{background:#535bf2;transform:translateY(-4px);box-shadow:0 6px 16px #0006}.notes-scroll-to-top:active{transform:translateY(-2px)}@media (min-width: 769px){.notes-scroll-to-top{right:max(2rem,calc((100vw - 1200px)/2 + 2rem))}}@media (max-width: 768px){.notes-nav{justify-content:flex-start}.notes-content{padding:1.5rem 1.5rem 6rem}.notes-search-wrapper,.notes-search-input{max-width:100%;width:100%}.notes-cards-grid{margin-bottom:6rem}.notes-section:last-child{margin-bottom:6rem}.notes-item:last-child{margin-bottom:4rem}}@media (prefers-color-scheme: light){:root:not([data-theme=dark]) .notes-sidebar{background:#fff;border-bottom-color:#ddd}:root:not([data-theme=dark]) .notes-nav-item{color:#1a1a1a}:root:not([data-theme=dark]) .notes-nav-item:hover{background-color:#f5f5f5;color:#213547}:root:not([data-theme=dark]) .notes-content{background:#fff}:root:not([data-theme=dark]) .notes-page h1{color:#213547}:root:not([data-theme=dark]) .notes-page-content{color:#213547}:root:not([data-theme=dark]) .notes-card{background:#fff;border-color:#ddd}:root:not([data-theme=dark]) .notes-card:hover{border-color:#646cff;box-shadow:0 8px 16px #0000001a}:root:not([data-theme=dark]) .notes-card-title{color:#213547}:root:not([data-theme=dark]) .notes-card-subtopic{background:#f5f5f5;border-color:#ddd;color:#666}:root:not([data-theme=dark]) .notes-list-item{background:#fff;border-color:#ddd}:root:not([data-theme=dark]) .notes-list-item:hover{background:#f5f5f5;border-color:#646cff}:root:not([data-theme=dark]) .notes-list-item-title{color:#213547}:root:not([data-theme=dark]) .notes-list-item-label{background:#f5f5f5;border-color:#ddd;color:#666}:root:not([data-theme=dark]) .notes-search-input{background:#fff;border-color:#ddd;color:#213547}:root:not([data-theme=dark]) .notes-search-clear{color:#666}:root:not([data-theme=dark]) .notes-search-clear:hover{color:#213547;background:#f5f5f5}:root:not([data-theme=dark]) .notes-empty-state{color:#666}:root:not([data-theme=dark]) .notes-quick-links{background:#f5f5f5;border-color:#ddd}:root:not([data-theme=dark]) .notes-quick-link{background:#fff;border-color:#ddd;color:#213547}:root:not([data-theme=dark]) .notes-quick-link:hover{background:#e5e5e5;border-color:#646cff;color:#646cff}:root:not([data-theme=dark]) .notes-breadcrumb{color:#1a1a1a}:root:not([data-theme=dark]) .notes-breadcrumb-link{color:#1a1a1a}:root:not([data-theme=dark]) .notes-breadcrumb-link:hover{color:#646cff}:root:not([data-theme=dark]) .notes-breadcrumb-separator{color:#1a1a1a}:root:not([data-theme=dark]) .notes-breadcrumb-current{color:#213547}:root:not([data-theme=dark]) .notes-section-title{color:#213547;border-bottom-color:#ddd}:root:not([data-theme=dark]) .notes-item{background:#fff;border-color:#ddd}:root:not([data-theme=dark]) .notes-item-title{color:#213547}:root:not([data-theme=dark]) .notes-item p{color:#1a1a1a}:root:not([data-theme=dark]) .notes-item strong{color:#213547}}:root[data-theme=light] .notes-sidebar{background:#fff;border-bottom-color:#ddd}:root[data-theme=light] .notes-nav-item{color:#1a1a1a}:root[data-theme=light] .notes-nav-item:hover{background-color:#f5f5f5;color:#213547}:root[data-theme=light] .notes-content{background:#fff}:root[data-theme=light] .notes-page h1{color:#213547}:root[data-theme=light] .notes-page-content{color:#213547}:root[data-theme=light] .notes-card{background:#fff;border-color:#ddd}:root[data-theme=light] .notes-card:hover{border-color:#646cff;box-shadow:0 8px 16px #0000001a}:root[data-theme=light] .notes-card-title{color:#213547}:root[data-theme=light] .notes-card-subtopic{background:#f5f5f5;border-color:#ddd;color:#666}:root[data-theme=light] .notes-list-item{background:#fff;border-color:#ddd}:root[data-theme=light] .notes-list-item:hover{background:#f5f5f5;border-color:#646cff}:root[data-theme=light] .notes-list-item-title{color:#213547}:root[data-theme=light] .notes-list-item-label{background:#f5f5f5;border-color:#ddd;color:#666}:root[data-theme=light] .notes-search-input{background:#fff;border-color:#ddd;color:#213547}:root[data-theme=light] .notes-search-clear{color:#666}:root[data-theme=light] .notes-search-clear:hover{color:#213547;background:#f5f5f5}:root[data-theme=light] .notes-empty-state{color:#666}:root[data-theme=light] .notes-quick-links{background:#f5f5f5;border-color:#ddd}:root[data-theme=light] .notes-quick-link{background:#fff;border-color:#ddd;color:#213547}:root[data-theme=light] .notes-quick-link:hover{background:#e5e5e5;border-color:#646cff;color:#646cff}:root[data-theme=light] .notes-breadcrumb{color:#1a1a1a}:root[data-theme=light] .notes-breadcrumb-link{color:#1a1a1a}:root[data-theme=light] .notes-breadcrumb-link:hover{color:#646cff}:root[data-theme=light] .notes-breadcrumb-separator{color:#1a1a1a}:root[data-theme=light] .notes-breadcrumb-current{color:#213547}:root[data-theme=light] .notes-section-title{color:#213547;border-bottom-color:#ddd}:root[data-theme=light] .notes-item{background:#fff;border-color:#ddd}:root[data-theme=light] .notes-item-title{color:#213547}:root[data-theme=light] .notes-item p{color:#1a1a1a}:root[data-theme=light] .notes-item strong{color:#213547}.code-block-container{margin:1rem 0;background:var(--background-secondary, #0f0f0f);border:1px solid var(--border-color, #333);border-radius:6px;overflow:hidden}.code-block-tabs{display:flex;background:var(--background-secondary, #0f0f0f);border-bottom:1px solid var(--border-color, #333)}.code-block-tab{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-secondary, #b0b0b0);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.code-block-tab:hover{color:var(--text-primary, #ffffff);background:var(--background-tertiary, #1a1a1a)}.code-block-tab.active{color:var(--text-primary, #ffffff);border-bottom-color:#646cff;background:var(--background-tertiary, #1a1a1a)}.code-block-content{overflow-x:auto}.code-block-content pre{margin:0!important;padding:1rem!important;background:transparent!important}:root[data-theme=light] .code-block-container,:root:not([data-theme=dark]) .code-block-container{background:#f5f5f5;border-color:#ddd}:root[data-theme=light] .code-block-tabs,:root:not([data-theme=dark]) .code-block-tabs{background:#f5f5f5;border-bottom-color:#ddd}:root[data-theme=light] .code-block-tab,:root:not([data-theme=dark]) .code-block-tab{color:#666}:root[data-theme=light] .code-block-tab:hover,:root:not([data-theme=dark]) .code-block-tab:hover{color:#213547;background:#e5e5e5}:root[data-theme=light] .code-block-tab.active,:root:not([data-theme=dark]) .code-block-tab.active{color:#213547;border-bottom-color:#646cff;background:#e5e5e5}.notes-scroll-to-top{position:fixed;bottom:2rem;right:2rem;background-color:#646cff;color:#fff;border:none;border-radius:8px;width:48px;height:48px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #0003;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:1000}.notes-scroll-to-top:hover{background-color:#535bf2;transform:translateY(-2px)}@media (min-width: 769px){.notes-scroll-to-top{right:max(2rem,calc((100vw - 1450px)/2 + 2rem))}}:root[data-theme=light] .notes-scroll-to-top{background-color:#646cff;color:#fff;box-shadow:0 4px 8px #0000001a}:root[data-theme=light] .notes-scroll-to-top:hover{background-color:#535bf2}
