*{
    box-sizing:border-box;
}

body{
    margin:0;
    background:#050b14;
    color:#eaf7ff;
    font-family:Arial,sans-serif;
}

.container{
    max-width:1100px;
    margin:auto;
    padding:20px;
}

h1{
    color:#22d3ff;
    margin-bottom:6px;
}

h2,h3{
    color:#ffffff;
}

.subtitle{
    color:#7895a8;
    margin-top:0;
}

.status{
    color:#35e89a;
    font-weight:bold;
}

.card{
    background:linear-gradient(145deg,#0c1724,#101f2e);
    border:1px solid #173f58;
    border-radius:16px;
    padding:18px;
    margin:15px 0;
    box-shadow:0 0 25px rgba(0,190,255,.05);
}

.card:hover{
    border-color:#1ec8ff;
}

input{
    width:100%;
    background:#06111d;
    color:#fff;
    border:1px solid #29495d;
    border-radius:10px;
    padding:14px;
    margin:7px 0 12px;
    font-size:16px;
    outline:none;
}

input:focus{
    border-color:#24cfff;
    box-shadow:0 0 10px rgba(36,207,255,.25);
}

button,.btn{
    background:linear-gradient(90deg,#008cff,#00d4ff);
    color:white;
    border:none;
    border-radius:10px;
    padding:12px 17px;
    font-weight:bold;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
}

.btn-dark{
    background:#132536;
}

.server-card{
    background:#0b1825;
    border:1px solid #183d55;
    border-radius:15px;
    padding:18px;
    margin:12px 0;
}

.server-name{
    font-size:22px;
    font-weight:bold;
    color:#fff;
}

.dns-main{
    color:#31d3ff;
    font-size:18px;
    font-weight:bold;
}

.dns-item{
    background:#07131e;
    border-left:3px solid #27e49b;
    border-radius:8px;
    padding:12px;
    margin:8px 0;
}

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

.logo{
    font-size:22px;
    font-weight:bold;
    color:#27d4ff;
}

.badge-online{
    background:rgba(40,220,145,.12);
    color:#35e89a;
    padding:7px 11px;
    border-radius:20px;
    font-size:13px;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:14px;
}

small{
    color:#7895a8;
}

@media(max-width:600px){
    .container{
        padding:14px;
    }

    h1{
        font-size:26px;
    }

    .card{
        padding:15px;
    }
}
/* ===== VISUAL FUTURISTA V2 ===== */

body{
    min-height:100vh;
    background:
        radial-gradient(circle at 85% 0%,rgba(0,180,255,.18),transparent 35%),
        radial-gradient(circle at 0% 90%,rgba(0,255,220,.08),transparent 30%),
        #040b13;
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(rgba(0,200,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(0,200,255,.025) 1px,transparent 1px);
    background-size:35px 35px;
}

h1{
    font-size:34px;
    letter-spacing:1px;
    text-shadow:0 0 20px rgba(0,210,255,.35);
}

form{
    background:linear-gradient(145deg,#0b1b2a,#07121d);
    border:1px solid rgba(35,195,255,.28);
    border-radius:18px;
    padding:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.35);
}

input{
    height:56px;
}

button,.btn{
    min-height:50px;
    box-shadow:0 0 22px rgba(0,190,255,.22);
}

div[style*="background:#142331"]{
    background:linear-gradient(145deg,#0d1d2c,#08131f)!important;
    border:1px solid rgba(31,198,255,.38);
    border-radius:17px!important;
    padding:20px!important;
    box-shadow:0 12px 35px rgba(0,0,0,.35);
}

div[style*="background:#142331"]::before{
    content:"● ONLINE";
    display:block;
    color:#39e89d;
    font-size:12px;
    font-weight:bold;
    margin-bottom:12px;
}

div[style*="background:#142331"] b{
    font-size:24px;
    color:white;
}

@media(max-width:600px){
    body{
        padding:18px!important;
    }

    h1{
        font-size:30px;
    }
}
/* ===== FUTURISTIC PRO V3 ===== */

:root{
    --bg:#030912;
    --panel:rgba(8,22,35,.82);
    --line:rgba(31,208,255,.28);
    --cyan:#19d7ff;
    --blue:#008cff;
    --green:#34eba1;
    --text:#f4fbff;
    --muted:#7897aa;
}

body{
    color:var(--text);
    background:
        radial-gradient(circle at 90% 5%,rgba(0,153,255,.20),transparent 32%),
        radial-gradient(circle at 10% 95%,rgba(0,255,220,.08),transparent 28%),
        var(--bg);
}

body::after{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background:linear-gradient(
        transparent 50%,
        rgba(0,210,255,.012) 50%
    );
    background-size:100% 5px;
    z-index:-1;
}

h1{
    background:linear-gradient(90deg,#ffffff,#22dcff,#008cff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight:900;
    letter-spacing:2px;
    text-transform:uppercase;
}

form{
    position:relative;
    overflow:hidden;
    backdrop-filter:blur(12px);
    background:var(--panel)!important;
    border:1px solid var(--line)!important;
    box-shadow:
        0 20px 50px rgba(0,0,0,.35),
        inset 0 0 30px rgba(0,190,255,.025);
}

form::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:2px;
    background:linear-gradient(90deg,transparent,#20dfff,transparent);
}

input{
    background:rgba(2,10,18,.75)!important;
    border:1px solid rgba(84,168,210,.32)!important;
    transition:.25s;
}

input:focus{
    transform:translateY(-1px);
    border-color:#20dfff!important;
    box-shadow:
        0 0 0 3px rgba(32,223,255,.08),
        0 0 25px rgba(32,223,255,.12)!important;
}

button,.btn{
    position:relative;
    overflow:hidden;
    transition:.25s;
    letter-spacing:.4px;
}

button:hover,.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 0 30px rgba(0,190,255,.35);
}

button::after,.btn::after{
    content:"";
    position:absolute;
    width:45px;
    height:180%;
    top:-40%;
    left:-80px;
    background:rgba(255,255,255,.18);
    transform:rotate(25deg);
    transition:.55s;
}

button:hover::after,.btn:hover::after{
    left:120%;
}

.btn-dark{
    background:linear-gradient(145deg,#132638,#0a1724)!important;
    border:1px solid rgba(39,185,255,.15);
}

div[style*="background:#142331"]{
    backdrop-filter:blur(12px);
    transition:.3s;
    overflow:hidden;
}

div[style*="background:#142331"]:hover{
    transform:translateY(-3px);
    border-color:#21d9ff!important;
    box-shadow:
        0 18px 45px rgba(0,0,0,.45),
        0 0 30px rgba(0,190,255,.10);
}

div[style*="background:#142331"]::before{
    text-shadow:0 0 12px rgba(52,235,161,.65);
}

div[style*="background:#142331"] b{
    letter-spacing:1px;
}

@keyframes pulseGlow{
    0%,100%{
        box-shadow:0 0 8px rgba(52,235,161,.25);
    }
    50%{
        box-shadow:0 0 18px rgba(52,235,161,.65);
    }
}

div[style*="background:#142331"]::before{
    animation:pulseGlow 2.2s infinite;
}

@media(max-width:600px){
    h1{
        font-size:32px!important;
    }

    button,.btn{
        font-size:15px;
        padding:14px 18px;
    }
}
/* ===== DASHBOARD STATS ===== */

.stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:22px 0;
}

.stat-card{
    position:relative;
    overflow:hidden;
    background:linear-gradient(145deg,rgba(10,28,43,.94),rgba(4,14,24,.94));
    border:1px solid rgba(31,211,255,.30);
    border-radius:16px;
    padding:18px 12px;
    text-align:center;
    box-shadow:
        0 12px 30px rgba(0,0,0,.30),
        inset 0 0 25px rgba(0,196,255,.03);
}

.stat-card::before{
    content:"";
    position:absolute;
    top:0;
    left:20%;
    width:60%;
    height:2px;
    background:linear-gradient(90deg,transparent,#22dcff,transparent);
    box-shadow:0 0 12px #22dcff;
}

.stat-card span{
    display:block;
    color:#7899ad;
    font-size:11px;
    font-weight:bold;
    letter-spacing:1px;
    margin-bottom:10px;
}

.stat-card strong{
    display:block;
    color:#20d9ff;
    font-size:30px;
    font-weight:900;
    text-shadow:0 0 18px rgba(32,217,255,.35);
}

.stat-card .online-text{
    color:#36eca2;
    font-size:16px;
    padding-top:8px;
    text-shadow:0 0 15px rgba(54,236,162,.55);
}

@media(max-width:600px){
    .stats-grid{
        grid-template-columns:repeat(3,1fr);
        gap:7px;
    }

    .stat-card{
        padding:14px 5px;
    }

    .stat-card span{
        font-size:9px;
    }

    .stat-card strong{
        font-size:25px;
    }

    .stat-card .online-text{
        font-size:12px;
    }
}
/* ===== DASHBOARD FUTURISTA ===== */

.stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin:22px 0 28px;
}

.stat-card{
    position:relative;
    overflow:hidden;
    min-height:105px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:
        linear-gradient(145deg,rgba(10,29,45,.95),rgba(4,13,23,.96));
    border:1px solid rgba(27,211,255,.30);
    border-radius:18px;
    box-shadow:
        0 15px 35px rgba(0,0,0,.35),
        inset 0 0 30px rgba(0,195,255,.035);
}

.stat-card::before{
    content:"";
    position:absolute;
    top:0;
    left:15%;
    width:70%;
    height:2px;
    background:linear-gradient(90deg,transparent,#23dcff,transparent);
    box-shadow:0 0 14px #23dcff;
}

.stat-card::after{
    content:"";
    position:absolute;
    width:90px;
    height:90px;
    border-radius:50%;
    background:rgba(0,190,255,.08);
    filter:blur(25px);
    top:-45px;
    right:-35px;
}

.stat-card span{
    color:#7695a9;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.3px;
    margin-bottom:9px;
}

.stat-card strong{
    color:#24dcff;
    font-size:31px;
    font-weight:900;
    text-shadow:
        0 0 10px rgba(36,220,255,.45),
        0 0 25px rgba(0,170,255,.22);
}

.online-text{
    color:#39eda4!important;
    font-size:14px!important;
    text-shadow:0 0 14px rgba(57,237,164,.65)!important;
    animation:onlinePulse 1.8s infinite;
}

@keyframes onlinePulse{
    0%,100%{opacity:1;}
    50%{opacity:.55;}
}

@media(max-width:600px){
    .stats-grid{
        gap:7px;
    }

    .stat-card{
        min-height:92px;
        border-radius:14px;
        padding:8px 3px;
    }

    .stat-card span{
        font-size:8px;
        letter-spacing:.7px;
    }

    .stat-card strong{
        font-size:25px;
    }

    .online-text{
        font-size:11px!important;
    }
}
/* ===== NOVO SERVIDOR FUTURISTA ===== */

.new-server{
    margin:28px 0 34px;
}

.new-server summary{
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:64px;
    border-radius:18px;
    font-size:18px;
    font-weight:800;
    letter-spacing:.6px;
    color:#eafcff;

    background:
        linear-gradient(145deg,rgba(8,28,44,.95),rgba(4,15,26,.96));

    border:1px solid rgba(32,215,255,.38);

    box-shadow:
        0 14px 35px rgba(0,0,0,.35),
        inset 0 0 25px rgba(0,190,255,.04),
        0 0 18px rgba(0,190,255,.08);

    transition:.25s;
}

.new-server summary::-webkit-details-marker{
    display:none;
}

.new-server summary:hover{
    transform:translateY(-2px);
    border-color:#23ddff;
    box-shadow:
        0 16px 40px rgba(0,0,0,.42),
        0 0 28px rgba(0,200,255,.18);
}

.new-server summary::before{
    content:"+";
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    border-radius:12px;
    color:#041018;
    font-size:25px;
    font-weight:900;
    background:linear-gradient(135deg,#20ddff,#008cff);
    box-shadow:0 0 18px rgba(32,221,255,.35);
}

.new-server[open] summary::before{
    content:"−";
}

.new-server[open] summary{
    margin-bottom:14px;
}

.new-server form{
    margin:0;
    animation:openPanel .25s ease;
}

@keyframes openPanel{
    from{
        opacity:0;
        transform:translateY(-8px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
/* ===== CONTADOR DNS NO CARD ===== */

.dns-count{
    display:inline-flex;
    align-items:center;
    width:max-content;
    margin-top:10px;
    padding:7px 12px;
    border-radius:10px;

    color:#20d9ff;
    font-size:13px;
    font-weight:800;
    letter-spacing:.4px;

    background:rgba(0,174,255,.08);
    border:1px solid rgba(32,217,255,.25);

    box-shadow:
        inset 0 0 16px rgba(0,190,255,.04),
        0 0 14px rgba(0,190,255,.06);
}

.dns-count::before{
    content:"◈";
    margin-right:7px;
    color:#39eda4;
    text-shadow:0 0 10px rgba(57,237,164,.7);
}

/* ===== STATUS REAL DO SERVIDOR ===== */

.server-card.online::before{
    content:"● ONLINE" !important;
    display:block;
    color:#39e89d !important;
    font-size:12px;
    font-weight:bold;
    margin-bottom:12px;
    text-shadow:0 0 12px rgba(57,232,157,.8);
}

.server-card.offline::before{
    content:"● OFFLINE" !important;
    display:block;
    color:#ff4d67 !important;
    font-size:12px;
    font-weight:bold;
    margin-bottom:12px;
    text-shadow:0 0 12px rgba(255,77,103,.8);
}

.server-card.offline{
    border-color:rgba(255,77,103,.50) !important;
    box-shadow:
        0 12px 35px rgba(0,0,0,.35),
        0 0 25px rgba(255,40,70,.12) !important;
}

.server-card.online{
    border-color:rgba(57,232,157,.35) !important;
}
/* ===== STATUS REAL ONLINE / OFFLINE ===== */

.server-card.online::before{
    content:"● ONLINE" !important;
    display:block !important;
    color:#39e89d !important;
    font-size:12px !important;
    font-weight:800 !important;
    margin-bottom:12px !important;
    text-shadow:0 0 12px rgba(57,232,157,.9) !important;
}

.server-card.offline::before{
    content:"● OFFLINE" !important;
    display:block !important;
    color:#ff4d67 !important;
    font-size:12px !important;
    font-weight:800 !important;
    margin-bottom:12px !important;
    text-shadow:0 0 12px rgba(255,77,103,.9) !important;
}

.server-card.online{
    border-color:rgba(57,232,157,.38) !important;
    box-shadow:
        0 12px 35px rgba(0,0,0,.35),
        0 0 25px rgba(57,232,157,.08) !important;
}

.server-card.offline{
    border-color:rgba(255,77,103,.55) !important;
    box-shadow:
        0 12px 35px rgba(0,0,0,.35),
        0 0 30px rgba(255,77,103,.14) !important;
}
/* ===== STATUS GERAL DO SISTEMA ===== */

.stat-card.system-ok{
    border-color:rgba(57,232,157,.45) !important;
    box-shadow:
        0 12px 30px rgba(0,0,0,.30),
        0 0 22px rgba(57,232,157,.10) !important;
}

.stat-card.system-ok .online-text{
    color:#39e89d !important;
    text-shadow:0 0 14px rgba(57,232,157,.75) !important;
}

.stat-card.system-alert{
    border-color:rgba(255,77,103,.60) !important;
    box-shadow:
        0 12px 30px rgba(0,0,0,.30),
        0 0 28px rgba(255,77,103,.16) !important;
}

.stat-card.system-alert .online-text{
    color:#ff4d67 !important;
    text-shadow:0 0 14px rgba(255,77,103,.80) !important;
}
/* ===== STATUS GERAL DO SISTEMA ===== */

.stat-card.system-ok{
    border-color:rgba(57,232,157,.45) !important;
    box-shadow:
        0 12px 30px rgba(0,0,0,.30),
        0 0 22px rgba(57,232,157,.10) !important;
}

.stat-card.system-ok .online-text{
    color:#39e89d !important;
    text-shadow:0 0 14px rgba(57,232,157,.75) !important;
}

.stat-card.system-alert{
    border-color:rgba(255,77,103,.60) !important;
    box-shadow:
        0 12px 30px rgba(0,0,0,.30),
        0 0 28px rgba(255,77,103,.16) !important;
}

.stat-card.system-alert .online-text{
    color:#ff4d67 !important;
    text-shadow:0 0 14px rgba(255,77,103,.80) !important;
}
/* ===== FUNDO FUTURISTA ===== */

html, body{
    min-height:100%;
}

body{
    background:
        linear-gradient(
            rgba(1,10,18,.32),
            rgba(1,10,18,.42)
        ),
        url("/static/dns-control-bg.png") center top / cover fixed no-repeat !important;

    background-color:#020b13 !important;
}
/* ===== FUNDO FUTURISTA ANIMADO ===== */

html{
    background:#020b13;
}

body{
    position:relative;
    min-height:100vh;
    background:transparent !important;
    overflow-x:hidden;
    isolation:isolate;
}

body::before{
    content:"";
    position:fixed;
    inset:-7%;
    z-index:-2;
    pointer-events:none;

    background:
        linear-gradient(
            rgba(1,10,18,.25),
            rgba(1,10,18,.38)
        ),
        url("/static/dns-control-bg.png") center center / cover no-repeat;

    animation:fundoFuturista 18s ease-in-out infinite alternate;
}

body::after{
    content:"";
    position:fixed;
    inset:-30%;
    z-index:-1;
    pointer-events:none;

    background:linear-gradient(
        115deg,
        transparent 38%,
        rgba(0,210,255,.09) 49%,
        rgba(0,255,255,.13) 50%,
        rgba(0,210,255,.09) 51%,
        transparent 62%
    );

    animation:scannerNeon 9s linear infinite;
}

@keyframes fundoFuturista{
    0%{
        transform:scale(1.04) translate3d(-1%,-1%,0);
    }
    100%{
        transform:scale(1.09) translate3d(1%,1%,0);
    }
}

@keyframes scannerNeon{
    0%{
        transform:translateX(-35%);
    }
    100%{
        transform:translateX(35%);
    }
}
/* ===== TIMER DE ATUALIZAÇÃO ===== */

.refresh-timer{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin:4px 0 18px 0;
    padding:8px 14px;
    border:1px solid rgba(0,200,255,.35);
    border-radius:14px;
    background:rgba(2,18,30,.68);
    color:#9fdfff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.6px;
    box-shadow:
        inset 0 0 15px rgba(0,200,255,.04),
        0 0 18px rgba(0,200,255,.08);
    backdrop-filter:blur(6px);
}

.refresh-timer .gear{
    display:inline-block;
    font-size:20px;
    color:#00d9ff;
    text-shadow:0 0 12px rgba(0,217,255,.85);
    animation:girarEngrenagem 2.2s linear infinite;
}

.refresh-timer strong{
    min-width:34px;
    color:#39e8d4;
    font-size:15px;
    text-align:right;
    text-shadow:0 0 10px rgba(57,232,212,.65);
}

@keyframes girarEngrenagem{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
/* ===== LOGIN DNS CONTROL ===== */

.login-page{
    margin:0;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
    color:white;
    overflow:hidden;
}

.login-page::before{
    content:"";
    position:fixed;
    inset:-7%;
    z-index:-2;

    background:
        linear-gradient(
            rgba(1,10,18,.30),
            rgba(1,10,18,.48)
        ),
        url("/static/dns-control-bg.png") center center / cover no-repeat;

    animation:fundoLogin 18s ease-in-out infinite alternate;
}

.login-page::after{
    content:"";
    position:fixed;
    inset:-30%;
    z-index:-1;
    pointer-events:none;

    background:linear-gradient(
        115deg,
        transparent 38%,
        rgba(0,210,255,.08) 49%,
        rgba(0,255,255,.15) 50%,
        rgba(0,210,255,.08) 51%,
        transparent 62%
    );

    animation:scannerLogin 8s linear infinite;
}

.login-box{
    width:100%;
    max-width:390px;
    padding:32px 26px;
    box-sizing:border-box;

    background:rgba(2,17,29,.88);
    border:1px solid rgba(0,210,255,.45);
    border-radius:25px;

    box-shadow:
        0 25px 60px rgba(0,0,0,.55),
        inset 0 0 25px rgba(0,200,255,.04),
        0 0 30px rgba(0,200,255,.12);

    backdrop-filter:blur(12px);
    text-align:center;
}

.login-icon{
    display:inline-flex;
    width:70px;
    height:70px;
    align-items:center;
    justify-content:center;

    border-radius:20px;
    margin-bottom:15px;

    font-size:38px;
    color:#00d9ff;

    background:rgba(0,174,255,.10);
    border:1px solid rgba(0,217,255,.45);

    text-shadow:0 0 18px rgba(0,217,255,.95);
    box-shadow:0 0 25px rgba(0,217,255,.15);

    animation:girarLogin 5s linear infinite;
}

.login-box h1{
    margin:5px 0 4px;
    font-size:34px;
    letter-spacing:2px;
    color:#ffffff;
}

.login-box > p{
    margin:0 0 26px;
    color:#79dfff;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1.8px;
}

.login-box form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.login-box input{
    width:100%;
    box-sizing:border-box;

    padding:16px 17px;
    border-radius:14px;

    border:1px
/* ===== CONFIGURAÇÕES / PROVEDORES DNS ===== */

.settings-header{
    margin-bottom:28px;
}

.settings-header h1{
    margin:18px 0 4px;
    font-size:30px;
    color:#fff;
}

.settings-header p{
    margin:0;
    color:#71dfff;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1.5px;
}

.back-link{
    display:inline-block;
    color:#7fdfff;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    margin-bottom:8px;
}

.settings-btn{
    display:inline-flex;
    align-items:center;
    margin:5px 0 16px;
    padding:10px 14px;
    border-radius:12px;
    border:1px solid rgba(0,205,255,.35);
    background:rgba(2,20,32,.72);
    color:#7fe9ff;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    box-shadow:0 0 18px rgba(0,200,255,.08);
}

.providers-list{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.provider-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;

    padding:20px;
    border-radius:20px;

    background:rgba(3,22,35,.88);
    border:1px solid rgba(0,205,255,.32);

    box-shadow:
        0 15px 35px rgba(0,0,0,.30),
        inset 0 0 18px rgba(0,200,255,.03);

    backdrop-filter:blur(8px);
}

.provider-card small{
    color:#61cfff;
    font-size:10px;
    font-weight:bold;
    letter-spacing:1.3px;
}

.provider-card h3{
    margin:6px 0 8px;
    color:white;
    font-size:20px;
}

.provider-status{
    color:#3de99d;
    font-size:12px;
    font-weight:bold;
}

.provider-actions{
    flex-shrink:0;
}

.add-provider-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    margin-top:22px;
    padding:18px;

    border-radius:18px;
    border:1px solid rgba(0,210,255,.42);

    background:linear-gradient(
        100deg,
        rgba(0,136,255,.25),
        rgba(0,220,240,.13)
    );

    color:white;
    text-decoration:none;
    font-size:15px;
    font-weight:bold;

    box-shadow:0 0 25px rgba(0,200,255,.10);
}

.empty-provider{
    padding:20px;
    text-align:center;
    border:1px dashed rgba(0,200,255,.3);
    border-radius:16px;
    color:#8faab8;
}
/* ===== BOTÕES FUTURISTAS - CORREÇÃO FINAL ===== */

.settings-btn,
.back-link,
.add-provider-btn{
    text-decoration:none !important;
    -webkit-tap-highlight-color:transparent;
}

/* CONFIGURAÇÕES NO PAINEL PRINCIPAL */
.settings-btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;

    padding:11px 17px !important;
    margin:5px 0 18px !important;

    border-radius:13px !important;
    border:1px solid rgba(0,210,255,.55) !important;

    background:rgba(2,22,36,.86) !important;
    color:#75eaff !important;

    font-size:13px !important;
    font-weight:800 !important;
    letter-spacing:.5px !important;

    box-shadow:
        0 0 18px rgba(0,200,255,.13),
        inset 0 0 15px rgba(0,200,255,.04) !important;
}

/* BOTÃO VOLTAR */
.back-link{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;

    padding:9px 14px !important;
    margin-bottom:15px !important;

    border-radius:11px !important;
    border:1px solid rgba(0,200,255,.28) !important;

    background:rgba(0,16,29,.72) !important;
    color:#88eaff !important;

    font-size:12px !important;
    font-weight:800 !important;
    letter-spacing:.4px !important;
}

/* ADICIONAR / TESTAR */
.add-provider-btn{
    display:flex !important;
    width:100% !important;
    max-width:430px !important;
    box-sizing:border-box !important;

    align-items:center !important;
    justify-content:center !important;

    padding:16px 18px !important;
    margin:20px 0 !important;

    border-radius:15px !important;
    border:1px solid rgba(0,215,255,.55) !important;

    background:linear-gradient(
        105deg,
        rgba(0,143,255,.90),
        rgba(0,215,240,.90)
    ) !important;

    color:white !important;
    font-size:14px !important;
    font-weight:900 !important;
    letter-spacing:.5px !important;

    box-shadow:
        0 10px 28px rgba(0,160,255,.20),
        0 0 20px rgba(0,210,255,.12) !important;
}

/* BOTÃO GERENCIAR */
.provider-actions .btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:12px 17px !important;
    border-radius:12px !important;

    text-decoration:none !important;
    color:white !important;

    border:1px solid rgba(0,190,255,.30) !important;
    background:rgba(3,25,42,.92) !important;

    font-size:12px !important;
    font-weight:800 !important;
}

/* EFEITO AO TOCAR */
.settings-btn:active,
.back-link:active,
.add-provider-btn:active,
.provider-actions .btn:active{
    transform:scale(.97);
    opacity:.88;
}
