/* Otogalerio Core — Base (her sayfada yüklenir, sadece CSS değişkenleri ve reset) */

:root {
	--ogc-primary:        #1a3f92;   /* koyu mavi */
	--ogc-primary-700:    #131a30;
	--ogc-primary-100:    #e8eaef;
	--ogc-secondary:      #e10c14;   /* turuncu */
	--ogc-secondary-700:  #a00910;
	--ogc-secondary-100:  #fde2e3;
	--ogc-accent:         #10b981;   /* yeşil — başarı/CTA alt */
	--ogc-text:           #1e293b;
	--ogc-muted:          #64748b;
	--ogc-bg:             #ffffff;
	--ogc-bg-soft:        #f8fafc;
	--ogc-border:         #e2e8f0;
	--ogc-radius-sm:      8px;
	--ogc-radius:         12px;
	--ogc-radius-lg:      18px;
	--ogc-shadow-sm:      0 1px 2px rgba(15,23,42,.05);
	--ogc-shadow:         0 4px 14px rgba(15,23,42,.08);
	--ogc-shadow-lg:      0 12px 36px rgba(15,23,42,.12);
	--ogc-easing:         cubic-bezier(.22,.61,.36,1);
}

.ogc *,
.ogc *::before,
.ogc *::after { box-sizing: border-box; }
