@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap";:root{--brand-950: #1A0A02;--brand-900: #220D03;--brand-850: #4B2209;--brand-800: #3D1A07;--brand-700: #2C1208;--brand-600: #5C2B0F;--brand-500: #6B3415;--brand-400: #7A3D1C;--brand-300: #8B4A24;--brand-200: #A06030;--gold-900: #6B4A1A;--gold-800: #8B6420;--gold-700: #A87C28;--gold-600: #C09030;--gold-500: #C9A96E;--gold-400: #D4B87A;--gold-300: #DEC890;--gold-200: #E8D8A8;--gold-100: #F4EDD4;--surface-bg: #1A0A02;--surface-bg-alt: #220D03;--surface-card: #2C1208;--surface-elevated: #38180C;--surface-nav: #3D1A07;--surface-brand: #4B2209;--surface-hover: rgba(201, 169, 110, .08);--surface-active: rgba(201, 169, 110, .15);--text-primary: #F5ECD8;--text-secondary: #D4BC8A;--text-muted: #A08060;--text-disabled: #7A5C3C;--text-on-gold: #1A0A02;--text-on-dark: #F5ECD8;--border-default: rgba(201, 169, 110, .15);--border-medium: rgba(201, 169, 110, .25);--border-strong: rgba(201, 169, 110, .5);--border-gold: #C9A96E;--border-dark: rgba(0, 0, 0, .3);--success-bg: #0A2018;--success-border: #1A5C38;--success-text: #52C97E;--success-solid: #2D7A4F;--warning-bg: #2A1500;--warning-border: #7A4500;--warning-text: #F0A830;--warning-solid: #C97820;--danger-bg: #1E0404;--danger-border: #6B1010;--danger-text: #E05050;--danger-solid: #8B1A1A;--info-bg: #021018;--info-border: #0A4A5C;--info-text: #00B4D8;--info-solid: #0A6B8B;--gradient-primary: linear-gradient(135deg, #A87C28 0%, #C9A96E 100%);--gradient-primary-hover: linear-gradient(135deg, #C9A96E 0%, #DEC890 100%);--gradient-brand: linear-gradient(135deg, #1A0A02 0%, #3D1A07 50%, #4B2209 100%);--gradient-dark: linear-gradient(180deg, #3D1A07 0%, #220D03 100%);--gradient-card: linear-gradient(145deg, #2C1208 0%, #38180C 100%);--gradient-accent: linear-gradient(135deg, #8B6420 0%, #C9A96E 50%, #D4B87A 100%);--gradient-avatar: linear-gradient(135deg, #5C2B0F 0%, #C9A96E 100%);--gradient-hero: radial-gradient(ellipse at 30% 50%, #5C2B0F 0%, #3D1A07 40%, #1A0A02 100%);--gradient-sidebar: linear-gradient(180deg, #4B2209 0%, #3D1A07 60%, #220D03 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 20px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .6);--shadow-gold: 0 4px 20px rgba(201, 169, 110, .25);--shadow-gold-hover: 0 8px 30px rgba(201, 169, 110, .35);--shadow-focus: 0 0 0 3px rgba(201, 169, 110, .25);--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-black: 900;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--transition-fast: all .15s ease;--transition-base: all .2s ease;--transition-slow: all .3s ease;--transition-spring: all .3s cubic-bezier(.34, 1.56, .64, 1);--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-overlay: 300;--z-modal: 400;--z-toast: 500;--navbar-height: 64px;--sidebar-width: 280px;--content-max-w: 1400px}@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f0eb;color:#3d2b1f;line-height:1.6}:root{--primary-color: #5C3A1E;--primary-light: #7A5230;--primary-dark: #3D2614;--secondary-color: #C9A96E;--secondary-light: #D4B87A;--secondary-dark: #B8955A;--accent-color: #D4B87A;--accent-light: #E8D5B5;--success-color: #2D6A4F;--warning-color: #D4A017;--danger-color: #C0392B;--info-color: #2C6E8A;--bg-primary: #F5F0EB;--bg-card: #FFFFFF;--bg-dark: #5C3A1E;--bg-darker: #3D2614;--text-primary: #3D2B1F;--text-secondary: #6B5B4E;--text-muted: #8C7B6E;--text-light: #E8D5B5;--text-on-dark: #F5F0EB;--border-color: #D9CFC5;--border-light: #E8E0D8;--gradient-primary: linear-gradient(135deg, #5C3A1E 0%, #7A5230 100%);--gradient-accent: linear-gradient(135deg, #C9A96E 0%, #D4B87A 100%);--gradient-dark: linear-gradient(135deg, #3D2614 0%, #5C3A1E 100%)}.main-container{min-height:100vh;display:flex;flex-direction:column}.content-wrapper{flex:1;padding:1rem}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}
