:root{--fc-accent: #E60000;--fc-accent-strong: #C40000;--fc-bg: #F5F6F8;--fc-surface: #FFFFFF;--fc-surface-dark: #12161B;--fc-surface-deep: #0F1318;--fc-surface-dark-elevated: rgba(21, 24, 30, .92);--fc-text: #151A21;--fc-text-strong: #171A1F;--fc-heading-strong: #222933;--fc-label-text: #1B1F24;--fc-input-text: #101214;--fc-text-inverse: #f7f8fb;--fc-muted: #5F6875;--fc-border: #D9DEE6;--fc-border-strong: #C6CFDB;--fc-border-hover: #B8C1CD;--fc-border-dark: #2A323D;--fc-input-border: #CAD2DB;--fc-surface-soft-hover: #F7F9FB;--fc-danger-soft: rgba(230, 0, 0, .14);--radius-xs: .5rem;--radius-sm: .75rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--shadow-xs: 0 1px 4px rgba(10, 14, 22, .06);--shadow-sm: 0 4px 14px rgba(10, 14, 22, .08);--shadow-md: 0 14px 28px rgba(10, 14, 22, .1);--shadow-lg: 0 22px 44px rgba(10, 14, 22, .15);--blur-sm: 6px;--blur-md: 12px;--blur-lg: 18px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--font-family-base: "Inter", "Avenir Next", "Montserrat", "Segoe UI", "Noto Sans", sans-serif;--font-size-sm: .9rem;--font-size-body: 1rem;--font-size-h3: clamp(1.2rem, 1.8vw, 1.55rem);--font-size-h2: clamp(1.7rem, 3.3vw, 2.6rem);--font-size-h1: clamp(2.2rem, 5.4vw, 4.4rem);--line-height-tight: 1.1;--line-height-normal: 1.6;--line-height-relaxed: 1.7;--container-max: 1180px;--color-bg: var(--fc-bg);--color-surface: var(--fc-surface);--color-surface-soft: #EEF1F6;--color-border: var(--fc-border);--color-text: var(--fc-text);--color-text-inverse: var(--fc-text-inverse);--color-text-muted: var(--fc-muted);--color-brand: var(--fc-accent);--color-brand-strong: var(--fc-accent-strong)}.theme-dark{--fc-bg: #101216;--fc-surface: #161b21;--fc-text: #edf0f3;--fc-muted: #9ca5b3;--fc-border: #2b323f}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;scroll-behavior:smooth}body{font-family:var(--font-family-base);font-size:var(--font-size-body);line-height:var(--line-height-normal);color:var(--fc-text);background:radial-gradient(circle at 82% 2%,rgba(230,0,0,.08),transparent 28%),linear-gradient(180deg,var(--fc-bg),var(--fc-surface) 42%,var(--fc-bg) 100%);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto}a{color:inherit}.text-red{color:var(--fc-accent)}:focus-visible{outline:2px solid var(--fc-accent);outline-offset:2px}.container{width:min(var(--container-max),92vw);margin-inline:auto}.u-muted{color:var(--fc-muted)}.u-grid{display:grid;gap:var(--space-5)}.u-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.skeleton-grid{align-items:stretch}.skeleton-card{background:var(--fc-surface);border:1px solid var(--fc-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-xs);display:grid;gap:.65rem}.skeleton-line{display:block;width:100%;height:.72rem;border-radius:999px;background:linear-gradient(90deg,#e8edf3,#f2f5f9,#e8edf3);background-size:220% 100%;animation:skeletonShimmer 1.3s ease-in-out infinite}.skeleton-line--title{height:1rem;width:62%}.skeleton-line--short{width:74%}.projects-skeleton{display:grid;gap:var(--space-4)}.projects-skeleton__header{display:grid;gap:.65rem;max-width:38rem}.skeleton-line--kicker{width:20%;height:.64rem;opacity:.8}.skeleton-line--heading{width:64%;height:1.05rem}.projects-skeleton__track{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr))}.projects-skeleton__card{min-height:clamp(280px,48vh,460px);border-radius:var(--radius-lg);border:1px solid rgba(247,248,250,.16);background:linear-gradient(110deg,#1f2731d1 8%,#313a46eb 18%,#1f2731d1 33%),#151b23;background-size:220% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite}@keyframes skeletonShimmer{0%{background-position:100% 50%}to{background-position:0% 50%}}@media (max-width: 900px){.u-grid--2{grid-template-columns:1fr}}@media (max-width: 768px){.projects-skeleton__track{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.skeleton-line,.projects-skeleton__card{animation:none}}
