:root{--rskom-primary: #2a455b;--rskom-primary-dark: #1e3344;--rskom-primary-darker: #162634;--rskom-accent: #e4831f;--rskom-accent-hover: #f09530;--rskom-secondary: #8ad5fd;--rskom-secondary-soft: #e7f5fd;--rskom-bg: #ffffff;--rskom-bg-soft: #f5f7fa;--rskom-text: #2a455b;--rskom-text-muted: #5a7a94;--rskom-text-light: #7a94a8;--rskom-text-on-dark: rgba(255, 255, 255, .92);--rskom-text-on-dark-muted: rgba(194, 215, 234, .75);--rskom-border: #d8e1e8;--rskom-border-on-dark: rgba(255, 255, 255, .12);--rskom-success: #2e7d5b;--rskom-error: #e05858}.rskom-app,.rskom-app *,.rskom-app *:before,.rskom-app *:after{box-sizing:border-box}.rskom-app{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--rskom-text);background:var(--rskom-bg-soft);-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}.rskom-app.theme-dark{background:var(--rskom-primary)}.rskom-app a{color:inherit}.rskom-app h1,.rskom-app h2,.rskom-app h3,.rskom-app p{margin:0}.rskom-app ul,.rskom-app ol{margin:0;padding:0}.rskom-header{background:var(--rskom-primary-darker);border-bottom:1px solid var(--rskom-border-on-dark);padding:18px 0;position:relative;z-index:10}.rskom-header .inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.rskom-header .logo{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.01em;text-decoration:none}.rskom-header .logo .dot{color:var(--rskom-accent)}.rskom-header nav a{color:var(--rskom-text-on-dark-muted);text-decoration:none;font-size:14px;margin-left:24px;transition:color .15s}.rskom-header nav a:hover{color:#fff}.rskom-footer{background:var(--rskom-primary-darker);border-top:1px solid var(--rskom-border-on-dark);padding:20px 0;font-size:12px;color:var(--rskom-text-on-dark-muted)}.rskom-footer .inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.rskom-footer a{color:var(--rskom-text-on-dark-muted);text-decoration:none;margin-left:18px;transition:color .15s}.rskom-footer a:hover{color:#fff}.rskom-hero{background:var(--rskom-primary);padding:90px 24px 100px;position:relative;overflow:hidden}.rskom-hero:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(228,131,31,.12) 0%,transparent 60%);pointer-events:none}.rskom-hero:after{content:"";position:absolute;bottom:-300px;left:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(138,213,253,.08) 0%,transparent 60%);pointer-events:none}.rskom-hero .hero-inner{max-width:780px;margin:0 auto;text-align:center;position:relative}.rskom-hero .eyebrow{display:inline-block;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--rskom-accent);font-weight:700;margin-bottom:20px;padding:6px 14px;background:#e4831f1f;border-radius:999px}.rskom-hero h1{font-size:48px;font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:22px}.rskom-hero h1 .accent{color:var(--rskom-accent)}.rskom-hero .lead{font-size:19px;color:var(--rskom-text-on-dark-muted);line-height:1.55;max-width:620px;margin:0 auto}.topics{flex:1;padding:80px 24px;max-width:1100px;margin:0 auto;width:100%}.topics-head{text-align:center;margin-bottom:48px}.topics-head .section-label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--rskom-accent);font-weight:700;margin-bottom:12px}.topics-head h2{font-size:30px;font-weight:700;color:var(--rskom-primary);line-height:1.25;margin-bottom:10px}.topics-head p{font-size:16px;color:var(--rskom-text-muted);max-width:540px;margin:0 auto}.topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:900px;margin:0 auto;align-items:stretch}.topic-grid.two-col{grid-template-columns:repeat(2,1fr)}@media(max-width:720px){.topic-grid.two-col{grid-template-columns:1fr}}.theme-card{min-height:100%}.theme-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.theme-num{font-size:38px;font-weight:700;letter-spacing:-.02em;color:var(--rskom-accent);opacity:.55;line-height:1}.badge-soon{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--rskom-text-muted);background:var(--rskom-bg-soft);border:1px solid var(--rskom-border);padding:5px 10px;border-radius:999px}.theme-card .claim{font-size:15px;font-weight:600;color:var(--rskom-accent);margin-bottom:12px;line-height:1.4}.topic-card{background:var(--rskom-bg);border:1px solid var(--rskom-border);border-radius:12px;padding:32px 28px;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}.topic-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--rskom-accent);transform:scaleX(0);transform-origin:left;transition:transform .25s}.topic-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2a455b1f;border-color:var(--rskom-accent)}.topic-card:hover:before{transform:scaleX(1)}.topic-card .tag{display:inline-block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--rskom-accent);font-weight:700;margin-bottom:12px}.topic-card h3{font-size:22px;font-weight:700;color:var(--rskom-primary);line-height:1.25;margin-bottom:10px}.topic-card p{font-size:15px;color:var(--rskom-text-muted);line-height:1.55;margin-bottom:24px;flex:1}.topic-card .cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--rskom-accent);transition:gap .2s}.topic-card:hover .cta{gap:12px}.topic-card .cta svg{width:14px;height:14px;stroke:var(--rskom-accent);stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.topic-card.coming-soon{background:var(--rskom-bg-soft);border-style:dashed;opacity:.75;cursor:default}.topic-card.coming-soon:hover{transform:none;box-shadow:none;border-color:var(--rskom-border)}.topic-card.coming-soon:before{display:none}.topic-card.coming-soon .tag,.topic-card.coming-soon .cta{color:var(--rskom-text-light)}.rskom-hero.fuehrung{padding:80px 24px 140px}.rskom-hero.fuehrung .hero-inner{max-width:620px}.rskom-hero.fuehrung .eyebrow{margin-bottom:18px}.rskom-hero.fuehrung h1{font-size:44px;line-height:1.15;letter-spacing:-.015em;margin-bottom:20px}.rskom-hero.fuehrung .lead{font-size:18px;max-width:540px}.rskom-main{flex:1;padding:0 24px 60px;margin-top:-80px;position:relative;z-index:2}.rskom-card{width:100%;max-width:540px;margin:0 auto;background:var(--rskom-bg);border-radius:12px;padding:40px 44px;box-shadow:0 20px 60px #00000040}.value{background:var(--rskom-bg-soft);border-left:3px solid var(--rskom-accent);border-radius:4px;padding:18px 22px;margin-bottom:28px}.value h3{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--rskom-text-muted);font-weight:700;margin-bottom:10px}.value ul{list-style:none}.value li{padding:5px 0 5px 22px;position:relative;font-size:15px;color:var(--rskom-primary)}.value li:before{content:"→";position:absolute;left:0;color:var(--rskom-accent);font-weight:700}.rskom-form{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:600;color:var(--rskom-text)}.field input{font-family:inherit;font-size:16px;padding:12px 14px;border:1px solid var(--rskom-border);border-radius:6px;background:var(--rskom-bg);color:var(--rskom-text);transition:border-color .15s,box-shadow .15s;width:100%}.field input:focus{outline:none;border-color:var(--rskom-accent);box-shadow:0 0 0 3px #e4831f26}.field input::placeholder{color:var(--rskom-text-light)}.field.has-error input{border-color:var(--rskom-error)}.field .error-msg{font-size:12px;color:var(--rskom-error);display:none}.field.has-error .error-msg{display:block}.privacy{font-size:12px;color:var(--rskom-text-muted);line-height:1.5;margin-top:4px}.privacy a{color:var(--rskom-accent);text-decoration:underline}.rskom-form button[type=submit]{background:var(--rskom-accent);color:#fff;font-family:inherit;font-size:15px;font-weight:700;padding:15px 24px;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s,transform .05s,box-shadow .2s;margin-top:8px;box-shadow:0 4px 12px #e4831f40}.rskom-form button[type=submit]:hover{background:var(--rskom-accent-hover);box-shadow:0 6px 16px #e4831f59}.rskom-form button[type=submit]:active{transform:translateY(1px)}.rskom-form button[type=submit]:disabled{background:var(--rskom-text-light);cursor:not-allowed;box-shadow:none}.success{text-align:left;animation:rskomFadeIn .4s ease-out}@keyframes rskomFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:64px;height:64px;border-radius:50%;background:var(--rskom-secondary-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.success-icon svg{width:32px;height:32px;stroke:var(--rskom-success);stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.success-header{text-align:center;margin-bottom:28px}.success-header .eyebrow{display:inline-block;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;margin-bottom:18px;padding:6px 14px;border-radius:999px;background:#e4831f1f;color:var(--rskom-accent-hover)}.success h1{color:var(--rskom-primary);font-size:28px;font-weight:700;line-height:1.25;margin-bottom:12px}.success .lead{color:var(--rskom-text-muted);font-size:16px}.success .lead strong{color:var(--rskom-primary)}.success .steps{background:var(--rskom-bg-soft);border-radius:8px;padding:22px 24px}.success .steps h3{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--rskom-text-muted);font-weight:700;margin-bottom:12px}.success .steps ol{list-style:none;counter-reset:step}.success .steps li{counter-increment:step;padding:8px 0 8px 34px;position:relative;font-size:14px;color:var(--rskom-text)}.success .steps li:before{content:counter(step);position:absolute;left:0;top:6px;width:22px;height:22px;background:var(--rskom-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.success .hint{font-size:13px;color:var(--rskom-text-muted);margin-top:20px;padding-top:20px;border-top:1px solid var(--rskom-border)}.success .hint strong{color:var(--rskom-primary)}@media(max-width:640px){.rskom-header .inner{padding:0 20px}.rskom-hero{padding:60px 20px 70px}.rskom-hero h1{font-size:34px}.rskom-hero .lead{font-size:16px}.rskom-hero.fuehrung{padding:50px 20px 110px}.rskom-hero.fuehrung h1{font-size:32px}.topics{padding:56px 20px}.topics-head h2{font-size:24px}.topic-card{padding:26px 22px}.topic-card h3{font-size:20px}.rskom-main{padding:0 16px 40px;margin-top:-70px}.rskom-card{padding:28px 24px}.success h1{font-size:22px}.rskom-header nav a{margin-left:14px;font-size:13px}.rskom-footer .inner{flex-direction:column;gap:8px}.rskom-footer a{margin-left:0;margin-right:18px}}.opt-page{min-height:100vh;background:#f5f7fa;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#2a455b;display:flex;align-items:center;justify-content:center;padding:24px}.opt-inner{width:100%;max-width:640px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.opt-text{font-size:17px;line-height:1.5;color:#2a455b}.opt-text a{color:#e4831f;text-decoration:underline}.opt-spinner{width:48px;height:48px;border:4px solid rgba(228,131,31,.2);border-top-color:#e4831f;border-radius:50%;animation:optSpin .9s linear infinite}@keyframes optSpin{to{transform:rotate(360deg)}}.hub-page{min-height:100vh;background:#f5f7fa;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#2a455b;display:flex;flex-direction:column}.hub-header{background:#162634;padding:18px 0}.hub-header-inner{max-width:640px;margin:0 auto;padding:0 24px}.hub-logo{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.01em}.hub-logo-dot{color:#e4831f}.hub-main{flex:1;padding:60px 24px}.hub-inner{max-width:640px;margin:0 auto;text-align:center}.hub-title{font-size:32px;font-weight:700;margin:0 0 10px;color:#2a455b;letter-spacing:-.015em}.hub-subtitle{font-size:17px;color:#5a7a94;margin:0 0 40px}.hub-card{background:#fff;border:1px solid #d8e1e8;border-radius:12px;padding:32px 28px;text-align:left;box-shadow:0 4px 16px #2a455b0f}.hub-card-title{font-size:22px;font-weight:700;color:#2a455b;margin:0 0 10px}.hub-card-desc{font-size:15px;color:#5a7a94;line-height:1.55;margin:0 0 24px}.hub-download-btn{display:inline-block;background:#e4831f;color:#fff;font-weight:700;font-size:15px;padding:13px 24px;border-radius:6px;text-decoration:none;transition:background-color .15s,box-shadow .2s;box-shadow:0 4px 12px #e4831f40}.hub-download-btn:hover{background:#f09530;box-shadow:0 6px 16px #e4831f59}@media(max-width:640px){.hub-title{font-size:26px}.hub-card{padding:24px 22px}}.hub2-page{min-height:100vh;background:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#2a455b;display:flex;flex-direction:column}.hub2-container{max-width:960px;margin:0 auto;padding:0 24px;width:100%}.hub2-header{border-bottom:1px solid #eef2f5;padding:22px 0;background:#fff}.hub2-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.hub2-logo{font-size:22px;font-weight:700;color:#2a455b;letter-spacing:-.01em}.hub2-logo-dot{color:#e4831f}.hub2-header-sub{font-size:14px;color:#5a7a94;letter-spacing:.02em}.hub2-hero{padding:64px 0 40px;background:linear-gradient(180deg,#f7fbfd,#fff)}.hub2-hero-title{font-size:40px;font-weight:700;color:#2a455b;letter-spacing:-.02em;margin:0 0 12px;line-height:1.15}.hub2-hero-sub{font-size:18px;color:#5a7a94;margin:0}.hub2-main{flex:1;padding:56px 0 80px}.hub2-section-title{font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#e4831f;margin:0 0 28px}.hub2-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.hub2-card{background:#fff;border:1px solid #e4ecf2;border-radius:12px;padding:28px 28px 30px;display:flex;flex-direction:column;box-shadow:0 4px 16px #2a455b0d;transition:box-shadow .2s,transform .2s,border-color .2s}.hub2-card:hover{box-shadow:0 12px 28px #2a455b1a;transform:translateY(-2px);border-color:#d6e1ea}.hub2-card-icon{width:44px;height:44px;border-radius:10px;background:#fdf1e3;color:#e4831f;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.hub2-card-title{font-size:20px;font-weight:700;color:#2a455b;margin:0 0 8px;line-height:1.3}.hub2-card-desc{font-size:15px;color:#5a7a94;line-height:1.55;margin:0 0 14px;flex:1}.hub2-card-meta{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#7a94a8;margin:0 0 20px}.hub2-btn{display:inline-block;align-self:flex-start;background:#e4831f;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:8px;text-decoration:none;transition:background-color .15s,box-shadow .2s,transform .05s;box-shadow:0 4px 12px #e4831f40}.hub2-btn:hover{background:#f09530;box-shadow:0 6px 16px #e4831f59}.hub2-btn:active{transform:translateY(1px)}.hub2-footer{border-top:1px solid #eef2f5;padding:24px 0;background:#fff}.hub2-footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.hub2-footer-contact{font-size:14px;color:#5a7a94;margin:0}.hub2-footer-contact a{color:#e4831f;text-decoration:none;font-weight:600}.hub2-footer-contact a:hover{text-decoration:underline}.hub2-footer-copy{font-size:13px;color:#7a94a8;margin:0}.hub2-group{margin-bottom:48px}.hub2-group:last-child{margin-bottom:0}.hub2-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 24px;text-align:center}.hub2-state-text{font-size:16px;color:#5a7a94;margin:0;max-width:480px}.hub2-noaccess{max-width:480px;margin:120px auto;padding:0 24px;text-align:center}.hub2-noaccess-title{font-size:32px;font-weight:700;color:#2a455b;margin:0 0 14px;letter-spacing:-.015em}.hub2-noaccess-text{font-size:16px;color:#5a7a94;line-height:1.55;margin:0 0 28px}@media(max-width:640px){.hub2-hero{padding:48px 0 32px}.hub2-hero-title{font-size:30px}.hub2-hero-sub{font-size:16px}.hub2-main{padding:40px 0 60px}.hub2-card{padding:24px 22px}.hub2-header-sub{display:none}.hub2-footer-inner{flex-direction:column;align-items:flex-start}}
