*{box-sizing:border-box;margin:0;padding:0}:root{--bahn-black:#180118;--bahn-white:#f5f5f5;--bahn-highlight:#ffb300;--bahn-highlight-selected:#ffca28;--gray-light:#bdbdbd;--gray-medium:#757575;--gray-dark:#424242;--white:#fff;--green:#4caf50;--red:#f44336;--hero-gradient:linear-gradient(180deg,#4b006e,#180118);--card-shadow:0 2px 8px #18011814}body{-webkit-font-smoothing:antialiased;background:linear-gradient(180deg,#f5f5f5,#fafafa);background:linear-gradient(180deg,var(--bahn-white) 0,#fafafa 100%);color:#180118;color:var(--bahn-black);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-header{background:#180118;background:var(--bahn-black);box-shadow:0 2px 8px #00000026;color:#f5f5f5;color:var(--bahn-white);justify-content:space-between;padding:16px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-header,.header-left{align-items:center;display:flex}.header-left{gap:16px}.app-title{cursor:pointer;font-size:24px;font-weight:700;letter-spacing:3px;margin:0;transition:color .2s}.app-title:hover{color:#ffb300;color:var(--bahn-highlight)}.nav-links{display:flex;gap:24px;list-style:none;margin:0;padding:0}.nav-link{border-radius:6px;color:#f5f5f5;color:var(--bahn-white);font-size:15px;font-weight:600;padding:8px 12px;text-decoration:none;transition:color .2s}.nav-link:hover{background:#ffffff1a}.nav-link.active,.nav-link:hover{color:#ffb300;color:var(--bahn-highlight)}.main-content{margin:0 auto;max-width:1200px;padding:0 20px 40px}.hero-section{background:linear-gradient(180deg,#4b006e,#180118);background:var(--hero-gradient);color:#f5f5f5;color:var(--bahn-white);margin:0 -20px 32px;overflow:hidden;padding:48px 32px;position:relative;text-align:center}.hero-section:before{background:radial-gradient(circle,#ffb30026 0,#0000 70%);border-radius:50%;content:"";height:400px;position:absolute;right:-20%;top:-50%;width:400px}.hero-content{position:relative;z-index:1}.hero-title{color:#fff;color:var(--white);font-size:48px;font-weight:700;margin-bottom:16px;text-shadow:0 2px 12px #0000004d}.hero-subtitle{color:#fffc;font-size:24px;margin-bottom:32px}.hero-description{color:#ffffffb3;font-size:18px;line-height:1.6;margin:0 auto 32px;max-width:800px}.cta-button{background:#ffb300;background:var(--bahn-highlight);border:none;border-radius:12px;color:#180118;color:var(--bahn-black);cursor:pointer;display:inline-block;font-size:18px;font-weight:700;padding:16px 32px;text-decoration:none;transition:all .2s}.cta-button:hover{background:#ffca28;background:var(--bahn-highlight-selected);box-shadow:0 4px 16px #ffb3004d;transform:translateY(-2px)}.content-section{margin-top:32px}.section-title{color:#180118;color:var(--bahn-black);font-size:32px;font-weight:700;margin-bottom:24px;text-align:center}.section-subtitle{color:#757575;color:var(--gray-medium);font-size:18px;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.card{background:#fff;background:var(--white);border:1px solid #18011814;border-radius:12px;box-shadow:0 2px 8px #18011814;box-shadow:var(--card-shadow);margin-bottom:16px;padding:24px;transition:all .2s}.card:hover{box-shadow:0 4px 16px #1801181f;transform:translateY(-2px)}.features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:32px}.feature-card{padding:32px 24px;text-align:center}.feature-icon{align-items:center;background:linear-gradient(135deg,#ffb300,#ffca28);background:linear-gradient(135deg,var(--bahn-highlight) 0,var(--bahn-highlight-selected) 100%);border-radius:16px;display:flex;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.feature-icon,.feature-title{color:#180118;color:var(--bahn-black)}.feature-title{font-size:20px;font-weight:700;margin-bottom:12px}.feature-description{color:#757575;color:var(--gray-medium);font-size:16px;line-height:1.5}.about-section{background:linear-gradient(135deg,#2d1b2e,#180118);border-radius:16px;color:#fff;color:var(--white);margin:32px -20px;padding:48px 32px}.about-content{margin:0 auto;max-width:800px;text-align:center}.about-title{color:#ffb300;color:var(--bahn-highlight);font-size:36px;font-weight:700;margin-bottom:20px}.about-text{color:#ffffffe6;font-size:18px;line-height:1.6;margin-bottom:24px}.footer{background:#180118;background:var(--bahn-black);color:#f5f5f5;color:var(--bahn-white);margin-top:48px;padding:32px 24px;text-align:center}.footer-content{margin:0 auto;max-width:800px}.footer-title{color:#ffb300;color:var(--bahn-highlight);font-size:24px;font-weight:700;margin-bottom:16px}.footer-text{color:#ffffffb3;font-size:16px;margin-bottom:24px}.social-links{display:flex;gap:24px;justify-content:center;margin-top:24px}.social-link{border-radius:8px;color:#f5f5f5;color:var(--bahn-white);font-size:16px;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .2s}.social-link:hover{background:#ffffff1a;color:#ffb300;color:var(--bahn-highlight)}@media (max-width:768px){.app-header{padding:12px 16px}.app-title{font-size:20px}.nav-links{gap:12px}.nav-link{font-size:14px;padding:6px 8px}.hero-section{padding:32px 20px}.hero-title{font-size:36px}.hero-subtitle{font-size:20px}.features-grid{grid-template-columns:1fr}.about-section{padding:32px 20px}.about-title{font-size:28px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{animation:fadeIn .3s ease-out}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.bea93e24.css.map*/