:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#60a5fa;--dark:#0f172a;--dark-secondary:#1e293b;--white:#fff;--text:#111827;--text-light:#6b7280;--border:#e5e7eb;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--container-sm:576px;--container-md:768px;--container-lg:992px;--container-xl:1200px;--container:1200px;--spacing-xs:8px;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:40px;--spacing-xl:80px;--spacing-xxl:120px;--radius-sm:12px;--radius:20px;--radius-lg:32px;--fs-sm:.875rem;--fs-md:1rem;--fs-lg:1.25rem;--fs-xl:2rem;--fs-xxl:3rem;--fs-hero:clamp(3rem, 8vw, 6rem);--shadow-sm:0 4px 12px #0000000d;--shadow-md:0 15px 35px #00000014;--shadow-primary:0 15px 35px #2563eb1f;--transition:all .3s ease;--z-navbar:1000;--z-menu:1100;--z-modal:2000}body{background:var(--white);color:var(--text);font-family:Arial,Helvetica,sans-serif}ul,ol{list-style:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:100%;max-width:var(--container);margin:0 auto;padding-left:20px;padding-right:20px}.section{padding:var(--spacing-xxl) 0}a{text-decoration:none}button{font:inherit}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;cursor:pointer}.login-page{background:#020617;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#07111f;border:1px solid #3b82f633;border-radius:24px;width:100%;max-width:500px;padding:40px}.login-logo{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:24px;font-weight:800;display:flex}.login-card h1{text-align:center;margin-bottom:10px}.login-subtitle{text-align:center;color:#94a3b8;margin-bottom:30px}.login-form{flex-direction:column;gap:18px;display:flex}.login-form label{color:#fff;flex-direction:column;gap:8px;display:flex}.login-form input{color:#fff;background:#0f172a;border:1px solid #ffffff1a;border-radius:12px;padding:14px}.login-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:12px;padding:14px;font-weight:700}.login-links{flex-direction:column;gap:10px;margin-top:20px;display:flex}.login-links button{color:#93c5fd;cursor:pointer;background:0 0;border:none}.montadorWrapper{width:100%;padding:20px 0}.montadorWrapper h1{text-align:center;margin-bottom:40px}.subtituloMontador{text-align:center;color:#9ca3af;margin-bottom:60px}.montadorContainer{grid-template-columns:2fr 1fr;align-items:start;gap:25px;display:grid}.componentes{flex-direction:column;gap:15px;display:flex}.categoriaCard{background:#111827;border:1px solid #ffffff14;border-radius:16px;padding:15px}.categoriaCard label{margin-bottom:8px;font-size:16px;font-weight:600;display:block}.categoriaCard select{color:#fff;background:#1f2937;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:12px}.resumoMontagem{background:linear-gradient(135deg,#0f172a,#111827);border:1px solid #ffffff1a;border-radius:20px;padding:25px;transition:all .3s;position:sticky;top:20px;box-shadow:0 15px 35px #00000059}.resumoMontagem h3{text-align:center;margin-bottom:20px}.resumoMontagem p{color:#e5e7eb;background:#ffffff0a;border-radius:10px;margin:12px 0;padding:8px 12px}.totalMontagem{text-align:center;margin-top:25px}.totalMontagem h2{color:#f59e0b;text-shadow:0 0 20px #f59e0b4d;font-size:54px;font-weight:800}.btnSalvar{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0ea5e9,#f97316);border:none;border-radius:999px;width:100%;margin-top:25px;padding:14px;font-weight:700}.btnSalvar:hover{filter:brightness(1.1);transition:all .2s;transform:translateY(-2px)}@media (width<=900px){.montadorContainer{grid-template-columns:1fr}.resumoMontagem{position:static}}.dashboard-page{color:#f8fafc;background:#020617;min-height:100vh;display:flex}.dashboard-page *{box-sizing:border-box}.dashboard-sidebar{background:#07111f;border-right:1px solid #3b82f633;flex-shrink:0;width:260px;padding:28px 22px}.dashboard-logo{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:36px;font-size:22px;font-weight:800;display:flex}.dashboard-menu{flex-direction:column;gap:12px;display:flex}.dashboard-menu button{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;width:100%;padding:13px 14px;font-size:16px;transition:background .2s,color .2s,transform .2s}.dashboard-menu button:hover{color:#fff;background:#3b82f629;transform:translate(2px)}.dashboard-content{flex:1;width:100%;min-width:0;padding:36px}.dashboard-header{justify-content:space-between;align-items:center;gap:24px;width:100%;margin-bottom:34px;display:flex}.dashboard-header h1{text-align:left;color:#f8fafc;margin:0 0 8px;font-size:34px;line-height:1.15}.dashboard-header p{color:#94a3b8;text-align:left;margin:0}.dashboard-header button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:12px;padding:12px 20px;font-weight:700;transition:transform .2s,filter .2s}.dashboard-header button:hover{filter:brightness(1.08);transform:translateY(-2px)}.dashboard-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;margin-bottom:28px;display:grid}.dashboard-card{background:#0f172a;border:1px solid #3b82f62e;border-radius:20px;padding:24px}.dashboard-card span{color:#93c5fd;font-weight:700}.dashboard-card strong{color:#fff;word-break:break-word;margin:14px 0 8px;font-size:36px;line-height:1.1;display:block}.dashboard-card p{color:#94a3b8;margin:0}.dashboard-panel{text-align:left;background:#0f172a;border:1px solid #3b82f62e;border-radius:22px;width:100%;padding:28px}.dashboard-panel h2{color:#f8fafc;text-align:left;margin:0 0 12px}.dashboard-panel p{color:#cbd5e1;text-align:left;margin:0;line-height:1.7}.dashboard-panel-header{justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:24px;display:flex}.dashboard-panel-header h2{margin-bottom:8px}.dashboard-panel-header p{color:#94a3b8;margin:0}.dashboard-panel-header button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:12px;padding:12px 18px;font-weight:700;transition:transform .2s,filter .2s}.dashboard-panel-header button:hover{filter:brightness(1.08);transform:translateY(-2px)}.dashboard-table-wrapper{width:100%;overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;min-width:720px}.dashboard-table th,.dashboard-table td{text-align:left;border-bottom:1px solid #94a3b829;padding:16px}.dashboard-table th{color:#93c5fd;text-transform:uppercase;letter-spacing:.04em;font-size:14px}.dashboard-table td{color:#e2e8f0;vertical-align:middle}.table-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.table-action{color:#93c5fd;cursor:pointer;background:#2563eb1f;border:1px solid #3b82f659;border-radius:10px;padding:8px 12px;font-weight:700;transition:background .2s,color .2s,transform .2s}.table-action:hover{color:#fff;background:#2563eb38;transform:translateY(-1px)}.table-action-danger{color:#fca5a5;background:#ef44441f;border-color:#ef444473}.table-action-danger:hover{color:#fff;background:#ef444438}.status-active,.status-inactive{border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:13px;font-weight:700;display:inline-flex}.status-active{color:#86efac;background:#22c55e29}.status-inactive{color:#fca5a5;background:#ef444429}.product-form{background:#0f172ab8;border:1px solid #3b82f62e;border-radius:18px;flex-direction:column;gap:18px;width:100%;margin:0 0 26px;padding:22px;display:flex}.product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.product-form label{color:#e2e8f0;flex-direction:column;gap:8px;font-weight:700;display:flex}.product-form input,.product-form textarea,.product-form select{color:#f8fafc;background:#020617bf;border:1px solid #94a3b840;border-radius:12px;outline:none;width:100%;padding:13px 14px;font-size:15px}.product-form input::placeholder,.product-form textarea::placeholder{color:#64748b}.product-form select{appearance:none;cursor:pointer}.product-form textarea{resize:vertical;min-height:110px}.product-form input:focus,.product-form textarea:focus,.product-form select:focus{border-color:#38bdf8}.product-form-checkbox{align-items:center;flex-direction:row!important;gap:10px!important}.product-form-checkbox input{width:18px;height:18px}.product-form-actions{justify-content:flex-end;gap:12px;display:flex}.product-form-actions button{color:#fff;cursor:pointer;border:none;border-radius:12px;padding:12px 18px;font-weight:800;transition:filter .2s,transform .2s}.product-form-actions button[type=submit]{background:linear-gradient(135deg,#2563eb,#38bdf8)}.product-form-actions button[type=button]{color:#cbd5e1;background:#94a3b82e}.product-form-actions button:hover{filter:brightness(1.08);transform:translateY(-1px)}.dashboard-analytics{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;display:grid}.dashboard-chart-card{background:#0f172a;border:1px solid #3b82f62e;border-radius:22px;padding:26px}.dashboard-chart-card-wide{grid-column:span 2}.dashboard-chart-header h2{color:#f8fafc;text-align:left;margin:0 0 8px;font-size:22px}.dashboard-chart-header p{color:#94a3b8;text-align:left;margin:0;line-height:1.5}.donut-wrapper{justify-content:space-between;align-items:center;gap:28px;margin-top:28px;display:flex}.donut-chart{background:conic-gradient(#22c55e var(--progress,0%), #ef4444bf 0);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative}.donut-chart:after{content:"";background:#0f172a;border-radius:50%;width:118px;height:118px;position:absolute}.donut-center{z-index:1;text-align:center;position:relative}.donut-center strong{color:#fff;font-size:34px;display:block}.donut-center span{color:#93c5fd;font-weight:700}.donut-legend{color:#cbd5e1;flex-direction:column;gap:14px;font-weight:700;display:flex}.legend-dot{border-radius:999px;width:12px;height:12px;margin-right:8px;display:inline-block}.legend-active{background:#22c55e}.legend-inactive{background:#ef4444}.bar-chart-list{flex-direction:column;gap:18px;margin-top:28px;display:flex}.bar-chart-item{flex-direction:column;gap:8px;display:flex}.bar-chart-info{color:#e2e8f0;justify-content:space-between;align-items:center;gap:14px;font-weight:700;display:flex}.bar-chart-info strong{color:#93c5fd;white-space:nowrap}.bar-chart-track{background:#94a3b829;border-radius:999px;width:100%;height:12px;overflow:hidden}.bar-chart-fill{background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:999px;min-width:8px;height:100%}.bar-chart-fill-value{background:linear-gradient(135deg,#8b5cf6,#38bdf8)}.dashboard-menu button.active{color:#fff;background:#3b82f640;border:1px solid #3b82f659;font-weight:700}@media (width<=1024px){.dashboard-content{padding:28px}.dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-analytics{grid-template-columns:1fr}.dashboard-chart-card-wide{grid-column:span 1}}@media (width<=900px){.dashboard-page{flex-direction:column}.dashboard-sidebar{border-bottom:1px solid #3b82f633;border-right:none;width:100%;padding:22px}.dashboard-logo{margin-bottom:22px}.dashboard-menu{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.dashboard-menu button{text-align:center;font-size:15px}.donut-wrapper{flex-direction:column;align-items:flex-start}}@media (width<=700px){.dashboard-content{padding:22px}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header button{width:100%}.dashboard-panel{padding:22px}.dashboard-panel-header{flex-direction:column;align-items:flex-start}.dashboard-panel-header button{width:100%}.product-form-grid{grid-template-columns:1fr}.product-form-actions{flex-direction:column}.product-form-actions button{width:100%}.table-actions{flex-direction:column;align-items:flex-start}.table-action{width:100%}}@media (width<=600px){.dashboard-cards{grid-template-columns:1fr}.dashboard-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-header h1{font-size:28px}.dashboard-card strong{font-size:30px}.donut-chart{width:150px;height:150px}.donut-chart:after{width:96px;height:96px}.donut-center strong{font-size:28px}}@media (width<=420px){.dashboard-content,.dashboard-sidebar{padding:18px}.dashboard-menu{grid-template-columns:1fr}.dashboard-panel,.dashboard-card,.dashboard-chart-card,.product-form{border-radius:18px}}.pcCard{background:#111827;border:1px solid #ffffff14;border-radius:20px;max-width:700px;margin:25px auto;padding:25px;box-shadow:0 10px 30px #0000004d}.pcCard h2{margin-bottom:12px}.pcCard p{margin:8px 0}.acoesCard{justify-content:flex-end;margin-top:20px;display:flex}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);width:100%;z-index:var(--z-navbar);background:#fffffff2;position:sticky;top:0}.navbar-container{width:100%;max-width:var(--container);justify-content:space-between;align-items:center;margin:0 auto;padding:20px;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo-icon{background:linear-gradient(135deg, var(--primary), #60a5fa);color:#fff;width:46px;height:46px;box-shadow:var(--shadow-primary);border-radius:14px;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-text span{color:var(--text);font-size:1.1rem;font-weight:800}.logo-text small{color:var(--text-light);letter-spacing:2px;text-transform:uppercase;margin-top:3px;font-size:.75rem}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--text);transition:var(--transition);font-weight:600}.nav-links a:hover{color:var(--primary)}.nav-cta{background:var(--primary);color:#fff;border:none;border-radius:12px;padding:12px 20px;font-weight:700}.menu-toggle{color:var(--text);background:0 0;border:none;font-size:1.5rem;display:none}.menu-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;background:#000000a6;position:fixed;inset:0}.mobile-menu{z-index:1000;background:#050505;flex-direction:column;width:320px;max-width:85%;height:100vh;padding:30px;animation:.3s slideMenu;display:flex;position:fixed;top:0;left:0;box-shadow:10px 0 30px #0006}.mobile-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.mobile-logo{color:#fff;font-size:1.3rem;font-weight:800}.mobile-close{color:#fff;background:#ffffff0d;border:none;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.1rem;display:flex}.mobile-nav{flex-direction:column;gap:10px;display:flex}.mobile-nav a{color:#fff;transition:var(--transition);border-radius:14px;padding:16px 18px;font-size:1rem;font-weight:600}.mobile-nav a:hover{background:#2563eb40}.mobile-footer{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:18px;margin-top:auto;padding:20px}.mobile-footer p{color:#94a3b8;margin-bottom:12px;font-size:.9rem}.mobile-cta{background:var(--primary);color:#fff;border:none;border-radius:12px;width:100%;padding:14px;font-weight:700}.mobile-brand{align-items:center;gap:12px;display:flex}.mobile-brand-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.9rem;font-weight:800;display:flex}.mobile-brand-text{flex-direction:column;line-height:1;display:flex}.mobile-brand-text span{color:#fff;font-size:1rem;font-weight:800}.mobile-brand-text small{color:#94a3b8;letter-spacing:2px;text-transform:uppercase;margin-top:4px;font-size:.7rem}@keyframes slideMenu{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (width<=768px){.nav-links,.nav-cta{display:none}.menu-toggle{display:block}.logo{font-size:1.25rem}}.hero{min-height:calc(100vh - 81px);padding:0 var(--spacing-lg);background:radial-gradient(circle at top left, #3b82f626, transparent 35%), radial-gradient(circle at bottom right, #0ea5e926, transparent 35%), var(--white);justify-content:center;align-items:center;display:flex}.hero-content{text-align:center;width:100%;max-width:900px}.hero-badge{color:var(--primary);background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-block}.hero-content h1{font-size:var(--fs-hero);color:var(--text);margin-top:25px;line-height:1.1}.hero-content h1 span{color:var(--primary)}.hero-content p{color:var(--text-light);margin-top:25px;font-size:1.2rem;line-height:1.8}.hero-buttons{margin-top:var(--spacing-lg);flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.btn-primary,.btn-secondary{border-radius:var(--radius-sm);transition:var(--transition);padding:16px 28px;font-weight:700}.btn-primary{background:var(--primary);color:var(--white);border:none}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px)}.btn-secondary{background:var(--white);color:var(--text);border:1px solid #d1d5db}.btn-secondary:hover{background:#f9fafb;transform:translateY(-3px)}@media (width<=992px){.hero-content h1{font-size:clamp(2.8rem,7vw,5rem)}}@media (width<=768px){.hero{padding:80px 20px}.hero-content h1{font-size:clamp(2.5rem,10vw,4rem)}.hero-content p{font-size:1rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media (width<=576px){.hero-badge{padding:8px 14px;font-size:.75rem}.hero-content h1{line-height:1.2}}.services{background:#fff;padding:120px 40px}.service-card{padding:30px 20px}.services-header{text-align:center;max-width:800px;margin:0 auto 80px}.services-header span{color:#2563eb;letter-spacing:2px;font-weight:700}.services-header h2{color:#111827;margin-top:20px;font-size:clamp(2rem,5vw,3.5rem)}.services-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.service-card{border:1px solid #e5e7eb;border-radius:20px;padding:40px;transition:all .3s}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000014}.service-card h3{color:#111827;margin-bottom:20px}.service-card p{color:#6b7280;line-height:1.8}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-grid{grid-template-columns:1fr}.services-card{padding:30px 20px}.services{padding:80px 20px}.services-header{margin-bottom:50px}.services-header h2{font-size:2.4rem;line-height:1.2}}.projects{background:#f8fafc;padding:120px 40px}.projects-header{text-align:center;max-width:800px;margin:0 auto 80px}.projects-header span{color:#2563eb;letter-spacing:2px;font-weight:700}.projects-header h2{color:#111827;margin-top:20px;font-size:clamp(2rem,5vw,3.5rem)}.projects-grid{grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:40px;transition:all .3s}.project-card:hover{border-color:#2563eb;transform:translateY(-8px);box-shadow:0 15px 35px #2563eb1f}.project-card h3{color:#111827;margin-bottom:15px}.project-card p{color:#6b7280;line-height:1.8}@media (width<=900px){.projects-grid{grid-template-columns:1fr}}.highlights{background:#fff;padding:120px 40px}.highlights-header{text-align:center;max-width:800px;margin:0 auto 80px}.highlights-header span{color:#2563eb;letter-spacing:2px;font-weight:700}.highlights-header h2{color:#111827;margin-top:20px;font-size:clamp(2rem,5vw,3.5rem)}.highlights-grid{grid-template-columns:repeat(4,1fr);gap:25px;max-width:1200px;margin:0 auto;display:grid}.highlight-card{text-align:center;border:1px solid #e5e7eb;border-radius:20px;padding:40px 25px;transition:all .3s}.highlight-card:hover{border-color:#2563eb;transform:translateY(-8px);box-shadow:0 15px 35px #2563eb1f}.highlight-card h3{color:#2563eb;margin-bottom:12px;font-size:2rem}.highlight-card p{color:#6b7280;line-height:1.6}@media (width<=900px){.highlights-grid{grid-template-columns:1fr}}@media (width<=1200px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.highlights-grid{grid-template-columns:1fr}}.cta{color:#fff;background:#0f172a;padding:120px 40px}.cta-content{text-align:center;max-width:900px;margin:0 auto}.cta-content span{color:#60a5fa;letter-spacing:2px;font-weight:700}.cta-content h2{margin-top:20px;font-size:clamp(2rem,5vw,4rem);line-height:1.2}.cta-content p{color:#cbd5e1;margin-top:25px;font-size:1.1rem;line-height:1.8}.cta-content button{color:#fff;background:#2563eb;border:none;border-radius:14px;margin-top:40px;padding:18px 32px;font-size:1rem;font-weight:700;transition:all .3s}.cta-content button:hover{background:#1d4ed8;transform:translateY(-3px)}.admin-login-page{background:radial-gradient(circle at top,#123b68 0%,#07111f 45%,#030712 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-login-card{color:#f8fafc;background:#0f172aeb;border:1px solid #3b82f640;border-radius:24px;width:100%;max-width:420px;padding:36px;box-shadow:0 24px 80px #00000073}.admin-login-logo{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:22px;font-weight:800;display:flex}.admin-login-card h1{margin-bottom:10px;font-size:28px}.admin-login-card p{color:#94a3b8;margin-bottom:28px;line-height:1.6}.admin-login-form{flex-direction:column;gap:18px;display:flex}.admin-login-form label{color:#e2e8f0;flex-direction:column;gap:8px;font-weight:600;display:flex}.admin-login-form input{color:#f8fafc;background:#0f172ad9;border:1px solid #94a3b840;border-radius:12px;outline:none;height:48px;padding:0 14px}.admin-login-form input:focus{border-color:#38bdf8}.admin-login-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:14px;height:50px;margin-top:8px;font-weight:800;transition:transform .2s,filter .2s}.admin-login-form button:hover{filter:brightness(1.08);transform:translateY(-2px)}.profileCard{text-align:center;background:#111827;border:1px solid #ffffff1a;border-radius:18px;max-width:600px;margin:30px auto;padding:30px;box-shadow:0 10px 30px #0000004d}.profileCard h2{color:#fff;margin-bottom:15px}.profileCard p{color:#d1d5db;margin:10px 0}
