@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#f8f7ff}#root{min-height:100vh}:root{--color-bg: #f8f7ff;--color-surface: #ffffff;--color-navy: #0b1a4d;--color-gold: #c98b00;--color-gold-light: #f0c040;--color-purple: #5c2d8c;--color-accent: #1565c0;--color-text: #1a1a2e;--color-text-muted: #5a5a7a;--color-border: #e0daf5;--color-divider: #ede9fb;--color-footer-bg: #0b1a4d;--color-footer-text: #c8d6f5;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif}._page_1yah9_29{min-height:100vh;background:var(--color-bg);font-family:var(--font-body);color:var(--color-text);display:flex;flex-direction:column}._header_1yah9_38{background:linear-gradient(135deg,#0b1a4d,#1a2e6e 60%,#2a1a5e);padding:2.5rem 1.5rem;border-bottom:3px solid var(--color-gold);position:relative;overflow:hidden}._header_1yah9_38:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(92,45,140,.3) 0%,transparent 60%),radial-gradient(ellipse at 80% 30%,rgba(30,136,229,.2) 0%,transparent 50%);pointer-events:none}._headerInner_1yah9_55{max-width:780px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;position:relative}._logo_1yah9_64{width:80px;height:80px;border-radius:18px;border:2px solid var(--color-gold-light);box-shadow:0 4px 24px #0006,0 0 16px #f0c04040;flex-shrink:0;object-fit:cover}._headerText_1yah9_74{display:flex;flex-direction:column;gap:.25rem}._appName_1yah9_80{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.4)}._headerSub_1yah9_90{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--color-gold-light);letter-spacing:.12em;text-transform:uppercase;margin:0}._main_1yah9_100{flex:1;padding:3rem 1.5rem 4rem}._container_1yah9_105{max-width:780px;margin:0 auto}._intro_1yah9_110{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-purple);border-radius:10px;padding:1.75rem 2rem;margin-bottom:2.5rem;box-shadow:0 2px 12px #5c2d8c12}._effectiveDate_1yah9_120{font-size:.875rem;color:var(--color-text-muted);margin:0 0 1rem}._effectiveDate_1yah9_120 strong{color:var(--color-purple)}._introText_1yah9_130{font-size:1rem;line-height:1.75;color:var(--color-text);margin:0 0 .75rem}._introText_1yah9_130:last-child{margin-bottom:0}._section_1yah9_141{margin-bottom:0}._divider_1yah9_145{border:none;border-top:1px solid var(--color-divider);margin:2.25rem 0}._sectionTitle_1yah9_151{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;color:var(--color-navy);margin:0 0 1rem;line-height:1.3}._sectionContent_1yah9_160{font-size:1rem;line-height:1.78;color:var(--color-text)}._sectionContent_1yah9_160 p{margin:0 0 .9rem}._sectionContent_1yah9_160 p:last-child{margin-bottom:0}._sectionContent_1yah9_160 ul{margin:.4rem 0 .9rem 1.25rem;padding:0}._sectionContent_1yah9_160 li{margin-bottom:.35rem;padding-left:.25rem}._link_1yah9_184{color:var(--color-accent);text-decoration:none;border-bottom:1px solid rgba(21,101,192,.3);transition:color .2s,border-color .2s}._link_1yah9_184:hover{color:var(--color-purple);border-color:var(--color-purple)}._footer_1yah9_196{background:var(--color-footer-bg);border-top:3px solid var(--color-gold);padding:2rem 1.5rem}._footerInner_1yah9_202{max-width:780px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:.4rem}._footerCompany_1yah9_211{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:#fff;margin:0}._footerContact_1yah9_219{margin:0;font-size:.875rem}._footerLink_1yah9_224{color:var(--color-gold-light);text-decoration:none;transition:opacity .2s}._footerLink_1yah9_224:hover{opacity:.8}._footerDate_1yah9_234{font-size:.8rem;color:var(--color-footer-text);margin:.25rem 0 0}._backToTop_1yah9_240{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:linear-gradient(135deg,#5c2d8c,#1565c0);color:#fff;border:none;border-radius:50%;font-size:1.1rem;cursor:pointer;box-shadow:0 4px 16px #5c2d8c66;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;animation:_fadeIn_1yah9_1 .25s ease;z-index:100}._backToTop_1yah9_240:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5c2d8c8c}@keyframes _fadeIn_1yah9_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){._appName_1yah9_80{font-size:1.2rem}._logo_1yah9_64{width:60px;height:60px}._intro_1yah9_110{padding:1.25rem}._main_1yah9_100{padding:2rem 1rem 3rem}._backToTop_1yah9_240{bottom:1.25rem;right:1.25rem}}
