:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{background-color:#f9fafb;min-width:320px;min-height:100vh;margin:0}@media (prefers-color-scheme:dark){body{background-color:#111827}}.know-your-rights{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;max-width:800px;margin:2rem auto;padding:1.5rem}.kyr-header h2{color:#333;margin:0 0 1rem;font-size:1.5rem}.kyr-intro{color:#555;margin:0 0 .75rem;line-height:1.6}.kyr-cta{color:#333;margin:0 0 1.5rem;font-weight:600}.kyr-sections{margin-bottom:1.5rem}.kyr-section{background-color:#fff;border:1px solid #ddd;border-radius:4px;margin-bottom:.5rem;overflow:hidden}.kyr-section-header{cursor:pointer;text-align:left;color:#333;background-color:#fff;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background-color .2s;display:flex}.kyr-section-header:hover{background-color:#f5f5f5}.kyr-section-header:focus{outline-offset:-2px;outline:2px solid #007bff}.kyr-icon{color:#666;flex-shrink:0;font-size:.875rem}.kyr-section-title{flex:1}.kyr-section-content{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.kyr-section-content.expanded{max-height:2000px}.kyr-section-content.collapsed{max-height:0}.kyr-section-inner{color:#555;padding:1rem;line-height:1.6}.kyr-section-inner p{margin:0 0 .75rem}.kyr-section-inner p:last-child{margin-bottom:0}.kyr-section-inner ul{margin:.5rem 0;padding-left:1.5rem}.kyr-section-inner li{margin-bottom:.5rem}.kyr-section-inner a{color:#007bff;text-decoration:underline}.kyr-section-inner a:hover{color:#0056b3}.kyr-disclaimer{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;margin-bottom:1rem;padding:1rem}.kyr-disclaimer h3{color:#856404;margin:0 0 .5rem;font-size:1rem}.kyr-disclaimer p{color:#856404;margin:0;font-size:.875rem;line-height:1.5}.kyr-last-updated{color:#888;text-align:right;margin:0;font-size:.875rem;font-style:italic}@media (max-width:600px){.know-your-rights{margin:1rem;padding:1rem}.kyr-header h2{font-size:1.25rem}.kyr-section-header,.kyr-section-inner{padding:.75rem;font-size:.9rem}}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem 1rem;box-shadow:0 2px 8px #0000001a}.app-title{letter-spacing:-.02em;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.app-subtitle{opacity:.95;margin:0;font-size:1.1rem;font-weight:400}.app-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.location-list{flex-direction:column;gap:3rem;display:flex}.location-section{flex-direction:column;gap:1.5rem;display:flex}.location-label{color:#1a1a1a;border-bottom:2px solid #e5e7eb;margin:0;padding-bottom:.5rem;font-size:1.75rem;font-weight:600}.slots-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.time-slot-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.time-slot-card:hover:not(.full){border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.time-slot-card.full{opacity:.7;background:#f9fafb}.slot-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.slot-date{color:#374151;font-size:1rem;font-weight:600}.slot-status{white-space:nowrap;border-radius:12px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.status-available{color:#065f46;background:#d1fae5}.status-low{color:#92400e;background:#fef3c7}.status-full{color:#991b1b;background:#fee2e2}.slot-time{color:#1a1a1a;letter-spacing:-.01em;font-size:1.25rem;font-weight:600}.slot-participation{background:#f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;font-size:.9rem;display:flex}.participation-label{color:#6b7280;font-weight:500}.participation-count{color:#1a1a1a;font-weight:600}.reserve-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;margin-top:auto;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.reserve-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.reserve-button:active:not(:disabled){transform:translateY(0)}.reserve-button:disabled{color:#9ca3af;cursor:not-allowed;background:#d1d5db}.reserve-button.completed{color:#9ca3af;background:#d1d5db}.empty-state{text-align:center;color:#6b7280;padding:4rem 2rem}.empty-state p{margin:.5rem 0}.empty-state-subtitle{color:#9ca3af;font-size:.95rem}@media (max-width:640px){.app-title{font-size:2rem}.app-subtitle{font-size:1rem}.app-main{padding:1.5rem 1rem}.slots-grid{grid-template-columns:1fr}.location-label{font-size:1.5rem}}.create-slot-debug-widget{background:#fffbeb;border:2px dashed #fbbf24;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.debug-widget-summary{color:#92400e;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.5rem;font-weight:600;list-style:none}.debug-widget-summary::-webkit-details-marker{display:none}.debug-widget-form{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#374151;font-size:.875rem;font-weight:600}.form-group input{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;font-size:.875rem}.form-group input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.error-message{color:#991b1b;background:#fee2e2;border-radius:6px;padding:.75rem;font-size:.875rem;font-weight:500}.submit-button{color:#78350f;cursor:pointer;background:#fbbf24;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.submit-button:hover:not(:disabled){background:#f59e0b;transform:translateY(-1px);box-shadow:0 4px 12px #fbbf244d}.submit-button:disabled{color:#9ca3af;cursor:not-allowed;background:#d1d5db}@media (max-width:640px){.app-title{font-size:2rem}.app-subtitle{font-size:1rem}.app-main{padding:1.5rem 1rem}.slots-grid{grid-template-columns:1fr}.location-label{font-size:1.5rem}}@media (prefers-color-scheme:dark){.location-label{color:#f9fafb}.time-slot-card{background:#1f2937;border-color:#374151}.time-slot-card.full{background:#111827}.slot-date{color:#d1d5db}.slot-time{color:#f9fafb}.slot-participation{background:#374151}.participation-label{color:#9ca3af}.participation-count{color:#f9fafb}.empty-state{color:#9ca3af}.create-slot-debug-widget{background:#422006;border-color:#f59e0b}.debug-widget-summary{color:#fbbf24}.form-group label{color:#d1d5db}.form-group input{color:#f9fafb;background:#1f2937;border-color:#4b5563}}.app-footer{background:#f3f4f6;border-top:1px solid #e5e7eb;margin-top:auto;padding:2rem 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.footer-section h3{color:#1a1a1a;margin:0 0 .75rem;font-size:1rem;font-weight:600}.footer-section p{color:#6b7280;margin:0;font-size:.875rem;line-height:1.6}.footer-section a{color:#667eea;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#764ba2;text-decoration:underline}.footer-disclaimer{color:#6b7280;border-top:1px solid #e5e7eb;grid-column:1/-1;padding-top:1rem;font-size:.8rem}.footer-disclaimer strong{color:#374151;font-weight:600}@media (max-width:640px){.app-footer{padding:1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}}@media (prefers-color-scheme:dark){.app-footer{background:#1f2937;border-top-color:#374151}.footer-section h3{color:#f9fafb}.footer-section p{color:#9ca3af}.footer-disclaimer{border-top-color:#374151}.footer-disclaimer strong{color:#d1d5db}}
