body{
margin:0;
font-family:'Inter',sans-serif;
background:#0b0b0d;
color:white;
}

.dashboard{
max-width:900px;
margin:auto;
padding:30px 20px 60px;
}

.banner img{
width:100vw;
margin-left:calc(-50vw + 50%);
border-radius:0;
}

.dashboard-header{
text-align:center;
margin-bottom:50px;
}

.dashboard-header h1{
font-size:34px;
margin-bottom:0px;
font-weight:700;
}

.dashboard-header p{
color:#9c9c9c;
font-size:20px;
}

.gold-border{
position:relative;
border-radius:16px;
background:#141417;
padding:20px;
overflow:hidden;
margin-bottom:16px;
}

.gold-border::before{
content:"";
position:absolute;
inset:0;
padding:1px;
border-radius:16px;

background:linear-gradient(
120deg,
#6e5315,
#c9a227,
#f0d77a,
#c9a227,
#6e5315
);

-webkit-mask:
linear-gradient(#000 0 0) content-box,
linear-gradient(#000 0 0);

-webkit-mask-composite:xor;
mask-composite:exclude;

pointer-events:none;
}

.card-grid{
display:flex;
flex-direction:column;
gap:12px;
}

.kpi-card{
height:75px;
display:flex;
flex-direction:column;
justify-content:center;
position:relative;
}

.kpi-card i{
position:absolute;
right:20px;
top:50%;
transform:translateY(-50%);
font-size:26px;
color:#d4af37;
}

.kpi-card p{
font-size:13px;
color:#aaa;
margin:0;
}

.kpi-card h2{
font-size:30px;
margin-top:10px;
font-weight:700;
}

.chart-card{
margin-top:20px;
margin-bottom:30px;
height:340px;
padding:25px 20px 10px;
}

.chart-card canvas{
height:280px !important;
width:100% !important;
}

.link-generator input{
width:100%;
background:#0f0f10;
border:1px solid #333;
color:white;
padding:14px;
border-radius:10px;
font-size:14px;
}

#activationOverlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
background:rgba(0,0,0,0.45);
backdrop-filter:blur(4px);
z-index:9999;
}

.activation-box{
background:#141417;

width:80%;
max-width:320px;

padding:28px 24px;

border-radius:18px;

text-align:center;

border:1px solid rgba(212,175,55,0.35);

margin:auto;
}

.activation-box input{

width:80%;

padding:10px 12px;

margin-top:10px;

border-radius:10px;
border:1px solid #333;

background:#0f0f12;

color:white;

font-size:14px;

display:block;
margin-left:auto;
margin-right:auto;

}

.activation-box button{
margin-top:18px;
width:100%;
padding:14px;
background:#d4af37;
border:none;
border-radius:12px;
font-weight:600;
cursor:pointer;
color:black;
}

/* HINWEIS TEXT */

.info-text{
font-size:11px;
color:#9c9c9c;
margin-top:12px;
line-height:1.4;
text-align:center;
}

/* HINWEIS ROT */

.hint{
color:#ff4d4d;
font-weight:600;
}

/* MUSS UNTERSTRICHEN */

.underline{
text-decoration:underline;
font-weight:600;
}

.link-generator{

background:#141417;

border:1px solid rgba(212,175,55,0.35);

border-radius:20px;

padding:25px;

margin-top:30px;

text-align:left;

height:auto;

min-height:0;

display:block;

}

.link-generator h2{

margin-bottom:20px;

font-size:20px;

font-weight:600;

text-align:left;

}

.generator-select{

width:100%;

padding:14px;

border-radius:12px;

border:1px solid rgba(212,175,55,0.4);

background:#0f0f0f;

color:white;

font-size:15px;

appearance:none;

cursor:pointer;

position:relative;

background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");

background-repeat:no-repeat;

background-position:right 12px center;

background-size:18px;



}

.generate-btn{

width:100%;

padding:14px;

background:#CC9300;

border:none;

border-radius:12px;

font-weight:600;

cursor:pointer;

transition:0.15s;

color:white;

font-size:16px;

}

.generate-btn:hover{

background:#b88200;

transform:none;

box-shadow:none;

}

.generate-btn:focus{

outline:none;

box-shadow:none;

}

.generate-btn:active{

transform:none;

box-shadow:none;

}

.generated-box{

margin-top:18px;

background:#0f0f0f;

padding:14px;

border-radius:12px;

border:1px solid rgba(255,255,255,0.05);

}

.generated-box input{

width:100%;

padding:12px;

border-radius:10px;

border:none;

background:#000;

color:#d4af37;

font-size:14px;

text-align:center;

word-break:break-all;

}

.link-generator-card{

margin-top:30px;

padding:25px;

display:flex;

flex-direction:column;

gap:14px;

}

#generatedBox{

margin-top:18px;

}

#generatedLink{

display:block;

margin-top:8px;

color:#d4af37;

font-weight:500;

word-break:break-all;

text-align:left;

background:none;

border:none;

padding:0;

}

.generated-box{

margin-top:18px;

padding:16px;

background:#0b0b0b;

border-radius:12px;

border:1px solid rgba(212,175,55,0.3);

}

.generated-box input{

width:100%;

padding:12px;

border-radius:10px;

border:none;

background:#000;

color:#d4af37;

font-size:14px;

word-break:break-all;

text-align:center;

}

#affiliateName{
color:#CC9300;
font-weight:700;
}

#clicks{
margin-top:4px;
}

.kpi-card:last-child{
height:95px;
}
.notification-box{

background:linear-gradient(145deg,#111,#1c1c1c);
border:2px solid #e0b84f;
border-radius:18px;
padding:20px;
margin:20px 0;
box-shadow:0 0 25px rgba(0,0,0,0.7);
position:relative;

}

.notification-header{

font-size:20px;
font-weight:600;
margin-bottom:8px;
color:white;

}

.notification-text{

font-size:16px;
color:#ccc;

}

.gold{

color:#e0b84f;
font-weight:600;

}

.green{

color:#37d46b;
font-weight:600;

}

.close{

position:absolute;
right:15px;
top:12px;
font-size:18px;
cursor:pointer;

}

.notification-box{

background:linear-gradient(145deg,#0e0e0e,#1a1a1a);
border:2px solid rgba(255,215,120,0.7);
border-radius:18px;
padding:20px;
margin:20px 0;
position:relative;
overflow:hidden;

}

.notification-box::before{

content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:url("https://i.imgur.com/7QpJp6C.png");
background-size:cover;
opacity:0.12;
pointer-events:none;

}

.notification-header{

font-size:20px;
font-weight:600;
margin-bottom:8px;
color:white;

}

.notification-text{

font-size:16px;
color:#d0d0d0;

}

.gold{

color:#e0b84f;
font-weight:600;

}

.green{

color:#37d46b;
font-weight:600;

}

.close{

position:absolute;
right:15px;
top:12px;
font-size:18px;
cursor:pointer;
color:#aaa;

}
