:root{--brand-purple: #59486B;--brand-orange: #E87025;--brand-sand: #DEC8AF;--brand-purple-a: rgba(89, 72, 107, .85);--brand-orange-a: rgba(232, 112, 37, .8);--brand-sand-a: rgba(222, 200, 175, .8);--brand-gradient: linear-gradient(104deg, rgba(89, 72, 107, .85) -5%, rgba(232, 112, 37, .8) 51.5139%, rgba(222, 200, 175, .8) 115% );--text-on-dark: #FFFFFF;--text-on-light: #1A1A1A;--text-muted: #6B7280;--border: #E5E7EB;--background: #0B0B0C;--glass-blur: 4px;--radius-lg: 14px;--opacity-default: 1;--hover-darken: 12%;--active-darken: 20%;--focus-ring-width: 2px;--focus-ring-color: var(--brand-orange)}[data-theme=dark]{--text-on-light: #FFFFFF;--text-on-dark: #1A1A1A;--background: #0B0B0C}[data-theme=light]{--text-on-light: #1A1A1A;--text-on-dark: #FFFFFF;--background: #FFFFFF}[data-sidebar=sidebar]{width:100%!important}[data-sidebar=content]{height:100%}.btn-gradient{background:var(--brand-gradient);color:var(--text-on-dark);border-radius:var(--radius-lg);border:none;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-gradient:hover{filter:brightness(.88);transform:translateY(-1px)}.btn-gradient:active{filter:brightness(.8);transform:translateY(0)}.btn-gradient:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:2px}.btn-primary{background-color:var(--brand-orange);color:var(--text-on-dark);border-radius:var(--radius-lg);border:none;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background-color:color-mix(in srgb,var(--brand-orange) 88%,black)}.btn-primary:active{background-color:color-mix(in srgb,var(--brand-orange) 80%,black)}.btn-primary:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:2px}.btn-secondary{background-color:var(--brand-purple);color:var(--text-on-dark);border-radius:var(--radius-lg);border:none;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background-color:color-mix(in srgb,var(--brand-purple) 88%,black)}.btn-secondary:active{background-color:color-mix(in srgb,var(--brand-purple) 80%,black)}.btn-secondary:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:2px}.btn-ghost{background-color:transparent;color:var(--brand-purple);border:2px solid var(--brand-purple);border-radius:var(--radius-lg);padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-ghost:hover{background-color:var(--brand-purple-a);color:var(--text-on-dark)}.btn-ghost:active{background-color:var(--brand-purple);color:var(--text-on-dark)}.btn-ghost:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:2px}.text-gradient{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700}.card-glass{background:var(--brand-gradient);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);padding:1.5rem;color:var(--text-on-dark)}.masonry-item{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid}
