:root{--brand-primary:999 100% 50%;--brand-secondary:999 100% 50%;--brand-accent:999 100% 50%;--status-success:140 70% 45%;--status-warning:45 90% 50%;--status-error:0 84% 60%;--status-info:221 83% 53%;--neutral-white:0 0% 100%;--neutral-black:0 0% 0%}.high-contrast{--brand-primary:0 0% 0%;--brand-secondary:0 0% 0%;--brand-accent:0 0% 100%;--status-success:0 0% 0%;--status-warning:0 0% 0%;--status-error:0 0% 0%;--status-info:0 0% 0%}:root{--background:var(--neutral-white);--foreground:var(--neutral-black);--card:var(--neutral-white);--card-foreground:var(--neutral-black);--popover:var(--neutral-white);--popover-foreground:var(--neutral-black);--muted:0 0% 95%;--muted-foreground:0 0% 25%;--accent:var(--brand-accent);--accent-foreground:var(--neutral-black);--primary:var(--brand-primary);--primary-foreground:var(--neutral-white);--secondary:var(--brand-secondary);--secondary-foreground:var(--neutral-white);--destructive:var(--status-error);--destructive-foreground:var(--neutral-white);--success:var(--status-success);--success-foreground:var(--neutral-white);--warning:var(--status-warning);--warning-foreground:var(--neutral-black);--info:var(--status-info);--info-foreground:var(--neutral-white);--border:var(--brand-primary);--ring:var(--brand-primary);--radius:1rem}.dark{--background:240 6% 10%;--foreground:0 0% 100%;--card:240 6% 12%;--card-foreground:0 0% 100%;--popover:240 6% 12%;--popover-foreground:0 0% 100%;--muted:240 4% 20%;--muted-foreground:0 0% 85%;--border:0 0% 100%;--ring:0 0% 100%;--success-foreground:0 0% 0%;--warning-foreground:0 0% 0%;--info-foreground:0 0% 0%}.high-contrast{--background:0 0% 0%;--foreground:0 0% 100%;--card:0 0% 0%;--card-foreground:0 0% 100%;--popover:0 0% 0%;--popover-foreground:0 0% 100%;--muted:0 0% 0%;--muted-foreground:0 0% 100%;--accent:0 0% 0%;--accent-foreground:0 0% 100%;--primary:0 0% 100%;--primary-foreground:0 0% 0%;--secondary:0 0% 100%;--secondary-foreground:0 0% 0%;--destructive:0 0% 100%;--destructive-foreground:0 0% 0%;--success:0 0% 100%;--success-foreground:0 0% 0%;--warning:0 0% 100%;--warning-foreground:0 0% 0%;--info:0 0% 100%;--info-foreground:0 0% 0%;--border:0 0% 100%;--ring:0 0% 100%}body,html{background-color:hsl(var(--background));color:hsl(var(--foreground))}*{border-color:hsl(var(--border))}.btn-destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-destructive:hover{background-color:hsl(var(--destructive)/.9)}.msg-bubble{padding:.75rem;border-radius:.5rem}.msg-bubble--mine{background-color:hsl(var(--primary)/.1)}.msg-bubble--theirs{background-color:hsl(var(--muted))}.status-pill--open-user{background-color:hsl(var(--info)/.15);color:hsl(var(--info-foreground))}.status-pill--admin-reply{background-color:hsl(var(--warning)/.2);color:hsl(var(--warning-foreground))}.status-pill--user-reply{background-color:hsl(var(--success)/.18);color:hsl(var(--success-foreground))}.status-pill--closed,.status-pill--default{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}.status-icon{height:1.25rem;width:1.25rem}.status-icon--success{color:hsl(var(--success))}.status-icon--warning{color:hsl(var(--warning))}.status-icon--info{color:hsl(var(--info))}.status-icon--error{color:hsl(var(--destructive))}.notify-dot{position:absolute;top:.25rem;right:.25rem;height:.5rem;width:.5rem;border-radius:9999px;background-color:hsl(var(--destructive))}.notify-empty-icon{color:hsl(var(--success))}.media-preview{position:relative;width:100%;height:100%}.media-preview--frame{max-width:24rem;margin-left:auto;margin-right:auto}.media-preview--frame,.media-preview--fullwidth{width:100%;height:auto}.icon-xxs{height:.75rem;width:.75rem}.icon-xs{height:1rem;width:1rem}.icon-sm{height:1.25rem;width:1.25rem}.icon-md{height:1.5rem;width:1.5rem}.icon-lg{height:2rem;width:2rem}.icon-xl{height:2.5rem;width:2.5rem}.icon-2xl{height:3rem;width:3rem}.spinner-xs{height:1rem;width:1rem}.spinner-sm,.spinner-xs{animation:spin 1s linear infinite;color:hsl(var(--primary))}.spinner-sm{height:1.25rem;width:1.25rem}.spinner-md{height:1.5rem;width:1.5rem}.spinner-lg,.spinner-md{animation:spin 1s linear infinite;color:hsl(var(--primary))}.spinner-lg{height:2rem;width:2rem}.spinner-xl{height:2.5rem;width:2.5rem;animation:spin 1s linear infinite;color:hsl(var(--primary))}.spinner-with-gap{margin-right:.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.center-col,.center-row{display:flex;align-items:center;justify-content:center}.center-col{flex-direction:column}.loading-block{padding-top:2rem;padding-bottom:2rem}.loading-block,.loading-block-padded{display:flex;align-items:center;justify-content:center}.loading-block-padded{padding:2rem}.loading-screen{display:flex;flex-direction:column;height:100vh;height:calc(var(--vh, 1vh) * 100);width:100vw;align-items:center;justify-content:center;background-color:hsl(var(--background))}.loading-screen>*+*{margin-top:1rem}.stack-1>*+*{margin-top:.25rem}.stack-2>*+*{margin-top:.5rem}.stack-4>*+*{margin-top:1rem}.stack-6>*+*{margin-top:1.5rem}.page-container{flex:1 1 0%;width:100%;margin-left:auto;margin-right:auto;padding-top:1rem;padding-bottom:1rem}.page-card{width:100%;background-color:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1);border-radius:.5rem;border-width:2px;border-color:hsl(var(--border))}.page-card-header{text-align:center;padding:1rem;align-items:center}@media (min-width:640px){.page-card-header{padding:1.5rem}}.page-card-header-left{padding:1rem;text-align:left}@media (min-width:640px){.page-card-header-left{padding:1.5rem}}.page-card-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:hsl(var(--foreground))}.page-card-content{padding-left:.5rem;padding-right:.5rem;padding-bottom:1rem}@media (min-width:640px){.page-card-content{padding-left:1.5rem;padding-right:1.5rem}}.inner-card-container{padding:.5rem 1rem}.text-body{color:hsl(var(--foreground))}.text-body,.text-muted{font-size:.875rem;line-height:1.25rem;font-weight:500}.text-caption,.text-muted{color:hsl(var(--muted-foreground))}.text-caption{font-size:.75rem;line-height:1rem;font-weight:500}.text-small{font-size:.875rem;line-height:1.25rem}.text-small,.text-xs-bold{font-weight:700;color:hsl(var(--foreground))}.text-xs-bold{font-size:.75rem;line-height:1rem}.text-label{font-weight:700;color:hsl(var(--foreground))}.text-counter{font-size:.875rem;line-height:1.25rem}.empty-state-text,.text-counter{font-weight:700;color:hsl(var(--muted-foreground))}.empty-state-text{text-align:center;padding-top:2rem;padding-bottom:2rem}.card-description{font-size:.875rem;line-height:1.25rem;font-weight:700;color:hsl(var(--muted-foreground))}.input-description{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}.disclaimer-text{text-align:center;color:hsl(var(--muted-foreground))}.disclaimer-text,.text-error{font-size:.875rem;line-height:1.25rem;font-weight:700}.text-error,.text-error-block{color:hsl(var(--destructive))}.text-error-block{text-align:center;padding:1rem;font-weight:700;border-radius:.375rem;border-width:1px;border-color:hsl(var(--destructive)/.5);background-color:hsl(var(--destructive)/.1)}.auth-link{font-size:.875rem;line-height:1.25rem;text-decoration:underline;font-weight:600;color:hsl(var(--primary))}.chat-date-separator{background-color:hsl(var(--muted));padding:.25rem .75rem}.chat-date-separator,.status-pill{font-size:.75rem;line-height:1rem;font-weight:700;border-radius:9999px;color:hsl(var(--foreground))}.status-pill{padding:.125rem .5rem;display:inline-flex;align-items:center}.status-pill--info{background-color:hsl(var(--info)/.15);color:hsl(var(--info))}.status-pill--success{background-color:hsl(var(--success)/.15);color:hsl(var(--success))}.status-pill--warning{background-color:hsl(var(--warning)/.15);color:hsl(var(--warning))}.status-pill--muted{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}.high-contrast .status-pill--info,.high-contrast .status-pill--muted,.high-contrast .status-pill--success,.high-contrast .status-pill--warning{background-color:hsl(var(--background));color:hsl(var(--foreground));border:2px solid hsl(var(--border))}.screen-adaptive-root{display:flex;flex:1 1 0%;flex-direction:column;width:100%}.screen-adaptive-inner{margin-left:auto;margin-right:auto;width:100%}.screen-max-w-none{max-width:none}.screen-max-w-full{max-width:100%}.screen-max-w-sm{max-width:24rem}.screen-max-w-md{max-width:28rem}.screen-max-w-lg{max-width:32rem}.screen-max-w-xl{max-width:36rem}.screen-max-w-2xl{max-width:42rem}.screen-max-w-3xl{max-width:48rem}.screen-max-w-4xl{max-width:56rem}.screen-max-w-5xl{max-width:64rem}.screen-max-w-6xl{max-width:72rem}.screen-max-w-7xl{max-width:80rem}.rule-card{padding:1rem;border-radius:.5rem;border-width:2px;border-color:hsl(var(--border));background-color:hsl(var(--card))}.rule-card-title{font-weight:700;margin-bottom:.5rem;color:hsl(var(--foreground))}.rule-card-description{font-size:.875rem;line-height:1.625;font-weight:700;color:hsl(var(--muted-foreground))}.accordion-trigger{padding:1.5rem;border-radius:.5rem .5rem 0 0}.accordion-trigger:hover{text-decoration:none}.accordion-icon-container{padding:.5rem;border-radius:.5rem;background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}.accordion-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}.accordion-content-container{padding:1rem 1.5rem;border-radius:0 0 .5rem .5rem;background-color:hsl(var(--card))}.accordion-content-container>*+*{margin-top:1rem}.details-summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;padding:1rem;border-radius:.5rem;border-width:2px;border-color:hsl(var(--border));background-color:hsl(var(--card));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.details-summary:hover{border-color:hsl(var(--primary));background-color:hsl(var(--primary)/.05)}.details-icon-container{padding:.5rem;border-radius:.5rem;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}.group\/details:hover .details-icon-container{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.details-title{font-weight:600;font-size:1rem;line-height:1.5rem;color:hsl(var(--foreground))}.details-chevron{color:hsl(var(--primary))}.agreement-list-item{display:flex;gap:.5rem;font-size:.875rem;line-height:1.25rem}.agreement-list-item,.future-plan-description{font-weight:700;color:hsl(var(--muted-foreground))}.future-plan-description{font-size:1rem;line-height:1.5rem;white-space:pre-wrap;line-height:1.625;max-width:65ch}.future-plan-media{width:100%;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--muted))}.media-image-sm-centered{width:100%;height:auto;max-width:24rem;margin-left:auto;margin-right:auto}.media-square-centered{max-width:400px;margin-left:auto;margin-right:auto;aspect-ratio:1/1;border-radius:.375rem}.media-square-centered,.media-wide{width:100%;overflow:hidden;background-color:hsl(var(--muted))}.media-wide{aspect-ratio:16/9;border-radius:.5rem;border-width:1px;border-color:hsl(var(--border))}.info-section{display:flex;align-items:flex-start;gap:1rem}.info-section-icon{margin-top:.25rem;color:hsl(var(--primary))}.info-section-title{font-weight:600;color:hsl(var(--foreground))}.info-section-description{font-size:.875rem;line-height:1.25rem;font-weight:700;color:hsl(var(--muted-foreground))}.info-section-divider{width:100%;height:1px;background-color:hsl(var(--border))}.info-section-header{font-size:1.125rem;line-height:1.75rem;font-weight:600;text-align:center;padding-top:1rem;color:hsl(var(--foreground))}.attribution-item{display:flex;align-items:flex-start;gap:1rem}.attribution-icon{margin-top:.25rem;color:hsl(var(--primary))}.attribution-title{font-weight:600;color:hsl(var(--foreground))}.attribution-cost{font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--primary))}.attribution-description{font-size:.875rem;line-height:1.25rem;margin-top:.25rem;font-weight:700;color:hsl(var(--muted-foreground))}.dedication-section{text-align:center}.dedication-section>*+*{margin-top:.5rem}.dedication-header{display:inline-flex;align-items:center;gap:.5rem}.dedication-title{font-weight:600;font-size:1.125rem;line-height:1.75rem;color:hsl(var(--foreground))}.dedication-content{font-weight:700;color:hsl(var(--muted-foreground))}.dmca-section-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}.dmca-info-container{padding-left:1rem;border-left-width:2px;border-color:hsl(var(--border))}.dmca-info-container>*+*{margin-top:.5rem}.dmca-info-row{display:flex;flex-direction:column}@media (min-width:640px){.dmca-info-row{flex-direction:row;align-items:center}}.dmca-label{width:100%;font-weight:600;flex-shrink:0;color:hsl(var(--foreground))}@media (min-width:640px){.dmca-label{width:10rem}}.dmca-value{word-break:break-all;font-weight:700;color:hsl(var(--muted-foreground))}.primary-action-button{width:100%;font-size:1.125rem;line-height:1.75rem;padding-top:1.5rem;padding-bottom:1.5rem}.secondary-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}@media (min-width:768px){.secondary-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.secondary-action-button{justify-content:center}.app-footer{width:100%;height:3rem;flex-shrink:0;background-color:hsl(var(--secondary));padding-top:1rem}.form-select-trigger{font-weight:600;border-radius:.75rem;height:2.75rem;padding-left:1rem;padding-right:1rem;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);border-width:2px;background-color:hsl(var(--background));border-color:hsl(var(--border))!important;color:hsl(var(--foreground))}.fixed-header{padding-top:max(1rem,var(--sat))}.fixed-footer{padding-bottom:max(1rem,var(--sab))}.landing-tabs-list{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));background-color:transparent;padding:0;gap:.5rem;margin-bottom:1rem}.landing-tab-trigger{flex:1 1 0%}.landing-section-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;text-align:center;color:hsl(var(--foreground))}.landing-section-description{text-align:center;font-weight:700;color:hsl(var(--muted-foreground))}.landing-video-container{aspect-ratio:16/9;width:100%;border-radius:.5rem;overflow:hidden;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--muted))}.app-header{display:flex;align-items:center;height:60px;box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1);background-color:hsl(var(--secondary));border-bottom:2px solid hsl(var(--border))}.app-header-container{justify-content:space-between;width:100%;padding-left:.125rem;padding-right:.125rem}.app-header-actions,.app-header-container{display:flex;align-items:center}.app-header-actions>*+*{margin-left:.75rem}.app-header-menu-button{display:flex;align-items:center;height:2.5rem;padding-left:.75rem;padding-right:.75rem;border-radius:9999px}.app-header-menu-button>*+*{margin-left:.5rem}.app-dropdown-menu{width:14rem;border-width:2px;background-color:hsl(var(--card));border-color:hsl(var(--border))}.app-dropdown-item{display:flex;align-items:center;cursor:pointer;font-weight:700;color:hsl(var(--foreground))!important}.app-dropdown-item:focus,.app-dropdown-item:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))!important}.app-popover{width:20rem;padding:.5rem;border-width:2px;background-color:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--card-foreground))}.help-dialog-title{font-weight:600;color:hsl(var(--foreground))!important}.help-dialog-body{font-weight:700!important;color:hsl(var(--muted-foreground))!important}@media (prefers-contrast:more){.help-dialog-body{color:#ffffff!important}}.filter-select-trigger,.sort-select-trigger{width:100%;border-radius:.75rem;height:2.75rem;padding-left:1rem;padding-right:1rem;font-weight:700;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);border-width:2px;background-color:hsl(var(--primary));border-color:hsl(var(--border));color:hsl(var(--primary-foreground))}@media (min-width:640px){.filter-select-trigger,.sort-select-trigger{width:auto}}.filter-select-content,.sort-select-content{background-color:hsl(var(--popover));border-color:hsl(var(--border));color:hsl(var(--popover-foreground))}.filter-select-item,.sort-select-item{font-weight:700;color:hsl(var(--foreground))}.filter-select-item:hover,.sort-select-item:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.high-contrast .filter-select-content,.high-contrast .filter-select-trigger,.high-contrast .sort-select-content,.high-contrast .sort-select-trigger{background-color:hsl(var(--background));border-color:hsl(var(--border));color:hsl(var(--foreground))}.high-contrast .filter-select-item:hover,.high-contrast .sort-select-item:hover{background-color:hsl(var(--foreground));color:hsl(var(--background))}.view-toggle-container{display:flex;align-items:center;padding:.25rem;border-radius:.75rem;border-width:2px;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);background-color:hsl(var(--muted));border-color:hsl(var(--border))}.view-toggle-button{border-radius:.5rem;height:2rem;width:2rem;color:hsl(var(--foreground))}