.container{max-width:860px;margin:52px auto;padding:0 24px}section{background:var(--dark-3);border:1px solid var(--border);border-left:3px solid var(--red);margin-bottom:32px;padding:36px 44px;border-radius:var(--radius-lg);transition:border-color 0.4s ease,transform 0.4s cubic-bezier(0.4,0,0.2,1),box-shadow 0.4s ease}section:hover{border-color:rgba(192,33,43,0.4);transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,0.35)}section:last-child{margin-bottom:0}h2{font-family:var(--font-display);color:var(--white);font-size:clamp(1.2rem,2vw,1.55rem);font-weight:700;letter-spacing:0.01em;line-height:1.2;margin-bottom:6px}.section-rule{display:block;width:48px;height:1px;background:var(--gold);margin:10px 0 20px}p{font-size:0.95rem;color:rgba(255,255,255,0.60);font-weight:300;line-height:1.8;margin-bottom:12px}p:last-child{margin-bottom:0}main ul{padding-left:0;list-style:none;margin-bottom:0}main ul li{padding:10px 0;border-bottom:1px solid var(--border);color:rgba(255,255,255,0.68);font-size:0.93rem;font-weight:300;line-height:1.6}main ul li:first-child{padding-top:0}main ul li:last-child{border-bottom:none;padding-bottom:0}a{color:var(--gold-light);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--white)}a:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hinweise{background:var(--dark-4);border:1px solid var(--border);border-left:3px solid var(--gold);padding:36px 44px;border-radius:var(--radius-lg);margin-bottom:0;position:relative;overflow:hidden}.hinweise::before{content:"";position:absolute;top:-60px;right:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(184,150,90,0.07),transparent 65%);pointer-events:none}.code-inline{background:rgba(255,255,255,0.08);padding:2px 6px;border-radius:3px;font-size:0.9em;font-family:monospace}.meta-info{margin-top:20px;padding-top:16px;border-top:1px solid var(--border);font-size:0.8rem;color:rgba(255,255,255,0.50);letter-spacing:0.06em;line-height:1.7}.meta-info strong{color:rgba(255,255,255,0.58);font-weight:500}.meta-info em{font-style:normal;color:rgba(255,255,255,0.50)}@media(max-width:768px){section,.hinweise{padding:24px 18px}}