.theme-logo.logo-dark{display:none}.theme-logo.logo-light,[data-theme=dark] .theme-logo.logo-dark{display:inline-block}[data-theme=dark] .theme-logo.logo-light{display:none}.sidebar-overlay{position:fixed;inset:0;z-index:998;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.sidebar-overlay.active{opacity:1;visibility:visible}.sidebar-panel{position:fixed;top:0;left:0;bottom:0;z-index:999;width:300px;max-width:85vw;background:var(--sidebar-background, var(--bg-secondary, #fff));border-right:1px solid var(--sidebar-border, var(--border-color, #e5e7eb));transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;box-shadow:4px 0 24px #00000026}[data-theme=dark] .sidebar-panel{background:var(--sidebar-background, var(--bg-secondary, hsl(30, 8%, 10%)))}.sidebar-panel.open{transform:translate(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:0rem 1.5rem;border-bottom:1px solid var(--sidebar-border, var(--border-color, #e5e7eb))}.sidebar-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--sidebar-foreground, var(--text-primary, #1a1a1a))}.sidebar-brand img{width:128px;height:128px;border-radius:0;-o-object-fit:contain;object-fit:contain}.sidebar-brand span{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:1.125rem;letter-spacing:.1em}.sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--sidebar-foreground, var(--text-secondary, #6b7280));cursor:pointer;border-radius:0;transition:background-color .2s,color .2s}.sidebar-close-btn:hover{background:var(--sidebar-accent, var(--bg-tertiary, #f3f4f6));color:var(--sidebar-accent-foreground, var(--text-primary, #1a1a1a))}.sidebar-close-btn svg{width:20px;height:20px}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:2px}.sidebar-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;color:var(--sidebar-foreground, var(--text-secondary, #374151));text-decoration:none;border-radius:0;transition:background-color .2s,color .2s;letter-spacing:.02em}body.modal-open{overflow:hidden}.help-center-dialog{border:none;padding:0;background:transparent;max-width:none;margin:0}.help-center-dialog:not([open]){display:none}.help-center-dialog[open]{position:fixed;inset:0;display:block;margin:0;padding:56px 24px;background:var(--gradient-hero, linear-gradient(135deg, hsl(0, 0%, 8%) 0%, hsl(0, 0%, 12%) 100%));z-index:20000;overflow:auto;-webkit-overflow-scrolling:touch}.help-center-dialog::backdrop{background:#0000008c}.help-center-dialog__panel{position:relative;width:100%;padding:22px;border-radius:var(--radius-xl);border:1px solid color-mix(in srgb,var(--text-inverse, #ffffff) 12%,transparent);background:var(--bg-hero-secondary, hsl(0, 0%, 12%));color:var(--text-inverse, #ffffff);box-shadow:var(--shadow-xl, none)}.help-center-dialog__screen{width:min(1100px,100%);margin:0 auto}.help-center-dialog__heading{margin-bottom:28px}.help-center-dialog__hero{margin:0;font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--text-inverse, #ffffff)}.help-center-dialog__hero-sub{margin:14px 0 0;font-size:18px;line-height:1.5;color:var(--text-inverse-secondary, rgba(255, 255, 255, .75))}.help-center-dialog__content{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:stretch}.help-center-dialog__close{position:absolute;top:10px;right:12px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:0;background:transparent;color:inherit;cursor:pointer;font-size:20px;line-height:1;opacity:.75}.help-center-dialog__close:hover{opacity:1}.help-center-dialog__title{margin:0;padding-right:36px;font-weight:700;font-size:18px}.help-center-dialog__subtitle{margin:10px 0 0;color:var(--muted-foreground, var(--text-secondary, #6b7280));font-size:15px;line-height:1.5}.help-center-dialog__form{margin-top:0;display:grid;gap:12px}.help-center-field{display:grid;gap:8px}.help-center-field__label{font-size:13px;color:var(--text-inverse-secondary, rgba(255, 255, 255, .75))}.help-center-field__input,.help-center-field__textarea{width:100%;padding:10px 0;border-radius:0;border:none;border-bottom:1px solid color-mix(in srgb,var(--text-inverse, #ffffff) 22%,transparent);background:transparent;color:var(--text-inverse, #ffffff);outline:none;box-sizing:border-box}.help-center-field__textarea{resize:none;height:40px;min-height:40px}.help-center-field__input:focus,.help-center-field__textarea:focus{border-bottom-color:color-mix(in srgb,var(--text-inverse, #ffffff) 44%,transparent)}.help-center-dialog__submit{margin-top:6px;justify-self:start;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 16px;border:none;border-radius:var(--radius-md, 0px);background:var(--accent, #8d2032);color:var(--primary-foreground, #ffffff);font-weight:600;font-size:14px;line-height:1;cursor:pointer;transition:background var(--transition-fast, .15s ease),opacity var(--transition-fast, .15s ease)}.help-center-dialog__submit:hover,.help-center-dialog__submit:active{background:var(--accent-hover, #7a1b2b)}.help-center-dialog__submit:focus-visible{outline:2px solid var(--ring, rgba(255, 255, 255, .35));outline-offset:2px}.help-center-dialog__submit:disabled{opacity:.6;cursor:not-allowed}.help-center-dialog__media{border-radius:var(--radius-xl);overflow:hidden;background:#000;border:1px solid color-mix(in srgb,var(--text-inverse, #ffffff) 10%,transparent);display:flex;align-items:center;justify-content:center;padding:28px}.help-center-dialog__media .theme-logo.logo-dark{display:inline-block!important}.help-center-dialog__media .theme-logo.logo-light{display:none!important}.help-center-dialog__logo-wrap{width:100%;display:flex;align-items:center;justify-content:center}.help-center-dialog__logo{width:min(320px,80%);height:auto;display:block}.help-center-dialog__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media(max-width:900px){.help-center-dialog[open]{padding:40px 16px}.help-center-dialog__content{grid-template-columns:1fr}.help-center-dialog__media{min-height:220px;background:#000;padding:22px}.help-center-dialog__logo-wrap{width:100%;background:transparent;border-radius:0;padding:0;display:flex;align-items:center;justify-content:center}.help-center-dialog__logo{width:min(280px,92%)}.help-center-dialog__submit{width:100%;justify-self:stretch}}.sidebar-nav-link:hover{background:var(--sidebar-accent, var(--bg-tertiary, #f3f4f6));color:#dc2828}.sidebar-nav-link.active{background:var(--primary, #8d2032);color:#fff;font-weight:600}.sidebar-nav-link svg{width:20px;height:20px;flex-shrink:0;stroke-width:2}.sidebar-nav-separator{height:1px;background:var(--sidebar-border, var(--border-color, #e5e7eb));margin:.5rem 1rem}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--sidebar-border, var(--border-color, #e5e7eb));display:flex;flex-direction:column;gap:.75rem}.sidebar-theme-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:var(--sidebar-foreground, var(--text-secondary, #374151));background:var(--sidebar-accent, var(--bg-tertiary, #f3f4f6));border:1px solid var(--sidebar-border, var(--border-color, #e5e7eb));border-radius:0;cursor:pointer;transition:background-color .2s,color .2s;position:relative;overflow:hidden;box-sizing:border-box}.sidebar-theme-toggle:active,.sidebar-theme-toggle:focus{transform:none!important;outline:none}.sidebar-theme-toggle:hover{background:var(--sidebar-primary, var(--primary));color:var(--sidebar-primary-foreground, #fff)}.sidebar-theme-toggle svg{width:16px;height:16px}.footer{padding:56px 24px 24px;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:24px}@media(min-width:1024px){.footer-main{grid-template-columns:2fr 1fr;-moz-column-gap:48px;column-gap:48px;row-gap:28px;align-items:start}.footer-brand{grid-column:1;grid-row:1;max-width:none}.footer-contact{grid-column:1;grid-row:2;max-width:520px}.footer-col-quick{grid-column:2;grid-row:1;justify-self:end;width:240px}.footer-col-resources{grid-column:2;grid-row:2;justify-self:end;width:240px}}.footer-contact h4{font-size:15px;font-weight:700;color:var(--text-primary);margin:0 0 24px}.footer-contact p{font-size:14px;color:var(--text-secondary);margin:0 0 12px;line-height:1.6}.footer-contact a{color:inherit;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px;transition:text-decoration-color var(--transition-fast)}.footer-contact a:hover{text-decoration-color:currentColor}.footer-bottom-note{padding-top:22px;margin-top:28px;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:6px;text-align:center;align-items:center}.footer-bottom-note p{margin:0;font-size:13px;color:var(--text-tertiary)}.footer-brand{display:flex;flex-direction:column;gap:24px;max-width:320px}.footer-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:var(--text-primary)}.footer-logo img{height:48px;width:auto;max-width:200px;-o-object-fit:contain;object-fit:contain}.footer-description{font-size:15px;line-height:1.6;color:var(--text-secondary)}.footer-social{display:flex;gap:28px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-secondary);transition:color var(--transition-fast)}.footer-social a:hover{color:var(--text-primary)}.footer-social svg{width:22px;height:22px}.footer-links{display:contents}.footer-column{display:flex;flex-direction:column;gap:16px}.footer-column h4{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.footer-column a{font-size:14px;color:var(--text-secondary);transition:color var(--transition-fast);width:-moz-fit-content;width:fit-content}.footer-column a:hover{color:var(--text-primary)}@media(max-width:768px){.footer{padding:56px 16px 32px}.footer-main{grid-template-columns:1fr;gap:32px;grid-template-areas:"brand" "quick" "resources" "contact"}.footer-brand{grid-area:brand;max-width:none;align-items:center;text-align:center}.footer-logo{justify-content:center}.footer-description{max-width:560px;margin:0 auto}.footer-social{justify-content:center}.footer-col-quick{grid-area:quick}.footer-col-resources{grid-area:resources}.footer-contact{grid-area:contact;max-width:none}}@media(max-width:480px){.footer-logo img{width:110px;height:110px}}.footer-col-resources{gap:12px}.footer-col-resources h4{margin-bottom:12px}.sidebar-auth-section{display:flex;gap:.5rem}.sidebar-auth-section .btn{flex:1}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:100px;background:var(--background, #fff);border-bottom:1px solid var(--border, var(--border-color, #e5e7eb))}[data-theme=dark] .site-header{background:var(--background, hsl(30, 8%, 10%))}[data-theme=dark] .user-info,[data-theme=dark] .user-email{color:var(--foreground)}[data-theme=dark] .user-role{color:var(--muted-foreground)}[data-theme=dark] .user-menu-btn:hover{background:var(--accent)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1400px;margin:0 auto;padding:0 1rem}.site-header-left,.site-header-right{display:flex;align-items:center;gap:.75rem}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--foreground, var(--text-primary, #1a1a1a));cursor:pointer;border-radius:0;transition:background-color .2s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hamburger-btn:hover,.hamburger-btn:active{background:transparent}@media(hover:hover)and (pointer:fine){.hamburger-btn:hover{background:var(--accent-light, var(--bg-tertiary, #f3f4f6))}[data-theme=dark] .hamburger-btn:hover{background:var(--bg-hero-secondary, var(--secondary, transparent))}}.hamburger-btn:focus-visible{outline:2px solid var(--ring, currentColor);outline-offset:2px}.hamburger-btn svg{width:24px;height:24px}.header-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--foreground, var(--text-primary, #1a1a1a))}.header-brand img{width:128px;height:128px;border-radius:0;-o-object-fit:contain;object-fit:contain}.header-brand span{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:1.125rem;letter-spacing:.1em}.header-theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--muted-foreground, var(--text-secondary, #6b7280));cursor:pointer;border-radius:0;transition:background-color .2s,color .2s;position:relative}.header-theme-toggle:hover{background:var(--accent, var(--bg-tertiary, #f3f4f6));color:var(--accent-foreground, var(--text-primary, #1a1a1a))}.header-theme-toggle svg{width:18px;height:18px;position:absolute;transition:opacity .3s,transform .3s}.header-theme-toggle .sun-icon{opacity:1;transform:scale(1) rotate(0)}.header-theme-toggle .moon-icon{opacity:0;transform:scale(0) rotate(90deg)}[data-theme=dark] .header-theme-toggle .sun-icon{opacity:0;transform:scale(0) rotate(-90deg)}[data-theme=dark] .header-theme-toggle .moon-icon{opacity:1;transform:scale(1) rotate(0)}.header-auth-btns{display:flex;align-items:center;gap:.5rem}@media(max-width:480px){.header-auth-btns{display:none}.site-header-inner{padding:0 .5rem}.site-header-left{gap:.4rem}.hamburger-btn{width:36px;height:36px}.hamburger-btn svg{width:22px;height:22px}.header-brand img{width:92px;height:92px}}.has-sidebar-header{padding-top:100px}@keyframes sidebar-fade-in{0%{opacity:0}to{opacity:1}}
