:root{--thesis-primary-color:#333;--thesis-secondary-color:#666;--thesis-accent-color:#0073aa;--thesis-background:#fff;--thesis-text-color:#333;--thesis-border-color:#ddd;--thesis-spacing-unit:1rem;--thesis-max-width:1200px;--thesis-font-base:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--thesis-font-mono:ui-monospace,"SF Mono",Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono",monospace}.thesis-container{display:grid;grid-template-columns:minmax(0, 1fr);gap:var(--thesis-spacing-unit);max-width:var(--thesis-max-width);margin:0 auto;padding:var(--thesis-spacing-unit)}.thesis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px, 1fr));gap:calc(var(--thesis-spacing-unit) * 2)}.thesis-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--thesis-spacing-unit)}.thesis-nav ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:calc(var(--thesis-spacing-unit) / 2)}.thesis-card{background:var(--thesis-background);border:1px solid var(--thesis-border-color);border-radius:8px;padding:calc(var(--thesis-spacing-unit) * 1.5);box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.thesis-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.thesis-button{display:inline-flex;align-items:center;justify-content:center;padding:calc(var(--thesis-spacing-unit) * 0.75) calc(var(--thesis-spacing-unit) * 1.5);background:var(--thesis-accent-color);color:#fff;border:none;border-radius:4px;font-family:var(--thesis-font-base);font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.thesis-button:hover{background:color-mix(in srgb,var(--thesis-accent-color) 85%,#000);transform:translateY(-1px)}.thesis-button:active{transform:translateY(0)}.thesis-heading{font-size:clamp(1.5rem, 4vw, 3rem);line-height:1.2;margin-bottom:var(--thesis-spacing-unit)}.thesis-subheading{font-size:clamp(1.125rem, 3vw, 1.5rem);line-height:1.4;margin-bottom:calc(var(--thesis-spacing-unit) * 0.75)}.thesis-form{display:grid;gap:var(--thesis-spacing-unit)}.thesis-form-group{display:grid;gap:calc(var(--thesis-spacing-unit) * 0.25)}.thesis-form-label{font-weight:500;color:var(--thesis-text-color)}.thesis-form-input,.thesis-form-select,.thesis-form-textarea{width:100%;padding:calc(var(--thesis-spacing-unit) * 0.5);border:1px solid var(--thesis-border-color);border-radius:4px;font-family:var(--thesis-font-base);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.thesis-form-input:focus,.thesis-form-select:focus,.thesis-form-textarea:focus{outline:none;border-color:var(--thesis-accent-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--thesis-accent-color) 20%,transparent)}@media (max-width:768px){.thesis-hide-mobile{display:none !important}.thesis-stack-mobile{flex-direction:column !important}.thesis-grid-mobile{grid-template-columns:1fr !important}}@media (min-width:769px) and (max-width:1024px){.thesis-hide-tablet{display:none !important}}@media (min-width:1025px){.thesis-hide-desktop{display:none !important}}.thesis-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.thesis-focus-visible:focus-visible{outline:2px solid var(--thesis-accent-color);outline-offset:2px}@media (prefers-color-scheme:dark){:root{--thesis-primary-color:#e0e0e0;--thesis-secondary-color:#999;--thesis-background:#1a1a1a;--thesis-text-color:#e0e0e0;--thesis-border-color:#333}.thesis-card{background:#2a2a2a}}.thesis-will-change-transform{will-change:transform}.thesis-gpu-accelerated{transform:translateZ(0);backface-visibility:hidden}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@supports (container-type:inline-size){.thesis-container-query{container-type:inline-size}@container (min-width:600px){.thesis-container-responsive{display:grid;grid-template-columns:repeat(2,1fr)}}}.thesis-modern-image{display:block;max-width:100%;height:auto}.thesis-modern-image img{display:block;width:100%;height:auto;object-fit:cover}picture{display:block}picture img{display:block;max-width:100%;height:auto}img[loading=lazy]{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:thesis-loading 1.5s infinite}img[loading=lazy]:not([src]){visibility:hidden}@keyframes thesis-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.thesis-image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px, 1fr));gap:var(--thesis-spacing-unit)}.thesis-image-gallery picture,.thesis-image-gallery img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}.thesis-image-figure{margin:0;padding:0}.thesis-image-figure img,.thesis-image-figure picture{display:block;width:100%;height:auto}.thesis-image-caption{padding:calc(var(--thesis-spacing-unit) * 0.5);font-size:.875rem;color:var(--thesis-secondary-color);text-align:center}.thesis-hero-image{position:relative;width:100%;height:60vh;min-height:400px;overflow:hidden}.thesis-hero-image picture,.thesis-hero-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.thesis-modern-format-not-supported{display:none;padding:var(--thesis-spacing-unit);background:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404}.thesis-aspect-16-9{aspect-ratio:16/9}.thesis-aspect-4-3{aspect-ratio:4/3}.thesis-aspect-1-1{aspect-ratio:1/1}.thesis-aspect-3-2{aspect-ratio:3/2}.thesis-image-grayscale{filter:grayscale(100%);transition:filter .3s ease}.thesis-image-grayscale:hover{filter:grayscale(0%)}.thesis-image-blur{filter:blur(5px);transition:filter .3s ease}.thesis-image-blur:hover{filter:blur(0)}.thesis-image-brightness{filter:brightness(.8);transition:filter .3s ease}.thesis-image-brightness:hover{filter:brightness(1)}