@import"https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700&family=Secular+One&display=swap";:root{--chatkit-accent: #10a37f;--chatkit-font: "Assistant", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--chatkit-font-heading: "Secular One", "Assistant", sans-serif;--chatkit-font-size-base: 1.0625rem;--chatkit-font-size-lg: 1.1875rem;--chatkit-font-size-xl: 1.375rem;--chatkit-font-size-xxl: 1.625rem;--chatkit-font-size-sm: .9375rem}.chatkit-light{--chatkit-bg: #ffffff;--chatkit-bg-secondary: #f7f7f8;--chatkit-bg-tertiary: #ececef;--chatkit-text: #1a1a1a;--chatkit-text-secondary: #4b5563;--chatkit-text-muted: #6b7280;--chatkit-border: #e5e5e5;--chatkit-user-bg: var(--chatkit-accent);--chatkit-user-text: #ffffff;--chatkit-assistant-bg: #f7f7f8;--chatkit-assistant-text: #1a1a1a;--chatkit-error-bg: #fff0f0;--chatkit-error-text: #991b1b;--chatkit-success: #166534;--chatkit-code-bg: #f5f5f5;--chatkit-shadow: rgba(0, 0, 0, .08);--chatkit-header-bg: #ffffff;--chatkit-header-border: #e5e5e5;--chatkit-header-title-color: #111827;--chatkit-header-subtitle-color: #4b5563}.chatkit-dark{--chatkit-bg: #1a1a1a;--chatkit-bg-secondary: #2d2d2d;--chatkit-bg-tertiary: #3d3d3d;--chatkit-text: #f5f5f5;--chatkit-text-secondary: #d1d5db;--chatkit-text-muted: #9ca3af;--chatkit-border: #404040;--chatkit-user-bg: var(--chatkit-accent);--chatkit-user-text: #ffffff;--chatkit-assistant-bg: #2d2d2d;--chatkit-assistant-text: #f5f5f5;--chatkit-error-bg: #3d2020;--chatkit-error-text: #fca5a5;--chatkit-success: #86efac;--chatkit-code-bg: #2d2d2d;--chatkit-shadow: rgba(0, 0, 0, .3);--chatkit-header-bg: #1f2937;--chatkit-header-border: #374151;--chatkit-header-title-color: #f9fafb;--chatkit-header-subtitle-color: #d1d5db}.chatkit-radius-none{--chatkit-radius: 0;--chatkit-radius-sm: 0;--chatkit-radius-lg: 0}.chatkit-radius-sm{--chatkit-radius: 4px;--chatkit-radius-sm: 2px;--chatkit-radius-lg: 6px}.chatkit-radius-md{--chatkit-radius: 8px;--chatkit-radius-sm: 4px;--chatkit-radius-lg: 12px}.chatkit-radius-lg{--chatkit-radius: 12px;--chatkit-radius-sm: 6px;--chatkit-radius-lg: 16px}.chatkit-radius-full{--chatkit-radius: 24px;--chatkit-radius-sm: 12px;--chatkit-radius-lg: 32px}.chatkit-container{display:flex;flex-direction:column;height:100%;width:100%;min-height:12.5rem;background:var(--chatkit-bg);color:var(--chatkit-text);font-family:var(--chatkit-font);font-size:var(--chatkit-font-size-base);line-height:1.6;border-radius:var(--chatkit-radius-lg);border:1px solid var(--chatkit-border);overflow:hidden;position:relative}.chatkit-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--chatkit-header-bg);border-bottom:1px solid var(--chatkit-header-border);flex-shrink:0;flex-wrap:wrap;min-height:3rem;gap:.5rem}.chatkit-header-content{display:flex;align-items:center;gap:.75rem}.chatkit-header-logo{display:flex;align-items:center;justify-content:center;color:var(--chatkit-accent)}.chatkit-header-logo-img{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain}.chatkit-header-titles{display:flex;flex-direction:column;gap:.125rem;min-width:0}.chatkit-header-title{margin:0;font-family:var(--chatkit-font-heading);font-size:1.5rem;font-weight:400;color:var(--chatkit-header-title-color);letter-spacing:.03125rem;word-break:break-word}.chatkit-header-subtitle{margin:0;font-size:.8125rem;color:var(--chatkit-header-subtitle-color)}.chatkit-header-actions{display:flex;align-items:center;gap:.5rem}.chatkit-header-button{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;min-width:2.75rem;min-height:2.75rem;background:var(--chatkit-accent);color:#fff;border:none;border-radius:var(--chatkit-radius);font-size:.8125rem;font-weight:500;cursor:pointer;transition:opacity .2s,transform .2s;font-family:var(--chatkit-font)}.chatkit-header-button:hover{opacity:.9;transform:scale(1.02)}.chatkit-header-button:active{transform:scale(.98)}.chatkit-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;display:flex;flex-direction:column;gap:1rem;scroll-behavior:smooth;min-height:6.25rem}.chatkit-messages::-webkit-scrollbar{width:6px}.chatkit-messages::-webkit-scrollbar-track{background:transparent}.chatkit-messages::-webkit-scrollbar-thumb{background:var(--chatkit-border);border-radius:3px}.chatkit-messages::-webkit-scrollbar-thumb:hover{background:var(--chatkit-text-muted)}.chatkit-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--chatkit-text-secondary);gap:.75rem;padding:1.5rem;text-align:center}.chatkit-empty p{font-family:var(--chatkit-font-heading);font-size:var(--chatkit-font-size-xxl);line-height:1.5;max-width:37.5rem;margin:0;color:var(--chatkit-text-primary)}.chatkit-empty-icon{font-size:3.5rem;opacity:.7}.chatkit-message{display:flex;gap:.75rem;max-width:min(85%,37.5rem);align-self:flex-start;animation:chatkit-fade-in .3s ease-out;word-break:break-word}@keyframes chatkit-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatkit-message-user,.chatkit-message-assistant{align-self:flex-start}.chatkit-message-avatar{flex-shrink:0;order:-1}.chatkit-avatar{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.chatkit-avatar-user{background:var(--chatkit-accent);color:#fff}.chatkit-avatar-assistant{background:var(--chatkit-bg-tertiary);color:var(--chatkit-text)}.chatkit-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.chatkit-message-content{display:flex;flex-direction:column;gap:4px;min-width:0}.chatkit-message-header{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.chatkit-message-sender{font-family:var(--chatkit-font-heading);font-size:var(--chatkit-font-size-lg);font-weight:400;color:var(--chatkit-text)}.chatkit-message-time{color:var(--chatkit-text-muted)}.chatkit-message-text{padding:.75rem 1rem;border-radius:var(--chatkit-radius-lg);word-wrap:break-word;overflow-wrap:break-word;text-align:start;font-size:var(--chatkit-font-size-lg);font-weight:500;line-height:1.8}.chatkit-message-user .chatkit-message-text{background:var(--chatkit-user-bg);color:var(--chatkit-user-text);border-start-start-radius:var(--chatkit-radius-sm)}.chatkit-message-assistant .chatkit-message-text{background:var(--chatkit-assistant-bg);color:var(--chatkit-assistant-text);border-start-start-radius:var(--chatkit-radius-sm)}.chatkit-message-text p{margin:0}.chatkit-message-text p+p{margin-top:.5rem}.chatkit-cursor{display:inline-block;animation:chatkit-blink 1s step-end infinite;color:var(--chatkit-accent);margin-inline-start:2px}@keyframes chatkit-blink{50%{opacity:0}}.chatkit-markdown h1,.chatkit-markdown h2,.chatkit-markdown h3{margin:16px 0 8px;font-weight:600;line-height:1.3}.chatkit-markdown h1{font-size:1.5em}.chatkit-markdown h2{font-size:1.3em}.chatkit-markdown h3{font-size:1.1em}.chatkit-markdown ul,.chatkit-markdown ol{margin:8px 0;padding-inline-start:24px}.chatkit-markdown li{margin:4px 0}.chatkit-markdown blockquote{margin:8px 0;padding:8px 16px;border-inline-start:3px solid var(--chatkit-accent);background:var(--chatkit-bg-secondary);border-radius:0 var(--chatkit-radius-sm) var(--chatkit-radius-sm) 0}[dir=rtl] .chatkit-markdown blockquote{border-radius:var(--chatkit-radius-sm) 0 0 var(--chatkit-radius-sm)}.chatkit-markdown hr{border:none;border-top:1px solid var(--chatkit-border);margin:16px 0}.chatkit-markdown a{color:var(--chatkit-accent);text-decoration:none}.chatkit-markdown a:hover{text-decoration:underline}.chatkit-kalpi{white-space:nowrap}.chatkit-nav-link{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .625rem;margin:.25rem 0;background:#f0fdf4;border:1px solid #86efac;border-radius:var(--chatkit-radius-sm);text-decoration:none!important;color:var(--chatkit-text);transition:all .15s ease;font-size:.8125rem}.chatkit-nav-link:hover{background:#dcfce7;border-color:#4ade80;text-decoration:none!important}.chatkit-dark .chatkit-nav-link{background:#14532d;border-color:#22c55e}.chatkit-dark .chatkit-nav-link:hover{background:#166534;border-color:#4ade80}.chatkit-nav-icon{font-size:1rem;line-height:1;flex-shrink:0}.chatkit-nav-content{display:flex;flex-direction:column;gap:0;min-width:0}.chatkit-nav-title{font-weight:600;font-size:.75rem;color:#166534;line-height:1.2}.chatkit-dark .chatkit-nav-title{color:#86efac}.chatkit-nav-route{font-size:.6875rem;color:var(--chatkit-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:14rem;line-height:1.3}@media(max-width:480px){.chatkit-nav-link{padding:.3rem .5rem;gap:.375rem}.chatkit-nav-route{max-width:10rem}}.chatkit-code-inline{background:var(--chatkit-code-bg);padding:2px 6px;border-radius:var(--chatkit-radius-sm);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9em}.chatkit-code-block{background:var(--chatkit-code-bg);padding:12px 16px;border-radius:var(--chatkit-radius);overflow-x:auto;margin:8px 0;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.5;direction:ltr;text-align:left}.chatkit-code-block code{background:none;padding:0}.chatkit-tool-call{background:var(--chatkit-bg-secondary);border:1px solid var(--chatkit-border);border-radius:var(--chatkit-radius);overflow:hidden;margin-inline-start:44px;animation:chatkit-fade-in .3s ease-out}.chatkit-tool-call-pending{border-color:var(--chatkit-accent)}.chatkit-tool-call-complete{border-color:var(--chatkit-success)}.chatkit-tool-call-error{border-color:var(--chatkit-error-text)}.chatkit-tool-call-header{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s}.chatkit-tool-call-header:hover{background:var(--chatkit-bg-tertiary)}.chatkit-tool-call-icon{display:flex;align-items:center;justify-content:center;color:var(--chatkit-text-secondary)}.chatkit-tool-call-pending .chatkit-tool-call-icon{color:var(--chatkit-accent)}.chatkit-tool-call-complete .chatkit-tool-call-icon{color:var(--chatkit-success)}.chatkit-tool-call-error .chatkit-tool-call-icon{color:var(--chatkit-error-text)}.chatkit-tool-call-spinner{animation:chatkit-spin 1s linear infinite}@keyframes chatkit-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chatkit-tool-call-info{flex:1;min-width:0}.chatkit-tool-call-name{display:block;font-weight:600;font-size:13px;color:var(--chatkit-text)}.chatkit-tool-call-status{display:block;font-size:12px;color:var(--chatkit-text-muted)}.chatkit-tool-call-toggle{background:none;border:none;padding:4px;cursor:pointer;color:var(--chatkit-text-secondary);display:flex;align-items:center;justify-content:center}.chatkit-tool-call-content{padding:0 16px 16px;display:flex;flex-direction:column;gap:12px}.chatkit-tool-call-section{display:flex;flex-direction:column;gap:4px}.chatkit-tool-call-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--chatkit-text-muted)}.chatkit-tool-call-json{background:var(--chatkit-code-bg);padding:12px;border-radius:var(--chatkit-radius-sm);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;line-height:1.5;overflow-x:auto;margin:0;white-space:pre-wrap;word-break:break-word;direction:ltr;text-align:left}.chatkit-tool-call-manual{border-top:1px solid var(--chatkit-border);padding-top:12px}.chatkit-tool-call-input{width:100%;padding:8px 12px;border:1px solid var(--chatkit-border);border-radius:var(--chatkit-radius-sm);background:var(--chatkit-bg);color:var(--chatkit-text);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;resize:vertical;direction:ltr}.chatkit-tool-call-input:focus{outline:none;border-color:var(--chatkit-accent)}.chatkit-tool-call-submit{margin-top:8px;padding:8px 16px;background:var(--chatkit-accent);color:#fff;border:none;border-radius:var(--chatkit-radius-sm);font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s}.chatkit-tool-call-submit:hover:not(:disabled){opacity:.9}.chatkit-tool-call-submit:disabled{opacity:.5;cursor:not-allowed}.chatkit-thinking{display:flex;gap:12px;align-self:flex-start;animation:chatkit-fade-in .3s ease-out}.chatkit-thinking-avatar{flex-shrink:0;order:-1}.chatkit-thinking-content{display:flex;align-items:center;gap:10px;padding:14px 18px;background:var(--chatkit-assistant-bg);border-radius:var(--chatkit-radius-lg);border-start-start-radius:var(--chatkit-radius-sm);box-shadow:0 2px 8px #00000014;border:1px solid var(--chatkit-border)}.chatkit-thinking-dots{display:flex;gap:5px}.chatkit-thinking-dot{width:10px;height:10px;background:var(--chatkit-accent);border-radius:50%;animation:chatkit-bounce 1.4s ease-in-out infinite}.chatkit-thinking-dot:nth-child(1){animation-delay:0s}.chatkit-thinking-dot:nth-child(2){animation-delay:.2s}.chatkit-thinking-dot:nth-child(3){animation-delay:.4s}@keyframes chatkit-bounce{0%,80%,to{transform:scale(1);opacity:.4}40%{transform:scale(1.3);opacity:1}}.chatkit-thinking-text{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;color:var(--chatkit-text-secondary)}.chatkit-thinking-icon{font-size:1rem}.chatkit-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--chatkit-error-bg);color:var(--chatkit-error-text);border-radius:var(--chatkit-radius);font-size:13px;margin-inline-start:44px;animation:chatkit-fade-in .3s ease-out}.chatkit-error-icon{flex-shrink:0}.chatkit-error-message{display:flex;flex-direction:column;gap:12px;padding:16px;margin:8px 0;background:var(--chatkit-error-bg);border:1px solid var(--chatkit-error-text);border-radius:var(--chatkit-radius);animation:chatkit-fade-in .3s ease-out}.chatkit-error-header{display:flex;align-items:flex-start;gap:12px}.chatkit-error-text{flex:1}.chatkit-error-title{margin:0 0 4px;font-weight:600;color:var(--chatkit-error-text)}.chatkit-error-details{margin:0;font-size:13px;color:var(--chatkit-text-secondary)}.chatkit-error-retry-count{margin:4px 0 0;font-size:12px;color:var(--chatkit-text-muted);font-style:italic}.chatkit-error-actions{display:flex;gap:8px;justify-content:flex-end}.chatkit-error-actions button{padding:.5rem 1rem;min-width:2.75rem;min-height:2.75rem;border-radius:var(--chatkit-radius);font-size:.8125rem;font-weight:500;cursor:pointer;transition:opacity .2s,transform .2s;font-family:var(--chatkit-font)}.chatkit-error-retry{background:var(--chatkit-accent);color:#fff;border:none}.chatkit-error-retry:hover{opacity:.9;transform:scale(1.02)}.chatkit-error-new-chat{background:transparent;color:var(--chatkit-text-secondary);border:1px solid var(--chatkit-border)}.chatkit-error-new-chat:hover{background:var(--chatkit-bg-secondary)}.chatkit-composer{padding:.75rem 1rem;border-top:1px solid var(--chatkit-border);background:var(--chatkit-bg);flex-shrink:0;margin-top:auto;min-height:4.5rem}.chatkit-composer-input-area{display:flex;align-items:flex-end;gap:.5rem;flex-wrap:wrap}.chatkit-composer-textarea{flex:1;padding:.75rem 1rem;border:1px solid var(--chatkit-border);border-radius:var(--chatkit-radius);background:var(--chatkit-bg-secondary);color:var(--chatkit-text);font-family:var(--chatkit-font);font-size:var(--chatkit-font-size-base);line-height:1.6;resize:none;min-height:5rem;max-height:12.5rem;overflow-y:auto;transition:border-color .2s,box-shadow .2s;text-align:start;-moz-user-select:text;user-select:text;-webkit-user-select:text}.chatkit-composer-textarea:focus{outline:none;border-color:var(--chatkit-accent);box-shadow:0 0 0 2px #10a37f26}.chatkit-composer-textarea::-moz-placeholder{color:var(--chatkit-text-secondary);font-weight:500;opacity:1}.chatkit-composer-textarea::placeholder{color:var(--chatkit-text-secondary);font-weight:500;opacity:1}.chatkit-composer-textarea:disabled{opacity:.6;cursor:not-allowed}.chatkit-composer-button{flex-shrink:0;width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;border:none;border-radius:var(--chatkit-radius);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,opacity .2s,transform .2s}.chatkit-composer-button:disabled{opacity:.4;cursor:not-allowed}.chatkit-composer-send{background:var(--chatkit-accent);color:#fff}.chatkit-composer-send:hover:not(:disabled){opacity:.9;transform:scale(1.02)}[dir=rtl] .chatkit-composer-send svg{transform:scaleX(-1)}.chatkit-composer-stop{background:var(--chatkit-error-text);color:#fff}.chatkit-composer-stop:hover{opacity:.9}.chatkit-composer-char-count{text-align:end;font-size:.6875rem;color:var(--chatkit-text-muted);margin-top:.25rem}@media(max-width:768px){.chatkit-container{border-radius:0;border:none}.chatkit-header-title{font-size:20px}.chatkit-empty p{font-size:var(--chatkit-font-size-xl);padding:0 16px}.chatkit-message{max-width:90%}}@media(max-width:480px){.chatkit-container{font-size:15px}.chatkit-header{padding:12px 16px}.chatkit-header-title{font-size:18px}.chatkit-header-button{padding:6px 10px;font-size:12px}.chatkit-messages{padding:12px}.chatkit-empty{padding:16px}.chatkit-empty p{font-size:var(--chatkit-font-size-lg);line-height:1.6}.chatkit-empty-icon{font-size:40px}.chatkit-message{max-width:100%;gap:8px}.chatkit-avatar{width:28px;height:28px}.chatkit-message-sender{font-size:var(--chatkit-font-size-base)}.chatkit-message-text{padding:10px 14px;font-size:17px;font-weight:500}.chatkit-composer{padding:10px 12px}.chatkit-composer-textarea{padding:10px 14px;font-size:16px;min-height:90px;max-height:180px}.chatkit-composer-button{width:36px;height:36px}.chatkit-tool-call,.chatkit-error{margin-inline-start:0}.chatkit-error-message{padding:12px;margin:6px 0}.chatkit-thinking{gap:8px}.chatkit-thinking-content{padding:12px 14px}.chatkit-thinking-dot{width:8px;height:8px}.chatkit-thinking-text{font-size:14px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:focus{position:static;width:auto;height:auto;padding:inherit;margin:inherit;overflow:visible;clip:auto;white-space:normal}.chatkit-skip-link{position:absolute;top:-40px;left:0;right:0;background:var(--chatkit-accent);color:#fff;padding:8px 16px;text-align:center;z-index:1000;transition:top .2s;text-decoration:none;font-weight:600}.chatkit-skip-link:focus{top:0}.chatkit-container *:focus-visible{outline:3px solid var(--chatkit-accent);outline-offset:2px}.chatkit-composer-send:focus-visible,.chatkit-composer-stop:focus-visible,.chatkit-header-button:focus-visible,.chatkit-error-retry:focus-visible,.chatkit-error-new-chat:focus-visible{outline:3px solid var(--chatkit-accent);outline-offset:2px;box-shadow:0 0 0 4px #10a37f33}.chatkit-composer-textarea:focus-visible{outline:3px solid var(--chatkit-accent);outline-offset:0;border-color:var(--chatkit-accent)}@media(forced-colors:active){.chatkit-message-text,.chatkit-thinking-content,.chatkit-composer-textarea,.chatkit-tool-call{border:1px solid CanvasText}.chatkit-composer-send,.chatkit-composer-stop,.chatkit-header-button{border:1px solid ButtonText}.chatkit-skip-link{border:2px solid ButtonText}}.ballot-box-3d-container{--box-color: #0056b3;--box-dark: #004494;--box-lid: #003366;--box-width: 200px;--box-height: 250px;--box-depth: 200px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:450px;perspective:1200px;position:relative}.ballot-box-scene{position:relative;width:var(--box-width);height:var(--box-height);transform-style:preserve-3d;transform:rotateX(-20deg) rotateY(-30deg);margin-top:50px;margin-bottom:100px}.ballot-box-cube{width:100%;height:100%;position:absolute;transform-style:preserve-3d}.ballot-box-face{position:absolute;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ballot-box-front{width:var(--box-width);height:var(--box-height);background:var(--box-color);transform:translateZ(calc(var(--box-depth) / 2));flex-direction:column;text-align:center;box-shadow:inset 0 0 30px #0000001a}.ballot-box-front h1{margin:0;font-size:28px;line-height:1.2}.ballot-box-front h2{margin:5px 0 0;font-size:36px;color:#fd0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.ballot-box-back{width:var(--box-width);height:var(--box-height);background:var(--box-dark);transform:rotateY(180deg) translateZ(calc(var(--box-depth) / 2))}.ballot-box-right{width:var(--box-depth);height:var(--box-height);background:var(--box-dark);transform:rotateY(90deg) translateZ(calc(var(--box-width) / 2))}.ballot-box-left{width:var(--box-depth);height:var(--box-height);background:var(--box-dark);transform:rotateY(-90deg) translateZ(calc(var(--box-width) / 2))}.ballot-box-top{width:var(--box-width);height:var(--box-depth);background:var(--box-lid);transform:rotateX(90deg) translateZ(calc(var(--box-depth) / 2));display:flex;align-items:center;justify-content:center}.ballot-box-bottom{width:var(--box-width);height:var(--box-depth);background:#0000004d;transform:rotateX(-90deg) translateZ(calc(var(--box-height) - var(--box-depth) / 2));box-shadow:0 0 50px 20px #0006}.ballot-box-slot{width:120px;height:15px;background:#111;border-radius:10px;box-shadow:inset 0 0 5px #fff3}.ballot-vote-paper{width:40px;height:60px;background-color:#fff;position:fixed;box-shadow:0 2px 5px #0003;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#333;border:1px solid #ccc;z-index:99999;pointer-events:none;animation:paper-fly var(--duration) cubic-bezier(.25,.46,.45,.94) forwards}@keyframes paper-fly{0%{transform:translate(-50%) rotate(0) scale(.5);opacity:0}35%{transform:translate(calc(-50% + calc(var(--velocity-x) * .3)),var(--jump-height)) rotate(calc(var(--rotation) * .3)) scale(1);opacity:1}to{transform:translate(calc(-50% + var(--velocity-x)),800px) rotate(var(--rotation)) scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){.ballot-vote-paper{animation:none;display:none}}@media(max-width:768px){.ballot-box-3d-container{--box-width: 100px;--box-height: 125px;--box-depth: 100px;min-height:200px;perspective:600px}.ballot-box-scene{transform:rotateX(-12deg) rotateY(-20deg) scale(.9);margin-top:15px;margin-bottom:30px}.ballot-box-front h1{font-size:16px;line-height:1.1}.ballot-box-front h2{font-size:20px;margin-top:2px}.ballot-box-slot{width:60px;height:10px;border-radius:6px}.ballot-vote-paper{width:24px;height:36px;font-size:8px}}@media(max-width:480px){.ballot-box-3d-container{--box-width: 80px;--box-height: 100px;--box-depth: 80px;min-height:160px;perspective:500px}.ballot-box-scene{transform:rotateX(-10deg) rotateY(-15deg) scale(.85);margin-top:10px;margin-bottom:20px}.ballot-box-front h1{font-size:13px;line-height:1}.ballot-box-front h2{font-size:17px;margin-top:1px}.ballot-box-slot{width:48px;height:8px;border-radius:5px}.ballot-vote-paper{width:20px;height:30px;font-size:7px}}.ballot-box-3d-container.ballot-box-header{--box-width: 50px;--box-height: 60px;--box-depth: 50px;min-height:auto;height:70px;width:80px;perspective:400px;overflow:visible}.ballot-box-header .ballot-box-scene{margin-top:5px;margin-bottom:0;transform:rotateX(-15deg) rotateY(-25deg)}.ballot-box-header .ballot-box-front h1{font-size:8px;line-height:1.1}.ballot-box-header .ballot-box-front h2{font-size:10px;margin-top:2px}.ballot-box-header .ballot-box-slot{width:30px;height:4px}.ballot-box-header .ballot-vote-paper{width:12px;height:18px;font-size:6px}@media(max-width:768px){.ballot-box-3d-container.ballot-box-header{--box-width: 40px;--box-height: 48px;--box-depth: 40px;height:55px;width:65px;perspective:350px}.ballot-box-header .ballot-box-scene{margin-top:3px;transform:rotateX(-12deg) rotateY(-20deg) scale(.95)}.ballot-box-header .ballot-box-front h1{font-size:7px}.ballot-box-header .ballot-box-front h2{font-size:9px}.ballot-box-header .ballot-box-slot{width:24px;height:3px}}@media(max-width:480px){.ballot-box-3d-container.ballot-box-header{--box-width: 35px;--box-height: 42px;--box-depth: 35px;height:48px;width:55px;perspective:300px}.ballot-box-header .ballot-box-scene{margin-top:2px;transform:rotateX(-10deg) rotateY(-15deg) scale(.9)}.ballot-box-header .ballot-box-front h1{font-size:6px}.ballot-box-header .ballot-box-front h2{font-size:8px}.ballot-box-header .ballot-box-slot{width:20px;height:3px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;right:16px;background:#1f2937;color:#fff;padding:12px 24px;border-radius:8px;z-index:9999;text-decoration:none;font-weight:500;transition:top .2s ease-in-out}.skip-link:focus{top:16px;outline:3px solid #3b82f6;outline-offset:2px}*:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}*:focus:not(:focus-visible){outline:none}.station-card:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 4px #3b82f633}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.map-wrapper:focus-visible{outline:3px solid #3b82f6;outline-offset:-3px}.leaflet-marker-icon:focus-visible{outline:4px solid #3b82f6!important;outline-offset:2px;z-index:1001!important;box-shadow:0 0 0 6px #3b82f633;border-radius:50%}.leaflet-marker-icon[aria-expanded=true]{box-shadow:0 0 0 8px #10b9814d;z-index:1002!important}@media(prefers-contrast:high){.leaflet-marker-icon:focus-visible{outline:4px solid currentColor!important;outline-offset:4px}}.app-header{background-color:#fff;border-bottom:1px solid #d1d5db;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.header-title{font-size:20px;font-weight:700;color:#111827;margin:0;text-align:center;flex:1;padding:0 16px}.header-logo{flex-shrink:0}.header-logo img{cursor:pointer;display:block}.header-logo-negishot img{width:auto!important;max-height:50px}.header-logo-mapgentic img{height:70px!important;width:auto!important;max-height:70px}@media(max-width:768px){.app-header{padding:8px 12px;gap:8px}.header-title{font-size:14px;padding:0 8px;line-height:1.3}.header-logo-negishot img{height:40px!important;max-height:40px}.header-logo-mapgentic img{height:55px!important;max-height:55px}}@media(max-width:480px){.app-header{padding:6px 10px}.header-title{font-size:12px;padding:0 4px}.header-logo-negishot img{height:35px!important;max-height:35px;width:100px!important}.header-logo-mapgentic img{height:50px!important;max-height:50px}}.App{text-align:center}.App-logo{height:36vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(6px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.content-grid{display:grid;grid-template-columns:600px 1fr 400px;grid-template-rows:1fr;gap:24px}.map-section{grid-column:2;grid-row:1;height:100%}.map-container-wrapper{height:100%;width:100%}.results-section{grid-column:3;grid-row:1;height:100%}.chat-section{grid-column:1;grid-row:1;height:100%;display:flex;flex-direction:column;overflow:hidden}.chat-section>div:last-child{flex:1 1 0!important;min-height:0!important;height:0!important;overflow:hidden!important}.chatkit-container{height:100%!important;max-height:100%!important}.mobile-section-header{display:none;min-height:48px}.mobile-voice-control{display:none!important}@media(max-width:768px){.content-grid{display:flex;flex-direction:column;gap:0;overflow:hidden;flex:1;min-height:0}.map-section,.chat-section,.results-section{width:100%;min-height:0}.chat-section{flex:1;min-height:0;font-size:.9em;display:flex;flex-direction:column}.chat-section.mobile-section-collapsed{flex:0;height:auto;min-height:0}.map-section{flex-shrink:0;height:auto;min-height:0;margin-top:auto}.map-section.mobile-section-collapsed{height:auto;min-height:0}.map-section:not(.mobile-section-collapsed){flex:1;height:calc(100vh - 120px);min-height:calc(100vh - 120px);max-height:calc(100vh - 120px);display:flex;flex-direction:column}.map-section:not(.mobile-section-collapsed) .mobile-section-header{flex-shrink:0}.map-section:not(.mobile-section-collapsed) .map-container-wrapper{flex:1;height:calc(100vh - 170px)!important;min-height:calc(100vh - 170px)!important}.map-section:not(.mobile-section-collapsed) .map-wrapper{height:calc(100vh - 170px)!important;min-height:calc(100vh - 170px)!important}.map-section:not(.mobile-section-collapsed) .map-wrapper .leaflet-container{height:calc(100vh - 170px)!important;min-height:calc(100vh - 170px)!important}.map-section .map-wrapper>div[role=status]{display:none!important}.results-section{flex-shrink:0;height:auto;min-height:0;font-size:1.1em}.results-section.mobile-section-collapsed{height:auto;min-height:0}.mobile-section-header{display:flex!important;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f9fafb;border:none;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .2s;flex-shrink:0;width:100%;text-align:right;font-family:inherit}.mobile-section-header:hover{background-color:#f3f4f6}.mobile-section-header:active{background-color:#e5e7eb}.mobile-section-header:focus-visible{outline:3px solid #3b82f6;outline-offset:-3px}.map-section.mobile-section-collapsed>div:not(.mobile-section-header),.map-section.mobile-section-collapsed>button:not(.mobile-section-header)~div,.results-section.mobile-section-collapsed>div:not(.mobile-section-header),.results-section.mobile-section-collapsed>button:not(.mobile-section-header)~div{display:none!important}.map-section,.results-section{display:flex!important;flex-direction:column}.chat-section.mobile-section-collapsed{min-height:0!important;height:auto!important}.chat-section.mobile-section-collapsed>div{display:none!important}.desktop-chat-header{display:none!important}.mobile-voice-control{display:flex!important}.results-section>div:first-child h2{display:none}.results-section .mobile-section-header{display:none!important}.results-section.mobile-section-collapsed>div:not(.mobile-section-header){display:none!important}.chatkit-container{height:100%}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.feedback-banner{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 10px 25px #4f46e54d;display:flex;align-items:center;gap:16px;z-index:1000;animation:slideUp .4s ease-out;max-width:90%}.feedback-banner-link{font-size:15px;font-weight:500;direction:rtl;color:#fff;text-decoration:underline;text-underline-offset:3px}.feedback-banner-link:hover{text-decoration-thickness:2px}.feedback-banner-close{background:#00000040;border:none;color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.feedback-banner-close:hover{background:#0006}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.site-footer{background-color:#1f2937;color:#9ca3af;padding:20px 24px;text-align:center;flex-shrink:0;position:relative}.footer-mobile-toggle{display:none}.footer-content{max-width:1200px;margin:0 auto}.footer-disclaimer{font-size:12px;line-height:1.6;margin-bottom:12px;color:#d1d5db}.footer-links{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:16px}.footer-link{color:#93c5fd;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;min-height:44px;transition:all .2s}.footer-link:hover{text-decoration:underline;color:#bfdbfe}.accessibility-icon{width:20px;height:20px;display:inline-block;vertical-align:middle}.footer-external-links{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid #374151}.footer-link-small{color:#9ca3af;text-decoration:none;font-size:12px;padding:4px 8px;transition:color .2s}.footer-link-small:hover{color:#d1d5db;text-decoration:underline}.footer-link-with-logo{display:inline-flex;align-items:center;gap:6px}.footer-external-logo{height:16px;width:auto;filter:brightness(0) invert(.7);transition:filter .2s}.footer-link-with-logo:hover .footer-external-logo{filter:brightness(0) invert(.9)}.footer-bottom{display:flex;justify-content:center;align-items:center;margin-top:12px;padding-top:12px}.footer-copyright{font-size:13px;font-weight:500;color:#d1d5db}.footer-link-inline{color:#93c5fd;text-decoration:none}.footer-link-inline:hover{text-decoration:underline}.footer-contact{color:#93c5fd;text-decoration:none;font-size:13px;display:inline-block;padding:8px 12px;min-height:44px;line-height:28px}.footer-contact:hover{text-decoration:underline}@media(max-width:768px){.feedback-banner{bottom:100px;left:16px;right:16px;transform:none;max-width:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.site-footer{padding:0}.footer-mobile-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px 16px;min-height:44px;background-color:#374151;color:#d1d5db;border:none;border-top:1px solid #4b5563;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.footer-mobile-toggle:hover{background-color:#4b5563}.footer-mobile-toggle:active{background-color:#1f2937}.footer-mobile-toggle:focus-visible{outline:3px solid #3b82f6;outline-offset:-3px}.footer-mobile-toggle-text{font-size:14px}.footer-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding:0 16px;position:absolute;bottom:100%;left:0;right:0;background-color:#1f2937;z-index:1000}.footer-content.footer-expanded{max-height:400px;padding:16px;transition:max-height .4s ease-in;overflow-y:auto}.footer-disclaimer{font-size:11px}.footer-links{gap:2px;margin-bottom:8px}.footer-link{padding:2px 8px;min-height:40px;font-size:14px;gap:6px}.accessibility-icon{width:18px;height:18px}}.accessibility-page{background-color:#f9fafb;min-height:100vh;padding:40px 20px}.accessibility-content{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px #0000001a;line-height:1.8}.accessibility-content h1{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:24px;padding-bottom:16px;border-bottom:3px solid #3b82f6}.accessibility-content h2{font-size:22px;font-weight:600;color:#374151;margin-top:32px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.accessibility-content h3{font-size:18px;font-weight:600;color:#4b5563;margin-top:24px;margin-bottom:12px}.accessibility-content p{font-size:16px;color:#4b5563;margin-bottom:16px}.accessibility-content ol{list-style-type:decimal}.accessibility-content a{color:#2563eb;text-decoration:underline;text-underline-offset:3px}.accessibility-content a:hover{color:#1d4ed8}.accessibility-content a:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.keyboard-shortcuts{list-style:none;padding:0;margin:16px 0}.keyboard-shortcuts li{padding:8px 0;font-size:16px;color:#4b5563}.keyboard-shortcuts kbd{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:4px 8px;font-family:monospace;font-size:14px;color:#374151;box-shadow:0 1px 2px #0000001a}.accessibility-content strong{font-weight:600;color:#1f2937}.accessibility-content time{font-weight:500}@media(max-width:768px){.accessibility-page{padding:20px 16px}.accessibility-content{padding:24px}.accessibility-content h1{font-size:24px}.accessibility-content h2{font-size:20px}.accessibility-content h3{font-size:17px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.terms-content-overlay{z-index:10000}.modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 50px #0000004d;max-width:500px;width:100%;padding:32px;position:relative;direction:rtl}.terms-content-modal{max-width:700px;max-height:80vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:flex-start;margin-bottom:16px}.modal-close-button{background:#f3f4f6;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:all .2s}.modal-close-button:hover{background:#e5e7eb;color:#111827}.modal-close-button:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 16px;text-align:center}.modal-description{font-size:16px;color:#4b5563;margin-bottom:24px;text-align:center;line-height:1.6}.terms-modal{max-width:700px;max-height:90vh;display:flex;flex-direction:column}.terms-modal-content{flex:1;overflow-y:auto;margin-bottom:24px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;max-height:400px}.terms-modal-content h1{font-size:20px;font-weight:700;color:#111827;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #3b82f6}.terms-modal-content h2{font-size:16px;font-weight:600;color:#374151;margin:16px 0 8px}.terms-modal-content p{font-size:14px;color:#4b5563;line-height:1.6;margin:0 0 12px}.terms-checkbox-container{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.terms-checkbox{width:24px;height:24px;cursor:pointer;accent-color:#3b82f6;flex-shrink:0}.terms-checkbox:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.terms-checkbox-label{font-size:15px;color:#374151;cursor:pointer;line-height:1.5}.terms-link-button{background:none;border:none;color:#2563eb;text-decoration:underline;text-underline-offset:3px;cursor:pointer;font-size:15px;padding:0;margin-right:4px}.terms-link-button:hover{color:#1d4ed8}.terms-link-button:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.terms-accept-button{width:100%;padding:16px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-height:56px}.terms-accept-button:hover:not(:disabled){background:#2563eb}.terms-accept-button:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.terms-accept-button:disabled{background:#6b7280;cursor:not-allowed}.terms-content-body{flex:1;overflow-y:auto;padding-left:8px;line-height:1.8}.terms-content-body h2{font-size:22px;font-weight:700;color:#111827;margin:0 0 20px;padding-bottom:12px;border-bottom:3px solid #3b82f6}.terms-content-body h3{font-size:17px;font-weight:600;color:#374151;margin:24px 0 12px}.terms-content-body p{font-size:15px;color:#4b5563;margin-bottom:12px}@media(max-width:768px){.modal-container{padding:24px;margin:16px}.modal-title{font-size:20px}.terms-content-modal{max-height:90vh}}.info-page{min-height:100vh;background-color:#f9fafb;font-family:system-ui,-apple-system,sans-serif}.info-page-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:16px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.info-page-header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.info-page-header h1{font-size:1.5rem;font-weight:700;margin:0}.info-page-back-link{color:#fff;text-decoration:none;padding:8px 16px;background:#ffffff26;border-radius:8px;font-size:.875rem;transition:background .2s}.info-page-back-link:hover{background:#ffffff40}.info-cta-container{background:linear-gradient(135deg,#059669,#10b981);padding:16px 24px}.info-cta-link{display:flex;align-items:center;justify-content:center;gap:12px;max-width:600px;margin:0 auto;padding:16px 32px;background:#059669;color:#fff;text-decoration:none;border-radius:12px;font-size:1.25rem;font-weight:700;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.info-cta-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#047857}.info-cta-link:focus{outline:3px solid #fbbf24;outline-offset:2px}.info-cta-icon{font-size:1.75rem}.info-cta-text{flex:1;text-align:center}.info-cta-arrow{font-size:1.5rem;animation:bounce-left 1.5s infinite}@keyframes bounce-left{0%,to{transform:translate(0)}50%{transform:translate(-8px)}}@media(max-width:768px){.info-cta-link{font-size:1rem;padding:12px 20px;gap:8px}.info-cta-icon{font-size:1.375rem}.info-cta-arrow{font-size:1.25rem}}.info-page-main{max-width:1200px;margin:0 auto;padding:24px}.info-hero{text-align:center;padding:48px 24px;background:#fff;border-radius:16px;margin-bottom:32px;box-shadow:0 2px 8px #00000014}.info-hero h2{font-size:2rem;font-weight:700;color:#1e3a8a;margin:0 0 16px}.info-hero p{font-size:1.125rem;color:#6b7280;margin:0}.info-quick-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.info-card{background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.info-card-icon{font-size:2.25rem;display:block;margin-bottom:12px}.info-card h3{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 8px;text-transform:uppercase}.info-card p{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin:0}.info-card-detail{font-size:.8125rem;color:#6b7280;display:block;margin-top:4px}.info-external-links{background:#fff;border-radius:16px;padding:32px;margin-bottom:32px;box-shadow:0 2px 8px #00000014}.info-external-links h2{font-size:1.375rem;font-weight:700;color:#1f2937;margin:0 0 24px;text-align:center}.info-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.info-external-link{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f3f4f6;border-radius:10px;text-decoration:none;color:#374151;transition:all .2s}.info-external-link:hover{background:#e5e7eb;transform:translate(-4px)}.info-external-link .link-icon{font-size:1.5rem;flex-shrink:0}.info-external-link .link-text{flex:1;font-size:.9375rem;font-weight:500}.info-external-link .link-arrow{color:#4b5563;font-size:1.125rem}.info-faq-section{background:#fff;border-radius:16px;padding:32px;margin-bottom:32px;box-shadow:0 2px 8px #00000014}.info-faq-section>h2{font-size:1.375rem;font-weight:700;color:#1f2937;margin:0 0 24px;text-align:center}.info-faq-controls{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;align-items:center}.info-search-wrapper{flex:1;min-width:250px;position:relative}.info-search-input{width:100%;padding:12px 44px 12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color .2s}.info-search-input:focus{outline:none;border-color:#3b82f6}.info-search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.125rem;pointer-events:none}.info-category-select{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;background:#fff;cursor:pointer;min-width:150px}.info-category-select:focus{outline:none;border-color:#3b82f6}.info-expand-controls{display:flex;gap:8px}.info-expand-btn{padding:10px 16px;background:#f3f4f6;border:none;border-radius:8px;font-size:.875rem;cursor:pointer;transition:background .2s}.info-expand-btn:hover{background:#e5e7eb}.info-results-count{font-size:.875rem;color:#6b7280;margin-bottom:24px}.info-faq-list{display:flex;flex-direction:column;gap:24px}.info-faq-category-group{border-top:2px solid #e5e7eb;padding-top:20px}.info-faq-category-group:first-child{border-top:none;padding-top:0}.info-faq-category-title{font-size:1.125rem;font-weight:700;color:#3b82f6;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #dbeafe}.info-faq-item{background:#f9fafb;border-radius:10px;overflow:hidden;margin-bottom:12px}.info-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:none;border:none;cursor:pointer;text-align:right;font-size:1rem;font-weight:600;color:#374151;transition:background .2s}.info-faq-question:hover{background:#f3f4f6}.info-faq-question-text{flex:1;padding-left:16px}.info-faq-toggle{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#e5e7eb;border-radius:50%;font-size:1.25rem;font-weight:700;color:#6b7280;flex-shrink:0}.info-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out}.info-faq-answer.expanded{max-height:500px;padding:0 20px 20px}.info-faq-answer p{margin:0;font-size:.9375rem;line-height:1.7;color:#4b5563}.info-no-results{text-align:center;padding:48px 24px;color:#6b7280;font-size:1rem}.info-contact-section{background:#fff;border-radius:16px;padding:32px;margin-bottom:32px;box-shadow:0 2px 8px #00000014}.info-contact-section h2{font-size:1.375rem;font-weight:700;color:#1f2937;margin:0 0 24px;text-align:center}.info-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.info-contact-card{background:#f3f4f6;border-radius:12px;padding:24px;text-align:center}.info-contact-card h3{font-size:1rem;font-weight:600;color:#374151;margin:0 0 12px}.info-contact-card p{margin:0 0 8px;font-size:.9375rem;color:#4b5563}.info-contact-card a{color:#2563eb;text-decoration:none}.info-contact-card a:hover{text-decoration:underline}.info-contact-hours{font-size:.8125rem;color:#4b5563}@media(max-width:768px){.info-page-header h1{font-size:1.125rem}.info-page-main{padding:16px}.info-hero{padding:32px 16px}.info-hero h2{font-size:1.5rem}.info-hero p{font-size:1rem}.info-quick-cards{grid-template-columns:repeat(2,1fr)}.info-card{padding:16px}.info-card p{font-size:1.25rem}.info-external-links,.info-faq-section,.info-contact-section{padding:20px}.info-faq-controls{flex-direction:column;align-items:stretch}.info-search-wrapper{min-width:100%}.info-category-select{width:100%}.info-expand-controls{justify-content:center}.info-faq-question{padding:14px 16px;font-size:.9375rem}}@media(max-width:480px){.info-quick-cards{grid-template-columns:1fr}}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.sr-only{-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:-webkit-sticky;position:sticky}.z-10{z-index:10}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-full{height:100%}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-\[inherit\]{border-radius:inherit}.border{border-style:var(--tw-border-style);border-width:1px}.text-center{text-align:center}.italic{font-style:italic}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}@media(prefers-color-scheme:dark){.dark\:bg-transparent{background-color:#0000}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
