:root{--gb-brand: #14315C;--gb-brand-hover: #0D2340;--gb-accent: #0E7C86;--gb-accent-hover: #0B5F67;--gb-text: #111827;--gb-text-secondary: #4B5563;--gb-border: #D1D5DB;--gb-background: #F8FAFC;--gb-surface: #FFFFFF;--gb-success: #15803D;--gb-success-bg: #DCFCE7;--gb-error: #B91C1C;--gb-error-bg: #FEE2E2;--gb-warning: #B45309;--gb-warning-bg: #FEF3C7;--gb-focus: #2563EB;--gb-radius: 8px;--gb-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--gb-background);color:var(--gb-text);line-height:1.5}code,pre{font-family:var(--gb-font-mono)}a{color:var(--gb-accent)}*:focus-visible{outline:3px solid var(--gb-focus);outline-offset:2px}button{font-family:inherit}.skip-link{position:fixed;top:4px;left:16px;transform:translateY(-200%);padding:12px 18px;background:#fff;color:#0f1b2d;border:2px solid currentColor;z-index:1000}.skip-link:focus{transform:none}.accessibility-link{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:900}.accessibility-link a{display:block;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);padding:14px 8px;background:#1e293b;color:#e2e8f0;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:6px 0 0 6px;box-shadow:-2px 0 8px #00000026;transition:background .2s,color .2s;white-space:nowrap}.accessibility-link a:hover,.accessibility-link a:focus{background:#334155;color:#fff;outline:none}.accessibility-link a .a11y-tab-label{display:inline}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.chat-widget{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chat-fab{width:52px;height:52px;border-radius:50%;background:#0f1b2d;color:#fff;border:none;font-size:22px;cursor:pointer;box-shadow:0 4px 16px #00000040;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .1s ease;margin-left:auto}.chat-fab:hover{background:#b23a2e;transform:scale(1.05)}.chat-panel{position:absolute;bottom:64px;right:0;width:360px;max-height:520px;background:#fff;border:1px solid #D8D2C4;border-radius:14px;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000002e;overflow:hidden}@media(max-width:480px){.chat-panel{width:calc(100vw - 32px);right:0}}.chat-header{background:#0f1b2d;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-title{font-weight:700;font-size:14px}.chat-header-actions{display:flex;align-items:center;gap:8px}.chat-close-btn{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:2px 6px;opacity:.8;border-radius:4px}.chat-close-btn:hover{opacity:1;background:#ffffff1a}.chat-ticket-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:6px;cursor:pointer}.chat-ticket-btn:hover{background:#ffffff40}.chat-messages{flex:1;overflow-y:auto;padding:14px 14px 8px;display:flex;flex-direction:column;gap:10px}.chat-msg{display:flex}.chat-msg-user{justify-content:flex-end}.chat-bubble{max-width:85%;padding:9px 13px;border-radius:12px;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chat-msg-assistant .chat-bubble{background:#f7f5ef;color:#0f1b2d;border-bottom-left-radius:4px}.chat-msg-user .chat-bubble{background:#0f1b2d;color:#fff;border-bottom-right-radius:4px}.chat-typing{display:flex;align-items:center;gap:4px;padding:12px 16px}.chat-typing span{width:6px;height:6px;border-radius:50%;background:#5b6472;animation:chat-bounce 1.2s infinite}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chat-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.chat-input-row{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #D8D2C4;flex-shrink:0}.chat-input{flex:1;border:1px solid #D8D2C4;border-radius:8px;padding:8px 12px;font-size:13px;outline:none;transition:border-color .15s}.chat-input:focus{border-color:#0f1b2d}.chat-send-btn{background:#0f1b2d;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s;flex-shrink:0}.chat-send-btn:hover:not(:disabled){background:#b23a2e}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.chat-ticket-form{padding:12px;border-top:1px solid #D8D2C4;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.chat-ticket-label{font-size:12px;color:#5b6472;margin:0}.chat-ticket-input{border:1px solid #D8D2C4;border-radius:8px;padding:8px 12px;font-size:13px;outline:none;transition:border-color .15s}.chat-ticket-input:focus{border-color:#0f1b2d}.chat-ticket-actions{display:flex;gap:8px}.chat-cancel-btn{background:none;border:1px solid #D8D2C4;border-radius:8px;padding:7px 14px;font-size:13px;cursor:pointer;color:#5b6472}.chat-cancel-btn:hover{border-color:#0f1b2d;color:#0f1b2d}.chat-panel{max-height:min(680px,calc(100dvh - 112px))}.chat-messages{min-height:64px}.chat-input{min-width:0}.chat-ticket-form{overflow-y:auto;flex-shrink:1}.chat-ticket-form label{font-size:12px;color:#0f1b2d}.chat-ticket-input{min-width:0;font:inherit;font-size:13px}.chat-ticket-error{color:#b23a2e;font-size:13px;margin:0}@media(max-width:480px){.chat-widget{right:16px;bottom:16px}}.chat-ticket-input{flex-shrink:0}.chat-ticket-form textarea{min-height:72px;resize:vertical}@media(max-width:480px){.chat-panel{width:calc(100vw - 48px)}}.cookie-overlay{position:fixed;bottom:32px;left:0;right:0;z-index:9000;display:flex;justify-content:center;padding:0 16px;pointer-events:none;animation:cookie-fade-in .35s cubic-bezier(.22,1,.36,1)}@keyframes cookie-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cookie-card{position:relative;pointer-events:all;background:#fff;border:1px solid #D8D2C4;border-radius:10px;box-shadow:0 8px 32px #0f1b2d29,0 2px 8px #0f1b2d14;width:100%;max-width:760px;padding:24px 28px 22px}.cookie-dismiss{position:absolute;top:14px;right:20px;background:none;border:none;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500;color:#5b6472;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.cookie-dismiss:hover{color:#0f1b2d}.cookie-dismiss:focus-visible{outline:2px solid #B23A2E;outline-offset:3px;border-radius:3px}.cookie-card-body{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.cookie-card-text{flex:1;min-width:220px}.cookie-card-title{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700;color:#0f1b2d;margin:0 0 6px;letter-spacing:-.01em}.cookie-card-desc{font-family:Inter,system-ui,sans-serif;font-size:13.5px;color:#5b6472;line-height:1.55;margin:0}.cookie-card-link{color:#0f1b2d;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.cookie-card-link:hover{color:#b23a2e}.cookie-card-actions{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}.cookie-btn{font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;border-radius:6px;padding:9px 18px;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .08s ease}.cookie-btn:active{transform:scale(.97)}.cookie-btn:focus-visible{outline:2px solid #B23A2E;outline-offset:3px}.cookie-btn--outline{background:transparent;border:1.5px solid #0F1B2D;color:#0f1b2d}.cookie-btn--outline:hover{background:#f7f5ef;border-color:#0f1b2d}.cookie-btn--primary{background:#0f1b2d;border:1.5px solid #0F1B2D;color:#fff}.cookie-btn--primary:hover{background:#17263d;border-color:#17263d}@media(max-width:600px){.cookie-overlay{bottom:16px;padding:0 12px}.cookie-card{padding:20px 18px 18px}.cookie-card-body{flex-direction:column;align-items:stretch;gap:16px}.cookie-card-actions{flex-direction:column}.cookie-btn{width:100%;text-align:center;padding:11px}}.release-notice{background:#f0ede5;border-bottom:1px solid #d8d2c4;color:#5b6472;font-size:12px}.release-notice-inner{max-width:1280px;margin:0 auto;padding:10px 24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.release-notice-label{font-weight:700;color:#0f1b2d}.release-notice p{flex:1;margin:0;line-height:1.6}.release-notice p span{display:inline-block}.release-notice a{color:#0f1b2d;font-weight:600;text-underline-offset:3px;white-space:nowrap}@media(max-width:640px){.release-notice-inner{padding:10px 20px;gap:4px 12px}.release-notice p{flex-basis:100%;order:3}.release-notice a{margin-left:auto}}
