:root{color:#1f2937;background:#f7f8fb;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{color:#e5e7eb;background:#080914;color-scheme:dark}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,textarea,select{font-size:16px}.app-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 40px;border-bottom:1px solid #e5e7eb;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;color:#111827;font-weight:800}.brand-mark{display:inline-grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#2563eb;color:#fff}.nav-links{display:flex;align-items:center;gap:6px;padding:4px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.nav-links a{min-width:64px;padding:9px 14px;border-radius:6px;color:#4b5563;text-align:center;transition:background .2s ease,color .2s ease}.nav-links a:hover,.nav-links a.router-link-active{background:#111827;color:#fff}.main-content{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:56px 0}.hero-section{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:32px;align-items:stretch;min-height:520px}.hero-copy,.page-section{border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 18px 50px #11182714}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:56px}.hero-copy h1,.page-section h1{margin:0;color:#111827;line-height:1.08;letter-spacing:0}.hero-copy h1{max-width:680px;font-size:clamp(42px,7vw,76px)}.hero-copy p,.section-heading p,.page-section>p{max-width:680px;color:#4b5563;line-height:1.7}.eyebrow{margin:0 0 14px;color:#2563eb;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:8px;cursor:pointer;font-weight:750;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:#2563eb;color:#fff;box-shadow:0 12px 28px #2563eb40}.button.secondary{border-color:#d1d5db;background:#fff;color:#111827}.status-panel{display:grid;gap:16px}.status-panel>div,.report-card,.info-list{border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 18px 50px #1118270f}.status-panel>div{display:flex;min-height:150px;flex-direction:column;justify-content:center;padding:24px}.metric{display:block;color:#111827;font-size:34px;font-weight:850}.status-panel span:last-child,.report-card small{color:#6b7280}.page-section{padding:40px}.page-section.narrow{max-width:760px;margin:0 auto}.page-section.center{text-align:center}.section-heading{margin-bottom:28px}.section-heading h1,.page-section.center h1{font-size:38px}.feedback-form{display:grid;gap:18px}.feedback-form label{display:grid;gap:8px;color:#374151;font-weight:700}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827}.feedback-form input,.feedback-form select{height:44px;padding:0 12px}.feedback-form textarea{min-height:150px;resize:vertical;padding:12px}.feedback-form input:focus,.feedback-form select:focus,.feedback-form textarea:focus{border-color:#2563eb;outline:3px solid rgba(37,99,235,.15)}.form-message{margin:0;color:#047857;font-weight:700}.feedback-mobile-page{min-height:100dvh;padding:max(22px,env(safe-area-inset-top)) 16px max(96px,calc(env(safe-area-inset-bottom) + 72px));background:linear-gradient(180deg,#eaf2ff 0 220px,transparent 220px),#f6f7f9}.feedback-mobile-page[dir=rtl]{text-align:right}.feedback-mobile-wrap{width:min(100%,520px);margin:0 auto}.feedback-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:2px 0 12px;direction:ltr}.feedback-app-logo{width:46px;height:46px;flex:0 0 auto;border:1px solid rgba(255,255,255,.64);border-radius:12px;object-fit:cover;box-shadow:0 12px 28px #11182729}.feedback-controls{position:relative;display:inline-flex;align-items:center;gap:8px}.theme-toggle-button,.language-select-trigger{display:inline-grid;height:42px;place-items:center;border:1px solid rgba(148,163,184,.42);border-radius:8px;background:#ffffffe0;color:#111827;cursor:pointer;box-shadow:0 10px 24px #11182714;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.theme-toggle-button{width:42px}.theme-toggle-button svg,.language-select-chevron,.language-select-check{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.language-select{position:relative}.language-select-trigger{grid-template-columns:24px 16px;gap:4px;min-width:62px;padding:0 9px}.language-select-current-flag{font-size:21px;line-height:1}.theme-toggle-button:hover,.language-select-trigger:hover{border-color:#2563eb52;background:#fff}.theme-toggle-button:focus-visible,.language-select-trigger:focus-visible,.language-select-option:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.theme-toggle-button:active,.language-select-trigger:active{transform:translateY(1px)}.language-select-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;display:grid;width:min(226px,calc(100vw - 28px));padding:4px;border-radius:8px;border:1px solid rgba(148,163,184,.42);background:#fffffff5;box-shadow:0 18px 42px #11182729;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.language-select-option{display:grid;grid-template-columns:26px minmax(0,1fr) 20px;gap:10px;min-height:42px;align-items:center;padding:0 9px;border:1px solid transparent;border-radius:8px;background:transparent;color:#374151;cursor:pointer;text-align:left}.language-select-option-flag{font-size:20px;line-height:1}.language-select-option-label{overflow:hidden;font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.language-select-option:hover{background:#f3f4f6}.language-select-option.active{border-color:#1d4ed873;background:#eff6ff;box-shadow:0 6px 16px #2563eb29;color:#1d4ed8}.feedback-intro{padding:10px 2px 20px}.feedback-kicker{margin:0 0 10px;color:#1d4ed8;font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.feedback-intro h1{margin:0;color:#111827;font-size:34px;line-height:1.14;letter-spacing:0}.feedback-intro p{max-width:26rem;margin:10px 0 0;color:#4b5563;line-height:1.6}.ticket-submit-form{display:grid;gap:18px;padding:22px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 18px 44px #1118271a}.series-info-panel{display:block;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.series-info-copy{min-width:0}.series-info-copy h2{margin:0;overflow-wrap:anywhere;color:#111827;font-size:18px;line-height:1.28;letter-spacing:0}.series-info-copy p{margin:8px 0 0;color:#6b7280;font-size:14px;line-height:1.45}.feedback-category-field{min-width:0;margin:0;padding:0;border:0}.feedback-category-field legend,.ticket-field span{display:block;margin-bottom:8px;color:#374151;font-size:14px;font-weight:800}.feedback-category-grid{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:8px}.feedback-category-option{flex:0 0 auto;min-width:max-content}.feedback-category-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.feedback-category-option span{display:flex;min-height:44px;align-items:center;justify-content:center;padding:0 10px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;color:#4b5563;font-size:14px;font-weight:800;line-height:1.25;text-align:center;white-space:nowrap}.feedback-mobile-page[dir=rtl] .feedback-category-option span{direction:rtl}.feedback-category-option input:checked+span{border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8}.feedback-category-option input:focus-visible+span{outline:3px solid rgba(37,99,235,.18)}.ticket-field{display:grid;min-width:0}.episode-context-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(max-width:420px){.episode-context-grid{grid-template-columns:1fr}}.ticket-field input,.ticket-field textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827}.ticket-field input{height:48px;padding:0 13px}.ticket-field textarea{min-height:168px;resize:vertical;padding:13px;line-height:1.55}.ticket-field input::placeholder,.ticket-field textarea::placeholder{color:#9ca3af}.ticket-field input:focus,.ticket-field textarea:focus{border-color:#1d4ed8;outline:3px solid rgba(37,99,235,.16)}.ticket-submit-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;border:0;border-radius:8px;background:#111827;color:#fff;cursor:pointer;font-weight:850;box-shadow:0 14px 28px #11182738}.ticket-submit-button:disabled{cursor:not-allowed;opacity:.68;transform:none;box-shadow:none}.ticket-submit-button:active{transform:translateY(1px)}.ticket-form-message{margin:0;border-radius:8px;background:#fff7ed;padding:12px 14px;color:#9a3412;font-size:14px;font-weight:750;line-height:1.5}.ticket-form-message.success{background:#ecfdf5;color:#047857}.mailbox-floating-button{position:fixed;right:max(16px,calc(env(safe-area-inset-right) + 16px));bottom:max(18px,calc(env(safe-area-inset-bottom) + 14px));z-index:20;display:inline-flex;max-width:calc(100vw - 32px);min-height:50px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#111827;color:#fff;cursor:pointer;box-shadow:0 16px 34px #11182742;font-size:14px;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap;transition:box-shadow .18s ease,transform .18s ease,background .18s ease}.mailbox-floating-button:hover{background:#1f2937;box-shadow:0 18px 38px #1118274d}.mailbox-floating-button:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:3px}.mailbox-floating-button:active{transform:translateY(1px)}.mailbox-floating-button:disabled{cursor:wait;opacity:.72;transform:none}.floating-unread-badge{position:absolute;top:-7px;right:-5px;display:inline-grid;min-width:22px;height:22px;place-items:center;border:2px solid #ffffff;border-radius:999px;background:#ef4444;color:#fff;box-shadow:0 8px 18px #b91c1c47;font-size:11px;font-weight:900;line-height:1}.mailbox-floating-icon{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.ticket-list-panel{display:grid;gap:14px}.ticket-list-state{display:grid;min-height:220px;place-items:center;align-content:center;gap:10px;padding:26px 22px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 18px 44px #1118271a;text-align:center}.ticket-list-state strong{color:#111827;font-size:18px;line-height:1.35}.ticket-list-state p{max-width:24rem;margin:0;color:#6b7280;font-size:14px;line-height:1.55}.ticket-list-spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#1d4ed8;border-radius:999px;animation:ticket-spin .8s linear infinite}.ticket-list-action,.ticket-list-load-more{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:0;border-radius:8px;background:#111827;color:#fff;cursor:pointer;font-size:14px;font-weight:850}.ticket-list-action{margin-top:4px;padding:0 18px}.ticket-list{display:grid;gap:12px}.ticket-list-card{display:grid;gap:12px;min-width:0;padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;box-shadow:0 12px 30px #11182714;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.ticket-list-card:hover{border-color:#2563eb3d;box-shadow:0 16px 36px #1118271f}.ticket-list-card:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}.ticket-list-card:active{transform:translateY(1px)}.ticket-list-card.unread{border-color:#dc262638;box-shadow:0 12px 30px #11182714,inset 3px 0 #ef4444}.ticket-list-card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;direction:ltr}.ticket-list-card-tags{display:inline-flex;flex-wrap:wrap;gap:7px;align-items:center}.ticket-list-card h2{margin:0;overflow-wrap:anywhere;color:#111827;font-size:18px;line-height:1.35;letter-spacing:0}.ticket-status-pill,.ticket-unread-pill,.ticket-local-pill{display:inline-flex;min-height:28px;align-items:center;justify-content:center;border-radius:999px;padding:0 10px;font-size:12px;font-weight:850;line-height:1;white-space:nowrap}.ticket-status-pill{border:1px solid #d1d5db;background:#f9fafb;color:#4b5563}.ticket-status-pill.status-open{border-color:#2563eb38;background:#eff6ff;color:#1d4ed8}.ticket-status-pill.status-replied{border-color:#05966933;background:#ecfdf5;color:#047857}.ticket-status-pill.status-closed{border-color:#6b728033;background:#f3f4f6;color:#4b5563}.ticket-unread-pill{gap:6px;border:1px solid rgba(239,68,68,.2);background:#fef2f2;color:#b91c1c}.ticket-unread-dot{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#ef4444;box-shadow:0 0 0 4px #ef44441f}.ticket-local-pill{border:1px solid rgba(124,58,237,.18);background:#f5f3ff;color:#6d28d9}.ticket-list-meta{display:grid;gap:10px;margin:0}.ticket-list-meta div{display:grid;min-width:0;grid-template-columns:88px minmax(0,1fr);gap:12px;align-items:baseline}.feedback-mobile-page[dir=rtl] .ticket-list-meta div{grid-template-columns:minmax(0,1fr) 88px}.ticket-list-meta dt,.ticket-list-meta dd{margin:0;min-width:0}.ticket-list-meta dt{color:#6b7280;font-size:13px;font-weight:800}.ticket-list-meta dd{overflow-wrap:anywhere;color:#374151;font-size:14px;line-height:1.45}.ticket-list-load-more{width:100%;margin-top:2px}.ticket-list-pagination{display:grid;gap:10px}.ticket-list-pagination p{margin:0;color:#6b7280;font-size:13px;font-weight:750;line-height:1.45;text-align:center}.ticket-list-pagination .ticket-list-load-more-error{border-radius:8px;background:#fff7ed;padding:10px 12px;color:#9a3412;font-weight:800}.ticket-list-load-more:disabled{cursor:not-allowed;opacity:.68}.ticket-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ticket-detail-dialog{display:flex;width:min(100%,540px);max-height:min(780px,calc(100dvh - 36px));min-height:min(620px,calc(100dvh - 36px));flex-direction:column;overflow:hidden;border:1px solid rgba(209,213,219,.92);border-radius:8px;background:#fff;box-shadow:0 28px 80px #0f172a4d}.ticket-detail-header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 18px 14px;border-bottom:1px solid #e5e7eb}.ticket-detail-header>div{display:grid;min-width:0;gap:8px}.ticket-detail-header h2{margin:0;overflow-wrap:anywhere;color:#111827;font-size:18px;line-height:1.32;letter-spacing:0}.ticket-detail-header p{margin:0;overflow-wrap:anywhere;color:#6b7280;font-size:12px;font-weight:800;line-height:1.4}.ticket-detail-close{display:inline-grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#374151;cursor:pointer}.ticket-detail-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ticket-detail-close:focus-visible,.ticket-reply-form textarea:focus,.ticket-reply-form button:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.ticket-detail-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px;background:linear-gradient(180deg,#f8fafc,#fff 120px),#fff}.ticket-detail-state{display:grid;min-height:320px;place-items:center;align-content:center;gap:10px;text-align:center}.ticket-detail-state strong{color:#111827;font-size:17px}.ticket-detail-state p,.ticket-detail-empty{margin:0;color:#6b7280;font-size:14px;line-height:1.55}.ticket-message-list{display:grid;gap:12px}.ticket-message{display:flex;min-width:0}.ticket-message.role-user{justify-content:flex-end}.ticket-message.role-support{justify-content:flex-start}.ticket-message.role-system{justify-content:center}.ticket-message-bubble{display:grid;max-width:84%;min-width:0;gap:7px;padding:11px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;box-shadow:0 8px 18px #1118270f}.ticket-message.role-user .ticket-message-bubble{border-color:#2563eb2e;background:#eff6ff;color:#172554}.ticket-message.role-support .ticket-message-bubble{border-color:#0596692e;background:#f0fdf4;color:#064e3b}.ticket-message.role-system .ticket-message-bubble{max-width:92%;background:#f9fafb;color:#4b5563;text-align:center}.ticket-message-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;direction:ltr}.ticket-message-head span{font-size:12px;font-weight:900}.ticket-message-head time{color:currentColor;font-size:11px;font-weight:750;opacity:.62}.ticket-message-bubble p{margin:0;overflow-wrap:anywhere;white-space:pre-wrap;font-size:14px;line-height:1.58}.ticket-reply-form{display:grid;flex:0 0 auto;gap:10px;padding:12px;border-top:1px solid #e5e7eb;background:#fff}.ticket-reply-form textarea{width:100%;min-height:86px;resize:vertical;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:11px 12px;color:#111827;line-height:1.5}.ticket-reply-form textarea::placeholder{color:#9ca3af}.ticket-reply-form button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:0;border-radius:8px;background:#111827;color:#fff;cursor:pointer;font-weight:850}.ticket-reply-form button:disabled{cursor:not-allowed;opacity:.68}.ticket-reply-error{margin:0;border-radius:8px;background:#fff7ed;padding:9px 11px;color:#9a3412;font-size:13px;font-weight:800;line-height:1.45}.ticket-readonly-note{display:grid;gap:5px;padding:12px;border-top:1px solid #e5e7eb;background:#f9fafb}.ticket-readonly-note strong{color:#111827;font-size:13px;font-weight:900}.ticket-readonly-note p{margin:0;color:#6b7280;font-size:13px;font-weight:700;line-height:1.5}@keyframes ticket-spin{to{transform:rotate(360deg)}}:root[data-theme=dark] .feedback-mobile-page{background:linear-gradient(180deg,#201127 0,#201127 190px,#101827 360px,#080914),#080914}:root[data-theme=dark] .feedback-app-logo{border-color:#f472b657;box-shadow:0 14px 34px #00000061,0 0 0 1px #ffffff0f}:root[data-theme=dark] .theme-toggle-button,:root[data-theme=dark] .language-select-trigger,:root[data-theme=dark] .language-select-menu{border-color:#94a3b833;background:#0f172ad1;color:#f8fafc;box-shadow:0 16px 34px #00000052}:root[data-theme=dark] .theme-toggle-button:hover,:root[data-theme=dark] .language-select-trigger:hover{border-color:#f472b66b;background:#1e293beb}:root[data-theme=dark] .language-select-option{color:#cbd5e1}:root[data-theme=dark] .language-select-option:hover{background:#94a3b81a}:root[data-theme=dark] .language-select-option.active{border-color:#f472b670;background:#be185d2e;color:#fbcfe8;box-shadow:none}:root[data-theme=dark] .feedback-kicker{color:#f0abfc}:root[data-theme=dark] .feedback-intro h1,:root[data-theme=dark] .series-info-copy h2,:root[data-theme=dark] .ticket-list-state strong,:root[data-theme=dark] .ticket-list-card h2{color:#f8fafc}:root[data-theme=dark] .feedback-intro p,:root[data-theme=dark] .series-info-copy p,:root[data-theme=dark] .ticket-list-state p,:root[data-theme=dark] .ticket-list-pagination p{color:#aab6c8}:root[data-theme=dark] .ticket-submit-form,:root[data-theme=dark] .ticket-list-state,:root[data-theme=dark] .ticket-list-card{border-color:#94a3b829;background:#0f172ae6;box-shadow:0 18px 48px #00000057,inset 0 1px #ffffff0a}:root[data-theme=dark] .series-info-panel{border-color:#94a3b829;background:#0206175c}:root[data-theme=dark] .feedback-category-field legend,:root[data-theme=dark] .ticket-field span{color:#dbe4ef}:root[data-theme=dark] .feedback-category-option span{border-color:#94a3b833;background:#1e293bb8;color:#cbd5e1}:root[data-theme=dark] .feedback-category-option input:checked+span{border-color:#f472b67a;background:#be185d33;color:#fbcfe8}:root[data-theme=dark] .ticket-field input,:root[data-theme=dark] .ticket-field textarea{border-color:#94a3b838;background:#0206179e;color:#f8fafc}:root[data-theme=dark] .ticket-field input::placeholder,:root[data-theme=dark] .ticket-field textarea::placeholder{color:#64748b}:root[data-theme=dark] .ticket-field input:focus,:root[data-theme=dark] .ticket-field textarea:focus{border-color:#f472b694;outline-color:#f472b62e}:root[data-theme=dark] .ticket-submit-button,:root[data-theme=dark] .ticket-list-action,:root[data-theme=dark] .ticket-list-load-more,:root[data-theme=dark] .mailbox-floating-button{background:linear-gradient(135deg,#e879f9,#38bdf8);color:#06121f;box-shadow:0 16px 34px #38bdf82e}:root[data-theme=dark] .mailbox-floating-button{border-color:#ffffff2e}:root[data-theme=dark] .floating-unread-badge{border-color:#111827;background:#fb7185;color:#1f0710;box-shadow:0 8px 18px #fb71853d}:root[data-theme=dark] .ticket-submit-button:disabled,:root[data-theme=dark] .ticket-list-load-more:disabled,:root[data-theme=dark] .mailbox-floating-button:disabled{box-shadow:none}:root[data-theme=dark] .ticket-form-message,:root[data-theme=dark] .ticket-list-pagination .ticket-list-load-more-error{background:#fb923c29;color:#fed7aa}:root[data-theme=dark] .ticket-form-message.success{background:#10b98124;color:#86efac}:root[data-theme=dark] .ticket-status-pill{border-color:#94a3b82e;background:#1e293bb3;color:#cbd5e1}:root[data-theme=dark] .ticket-status-pill.status-open{border-color:#38bdf847;background:#0ea5e929;color:#bae6fd}:root[data-theme=dark] .ticket-status-pill.status-replied{border-color:#34d3993d;background:#10b98124;color:#a7f3d0}:root[data-theme=dark] .ticket-status-pill.status-closed{border-color:#94a3b82e;background:#0f172ae0;color:#94a3b8}:root[data-theme=dark] .ticket-list-card.unread{border-color:#f8717142;box-shadow:0 18px 48px #00000057,inset 3px 0 #f87171,inset 0 1px #ffffff0a}:root[data-theme=dark] .ticket-unread-pill{border-color:#f871713d;background:#7f1d1d57;color:#fecaca}:root[data-theme=dark] .ticket-local-pill{border-color:#c4b5fd38;background:#6d28d933;color:#ddd6fe}:root[data-theme=dark] .ticket-unread-dot{background:#f87171;box-shadow:0 0 0 4px #f8717129}:root[data-theme=dark] .ticket-list-meta dt{color:#94a3b8}:root[data-theme=dark] .ticket-list-meta dd{color:#dbe4ef}:root[data-theme=dark] .ticket-list-spinner{border-color:#94a3b838;border-top-color:#f0abfc}:root[data-theme=dark] .ticket-detail-backdrop{background:#020617b3}:root[data-theme=dark] .ticket-detail-dialog{border-color:#94a3b82e;background:#0f172a;box-shadow:0 28px 80px #00000085}:root[data-theme=dark] .ticket-detail-header,:root[data-theme=dark] .ticket-reply-form{border-color:#94a3b829;background:#0f172afa}:root[data-theme=dark] .ticket-detail-header h2,:root[data-theme=dark] .ticket-detail-state strong,:root[data-theme=dark] .ticket-message-bubble{color:#f8fafc}:root[data-theme=dark] .ticket-detail-header p,:root[data-theme=dark] .ticket-detail-state p,:root[data-theme=dark] .ticket-detail-empty{color:#94a3b8}:root[data-theme=dark] .ticket-detail-close{border-color:#94a3b82e;background:#1e293beb;color:#dbe4ef}:root[data-theme=dark] .ticket-detail-body{background:linear-gradient(180deg,#0f172af0,#0b1120 160px),#0b1120}:root[data-theme=dark] .ticket-message-bubble{border-color:#94a3b829;background:#1e293bdb;box-shadow:0 10px 24px #0000003d}:root[data-theme=dark] .ticket-message.role-user .ticket-message-bubble{border-color:#38bdf838;background:#0ea5e929;color:#dff7ff}:root[data-theme=dark] .ticket-message.role-support .ticket-message-bubble{border-color:#f472b638;background:#be185d2e;color:#fde8f4}:root[data-theme=dark] .ticket-message.role-system .ticket-message-bubble{background:#0f172ae0;color:#cbd5e1}:root[data-theme=dark] .ticket-reply-form textarea{border-color:#94a3b838;background:#020617a3;color:#f8fafc}:root[data-theme=dark] .ticket-reply-form textarea::placeholder{color:#64748b}:root[data-theme=dark] .ticket-reply-form textarea:focus{outline-color:#f472b62e}:root[data-theme=dark] .ticket-reply-form button{background:linear-gradient(135deg,#e879f9,#38bdf8);color:#06121f}:root[data-theme=dark] .ticket-reply-error{background:#fb923c29;color:#fed7aa}:root[data-theme=dark] .ticket-readonly-note{border-color:#94a3b829;background:#0f172afa}:root[data-theme=dark] .ticket-readonly-note strong{color:#f8fafc}:root[data-theme=dark] .ticket-readonly-note p{color:#94a3b8}.report-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.report-card{display:grid;gap:10px;min-height:144px;padding:22px}.report-card span{color:#6b7280;font-weight:700}.report-card strong{color:#111827;font-size:34px}.info-list{display:grid;gap:12px;padding:22px}.info-list p{margin:0;color:#374151}code{border-radius:6px;background:#f3f4f6;padding:2px 6px;color:#111827}@media(max-width:820px){.site-header{position:static;flex-direction:column;align-items:stretch;padding:16px 20px}.nav-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.nav-links a{min-width:0;padding-right:8px;padding-left:8px}.main-content{width:min(100% - 28px,1120px);padding:32px 0}.hero-section,.report-grid{grid-template-columns:1fr}.hero-copy,.page-section{padding:28px}.hero-copy h1{font-size:42px}}@media(max-width:480px){.feedback-mobile-page{padding-right:12px;padding-left:12px}.feedback-intro{padding-top:6px}.feedback-intro h1{font-size:30px}.ticket-submit-form{gap:16px;padding:18px}.mailbox-floating-button{right:max(12px,calc(env(safe-area-inset-right) + 12px));min-height:48px;padding:0 14px}.ticket-list-meta div,.feedback-mobile-page[dir=rtl] .ticket-list-meta div{grid-template-columns:1fr;gap:4px}.ticket-detail-backdrop{align-items:flex-end;padding:10px 10px max(10px,env(safe-area-inset-bottom))}.ticket-detail-dialog{width:100%;max-height:calc(100dvh - 20px);min-height:min(620px,calc(100dvh - 20px))}.ticket-detail-header{padding:15px 14px 12px}.ticket-detail-body{padding:13px 12px}.ticket-message-bubble{max-width:88%}.ticket-reply-form{padding:10px}}
