: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:240 5% 88%;--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%;--accent:140 35% 20%;--accent-foreground:0 0% 100%;--border:240 5% 22%;--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%}html,body{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{border-radius:.5rem;padding:.75rem}.msg-bubble--mine{background-color:hsl(var(--primary) / .1)}.msg-bubble--theirs{background-color:hsl(var(--muted))}.status-pill{border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:700;line-height:1rem}.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{width:1.25rem;height: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{background-color:hsl(var(--destructive));border-radius:9999px;width:.5rem;height:.5rem;position:absolute;top:.25rem;right:.25rem}.notify-empty-icon{color:hsl(var(--success))}.media-preview{width:100%;height:100%;position:relative}.media-preview--frame{width:100%;max-width:24rem;height:auto;margin-left:auto;margin-right:auto}.media-preview--fullwidth{width:100%;height:auto}
.icon-xxs{width:.75rem;height:.75rem}.icon-xs{width:1rem;height:1rem}.icon-sm{width:1.25rem;height:1.25rem}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:2rem;height:2rem}.icon-xl{width:2.5rem;height:2.5rem}.icon-2xl{width:3rem;height:3rem}.spinner-xs{width:1rem;height:1rem;color:hsl(var(--primary));animation:1s linear infinite spin}.spinner-sm{width:1.25rem;height:1.25rem;color:hsl(var(--primary));animation:1s linear infinite spin}.spinner-md{width:1.5rem;height:1.5rem;color:hsl(var(--primary));animation:1s linear infinite spin}.spinner-lg{width:2rem;height:2rem;color:hsl(var(--primary));animation:1s linear infinite spin}.spinner-xl{width:2.5rem;height:2.5rem;color:hsl(var(--primary));animation:1s linear infinite spin}.spinner-with-gap{margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.center-row{justify-content:center;align-items:center;display:flex}.center-col{flex-direction:column;justify-content:center;align-items:center;display:flex}.loading-block{justify-content:center;align-items:center;padding-top:2rem;padding-bottom:2rem;display:flex}.loading-block-padded{justify-content:center;align-items:center;padding:2rem;display:flex}.loading-screen{height:100vh;height:calc(var(--vh,1vh) * 100);background-color:hsl(var(--background));flex-direction:column;justify-content:center;align-items:center;width:100vw;display:flex}.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;width:100%;margin-left:auto;margin-right:auto;padding-top:1rem;padding-bottom:1rem}.page-card{background-color:hsl(var(--card));width:100%;color:hsl(var(--card-foreground));border-width:2px;border-color:hsl(var(--border));border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.page-card-header{text-align:center;align-items:center;padding:1rem}@media (min-width:640px){.page-card-header{padding:1.5rem}}.page-card-header-left{text-align:left;padding:1rem}@media (min-width:640px){.page-card-header-left{padding:1.5rem}}.page-card-title{color:hsl(var(--foreground));font-size:1.875rem;font-weight:700;line-height:2.25rem}.page-card-content{padding-bottom:1rem;padding-left:.5rem;padding-right:.5rem}@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));font-size:.875rem;font-weight:500;line-height:1.25rem}.text-muted{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;line-height:1.25rem}.text-caption{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500;line-height:1rem}.text-small{color:hsl(var(--foreground));font-size:.875rem;font-weight:700;line-height:1.25rem}.text-xs-bold{color:hsl(var(--foreground));font-size:.75rem;font-weight:700;line-height:1rem}.text-label{color:hsl(var(--foreground));font-weight:700}.text-counter{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:700;line-height:1.25rem}.empty-state-text{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem;font-weight:700}.card-description{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:700;line-height:1.25rem}.input-description{color:hsl(var(--muted-foreground));font-size:.75rem;line-height:1rem}.disclaimer-text{text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:700;line-height:1.25rem}.text-error{color:hsl(var(--destructive));font-size:.875rem;font-weight:700;line-height:1.25rem}.text-error-block{text-align:center;color:hsl(var(--destructive));border-width:1px;border-color:hsl(var(--destructive) / .5);background-color:hsl(var(--destructive) / .1);border-radius:.375rem;padding:1rem;font-weight:700}.auth-link{color:hsl(var(--primary));font-size:.875rem;font-weight:600;line-height:1.25rem;text-decoration:underline}.chat-date-separator{background-color:hsl(var(--muted));color:hsl(var(--foreground));border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;line-height:1rem}.status-pill{color:hsl(var(--foreground));border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:700;line-height:1rem;display:inline-flex}.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--success,.high-contrast .status-pill--warning,.high-contrast .status-pill--muted{background-color:hsl(var(--background));color:hsl(var(--foreground));border:2px solid hsl(var(--border))}.screen-adaptive-root{flex-direction:column;flex:1;width:100%;display:flex}.screen-adaptive-inner{width:100%;margin-left:auto;margin-right:auto}.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{border-width:2px;border-color:hsl(var(--border));background-color:hsl(var(--card));border-radius:.5rem;padding:1rem}.rule-card-title{color:hsl(var(--foreground));margin-bottom:.5rem;font-weight:700}.rule-card-description{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:700;line-height:1.625}.accordion-trigger{border-radius:.5rem .5rem 0 0;padding:1.5rem}.accordion-trigger:hover{text-decoration:none}.accordion-icon-container{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:.5rem;padding:.5rem}.accordion-title{color:hsl(var(--foreground));font-size:1.125rem;font-weight:600;line-height:1.75rem}.accordion-content-container{background-color:hsl(var(--card));border-radius:0 0 .5rem .5rem;padding:1rem 1.5rem}.accordion-content-container>*+*{margin-top:1rem}.details-summary{cursor:pointer;border-width:2px;border-color:hsl(var(--border));background-color:hsl(var(--card));border-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem;list-style:none;transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.details-summary:hover{border-color:hsl(var(--primary));background-color:hsl(var(--primary) / .05)}.details-icon-container{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:.5rem;padding:.5rem;transition-property:color,background-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group\/details:hover .details-icon-container{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.details-title{color:hsl(var(--foreground));font-size:1rem;font-weight:600;line-height:1.5rem}.details-chevron{color:hsl(var(--primary))}.agreement-list-item{color:hsl(var(--muted-foreground));gap:.5rem;font-size:.875rem;font-weight:700;line-height:1.25rem;display:flex}.future-plan-description{white-space:pre-wrap;max-width:65ch;color:hsl(var(--muted-foreground));font-size:1rem;font-weight:700;line-height:1.625}.future-plan-media{aspect-ratio:16/9;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--muted));border-radius:.5rem;width:100%;overflow:hidden}.media-image-sm-centered{width:100%;max-width:24rem;height:auto;margin-left:auto;margin-right:auto}.media-square-centered{aspect-ratio:1;background-color:hsl(var(--muted));border-radius:.375rem;width:100%;max-width:400px;margin-left:auto;margin-right:auto;overflow:hidden}.media-wide{aspect-ratio:16/9;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--muted));border-radius:.5rem;width:100%;overflow:hidden}.info-section{align-items:flex-start;gap:1rem;display:flex}.info-section-icon{color:hsl(var(--primary));margin-top:.25rem}.info-section-title{color:hsl(var(--foreground));font-weight:600}.info-section-description{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:700;line-height:1.25rem}.info-section-divider{background-color:hsl(var(--border));width:100%;height:1px}.info-section-header{text-align:center;color:hsl(var(--foreground));padding-top:1rem;font-size:1.125rem;font-weight:600;line-height:1.75rem}.attribution-item{align-items:flex-start;gap:1rem;display:flex}.attribution-icon{color:hsl(var(--primary));margin-top:.25rem}.attribution-title{color:hsl(var(--foreground));font-weight:600}.attribution-cost{color:hsl(var(--primary));font-size:.875rem;font-weight:600;line-height:1.25rem}.attribution-description{color:hsl(var(--muted-foreground));margin-top:.25rem;font-size:.875rem;font-weight:700;line-height:1.25rem}.dedication-section{text-align:center}.dedication-section>*+*{margin-top:.5rem}.dedication-header{align-items:center;gap:.5rem;display:inline-flex}.dedication-title{color:hsl(var(--foreground));font-size:1.125rem;font-weight:600;line-height:1.75rem}.dedication-content{color:hsl(var(--muted-foreground));font-weight:700}.dmca-section-title{color:hsl(var(--foreground));font-size:1.125rem;font-weight:600;line-height:1.75rem}.dmca-info-container{border-left-width:2px;border-color:hsl(var(--border));padding-left:1rem}.dmca-info-container>*+*{margin-top:.5rem}.dmca-info-row{flex-direction:column;display:flex}@media (min-width:640px){.dmca-info-row{flex-direction:row;align-items:center}}.dmca-label{width:100%;color:hsl(var(--foreground));flex-shrink:0;font-weight:600}@media (min-width:640px){.dmca-label{width:10rem}}.dmca-value{word-break:break-all;color:hsl(var(--muted-foreground));font-weight:700}.primary-action-button{width:100%;padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.125rem;line-height:1.75rem}.secondary-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}@media (min-width:768px){.secondary-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.secondary-action-button{justify-content:center}.app-footer{background-color:hsl(var(--secondary));flex-shrink:0;width:100%;height:3rem;padding-top:1rem}.form-select-trigger{background-color:hsl(var(--background));height:2.75rem;color:hsl(var(--foreground));border-width:2px;border-radius:.75rem;padding-left:1rem;padding-right:1rem;font-weight:600;box-shadow:0 1px 2px #0000000d;border-color:hsl(var(--border))!important}.fixed-header{padding-top:max(1rem, var(--sat))}.fixed-footer{padding-bottom:max(1rem, var(--sab))}.landing-tabs-list{background-color:#0000;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;margin-bottom:1rem;padding:0;display:grid}.landing-tab-trigger{flex:1}.landing-section-title{text-align:center;color:hsl(var(--foreground));font-size:1.25rem;font-weight:600;line-height:1.75rem}.landing-section-description{text-align:center;color:hsl(var(--muted-foreground));font-weight:700}.landing-video-container{aspect-ratio:16/9;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--muted));border-radius:.5rem;width:100%;overflow:hidden}.app-header{background-color:hsl(var(--secondary));border-bottom:2px solid hsl(var(--border));align-items:center;height:60px;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.app-header-container{justify-content:space-between;align-items:center;width:100%;padding-left:.125rem;padding-right:.125rem;display:flex}.app-header-actions{align-items:center;display:flex}.app-header-actions>*+*{margin-left:.75rem}.app-header-menu-button{border-radius:9999px;align-items:center;height:2.5rem;padding-left:.75rem;padding-right:.75rem;display:flex}.app-header-menu-button>*+*{margin-left:.5rem}.app-dropdown-menu{background-color:hsl(var(--card));border-width:2px;border-color:hsl(var(--border));width:14rem}.app-dropdown-item{cursor:pointer;align-items:center;font-weight:700;display:flex;color:hsl(var(--foreground))!important}.app-dropdown-item:hover,.app-dropdown-item:focus{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))!important}.app-popover{background-color:hsl(var(--card));border-width:2px;border-color:hsl(var(--border));width:20rem;color:hsl(var(--card-foreground));padding:.5rem}.help-dialog-title{font-weight:600;color:hsl(var(--foreground))!important}.help-dialog-body{color:hsl(var(--muted-foreground))!important;font-weight:700!important}@media (prefers-contrast:more){.help-dialog-body{color:#fff!important}}.filter-select-trigger,.sort-select-trigger{background-color:hsl(var(--primary));border-width:2px;border-color:hsl(var(--border));width:100%;height:2.75rem;color:hsl(var(--primary-foreground));border-radius:.75rem;padding-left:1rem;padding-right:1rem;font-weight:700;box-shadow:0 1px 2px #0000000d}@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{color:hsl(var(--foreground));font-weight:700}.filter-select-item:hover,.sort-select-item:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.high-contrast .filter-select-trigger,.high-contrast .sort-select-trigger,.high-contrast .filter-select-content,.high-contrast .sort-select-content{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{background-color:hsl(var(--muted));border-width:2px;border-color:hsl(var(--border));border-radius:.75rem;align-items:center;padding:.25rem;display:flex;box-shadow:0 1px 2px #0000000d}.view-toggle-button{width:2rem;height:2rem;color:hsl(var(--foreground));border-radius:.5rem}
.ntf-list{flex-direction:column;max-height:24rem;display:flex}.ntf-list-body{flex:1;min-height:0;overflow-y:auto}.ntf-list-header{border-bottom:1px solid hsl(var(--border));justify-content:flex-end;align-items:center;padding:.25rem .5rem;display:flex}.ntf-list-footer{border-top:1px solid hsl(var(--border));justify-content:center;align-items:center;padding:.5rem 1rem;display:flex}.ntf-item{cursor:pointer;border-bottom:1px solid hsl(var(--border) / .5);align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:background-color .15s;display:flex}.ntf-item:hover{background-color:hsl(var(--muted))}.ntf-item:last-child{border-bottom:none}.ntf-item-icon{background-color:hsl(var(--primary) / .1);width:2rem;height:2rem;color:hsl(var(--primary));border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.ntf-item-content{flex:1;min-width:0}.ntf-item-title{color:hsl(var(--foreground));font-size:.875rem;font-weight:600;line-height:1.25rem}.ntf-item-message{color:hsl(var(--muted-foreground));margin-top:.125rem;font-size:.75rem;font-weight:500;line-height:1rem}.ntf-item-timestamp{color:hsl(var(--muted-foreground));margin-top:.25rem;font-size:.625rem;font-weight:500}.ntf-item-count{flex-shrink:0;align-self:center}.ntf-empty{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.ntf-empty-icon{color:hsl(var(--success))}.ntf-empty-text{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500}.ntf-badge{background-color:hsl(var(--destructive));min-width:1.25rem;height:1.25rem;color:hsl(var(--destructive-foreground));border-radius:9999px;justify-content:center;align-items:center;padding:0 .25rem;font-size:.625rem;font-weight:700;display:flex}.ntf-badge--hidden{display:none}.ntf-history-item{border-bottom:1px solid hsl(var(--border) / .5);opacity:.7;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;display:flex}.ntf-history-item:last-child{border-bottom:none}.ntf-history-item--clickable{cursor:pointer;transition:opacity .15s}.ntf-history-item--clickable:hover{opacity:1}.ntf-loading{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;padding:2rem 1rem;font-size:.875rem;display:flex}.high-contrast .ntf-item{border-bottom-width:2px;border-color:hsl(var(--border))}.high-contrast .ntf-item:hover{background-color:hsl(var(--foreground));color:hsl(var(--background))}.high-contrast .ntf-item:hover .ntf-item-title,.high-contrast .ntf-item:hover .ntf-item-message,.high-contrast .ntf-item:hover .ntf-item-timestamp{color:hsl(var(--background))}.high-contrast .ntf-item-icon{background-color:hsl(var(--background));color:hsl(var(--foreground));border:2px solid hsl(var(--border))}.high-contrast .ntf-badge{background-color:hsl(var(--foreground));color:hsl(var(--background));border:2px solid hsl(var(--border))}.high-contrast .ntf-list-header{border-bottom-width:2px}
.rc-dialog{background-color:var(--color-card);color:var(--color-card-foreground)}.rc-priority-critical{background-color:var(--color-destructive);color:var(--color-destructive-foreground);font-weight:700;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.rc-priority-high{background-color:var(--color-warning,#f59e0b);color:var(--color-warning-foreground,#000);font-weight:600}.rc-priority-normal{background-color:var(--color-primary);color:var(--color-primary-foreground)}.rc-priority-low,.rc-priority-unknown{background-color:var(--color-muted);color:var(--color-muted-foreground)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}
.chat-bubble{border-radius:.5rem;padding:.75rem}.chat-bubble--mine{background-color:hsl(var(--primary) / .1)}.chat-bubble--theirs{background-color:hsl(var(--muted))}.chat-group-gap{margin-top:.75rem}.chat-continuation-gap{margin-top:.125rem}.chat-system-message{text-align:center;color:hsl(var(--muted-foreground));padding:.5rem 0;font-size:.75rem}.chat-reply-quote{border-left:2px solid hsl(var(--border));background-color:hsl(var(--muted) / .5);border-radius:.125rem;flex-direction:column;gap:.125rem;margin-bottom:.375rem;padding:.375rem .5rem;font-size:.75rem;display:flex}.chat-reply-quote-sender{color:hsl(var(--foreground));font-weight:600}.chat-reply-quote-preview{color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;max-width:280px;overflow:hidden}.chat-attachment-pending{background-color:hsl(var(--muted));border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.chat-attachment-media{border-radius:.375rem;max-width:320px;overflow:hidden}.chat-attachment-text-link{background-color:hsl(var(--muted));color:hsl(var(--primary));border-radius:.375rem;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.8125rem;text-decoration:none;transition:opacity .15s;display:inline-flex}.chat-attachment-text-link:hover{opacity:.8}.chat-attachment-rejected{background-color:hsl(var(--warning,var(--muted)) / .15);color:hsl(var(--warning-foreground,var(--muted-foreground)));border-radius:.375rem;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.chat-attachment-status-label{opacity:.7;margin-left:auto;font-style:italic}.chat-composer{flex-direction:column;gap:.5rem;width:100%;display:flex}.chat-composer-file-preview{background-color:hsl(var(--muted));border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .5rem;font-size:.8125rem;display:flex}.chat-composer-file-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.chat-composer-upload-status{align-items:center;gap:.375rem;display:flex}.chat-mention-chip{color:hsl(var(--primary));cursor:pointer;font-weight:500}.chat-mention-chip:hover{text-decoration:underline}
:root{--motion-fast:.15s;--motion-base:.2s;--motion-slow:.25s;--motion-ease:cubic-bezier(.215, .61, .355, 1);--brand-primary:267 70% 51%;--brand-secondary:266 37% 26%;--brand-accent:263 45% 90%;--status-success:140 70% 35%;--status-warning:45 90% 38%;--status-error:0 72% 45%;--brand-primary-deep:267 70% 40%;--status-success-border:140 70% 25%;--inverted-background:0 0% 100%;--inverted-foreground:267 70% 51%;--inverted-border:267 70% 51%;--background:263 52% 95%;--foreground:266 37% 16%;--card:0 0% 100%;--card-foreground:266 37% 16%;--popover:0 0% 100%;--popover-foreground:266 37% 16%;--muted:263 30% 88%;--muted-foreground:266 18% 35%;--accent:263 45% 90%;--accent-foreground:266 37% 16%;--border:263 25% 84%;--ring:267 70% 51%;--surface-0:263 52% 95%;--surface-1:0 0% 100%;--surface-2:263 45% 91%;--surface-3:263 40% 86%;--surface-header:0 0% 100%;--gold:44 90% 32%;--gold-bright:42 86% 63%;--gold-ring:44 85% 45%;--pop:267 65% 45%;--parchment:41 61% 89%;--parchment-edge:42 44% 80%;--parchment-deep:42 35% 65%;--ink:37 59% 8%;--ink-body:34 47% 10%;--ink-muted:37 33% 27%;--ink-accent:267 70% 51%;--radius:.75rem}.dark{--brand-primary:265 77% 61%;--brand-secondary:263 39% 18%;--brand-accent:262 36% 23%;--status-success:145 60% 50%;--status-warning:45 90% 55%;--status-error:350 78% 60%;--brand-primary-deep:265 70% 47%;--status-success-border:145 60% 35%;--inverted-background:270 46% 95%;--inverted-foreground:265 77% 61%;--inverted-border:270 46% 95%;--background:266 44% 11%;--foreground:270 46% 95%;--card:263 39% 18%;--card-foreground:270 46% 95%;--popover:262 34% 27%;--popover-foreground:270 46% 95%;--muted:262 36% 23%;--muted-foreground:265 30% 80%;--accent:262 34% 27%;--accent-foreground:270 46% 95%;--border:263 25% 28%;--ring:266 83% 77%;--surface-0:266 44% 11%;--surface-1:263 39% 18%;--surface-2:262 36% 23%;--surface-3:262 34% 27%;--surface-header:264 42% 15%;--gold:42 86% 63%;--gold-bright:42 86% 63%;--gold-ring:45 95% 72%;--pop:266 83% 77%;--parchment:41 61% 89%;--parchment-edge:42 44% 80%;--parchment-deep:42 35% 65%;--ink:37 59% 8%;--ink-body:34 47% 10%;--ink-muted:37 33% 27%;--ink-accent:267 70% 51%;--radius:.75rem}
:root{--ttt-vh:1vh}@supports (-webkit-touch-callout:none){:root{--ttt-vh:calc(1vh - env(safe-area-inset-bottom) / 100)}}body{font-family:var(--font-plus-jakarta-sans), ui-sans-serif, system-ui, sans-serif}.font-display{font-family:var(--font-fraunces), Georgia, serif;font-weight:500}.touch-target{min-width:44px;min-height:44px}.touch-target-icon{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}@media (pointer:coarse){.mobile-touch-padding{padding:.75rem}}.h-screen-mobile{height:100vh;height:calc(var(--ttt-vh,1vh) * 100)}.min-h-screen-mobile{min-height:100vh;min-height:calc(var(--ttt-vh,1vh) * 100)}.max-h-screen-mobile{max-height:100vh;max-height:calc(var(--ttt-vh,1vh) * 100)}
@keyframes ttt-page-enter{0%{opacity:.5}to{opacity:1}}.ttt-page-enter{animation:ttt-page-enter var(--motion-base) var(--motion-ease)}@keyframes ttt-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.ttt-reveal{animation:ttt-reveal var(--motion-base) var(--motion-ease)}.ttt-page-title{font-family:var(--font-fraunces), Georgia, serif;color:hsl(var(--foreground));font-size:1.75rem;font-weight:500}@keyframes ttt-flourish-draw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.ttt-title-flourish{background-color:hsl(var(--gold));transform-origin:0;width:100%;height:2.5px;animation:ttt-flourish-draw var(--motion-slow) var(--motion-ease);border-radius:9999px;margin-top:.2rem}.ttt-truncate{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.surface-1{background-color:hsl(var(--surface-1))}.surface-2{background-color:hsl(var(--surface-2))}.surface-3{background-color:hsl(var(--surface-3))}.ttt-floating-border{border:1px solid hsl(var(--border))}.text-gold{color:hsl(var(--gold))}.ttt-gold-count{color:hsl(var(--gold));align-items:center;gap:.25rem;font-weight:700;display:inline-flex}.text-pop{color:hsl(var(--pop))}.ttt-dock-btn{background-color:hsl(var(--surface-2));border:2px solid hsl(var(--gold-ring));width:2.75rem;height:2.75rem;color:hsl(var(--foreground));cursor:pointer;transition:background-color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);border-radius:9999px;justify-content:center;align-items:center;display:flex}.ttt-dock-gold{border:2px solid hsl(var(--gold-ring))!important}button.inline-flex.justify-center.whitespace-nowrap:not([class*=underline]):not(.ttt-gold-link){border:2px solid hsl(var(--gold-ring))}button.inline-flex.justify-center.whitespace-nowrap:not([class*=underline]):not(.ttt-gold-link):active:not(:disabled){transform:scale(.97)}footer .underline,.app-container footer a,.auth-link{color:hsl(var(--gold));font-weight:600}.auth-link:hover{text-decoration:underline}.ttt-gold-link{font-weight:600;color:hsl(var(--gold))!important}.ttt-gold-link:hover{text-decoration:underline}.app-header-menu-button{border:2px solid hsl(var(--gold-ring))!important}.ttt-dock-btn:hover{background-color:hsl(var(--surface-3))}.ttt-dock-btn:active{transform:scale(.95)}.ttt-chip{background-color:hsl(var(--surface-2));color:hsl(var(--muted-foreground));cursor:pointer;border:2px solid hsl(var(--gold-ring));transition:background-color var(--motion-fast) var(--motion-ease), color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);border-radius:9999px;align-items:center;gap:.3rem;padding:.32rem .7rem;font-size:.75rem;display:inline-flex}.ttt-chip:hover{background-color:hsl(var(--surface-3))}.ttt-chip:active{transform:scale(.95)}.ttt-chip-active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:500}.ttt-chip-active:hover{background-color:hsl(var(--primary))}.ttt-coin-group{background-color:hsl(var(--surface-2));border:2px solid hsl(var(--gold-ring));border-radius:9999px;align-items:center;padding:3px;display:inline-flex}.ttt-coin{color:hsl(var(--muted-foreground));cursor:pointer;transition:all var(--motion-base) var(--motion-ease);background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.3rem .6rem;display:inline-flex}.ttt-coin:active{transform:scale(.93)}.ttt-coin-active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.55rem 1rem}.ttt-toggle-group{background-color:hsl(var(--surface-2));border:2px solid hsl(var(--gold-ring));border-radius:.625rem;padding:3px;display:inline-flex}.ttt-toggle-btn{color:hsl(var(--muted-foreground));cursor:pointer;transition:background-color var(--motion-fast) var(--motion-ease), color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.25rem .5rem;display:inline-flex}.ttt-toggle-btn:active{transform:scale(.95)}.ttt-toggle-btn-active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.ttt-help-badge{background-color:hsl(var(--surface-2));border:1px solid hsl(var(--gold-ring));width:2rem;height:2rem;color:hsl(var(--pop));cursor:pointer;transition:background-color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.ttt-help-badge:hover{background-color:hsl(var(--surface-3))}.ttt-help-badge:active{transform:scale(.94)}.page-card-title{font-family:var(--font-fraunces), Georgia, serif;font-weight:500}.app-header{border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--surface-header))!important}.ttt-dropcap{font-family:var(--font-fraunces), Georgia, serif;color:hsl(var(--ink-accent));font-size:2.4rem;font-weight:500;line-height:1}.ttt-page-card{background-color:hsl(var(--parchment));color:hsl(var(--ink-body));transition:transform var(--motion-fast) var(--motion-ease);border-radius:.75rem;padding:1rem;position:relative;overflow:hidden}button.ttt-page-card:hover{transform:translateY(-2px)}.ttt-page-stack-1,.ttt-page-stack-2{border-radius:.75rem;position:absolute}.ttt-page-stack-1{background-color:hsl(var(--parchment-edge));inset:3px -2px -3px 3px}.ttt-page-stack-2{background-color:hsl(var(--parchment-deep));inset:6px -5px -6px 6px}.ttt-bookmark-ribbon{background-color:hsl(var(--ink-accent));clip-path:polygon(0 0,100% 0,100% 100%,50% 82%,0 100%);width:15px;height:36px;position:absolute;top:0;right:1.4rem}.ttt-spine-ticks{flex-wrap:wrap;justify-content:center;gap:3px;display:flex}.ttt-spine-tick{background-color:hsl(var(--surface-3));border-radius:9999px;width:10px;height:3px}.ttt-spine-tick-read{background-color:hsl(var(--muted-foreground) / .55)}.ttt-spine-tick-current{background-color:hsl(var(--gold));width:16px}.ttt-curtain{z-index:1;display:flex;position:absolute;top:0;left:0;right:0}.ttt-curtain span{background-color:hsl(var(--brand-primary-deep) / .6);border-radius:0 0 14px 14px;flex:1;height:20px}.ttt-ticket{text-align:left;background-color:hsl(var(--surface-1));border:1px solid hsl(var(--border));cursor:pointer;width:100%;transition:background-color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);border-radius:.75rem;align-items:stretch;padding:0;display:flex;overflow:hidden}.ttt-ticket:hover{background-color:hsl(var(--surface-2));transform:translate(3px)}.ttt-ticket-stub{border-right:2px dashed hsl(var(--surface-0));flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:3.4rem;padding:.6rem 0;display:flex}.ttt-ticket-stub-ep{letter-spacing:.1em;color:hsl(var(--muted-foreground));font-size:.55rem}.ttt-ticket-stub-num{font-family:var(--font-fraunces), Georgia, serif;color:hsl(var(--muted-foreground));font-size:1.35rem;line-height:1.1}.ttt-string-row{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.45rem 0;display:block}.ttt-string-row:hover .ttt-string{background-color:hsl(var(--pop));transform:scaleY(1.6)}.ttt-string{background-color:hsl(var(--surface-3));transition:background-color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);border-radius:9999px;margin-top:.3rem}.ttt-reader{background-color:hsl(var(--parchment));color:hsl(var(--ink-body));border-radius:1rem;padding:1.25rem 1.25rem 1rem}.ttt-reader-title{font-family:var(--font-fraunces), Georgia, serif;color:hsl(var(--ink));font-size:1.3rem;font-weight:500}.ttt-reader-body{color:hsl(var(--ink-body));white-space:pre-wrap;font-size:.95rem;font-weight:500;line-height:1.75}.ttt-chip-active svg{color:hsl(var(--gold-bright))}.ttt-crier{background-color:hsl(var(--surface-header));border:1px solid hsl(var(--gold) / .4)}.ttt-crier-label{letter-spacing:.08em;color:hsl(var(--gold));align-items:center;gap:.35rem;font-size:.65rem;font-weight:700;display:inline-flex}.ttt-your-vote-badge{z-index:1;background-color:hsl(var(--gold));color:hsl(var(--surface-0));border-radius:9999px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex;position:absolute;top:.4rem;left:.4rem}.ttt-notice{text-align:left;background-color:hsl(var(--parchment));cursor:pointer;width:100%;transition:transform var(--motion-base) var(--motion-ease);border:none;border-radius:.65rem;padding:1.15rem .85rem .75rem;position:relative}.ttt-notice:nth-child(odd){transform:rotate(-1.2deg)}.ttt-notice:nth-child(2n){transform:rotate(1.1deg)}.ttt-notice:hover{transform:rotate(0)scale(1.02)}.ttt-notice-pin{background-color:hsl(var(--ink-accent));border:2px solid hsl(var(--brand-primary-deep));border-radius:9999px;width:11px;height:11px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.ttt-notice-title{font-family:var(--font-fraunces), Georgia, serif;color:hsl(var(--ink));font-size:.95rem;font-weight:500;line-height:1.3}.ttt-notice-sub{color:hsl(var(--ink-accent));font-size:.7rem;font-weight:700}.ttt-notice-body{color:hsl(var(--ink-body));font-size:.72rem;font-weight:500;line-height:1.5}.ttt-notice-chip{background-color:hsl(var(--parchment-edge));color:hsl(var(--ink-accent));border-radius:9999px;align-items:center;padding:.12rem .45rem;font-size:.62rem;font-weight:700;display:inline-flex}.ttt-notice-meta{color:hsl(var(--ink-muted));font-size:.62rem}.ttt-type-badge{background-color:hsl(var(--surface-0));border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .6rem;font-size:.72rem;display:inline-flex}.ttt-bill svg{transform-origin:50% 95%;width:44px;height:60px;animation:26s ease-in-out infinite ttt-bill-life}@media (min-width:768px){.ttt-bill svg{width:66px;height:90px}}@keyframes ttt-bill-life{0%,8%,16%{transform:rotate(-2deg)translateY(0)}4%,12%{transform:rotate(2deg)translateY(-1.5px)}20%{transform:rotate(0)translateY(0)}24%,40%{transform:rotate(-1deg)translateY(0)}28%,32%,36%{transform:rotate(1deg)translateY(-2px)}44%,52%,60%{transform:rotate(-2deg)translateY(0)}48%,56%{transform:rotate(2deg)translateY(-1.5px)}64%{transform:rotate(0)translateY(0)}67%{transform:rotate(8deg)translateY(-4px)}70%{transform:rotate(-8deg)translateY(0)}73%{transform:rotate(8deg)translateY(-5px)}76%{transform:rotate(-8deg)translateY(0)}79%{transform:rotate(6deg)translateY(-3px)}82%{transform:rotate(-4deg)translateY(0)}86%{transform:rotate(0)translateY(0)}92%{transform:rotate(2deg)translateY(-1px)}to{transform:rotate(-2deg)translateY(0)}}.ttt-bill-ball{opacity:0;transform-box:fill-box;transform-origin:50%}.ttt-bill .ttt-bill-ball-1{animation:26s ease-in-out infinite ttt-ball-1}.ttt-bill .ttt-bill-ball-2{animation:26s ease-in-out infinite ttt-ball-2}.ttt-bill .ttt-bill-ball-3{animation:26s ease-in-out infinite ttt-ball-3}@keyframes ttt-ball-1{0%,23%,41%,to{opacity:0;transform:translateY(0)}25%{opacity:1;transform:translateY(0)}27%,33%,39%{opacity:1;transform:translateY(-7px)}30%,36%{opacity:1;transform:translateY(0)}40%{opacity:1;transform:translateY(0)}}@keyframes ttt-ball-2{0%,23%,41%,to{opacity:0;transform:translateY(0)}25%{opacity:1;transform:translateY(-3px)}28%,34%,40%{opacity:1;transform:translateY(-9px)}31%,37%{opacity:1;transform:translateY(0)}}@keyframes ttt-ball-3{0%,23%,41%,to{opacity:0;transform:translateY(0)}26%,32%,38%{opacity:1;transform:translateY(-7px)}29%,35%{opacity:1;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.ttt-bill svg,.ttt-bill-ball{animation:none}}.ttt-onb-status{background-color:hsl(var(--surface-2));border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));border-radius:9999px;align-self:flex-start;align-items:center;gap:.4rem;padding:.32rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}.ttt-onb-status-ready{color:hsl(var(--gold));border-color:hsl(var(--gold-ring))}.ttt-onb-status-error{color:hsl(var(--destructive));border-color:hsl(var(--destructive))}.ttt-onb-step{text-align:center;flex-direction:column;align-items:center;gap:.85rem;min-height:16rem;display:flex}.ttt-onb-title-wrap{display:inline-block}.ttt-onb-dots{justify-content:center;gap:.4rem;display:flex}.ttt-onb-dot{background-color:hsl(var(--surface-3));width:.5rem;height:.5rem;transition:background-color var(--motion-base) var(--motion-ease), transform var(--motion-base) var(--motion-ease);border-radius:9999px}.ttt-onb-dot-active{background-color:hsl(var(--primary));transform:scale(1.25)}.ttt-bill-guide{justify-content:center;display:flex}.ttt-bill-guide svg{transform-origin:50% 95%;width:72px;height:98px;animation:6s ease-in-out infinite ttt-bill-guide-sway}@keyframes ttt-bill-guide-sway{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)translateY(-1px)}}.ttt-bill-guide .ttt-bill-arm-raised{transform-box:fill-box;transform-origin:0 100%}.ttt-bill-guide-wave .ttt-bill-arm-raised{animation:ttt-bill-wave 1.1s var(--motion-ease) .3s 2}@keyframes ttt-bill-wave{0%,to{transform:rotate(0)}25%{transform:rotate(-26deg)}50%{transform:rotate(6deg)}75%{transform:rotate(-26deg)}}.ttt-bill-guide-bow svg{animation:ttt-bill-bow 1.8s var(--motion-ease) .3s 1}@keyframes ttt-bill-bow{0%,to{transform:rotate(0)}30%,65%{transform:rotate(18deg)translateY(2px)}}.ttt-rail{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.ttt-rail::-webkit-scrollbar{display:none}.ttt-rail>*{scroll-snap-align:start;flex-shrink:0}.ttt-rail-header{justify-content:space-between;align-items:baseline;margin-bottom:.45rem;display:flex}.ttt-rail-title{color:hsl(var(--foreground));font-size:.85rem;font-weight:700}.ttt-rail-link{color:hsl(var(--gold));cursor:pointer;font-size:.72rem;font-weight:600}.app-dropdown-menu,.app-popover{background-color:hsl(var(--popover))!important}.ntf-tray-window{flex-direction:column;height:24rem;display:flex}.ntf-tray-window .ntf-list{flex:1;min-height:0;max-height:none}.popover-title{color:hsl(var(--popover-foreground));padding:0 .25rem;font-size:.95rem;font-weight:600}.popover-section-title{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));align-items:center;padding:.25rem .25rem .125rem;font-size:.7rem;font-weight:600;display:flex}.popover-project-item{border-radius:var(--radius,.5rem);color:hsl(var(--popover-foreground));justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;text-decoration:none;transition:background-color .15s;display:flex}.popover-project-item:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.popover-project-title{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:.875rem;overflow:hidden}.popover-project-type{text-transform:capitalize;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted));border-radius:9999px;flex:none;padding:.1rem .4rem;font-size:.7rem;font-weight:500}.popover-empty-text{color:hsl(var(--muted-foreground));text-align:center;padding:.75rem .25rem;font-size:.8rem}.popover-view-all{width:100%}.app-container{min-height:100vh;min-height:calc(var(--ttt-vh,1vh) * 100);flex-direction:column;display:flex}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}