 :root{
    --bg:#0f1724;
    --card:#0b1220;
    --accent:#06b6d4;
    --muted:hwb(0 86% 14%);
    --glass:rgba(255,255,255,0.03)
}

*{
    box-sizing:border-box;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial
}
    
body{
    margin:0;
    background:linear-gradient(180deg,#071025 0%, #071022 100%);
    color:#e6eef6;min-height:100vh;
    padding:28px
}


.wrap{
    max-width:1100px;
    margin:0 auto;

      
}
    
header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;

    border-bottom: 1px solid blanchedalmond;

}
    
h1{
    font-size:20px;
    margin:0
}

.footer-note{
    font-size:12px;
    color:var(--muted);
    margin-top:10px
}

a{
    color: #e6eef6;
    text-decoration: none;
}
