:root{--red:#d20a22;--red-dark:#a90016;--ink:#18191d;--muted:#6d7078;--line:#e5e6e9;--soft:#f5f6f8;--white:#fff;--shadow:0 18px 55px rgba(27,30,38,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fafafa;line-height:1.55}a{color:inherit}main{max-width:1240px;min-height:calc(100vh - 190px);margin:auto;padding:44px 28px 80px}.site-header{height:90px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1240px)/2));position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:16px;text-decoration:none}.brand img{width:76px;height:50px;object-fit:contain}.brand span{display:grid}.brand strong{font-size:15px}.brand em{font-style:normal;color:var(--red);font-weight:900;letter-spacing:.16em;font-size:22px}.site-header nav{display:flex;gap:8px;align-items:center}.site-header nav a{padding:11px 14px;text-decoration:none;font-weight:700;font-size:14px;border-radius:9px}.site-header nav a:hover{background:var(--soft)}.nav-primary,.nav-logout{background:var(--red)!important;color:#fff}.menu-button{display:none;border:0;background:var(--soft);font-size:24px;padding:8px 12px;border-radius:8px}.eyebrow{display:block;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.18em;margin-bottom:12px}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center;padding:50px 0 72px}.hero h1,.auth-copy h1{font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-.055em;margin:0 0 25px}.hero mark,.auth-copy mark{color:var(--red);background:none}.hero>div>p,.auth-copy p{font-size:20px;color:var(--muted);max-width:680px}.hero-actions,.form-actions{display:flex;gap:12px;margin:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);padding:13px 20px;border-radius:10px;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}.button.primary{background:var(--red);border-color:var(--red);color:#fff}.button.primary:hover{background:var(--red-dark)}.button.secondary{background:#fff}.trust{display:flex;flex-wrap:wrap;gap:20px;color:#4f5259;font-size:13px;font-weight:700}.support-card{background:var(--ink);color:#fff;border-radius:26px;padding:34px;box-shadow:var(--shadow);position:relative;overflow:hidden}.support-card:after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:var(--red);right:-110px;bottom:-120px}.support-card .live{font-size:12px;font-weight:800}.live i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#49ce74;margin-right:7px}.support-icon{width:64px;height:64px;border-radius:18px;background:var(--red);display:grid;place-items:center;font-size:36px;font-weight:900;margin:55px 0 24px}.support-card h2{font-size:27px;margin:0}.support-card p{color:#c9cbd0}.support-card>a{display:block;color:#fff;font-size:29px;font-weight:900;text-decoration:none;margin:22px 0}.support-card small{color:#aeb1b8}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.features article,.card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 30px rgba(27,30,38,.04)}.features article{padding:28px}.features article>b{color:var(--red);font-size:13px}.features h3{font-size:20px;margin:20px 0 8px}.features p{color:var(--muted);margin:0}.alert{max-width:900px;margin:0 auto 20px;padding:14px 18px;border-radius:10px;font-weight:700}.alert.success{background:#eaf8ef;color:#166b38}.alert.error{background:#fff0f1;color:#a50018}.auth-shell{display:grid;grid-template-columns:1fr 440px;gap:80px;align-items:center;min-height:610px}.auth-card,.wide-form{padding:34px}.auth-card h2{font-size:30px;margin:0}.auth-card>p{color:var(--muted);margin-top:3px}.auth-card small{text-align:center;display:block;margin-top:20px}.auth-card .button{width:100%;margin-top:8px}.page-head{max-width:760px;margin:20px 0 32px}.page-head h1,.dashboard-head h1{font-size:45px;line-height:1.1;margin:0 0 12px;letter-spacing:-.04em}.page-head p,.dashboard-head p{font-size:18px;color:var(--muted);margin:0}.wide-form{max-width:900px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}label{display:grid;gap:7px;font-size:14px;font-weight:800;margin-bottom:19px}input,select,textarea{width:100%;border:1px solid #d7d9de;background:#fff;border-radius:9px;padding:12px 13px;font:inherit;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(210,10,34,.09)}textarea{resize:vertical}label small{font-weight:500;color:var(--muted)}.check{display:flex;grid-template-columns:auto 1fr;align-items:flex-start;font-weight:500}.check input{width:18px;margin-top:3px}.dashboard-head{display:flex;justify-content:space-between;align-items:end;margin:20px 0 30px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:24px}.stats article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.stats strong{font-size:34px;display:block}.stats span{color:var(--muted);font-size:13px;font-weight:700}.table-card{overflow:hidden}.section-line{padding:25px 28px;border-bottom:1px solid var(--line)}.section-line h2{margin:0}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.09em;background:var(--soft)}th,td{padding:16px 20px;border-bottom:1px solid var(--line)}td{font-size:14px}td a{color:var(--red);font-weight:900}td small{display:block;color:var(--muted)}tr[data-href]{cursor:pointer}tr[data-href]:hover{background:#fffafb}.status{display:inline-block;border-radius:99px;padding:5px 10px;font-size:11px;font-weight:900;background:#edf0f3;color:#4d5056;white-space:nowrap}.s-offen{background:#fff0f1;color:#b40018}.s-in-bearbeitung{background:#fff5df;color:#8a5a00}.s-warten-auf-kunde{background:#eaf3ff;color:#155aa3}.s-gelöst,.s-geschlossen{background:#e9f7ee;color:#176638}.empty{text-align:center;padding:55px;color:var(--muted)}.empty b,.empty h2{color:var(--ink)}.back{display:inline-block;margin-bottom:20px;text-decoration:none;font-weight:800}.ticket-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px}.conversation,.ticket-meta{padding:28px}.ticket-title{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:22px}.ticket-title h1{font-size:30px;margin:0}.ticket-title p{margin:5px 0 0;color:var(--muted)}.message{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:24px 0;border-bottom:1px solid var(--line)}.avatar{width:42px;height:42px;border-radius:12px;background:#eceef1;display:grid;place-items:center;font-weight:900}.from-support .avatar{background:var(--red);color:#fff}.message header{display:flex;justify-content:space-between}.message time{font-size:12px;color:var(--muted)}.message p{margin:8px 0}.attachment{color:var(--red);font-weight:800}.reply{padding-top:25px}.reply-actions{display:flex;justify-content:space-between;align-items:center;gap:15px}.reply-actions input{max-width:340px}.ticket-meta h3{margin-top:0}.ticket-meta hr{border:0;border-top:1px solid var(--line);margin:25px 0}.ticket-meta dl{margin:0}.ticket-meta dt{color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:800;margin-top:14px}.ticket-meta dd{margin:2px 0}.ticket-meta .button{width:100%}footer{background:#fff;border-top:1px solid var(--line);min-height:100px;padding:25px max(28px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr auto;gap:5px 30px;align-items:center}footer div{display:flex;gap:18px;flex-wrap:wrap}footer div:nth-child(2){justify-content:end}footer a{text-decoration:none}footer small{grid-column:1/-1;color:var(--muted)}@media(max-width:850px){main{padding:28px 18px 60px}.site-header{height:76px;padding:0 18px}.brand img{width:54px}.brand strong{display:none}.brand em{font-size:18px}.menu-button{display:block}.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.hero,.auth-shell,.ticket-layout{grid-template-columns:1fr;gap:35px}.hero{padding-top:20px}.hero h1,.auth-copy h1{font-size:44px}.features,.stats{grid-template-columns:1fr 1fr}.auth-shell{min-height:0}.dashboard-head{align-items:flex-start;gap:20px}.form-grid{grid-template-columns:1fr}.reply-actions,.dashboard-head{flex-direction:column}.reply-actions input,.reply-actions .button{max-width:none;width:100%}footer{grid-template-columns:1fr}footer div:nth-child(2){justify-content:start}footer small{grid-column:auto}}@media(max-width:520px){.features,.stats{grid-template-columns:1fr}.hero-actions,.form-actions{flex-direction:column}.support-card{padding:26px}.support-card>a{font-size:25px}.dashboard-head .button{width:100%}.ticket-title{flex-direction:column}.wide-form,.auth-card,.conversation,.ticket-meta{padding:22px}.trust{display:grid}}

