._header_cgp6c_1{display:flex;justify-content:space-between;padding-block:var(--space-sm);padding-inline:var(--space-sm);background:var(--background-alt);box-shadow:0 4px 4px -2px var(--background-elevated);grid-area:header}._header_cgp6c_1 div,._title_cgp6c_12{display:flex;align-items:center}._header_cgp6c_1 div{gap:.5rem}._title_cgp6c_12 h1{margin-bottom:0}._header_cgp6c_1 button{border:none;transition:all var(--transition-normal)}._header_cgp6c_1 button:hover{color:var(--primary-hover);transform:scale(1.2)}._footer_tede7_1{grid-area:footer;min-height:30px;background-color:var(--background-alt);box-shadow:0 -1px 6px -3px var(--primary);display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);padding-inline:var(--space-md);padding-block:var(--space-sm);margin-top:auto}._ghLogo_tede7_15{width:clamp(1.5rem,3vw,2rem);transition:all var(--transition-normal)}._ghLink_tede7_20:hover ._ghLogo_tede7_15{transform:scale(1.03) translateY(-2px) rotate(-5deg);opacity:.7}._filterBar_19dj3_1{display:flex;gap:1rem;padding-inline:5vw;margin-block-start:var(--space-md)}._filterButton_19dj3_8{display:flex;align-items:center;gap:.5rem;background-color:var(--background-elevated);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font-size:var(--font-size-sm);font-weight:var(--weight-medium);padding:.625rem 1rem;cursor:pointer;transition:all var(--transition-fast);outline:none}._filterButton_19dj3_8:hover{background-color:var(--background-alt);border-color:var(--text-muted)}._filterButton_19dj3_8[data-pressed]{background-color:var(--background)}._filterButton_19dj3_8[data-focus-visible]{outline:2px solid var(--accent, #ff6600);outline-offset:2px}._filterLabel_19dj3_38{min-width:3.5rem;text-align:left}._chevron_19dj3_43{color:var(--text-muted);transition:transform var(--transition-fast)}._filterButton_19dj3_8[data-pressed] ._chevron_19dj3_43{transform:rotate(180deg)}._popover_19dj3_52{background-color:var(--background-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 4px 12px #00000026;margin-top:.25rem;outline:none;overflow:hidden}._popover_19dj3_52[data-entering]{animation:_slideDown_19dj3_1 .2s}._popover_19dj3_52[data-exiting]{animation:_slideUp_19dj3_1 .15s}._menu_19dj3_70{outline:none;padding:.25rem;min-width:8rem}._menuItem_19dj3_76{padding:.625rem 1rem;font-size:var(--font-size-sm);color:var(--text);cursor:pointer;border-radius:var(--radius-sm);outline:none;transition:background-color var(--transition-fast)}._menuItem_19dj3_76[data-hovered],._menuItem_19dj3_76[data-focused]{background-color:var(--background-alt)}._menuItem_19dj3_76[data-selected=true]{background-color:var(--primary-hover, rgba(255, 102, 0, .1));color:var(--accent, #ff6600);font-weight:var(--weight-medium)}@keyframes _slideDown_19dj3_1{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes _slideUp_19dj3_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-.5rem)}}._appContainer_1e7kp_1{display:flex;flex-direction:column;height:100vh}._main_1e7kp_7{padding-inline:var(--space-sm);overflow-y:auto;width:100%}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}:root{--font-base: "Inter", system-ui, sans-serif;--font-heading: "Poppins", var(--font-base);--font-mono: "JetBrains Mono", monospace;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--lh-tight: 1.2;--lh-normal: 1.5;--lh-loose: 1.8;--fs-h1: clamp(2rem, 5vw + 1rem, 3rem);--fs-h2: clamp(1.75rem, 4vw + .5rem, 2.5rem);--fs-h3: clamp(1.5rem, 3vw + .5rem, 2rem);--fs-h4: clamp(1.25rem, 2vw + .25rem, 1.75rem);--fs-h5: clamp(1.125rem, 1.5vw + .25rem, 1.5rem);--fs-h6: clamp(1rem, 1vw + .25rem, 1.25rem);--fs-body: clamp(1rem, .5vw + .5rem, 1.125rem);--fs-small: clamp(.875rem, .25vw + .5rem, 1rem);--fs-caption: clamp(.75rem, .25vw + .25rem, .875rem);--ls-tight: -.01em;--ls-normal: 0em;--ls-wide: .05em;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 2px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .15);--bp-xs: 480px;--bp-sm: 640px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--bp-2xl: 1536px;--transition-fast: .12s ease-in-out;--transition-normal: .2s ease-in-out;--transition-slow: .3s ease-in-out;--transition-xs: .4s ease-in-out;--z-base: 1;--z-dropdown: 1000;--z-overlay: 1100;--z-modal: 1200;--z-popover: 1300;--z-toast: 1400}:root{--background: #ffffff;--background-alt: #f2f2f2;--background-elevated: #fafafa;--border: #e0e0e0;--overlay: rgba(0, 0, 0, .1);--text: #111111;--text-muted: #555555;--text-inverse: #ffffff;--primary: #0066ff;--primary-hover: #0052cc;--primary-active: #003d99;--on-primary: #ffffff;--link: #0052cc;--link-hover: #003d99;--success: #22c55e;--warning: #facc15;--error: #ef4444;--info: #3b82f6;--shadow-xs: 0 1px 4px -2px rgba(0, 0, 0, .3);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 2px 6px rgba(0, 0, 0, .6);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .7)}[data-theme=dark]{--background: #0d0d0f;--background-alt: #1a1a1d;--background-elevated: #232327;--border: #2f2f32;--overlay: rgba(255, 255, 255, .08);--text: #f5f6f7;--text-muted: #a0a0a5;--text-inverse: #0d0d0f;--primary: #3b82f6;--primary-hover: #2563eb;--primary-active: #1d4ed8;--on-primary: #ffffff;--link: #60a5fa;--link-hover: #93c5fd;--success: #22c55e;--warning: #facc15;--error: #ef4444;--info: #3b82f6;--shadow-xs: 0 1px 4px -2px rgba(90, 90, 90, .3);--shadow-sm: 0 1px 2px rgba(90, 90, 90, .6);--shadow-md: 0 2px 6px rgba(90, 90, 90, .7);--shadow-lg: 0 4px 12px rgba(90, 90, 90, .8)}[data-theme=high-contrast]{--background: #000000;--background-alt: #0a0a0a;--background-elevated: #111111;--border: #ffffff;--overlay: rgba(255, 255, 255, .15);--text: #ffffff;--text-muted: #ffeb3b;--text-inverse: #000000;--primary: #00ffff;--primary-hover: #00e0e0;--primary-active: #00cccc;--on-primary: #000000;--link: #ffff00;--link-hover: #ffffff;--success: #00ff00;--warning: #ffff00;--error: #ff0033;--info: #00ffff;--shadow-sm: 0 0 0 2px #ffffff;--shadow-md: 0 0 0 3px #ffffff;--shadow-lg: 0 0 0 4px #ffffff}section .section{padding-inline:16px;padding-block:clamp(60px,10vh,100px)}.container{width:100%;max-width:1280px}.container *{width:100%}body .app{font-family:var(--font-base);font-weight:var(--weight-regular);font-size:var(--fs-body);line-height:var(--lh-normal);letter-spacing:var(--ls-normal);color:var(--text);min-height:100vh;background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--font-heading);font-weight:var(--weight-semibold);line-height:var(--lh-tight);letter-spacing:var(--ls-tight);color:var(--heading, var(--text));margin-top:0;margin-bottom:.5em}h1,.h1{font-size:var(--fs-h1)}h2,.h2{font-size:var(--fs-h2)}h3,.h3{font-size:var(--fs-h3)}h4,.h4{font-size:var(--fs-h4)}h5,.h5{font-size:var(--fs-h5)}h6,.h6{font-size:var(--fs-h6)}p{margin-bottom:1em;font-size:var(--fs-body);line-height:var(--lh-loose)}small{font-size:var(--fs-small);line-height:var(--lh-normal);color:var(--text-muted, #666)}.caption{font-size:var(--fs-caption);letter-spacing:var(--ls-wide);text-transform:uppercase;color:var(--text-muted)}ul,ol{margin-left:var(--space-md);margin-bottom:1em}li{margin-bottom:.25em}a{color:var(--link);text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--link-hover);text-decoration:underline}code,pre{font-family:var(--font-mono);font-size:var(--fs-small);background:var(--background-alt);color:var(--text);padding:.15em .3em;border-radius:var(--radius-sm)}img,video,canvas{max-width:100%;height:auto;display:block}input,textarea,select,button{font:inherit;color:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--background-alt)}button{cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}button:disabled{opacity:.6;cursor:not-allowed}
