/* ==========================================
   NEXORA PLAZA
   Premium Professional Community Theme
========================================== */

:root{

    --navy:#0B1F3A;
    --navy-light:#163A70;
    --gold:#D4AF37;
    --gold-soft:#F5E8B5;

    --white:#FFFFFF;
    --bg:#F7F9FC;

    --text:#1D2A3A;
    --muted:#72809A;

}


/* ==========================
RESET
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


body{

    font-family:"Outfit",sans-serif;

    background:
    radial-gradient(circle at top,#ffffff,#F7F9FC 70%);

    color:var(--text);

    min-height:100vh;

}


/* ==========================
HEADER
========================== */


.plaza-header{

    height:86px;

    padding:14px 20px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    position:sticky;

    top:0;

    z-index:1000;

    background:
    rgba(255,255,255,.82);

    backdrop-filter:blur(18px);

    border-bottom:
    1px solid rgba(212,175,55,.25);

}


.plaza-logo{

    width:115px;

}


.plaza-menu-btn,
.plaza-notification-btn{


    width:48px;

    height:48px;

    border:none;

    border-radius:16px;

    background:white;

    color:var(--navy);

    font-size:20px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.08);

}



/* ==========================
HERO
========================== */


.plaza-hero{

    margin:22px 18px;

    padding:30px 22px;

    border-radius:30px;

    background:

    linear-gradient(
    145deg,
    #ffffff,
    #F4F7FC
    );


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


    box-shadow:

    0 20px 50px rgba(11,31,58,.08);

    position:relative;

    overflow:hidden;

}


.plaza-hero::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    right:-80px;

    top:-80px;


    background:

    radial-gradient(
    circle,
    rgba(212,175,55,.25),
    transparent 70%
    );

}



.plaza-badge{

    display:inline-block;

    padding:7px 16px;

    border-radius:999px;

    background:var(--navy);

    color:white;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

}



.plaza-hero h1{

    margin-top:20px;

    font-size:34px;

    line-height:1.15;

    color:var(--navy);

    font-weight:800;

}


.plaza-hero p{

    margin-top:15px;

    color:var(--muted);

    line-height:1.7;

    font-size:15px;

}


/* ==========================
BUTTONS
========================== */


.plaza-actions{

    display:flex;

    gap:12px;

    margin-top:25px;

}



.primary-btn,
.secondary-btn{


    flex:1;

    padding:15px;

    border-radius:18px;

    font-weight:700;

    border:none;

    font-size:14px;

}


.primary-btn{

    background:

    linear-gradient(
    135deg,
    var(--navy),
    var(--navy-light)
    );

    color:white;

}


.secondary-btn{

    background:white;

    color:var(--navy);

    border:
    1px solid var(--gold);

}



/* ==========================
SEARCH
========================== */


.plaza-search{

    padding:0 18px 25px;

}


.search-box{


    height:58px;

    display:flex;

    align-items:center;

    gap:12px;

    padding:0 18px;

    background:white;

    border-radius:20px;

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

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);

}



.search-box input{


    flex:1;

    border:none;

    outline:none;

    font-size:15px;

}


/* ==========================
SECTIONS
========================== */


.plaza-section{

    padding:0 18px 28px;

}



.section-title{


    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-bottom:18px;

}



.section-title h2{


    color:var(--navy);

    font-size:22px;

}



.section-title a{


    text-decoration:none;

    color:var(--gold);

    font-weight:600;

}



/* ==========================
PLAZA CARDS
========================== */


.plaza-grid,
.recent-grid{


    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:15px;

}



.plaza-card,
.recent-card{


    background:white;

    border-radius:24px;

    padding:18px;

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

    box-shadow:

    0 12px 30px rgba(0,0,0,.06);

}



.plaza-card i,
.recent-card i{


    width:50px;

    height:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:16px;

    background:#EEF3FA;

    color:var(--navy);

    font-size:22px;

}


.plaza-card h3,
.recent-card h3{

    margin-top:15px;

    color:var(--navy);

    font-size:17px;

}



.plaza-card p,
.recent-card p{

    margin-top:8px;

    color:var(--muted);

    font-size:13px;

}



/* ==========================
REQUEST FEED
========================== */


.request-feed{

    display:flex;

    flex-direction:column;

    gap:15px;

}



.request-card{


    background:white;

    padding:18px;

    border-radius:22px;

    border:

    1px solid rgba(212,175,55,.25);

    box-shadow:

    0 10px 25px rgba(0,0,0,.06);

}



/* ==========================
INFO CARD
========================== */


.info-card{


    background:white;

    border-radius:28px;

    padding:25px;

    border:

    1px solid rgba(212,175,55,.25);

}



.info-icon{


    width:60px;

    height:60px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#EEF4FF;

    color:var(--navy);

    font-size:25px;

}



.info-card h3{


    margin-top:18px;

    color:var(--navy);

}


.info-card li{


    margin-top:12px;

    color:var(--muted);

}



/* ==========================
VERIFICATION
========================== */


.verification-banner{


    margin:0 18px 30px;

    padding:28px 22px;

    border-radius:30px;


    background:

    linear-gradient(
    135deg,
    var(--navy),
    var(--navy-light)
    );


    color:white;

}



.verification-banner h2{

    font-size:25px;

}


.verification-banner p{

    margin-top:12px;

    line-height:1.6;

    opacity:.85;

}


.verification-banner button{


    margin-top:22px;

    width:100%;

    padding:16px;

    border-radius:18px;

    border:none;

    background:var(--gold);

    color:var(--navy);

    font-weight:800;

}



/* ==========================
FOOTER
========================== */


.plaza-footer{


    text-align:center;

    padding:30px;

    background:white;

    border-top:

    1px solid rgba(212,175,55,.15);

}


.plaza-footer img{

    width:110px;

}


.plaza-footer p{

    margin-top:10px;

    color:var(--muted);

}


/* MOBILE FIX */

@media(max-width:400px){

    .plaza-grid,
    .recent-grid{

        grid-template-columns:1fr;

    }


    .plaza-hero h1{

        font-size:29px;

    }

}
/* ==========================================
   NEXORA VERIFICATION
   Add below plaza.css
==========================================*/


/* ==========================
PROGRESS CARD
==========================*/

.progress-card{

    background:white;

    border-radius:28px;

    padding:28px 22px;

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

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    position:relative;

}


.progress-line{

    position:absolute;

    left:10%;

    right:10%;

    top:48px;

    height:4px;

    background:#EEF3FA;

    border-radius:999px;

}


.progress-steps{

    display:flex;

    justify-content:space-between;

    position:relative;

    z-index:2;

}


.step{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:10px;

    flex:1;

}


.step-icon{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#EEF3FA;

    display:flex;

    align-items:center;

    justify-content:center;

    color:var(--muted);

    font-weight:700;

    border:2px solid white;

}


.step p{

    font-size:12px;

    color:var(--muted);

    text-align:center;

}


.step.active .step-icon{

    background:var(--navy);

    color:white;

}


.step.active p{

    color:var(--navy);

    font-weight:700;

}



/* ==========================
FORM CARD
==========================*/

.form-card{

    background:white;

    padding:24px;

    border-radius:28px;

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

    box-shadow:0 12px 30px rgba(0,0,0,.06);

}


.form-card label{

    display:block;

    margin-top:20px;

    margin-bottom:10px;

    font-size:14px;

    font-weight:600;

    color:var(--navy);

}


.form-card label:first-child{

    margin-top:0;

}



/* ==========================
INPUTS
==========================*/

.form-card input,
.form-card select,
.form-card textarea{

    width:100%;

    padding:16px;

    border-radius:18px;

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

    background:#fff;

    outline:none;

    font-family:"Outfit",sans-serif;

    font-size:15px;

    transition:.25s;

}


.form-card textarea{

    resize:vertical;

    min-height:120px;

}


.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus{

    border-color:var(--gold);

    box-shadow:0 0 0 4px rgba(212,175,55,.15);

}



/* ==========================
UPLOAD BOX
==========================*/

.upload-box{

    margin-top:8px;

    border:2px dashed rgba(212,175,55,.45);

    border-radius:22px;

    padding:30px 20px;

    text-align:center;

    background:#FCFDFE;

    position:relative;

    overflow:hidden;

}


.upload-box i{

    font-size:34px;

    color:var(--navy);

}


.upload-box h4{

    margin-top:14px;

    color:var(--navy);

}


.upload-box p{

    margin-top:8px;

    color:var(--muted);

    font-size:13px;

}


.upload-box input[type=file]{

    position:absolute;

    inset:0;

    opacity:0;

    cursor:pointer;

}



/* ==========================
CHECKBOXES
==========================*/

.checkbox-item{

    display:flex !important;

    align-items:flex-start;

    gap:14px;

    margin-top:18px !important;

    cursor:pointer;

}


.checkbox-item input{

    width:22px;

    height:22px;

    margin-top:2px;

    accent-color:var(--navy);

}


.checkbox-item span{

    flex:1;

    line-height:1.6;

    color:var(--text);

    font-size:14px;

}



/* ==========================
FULL BUTTON
==========================*/

.full-btn{

    width:100%;

    margin-top:28px;

}



/* ==========================
CHECKLIST
==========================*/

.request-card h3{

    color:var(--navy);

}


.request-card strong{

    color:var(--navy);

}



/* ==========================
STATUS CARD
==========================*/

.status-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:15px 0;

    border-bottom:1px solid rgba(0,0,0,.06);

}


.status-row:last-child{

    border-bottom:none;

}


.status-title{

    color:var(--text);

    font-weight:600;

}


.status-value{

    font-weight:700;

    color:var(--navy);

}



/* ==========================
SUCCESS BADGE
==========================*/

.verified-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 18px;

    border-radius:999px;

    background:#EEF7FF;

    color:var(--navy);

    font-weight:700;

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

}


.verified-badge i{

    color:var(--gold);

}



/* ==========================
UPLOAD HOVER
==========================*/

.upload-box:hover{

    border-color:var(--gold);

    background:#FFFDF6;

}



/* ==========================
BUTTON HOVER
==========================*/

.primary-btn,
.secondary-btn{

    transition:.25s;

    cursor:pointer;

}


.primary-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 15px 35px rgba(11,31,58,.20);

}


.secondary-btn:hover{

    background:#FFFDF7;

}



/* ==========================
INPUT PLACEHOLDER
==========================*/

::placeholder{

    color:#98A4B8;

}



/* ==========================
MOBILE
==========================*/

@media(max-width:500px){

    .progress-line{

        left:12%;

        right:12%;

    }

    .step p{

        font-size:10px;

    }

    .step-icon{

        width:42px;

        height:42px;

    }

    .form-card{

        padding:20px;

    }

}
/* ==========================================
   VERIFICATION WIZARD
========================================== */

.wizard-step{
display:none;
animation:fadeIn .3s ease;
}

.wizard-step.active{
display:block;
}

@keyframes fadeIn{

from{
opacity:0;
transform:translateY(20px);
}

to{
opacity:1;
transform:translateY(0);
}

}

/* ==========================================
   WIZARD BUTTONS
========================================== */

.wizard-actions{

display:flex;
justify-content:space-between;
gap:16px;
margin-top:30px;

}

.wizard-actions .primary-btn,
.wizard-actions .secondary-btn,
.wizard-actions button{

flex:1;

}

/* ==========================================
   PROGRESS
========================================== */

.progress-card{

position:relative;

}

.progress-line{

position:absolute;
top:24px;
left:10%;
right:10%;
height:4px;
background:#E5E7EB;
border-radius:999px;
z-index:0;

}

.progress-steps{

display:flex;
justify-content:space-between;
position:relative;
z-index:2;

}

.step{

display:flex;
flex-direction:column;
align-items:center;
flex:1;
text-align:center;

}

.step-icon{

width:48px;
height:48px;
border-radius:50%;
background:#D1D5DB;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
margin-bottom:10px;
transition:.3s;

}

.step.active .step-icon{

background:#0B1F3A;

}

.step.active p{

font-weight:700;
color:#0B1F3A;

}

.step p{

font-size:13px;
color:#6B7280;

}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px){

.progress-steps{

gap:8px;

}

.step-icon{

width:40px;
height:40px;
font-size:14px;

}

.step p{

font-size:11px;

}

.wizard-actions{

flex-direction:column;

}

}
html{

scroll-behavior:smooth;

}
/* ==========================
SELECTED FILE
========================== */

.selected-file{

display:flex;
align-items:center;
gap:8px;

margin-top:12px;
padding:10px 14px;

background:#EEF5FF;

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

color:#0B6DFF;
font-size:14px;
font-weight:600;

word-break:break-word;

}

.selected-file i{

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

}


/* ==========================
UPLOAD BOX
========================== */

.upload-box{

position:relative;

display:flex;
flex-direction:column;
align-items:center;
justify-content:center;

padding:28px 20px;

border:2px dashed #D6DCE8;
border-radius:16px;

background:#F9FBFF;

cursor:pointer;

transition:.3s;

}

.upload-box:hover{

border-color:#0B6DFF;
background:#F3F8FF;

}

.upload-box input[type="file"]{

position:absolute;
top:0;
left:0;

width:100%;
height:100%;

opacity:0;
cursor:pointer;

}
.enter-plaza{
    display: inline-block;
    width: 100%;
    padding: 14px 18px;
    margin-top: 18px;
    background: #fff;
    color: #0B1F3A;
    border: 2px solid #0B1F3A;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: 0.3s ease;
}

.enter-plaza:hover{
    background: #0B1F3A;
    color: #fff;
}
#applyVerification{
    display: block;
    width: 100%;
    padding: 16px 20px;
    margin-top: 24px;
    background: #fff;
    color: #0B1F3A;
    border: 2px solid #fff;
    border-radius: 0; /* rectangular with slight rounding */
    font-size: 16px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: 0.3s ease;
}

#applyVerification:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.plaza-card{
    display: flex;
    flex-direction: column;
}

.enter-plaza{
    width: auto;
    min-width: 120px;
    padding: 10px 18px;
    margin-top: auto;
    margin-right: auto;
    background: #fff;
    color: #0B1F3A;
    border: 2px solid #0B1F3A;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: .3s ease;
}

.enter-plaza:hover{
    background: #0B1F3A;
    color: #fff;
}
.verification-banner{
    text-align: center;
}

.verification-banner a{
    text-decoration: none;
    display: inline-block;
}

#applyVerification{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 50px;
    margin-top: 24px;
    background: #fff;
    color: #0B1F3A;
    border: none;
    border-radius: 6px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease;
}

#applyVerification:hover{
    background: #f5f5f5;
}
.plaza-card{
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.enter-plaza{
    margin-top: auto;      /* pushes button to bottom */
    align-self: flex-start;/* left-align */
    width: 130px;
    height: 42px;

    background: #fff;
    color: #0B1F3A;
    border: 2px solid #0B1F3A;
    border-radius: 8px;

    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 700;

    display: flex;
    justify-content: center;
    align-items: center;

    white-space: nowrap;
    cursor: pointer;
}
/* Plaza Card */
.plaza-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 290px;
    padding: 20px;
}

/* Enter Plaza Button */
.enter-plaza{
    align-self: flex-start;
    margin-top: 16px;

    width: 105px;
    height: 36px;

    background: #fff;
    color: #0B1F3A;

    border: 2px solid #0B1F3A;
    border-radius: 8px;

    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    white-space: nowrap;
    cursor: pointer;
    transition: .25s ease;
}

.enter-plaza:hover{
    background: #0B1F3A;
    color: #fff;
}
.primary-btn{

display:flex;
align-items:center;
justify-content:center;
gap:10px;

flex:1;

padding:18px 20px;

background:linear-gradient(135deg,#0B1F3A,#163A70);

color:#fff;
text-decoration:none;

font-size:18px;
font-weight:700;

border-radius:20px;

border:1px solid #D4AF37;

box-shadow:0 12px 30px rgba(11,31,58,.18);

transition:.25s ease;

cursor:pointer;

}

.primary-btn i{

font-size:18px;

}

.primary-btn:hover{

transform:translateY(-2px);

}

.primary-btn:active{

transform:scale(.98);

}

.primary-btn:visited{

color:#fff;

}
.plaza-menu-btn {
    visibility: hidden;
}
/* Hide menu button but keep its space */
.plaza-menu-btn{
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Force sticky header */
.plaza-header{
    position: sticky !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
}
.upload-box{
    position: relative;
    cursor: pointer;
}

.upload-box input[type="file"]{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.wizard-step{
    display:none;
}

.wizard-step.active{
    display:block;
}
/* ==========================================
   VERIFICATION RESULT PANEL
========================================== */

#verificationResultPanel{
    position:fixed;
    inset:0;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:rgba(2,12,74,.72);
    backdrop-filter:blur(8px);
    animation:fadeIn .3s ease;
}

.verification-result-card{
    width:100%;
    max-width:560px;
    background:#fff;
    color:#0f172a;
    border-radius:28px;
    padding:40px 32px;
    text-align:center;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
    animation:popIn .35s ease;
}

.verification-result-icon{
    width:90px;
    height:90px;
    margin:0 auto 24px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#dcfce7;
}

.verification-result-icon i{
    font-size:46px;
    color:#16a34a;
}

.verification-result-card h2{
    font-size:32px;
    font-weight:800;
    margin-bottom:14px;
    color:#0B1F3A;
}

.verification-result-message{
    font-size:16px;
    line-height:1.8;
    color:#64748b;
    margin-bottom:28px;
}

.verification-result-status{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 22px;
    border-radius:18px;
    background:#f8fafc;
    margin-bottom:22px;
    border:1px solid #e2e8f0;
}

.verification-result-status strong{
    color:#334155;
    font-size:15px;
}

.verification-result-status span{
    background:#16a34a;
    color:#fff;
    padding:8px 16px;
    border-radius:999px;
    font-size:14px;
    font-weight:700;
}

.verification-admin-response{
    text-align:left;
    margin:22px 0;
    padding:20px;
    background:#fff7ed;
    border-left:5px solid #f97316;
    border-radius:16px;
}

.verification-admin-response h3{
    font-size:17px;
    margin-bottom:10px;
    color:#9a3412;
}

.verification-admin-response p{
    color:#7c2d12;
    line-height:1.7;
}

.verification-request-info{
    margin-top:24px;
    border:1px solid #e2e8f0;
    border-radius:18px;
    overflow:hidden;
}

.verification-request-info p{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 20px;
    margin:0;
    border-bottom:1px solid #e2e8f0;
    color:#334155;
}

.verification-request-info p:last-child{
    border-bottom:none;
}

.verification-request-info strong{
    color:#0B1F3A;
}

@keyframes fadeIn{

    from{
        opacity:0;
    }

    to{
        opacity:1;
    }

}

@keyframes popIn{

    from{
        opacity:0;
        transform:scale(.88) translateY(25px);
    }

    to{
        opacity:1;
        transform:scale(1) translateY(0);
    }

}

/* ==========================================================
   NEXORA — CYBERMUSE-INSPIRED RESPONSIVE THEME
   MOBILE • TABLET • DESKTOP
   Square geometry • dark editorial • champagne accents
========================================================== */

:root{
    --nx-bg:#08070c;
    --nx-bg-2:#17121c;
    --nx-panel:rgba(255,255,255,.045);
    --nx-panel-strong:rgba(255,255,255,.075);
    --nx-line:rgba(255,255,255,.11);
    --nx-line-gold:rgba(234,223,207,.26);
    --nx-text:#ffffff;
    --nx-muted:rgba(255,255,255,.62);
    --nx-muted-2:rgba(255,255,255,.78);
    --nx-champagne:#eadfcf;
    --nx-gold:#d4af37;
    --nx-danger:#ff9aad;
    --nx-success:#a9efbd;
}

html,
body{
    min-height:100%;
    background:
        radial-gradient(circle at 10% 5%,rgba(141,118,255,.12),transparent 28%),
        radial-gradient(circle at 90% 75%,rgba(212,175,55,.08),transparent 30%),
        linear-gradient(135deg,var(--nx-bg),var(--nx-bg-2) 60%,#29221f) !important;
    color:var(--nx-text) !important;
}

body{
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

button,
input,
select,
textarea{
    font:inherit;
}

button,
input,
select,
textarea,
a{
    -webkit-tap-highlight-color:transparent;
}

button,
input,
select,
textarea{
    border-radius:0 !important;
}

input,
select,
textarea{
    background:rgba(255,255,255,.045) !important;
    color:#fff !important;
    border:1px solid var(--nx-line) !important;
    box-shadow:none !important;
    outline:none !important;
}

input::placeholder,
textarea::placeholder{
    color:rgba(255,255,255,.38) !important;
}

input:focus,
select:focus,
textarea:focus{
    border-color:rgba(234,223,207,.48) !important;
    box-shadow:0 0 0 2px rgba(234,223,207,.06) !important;
}

select option{
    background:#17141c;
    color:#fff;
}

::-webkit-scrollbar{
    width:5px;
    height:5px;
}
::-webkit-scrollbar-track{
    background:#09080c;
}
::-webkit-scrollbar-thumb{
    background:rgba(234,223,207,.35);
    border-radius:0;
}

@media (min-width:768px) and (max-width:1199px){
    body{
        font-size:15px;
    }
}

@media (min-width:1200px){
    body{
        font-size:16px;
    }
}


/* ================= PLAZA ================= */
.plaza-header{
    background:rgba(8,7,12,.94) !important;
    border-bottom:1px solid var(--nx-line) !important;
    backdrop-filter:blur(18px) !important;
}
.plaza-menu-btn,
.plaza-notification-btn{
    border-radius:0 !important;
    background:rgba(255,255,255,.055) !important;
    color:var(--nx-champagne) !important;
    border:1px solid var(--nx-line) !important;
    box-shadow:none !important;
}
.plaza-hero{
    border-radius:0 !important;
    background:var(--nx-panel) !important;
    border:1px solid var(--nx-line) !important;
    box-shadow:none !important;
    backdrop-filter:blur(14px) !important;
}
.plaza-hero::after{
    border-radius:0 !important;
    opacity:.25;
}
.plaza-badge{
    border-radius:0 !important;
    background:var(--nx-champagne) !important;
    color:#111 !important;
}
.plaza-hero h1,
.section-title h2,
.plaza-card h3,
.recent-card h3,
.info-card h3,
.verification-banner h2{
    color:#fff !important;
}
.plaza-hero p,
.plaza-card p,
.recent-card p,
.info-card li,
.verification-banner p,
.plaza-footer p{
    color:var(--nx-muted) !important;
}
.primary-btn,
.secondary-btn,
.verification-banner button{
    border-radius:0 !important;
    box-shadow:none !important;
}
.primary-btn,
.verification-banner button{
    background:#fff !important;
    color:#111 !important;
    border:1px solid #fff !important;
}
.secondary-btn{
    background:transparent !important;
    color:var(--nx-champagne) !important;
    border:1px solid var(--nx-line-gold) !important;
}
.search-box{
    border-radius:0 !important;
    background:rgba(255,255,255,.045) !important;
    border:1px solid var(--nx-line) !important;
    box-shadow:none !important;
}
.search-box input{
    color:#fff !important;
}
.plaza-card,
.recent-card,
.request-card,
.info-card{
    border-radius:0 !important;
    background:var(--nx-panel) !important;
    border:1px solid var(--nx-line) !important;
    box-shadow:none !important;
}
.plaza-card i,
.recent-card i,
.info-icon{
    border-radius:0 !important;
    background:rgba(234,223,207,.08) !important;
    color:var(--nx-champagne) !important;
}
.verification-banner{
    border-radius:0 !important;
    background:linear-gradient(135deg,#0b090d,#18131a) !important;
    border:1px solid rgba(234,223,207,.22) !important;
}
.plaza-footer{
    background:#0b090d !important;
    border-top:1px solid var(--nx-line) !important;
}

@media(max-width:767px){
    .plaza-header{height:68px !important;padding:10px 12px !important;}
    .plaza-logo{width:95px !important;}
    .plaza-hero{margin:14px 0 !important;padding:24px 15px !important;border-left:0 !important;border-right:0 !important;}
    .plaza-hero h1{font-size:2rem !important;}
    .plaza-actions{flex-direction:column !important;}
    .plaza-search,.plaza-section{padding-left:12px !important;padding-right:12px !important;}
    .plaza-grid,.recent-grid{grid-template-columns:1fr !important;}
    .verification-banner{margin:0 0 22px !important;border-left:0 !important;border-right:0 !important;}
}
@media(min-width:768px) and (max-width:1199px){
    .plaza-hero,
    .plaza-search,
    .plaza-section,
    .verification-banner{
        max-width:920px !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .plaza-grid,.recent-grid{grid-template-columns:repeat(2,1fr) !important;}
}
@media(min-width:1200px){
    .plaza-hero,
    .plaza-search,
    .plaza-section,
    .verification-banner{
        max-width:1180px !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .plaza-grid,.recent-grid{grid-template-columns:repeat(3,1fr) !important;}
}



/* ==========================================================
   NEXORA FINAL RESPONSIVE STANDARDIZATION
   Mobile • Tablet • Laptop/Desktop
   App-wide compatibility layer
========================================================== */

:root{
    --nx-r-bg:#08070c;
    --nx-r-bg2:#17121c;
    --nx-r-panel:rgba(255,255,255,.045);
    --nx-r-panel2:rgba(255,255,255,.075);
    --nx-r-line:rgba(255,255,255,.11);
    --nx-r-line-gold:rgba(234,223,207,.27);
    --nx-r-text:#fff;
    --nx-r-muted:rgba(255,255,255,.62);
    --nx-r-muted2:rgba(255,255,255,.78);
    --nx-r-champagne:#eadfcf;
    --nx-r-gold:#d4af37;
}

html{
    max-width:100%;
    overflow-x:hidden;
}

body{
    max-width:100%;
    overflow-x:hidden;
}

img,
video,
canvas,
svg{
    max-width:100%;
}

input,
select,
textarea,
button{
    max-width:100%;
}

/* prevent long text / urls from breaking layouts */
p,
h1,h2,h3,h4,h5,h6,
span,
a,
button,
input,
textarea,
select{
    overflow-wrap:anywhere;
}

/* generic centered desktop shell where present */
.page,
.container,
.content,
.main-content,
.page-container{
    box-sizing:border-box;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:767px){

    html{
        font-size:15px;
    }

    body{
        width:100%;
    }

    .container,
    .page,
    .content,
    .main-content,
    .page-container{
        width:100%;
        max-width:100%;
    }

    /* touch targets */
    button,
    .btn,
    a.button,
    input,
    select{
        min-height:44px;
    }

    /* prevent modal overflow */
    .modal-content,
    .modal-box,
    .business-modal-content,
    .reverse-modal-box,
    .support-box,
    .bluebridge-box{
        max-width:100% !important;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (min-width:768px) and (max-width:1199px){

    html{
        font-size:15.5px;
    }

    .container,
    .page,
    .content,
    .main-content,
    .page-container{
        width:min(100%,920px);
        margin-left:auto;
        margin-right:auto;
    }

}


/* ==========================================================
   LAPTOP / DESKTOP
========================================================== */

@media (min-width:1200px){

    html{
        font-size:16px;
    }

    .container,
    .page,
    .content,
    .main-content,
    .page-container{
        width:min(100%,1180px);
        margin-left:auto;
        margin-right:auto;
    }

}


/* ==========================================================
   plaza.css — FINAL RESPONSIVE LAYER
========================================================== */

/* MOBILE */
@media (max-width:767px){

    .plaza-header{
        height:64px !important;
        padding:8px 10px !important;
    }

    .plaza-logo{
        width:90px !important;
    }

    .plaza-menu-btn,
    .plaza-notification-btn{
        width:40px !important;
        height:40px !important;
    }

    .plaza-hero{
        margin:12px 0 !important;
        padding:22px 14px !important;
        border-left:0 !important;
        border-right:0 !important;
    }

    .plaza-actions{
        flex-direction:column !important;
    }

    .plaza-search,
    .plaza-section{
        padding-left:10px !important;
        padding-right:10px !important;
    }

    .plaza-grid,
    .recent-grid{
        grid-template-columns:1fr !important;
        gap:8px !important;
    }

    .plaza-card,
    .recent-card,
    .request-card,
    .info-card,
    .progress-card{
        border-radius:0 !important;
    }

    .verification-banner{
        margin-left:0 !important;
        margin-right:0 !important;
        border-left:0 !important;
        border-right:0 !important;
    }
}

/* TABLET */
@media (min-width:768px) and (max-width:1199px){

    .plaza-hero,
    .plaza-search,
    .plaza-section,
    .verification-banner{
        width:min(100%,920px) !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .plaza-grid,
    .recent-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    .request-feed{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:12px !important;
    }
}

/* DESKTOP */
@media (min-width:1200px){

    .plaza-hero,
    .plaza-search,
    .plaza-section,
    .verification-banner{
        width:min(100%,1180px) !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .plaza-grid,
    .recent-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }

    .request-feed{
        display:grid !important;
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
        gap:14px !important;
    }
}
