:root{--background:#fff;--foreground:#171717;--max-width:1200px;--color-primary:#1f3267;--color-secondary:#e05a00;--color-accent:#f5a623;--color-surface:#f0f2f5;--color-success:#52c41a;--color-error:#e05a00;--color-text-secondary:#666;--border-radius:12px;--tc-border:#d9d9d9}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.title-gradient{font-size:24px;font-weight:700;text-align:center;background-image:linear-gradient(to right,var(--color-secondary),var(--color-primary));-webkit-background-clip:text;color:transparent;padding:4px 0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:3px}.camera-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:9999;display:flex;align-items:center;justify-content:center}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.triangle-active{fill:var(--color-secondary)!important}@media(prefers-color-scheme:dark){html{color-scheme:dark}}@media print{body{font-family:Roboto,sans-serif;font-size:12pt;line-height:1.5;color:#000}h1,h2,h3{font-weight:700}}