.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;background:url(/assets/loginbg-DCnZeARV.png) no-repeat center center;background-size:cover;background-attachment:fixed}.login-content{width:100%;max-width:450px;z-index:1}.login-card{background:#ffffffb3;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:20px;padding:3rem 2.5rem;box-shadow:0 20px 40px #0000004d;border:1px solid rgba(255,255,255,.3);text-align:center;position:relative;opacity:.85}.login-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.login-logo img{height:90px;width:auto;max-width:90px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.login-brand .login-brand-title{font-size:3rem;font-weight:700;color:#6a0dad;margin:0;text-align:left;letter-spacing:-.025em;text-transform:uppercase;line-height:1}.login-brand .login-brand-subtitle{font-size:.8rem;font-weight:600;color:#6a0dad;margin:0;text-align:center;letter-spacing:.05em;text-transform:uppercase;line-height:1}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-field{display:flex;flex-direction:column;gap:.5rem;text-align:left}.login-field label{font-size:.875rem;font-weight:600;color:#6a0dad;margin-bottom:.25rem;letter-spacing:.025em}.login-input{width:100%;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;color:#374151;transition:all .2s ease;box-shadow:inset 0 1px 3px #0000000d}.login-input:focus{outline:none;border-color:#6a0dad;box-shadow:0 0 0 3px #6a0dad1a}.login-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed;opacity:.7}.login-input::placeholder{color:#9ca3af}.login-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;gap:1.5rem}.login-remember{display:flex;align-items:center}.login-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:400}.login-toggle input[type=checkbox]{display:none}.login-toggle .login-toggle-slider{width:44px;height:24px;background:#d1d5db;border-radius:12px;position:relative;transition:all .2s ease}.login-toggle .login-toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .2s ease;box-shadow:0 2px 4px #0003}.login-toggle .login-toggle-label{font-size:.875rem;color:#4b5563;font-weight:400}.login-toggle input[type=checkbox]:checked+.login-toggle-slider{background:#6a0dad}.login-toggle input[type=checkbox]:checked+.login-toggle-slider:before{transform:translate(20px)}.login-toggle:hover .login-toggle-slider{background:#9ca3af}.login-toggle input[type=checkbox]:checked+.login-toggle-slider:hover{background:#8b5cf6}.login-submit{background:#4caf50;color:#fff;border:none;border-radius:8px;padding:.875rem 2rem;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #4caf504d;min-width:120px}.login-submit:hover:not(:disabled){background:#45a049;transform:translateY(-2px);box-shadow:0 6px 16px #4caf5066}.login-submit:active:not(:disabled){transform:translateY(0)}.login-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:.75rem 1rem;font-size:.875rem;text-align:center;margin-top:1rem;font-weight:500}@media (max-width: 480px){.login-container{padding:1rem}.login-card{padding:2rem 1.5rem}.login-header{flex-direction:column;gap:.5rem}.login-brand-title{font-size:2rem;text-align:center}.login-brand-subtitle{text-align:center}.login-title{font-size:1.75rem}.login-actions{flex-direction:column;gap:1rem;align-items:stretch}.login-submit{width:100%}.login-toggle{justify-content:center}}.login-success{margin-top:1rem;padding:1.5rem;background-color:#e8f5e8;border:2px solid #4caf50;border-radius:12px;color:#2e7d32;text-align:center}.login-success h3{margin:0 0 .5rem;font-size:1.2rem;color:#1b5e20}.login-success p{margin:0 0 1rem;font-size:.9rem;color:#2e7d32}.login-success .login-dashboard-btn{background-color:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.login-success .login-dashboard-btn:hover{background-color:#45a049}.confirm-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.confirm-dialog{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:slideIn .3s ease;border:1px solid #e2e8f0}.confirm-header{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e2e8f0;position:relative}.confirm-icon-container{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;flex-shrink:0}.confirm-icon-container .confirm-icon.danger{color:#ef4444}.confirm-icon-container .confirm-icon.warning{color:#f59e0b}.confirm-icon-container .confirm-icon.info{color:#3b82f6}.confirm-icon-container .confirm-icon.success{color:#10b981}.confirm-title{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b;flex:1;line-height:1.3}.confirm-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#94a3b8;border-radius:6px;cursor:pointer;transition:all .3s ease;flex-shrink:0}.confirm-close:hover{background:#f8fafc;color:#1e293b}.confirm-content{padding:1rem 1.5rem}.confirm-message{margin:0;font-size:.95rem;line-height:1.5;color:#64748b}.confirm-actions{display:flex;gap:.75rem;padding:1rem 1.5rem 1.5rem;justify-content:flex-end}.confirm-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.875rem;line-height:1.25rem;border:none;cursor:pointer;transition:all .3s ease;min-height:2.5rem;min-width:100px}.confirm-btn:disabled{opacity:.5;cursor:not-allowed}.confirm-btn-cancel{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.confirm-btn-cancel:hover:not(:disabled){background:#e6edf4;color:#1e293b;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.confirm-btn-confirm{color:#fff}.confirm-btn-confirm.confirm-btn-danger{background:#ef4444}.confirm-btn-confirm.confirm-btn-danger:hover:not(:disabled){background:#eb1515;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.confirm-btn-confirm.confirm-btn-warning{background:#f59e0b}.confirm-btn-confirm.confirm-btn-warning:hover:not(:disabled){background:#c57f08;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.confirm-btn-confirm.confirm-btn-info{background:#3b82f6}.confirm-btn-confirm.confirm-btn-info:hover:not(:disabled){background:#0b63f3;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.confirm-btn-confirm.confirm-btn-success{background:#10b981}.confirm-btn-confirm.confirm-btn-success:hover:not(:disabled){background:#0c8a60;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 480px){.confirm-dialog{width:95%;margin:1rem}.confirm-header{padding:1.25rem 1.25rem .75rem}.confirm-content{padding:.75rem 1.25rem}.confirm-actions{padding:.75rem 1.25rem 1.25rem;flex-direction:column}.confirm-actions .confirm-btn{width:100%}.confirm-title{font-size:1.125rem}.confirm-message{font-size:.9rem}}.confirm-btn:focus{outline:2px solid #7c3aed;outline-offset:2px}.confirm-close:focus{outline:2px solid #7c3aed;outline-offset:2px}.sidebar{position:fixed;top:0;left:0;height:100vh;background:#1a1d24;border-right:1px solid #33363D;box-shadow:0 4px 6px -1px #0000004d;z-index:1000;transition:all .3s ease;display:flex;flex-direction:column;overflow:hidden;transform:translate(-100%);width:280px}.sidebar.collapsed{width:70px}.sidebar.open{transform:translate(0)}@media (min-width: 769px){.sidebar{transform:translate(0);width:280px}.sidebar.open{transform:translate(0)}.sidebar.collapsed{width:70px}}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}@media (min-width: 769px){.sidebar-overlay{display:none}}.sidebar-header{display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem;border-bottom:1px solid #33363D;min-height:80px}.sidebar-brand{display:flex;align-items:center;gap:.75rem}.sidebar-logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:#fff;border-radius:50%}.sidebar-logo img{width:150%;height:150%;object-fit:cover;border-radius:50%;transform:translate(1px,-1px)}.sidebar-brand-text h3{margin:0;font-size:1.125rem;font-weight:600;color:#fff;line-height:1.2}.sidebar-brand-text span{font-size:.75rem;color:#b0b0b0;font-weight:500}.sidebar-user{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid #33363D;background:#282b33}.sidebar-user-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#4285f4;border-radius:50%;color:#fff;flex-shrink:0}.sidebar-user-info{flex:1;min-width:0;text-align:center}.sidebar-user-info .sidebar-user-name{margin:0;font-size:.875rem;font-weight:600;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-info .sidebar-user-phone{margin:0;font-size:.75rem;color:#b0b0b0;line-height:1.2}.sidebar-nav{flex:1;overflow-y:auto;padding:1rem 0}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu-item{margin:0}.sidebar-menu-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;color:#fff;text-decoration:none;border-radius:0;transition:all .3s ease;position:relative}.sidebar-menu-link:hover{background:#282b33;color:#fff}.sidebar-menu-link.active{background:#33363d;color:#4285f4;font-weight:500}.sidebar-menu-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#4285f4}.sidebar-menu-link.disabled{color:#6b7280;cursor:not-allowed;pointer-events:none}.sidebar-menu-link.disabled:hover{background:transparent}.sidebar-menu-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.sidebar-menu-item:nth-child(1) .sidebar-menu-icon{color:#55c1db}.sidebar-menu-item:nth-child(2) .sidebar-menu-icon{color:#4caf50}.sidebar-menu-item:nth-child(3) .sidebar-menu-icon{color:#9c27b0}.sidebar-menu-item:nth-child(4) .sidebar-menu-icon{color:#ffc107}.sidebar-menu-label{flex:1;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-menu-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;border-radius:10px;font-size:.75rem;font-weight:600;line-height:1}.sidebar-menu-disabled{font-size:.75rem;color:#6b7280;font-style:italic}.sidebar-footer{padding:1rem;border-top:1px solid #33363D;background:#282b33}.sidebar-help{margin-bottom:.75rem}.sidebar-help-link{display:flex;align-items:center;gap:.5rem;padding:.5rem;color:#b0b0b0;text-decoration:none;border-radius:6px;transition:all .3s ease;font-size:.875rem}.sidebar-help-link:hover{background:#0000000d;color:#fff}.sidebar-logout{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem;background:transparent;border:1px solid #4CAF50;color:#4caf50;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500}.sidebar-logout:hover{background:#4caf50;color:#fff}.sidebar-logout svg{flex-shrink:0}.sidebar-logo-collapsed{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border-radius:50%}.sidebar-logo-collapsed img{width:150%;height:150%;object-fit:cover;border-radius:50%;transform:translate(1px,-1px)}.sidebar.collapsed .sidebar-brand-text,.sidebar.collapsed .sidebar-logo,.sidebar.collapsed .sidebar-user,.sidebar.collapsed .sidebar-menu-label,.sidebar.collapsed .sidebar-menu-badge,.sidebar.collapsed .sidebar-menu-disabled,.sidebar.collapsed .sidebar-help-link span,.sidebar.collapsed .sidebar-logout span{display:none}.sidebar.collapsed .sidebar-menu-link{justify-content:center;padding:1rem}.sidebar.collapsed .sidebar-menu-icon{margin:0}.sidebar.collapsed .sidebar-help-link,.sidebar.collapsed .sidebar-logout{justify-content:center;padding:.75rem;min-height:44px;width:44px;margin:0 auto}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#33363d;border-radius:2px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#b0b0b0}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}.sidebar.open{animation:slideIn .3s ease}@media (max-width: 768px){.sidebar,.sidebar.collapsed{width:280px}}@media (max-width: 480px){.mobile-menu-button{top:.5rem;left:.5rem;width:44px;height:44px}.sidebar{width:100vw;max-width:320px}}.layout{display:flex;min-height:100vh;width:100%;position:relative}.mobile-menu-button{position:fixed;top:.25rem;z-index:1001;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;transition:all .3s ease;color:#374151;transition:left .3s ease}.mobile-menu-button:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.mobile-menu-button:active{transform:translateY(0)}@media (min-width: 769px){.mobile-menu-button{width:40px;height:40px;border-radius:10px}}.layout-main{flex:1;margin-left:0;transition:margin-left .3s ease;min-height:100vh}@media (min-width: 769px){.layout-main{margin-left:280px}.layout-main.sidebar-collapsed{margin-left:70px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.slide-in-right{animation:slideInRight .6s ease-out}.spin{animation:spin 1s linear infinite}.pulse{animation:pulse 2s ease-in-out infinite}.bounce{animation:bounce 1s ease-in-out}.dashboard-container{min-height:100vh;width:100%;background:linear-gradient(135deg,#f9fafb,#fff);font-family:Inter,sans-serif;color:#111827;position:relative}.dashboard-loading{position:fixed;inset:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dashboard-loading .loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dashboard-loading p{font-size:1rem;font-weight:500;line-height:1.5;color:#4b5563;margin:0}.dashboard-error{position:fixed;inset:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dashboard-error .error-content{text-align:center;max-width:500px;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;border:1px solid rgba(0,0,0,.05)}.dashboard-error .error-content h3{color:#ef4444;font-size:1.5rem;font-weight:600;line-height:1.3;color:#111827;margin-bottom:1rem}.dashboard-error .error-content p{font-size:1rem;font-weight:500;line-height:1.5;color:#4b5563;margin-bottom:1.5rem}.dashboard-main{width:100%;padding:1rem 2rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.dashboard-main{padding:1rem 1.5rem;gap:1.5rem}}.dashboard-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;animation:fadeInUp .6s ease-out .2s both}@media (max-width: 1024px){.dashboard-content-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-content-grid{gap:1rem}}.dashboard-card{background:#fff;border-radius:16px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a}.dashboard-card .dashboard-card-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}.dashboard-card .dashboard-card-header h3{font-size:1.5rem;font-weight:600;line-height:1.3;color:#111827;margin:0}.dashboard-card .dashboard-card-header .dashboard-card-link{display:flex;align-items:center;gap:.25rem;color:#4f46e5;text-decoration:none;font-size:.875rem;font-weight:500;color:#6b7280;font-weight:600;transition:all .2s ease}.dashboard-card .dashboard-card-header .dashboard-card-link:hover{color:#3730a3;transform:translate(2px)}.dashboard-card .dashboard-card-content{padding:1.5rem}@media (max-width: 768px){.dashboard-card .dashboard-card-content{padding:1rem}}@media (max-width: 768px){.dashboard-card .dashboard-card-header{padding:1rem 1rem .75rem}}.dashboard-welcome-banner{background:linear-gradient(135deg,#fafbfc,#f8fafc);border-bottom:1px solid #e5e7eb;padding:3rem 0 2rem;margin-bottom:2rem;position:relative}.dashboard-welcome-banner .dashboard-welcome-content{padding:0 2rem;position:relative}.dashboard-welcome-banner .dashboard-welcome-content .dashboard-welcome-text h2{font-size:2.25rem;font-weight:700;line-height:1.1;color:#111827;margin:0 0 1rem;letter-spacing:-.025em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-welcome-banner .dashboard-welcome-content .dashboard-welcome-text h2 span{color:#111827;font-weight:800;position:relative;display:inline-block}.dashboard-welcome-banner .dashboard-welcome-content .dashboard-welcome-text h2 span:after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:6px;background:linear-gradient(90deg,#4f46e526,#4f46e50d);border-radius:3px;z-index:-1}.dashboard-welcome-banner .dashboard-welcome-content .dashboard-welcome-text h2 .welcome-emoji{display:inline-block;margin-left:.5rem;font-size:.9em;opacity:.9}.dashboard-welcome-banner .dashboard-welcome-content .dashboard-welcome-text p{font-size:1.125rem;font-weight:500;color:#4b5563;margin:0;line-height:1.5;letter-spacing:.01em;max-width:600px}@media (max-width: 768px){.dashboard-welcome-banner{padding:2rem 0 1.5rem;margin-bottom:1.5rem}.dashboard-welcome-banner .dashboard-welcome-content{padding:0 1.5rem}.dashboard-welcome-banner .dashboard-welcome-content .dashboard-welcome-text h2{font-size:1.75rem;line-height:1.2;margin-bottom:.75rem}.dashboard-welcome-banner .dashboard-welcome-content .dashboard-welcome-text p{font-size:1rem}}@media (max-width: 1024px){.dashboard-welcome-banner .dashboard-welcome-content{padding:0 1.5rem}.dashboard-welcome-banner .dashboard-welcome-content .dashboard-welcome-text h2{font-size:2rem}}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;animation:fadeInUp .6s ease-out .1s both}.dashboard-stats-grid .dashboard-stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;border-left:4px solid transparent}.dashboard-stats-grid .dashboard-stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a}.dashboard-stats-grid .dashboard-stat-card.primary{border-left-color:#4f46e5}.dashboard-stats-grid .dashboard-stat-card.primary .dashboard-stat-icon{background:linear-gradient(135deg,#6366f1,#4f46e5)}.dashboard-stats-grid .dashboard-stat-card.success{border-left-color:#10b981}.dashboard-stats-grid .dashboard-stat-card.success .dashboard-stat-icon{background:linear-gradient(135deg,#34d399,#10b981)}.dashboard-stats-grid .dashboard-stat-card.info{border-left-color:#06b6d4}.dashboard-stats-grid .dashboard-stat-card.info .dashboard-stat-icon{background:linear-gradient(135deg,#22d3ee,#06b6d4)}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-header .dashboard-stat-icon{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #00000026}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-header .dashboard-stat-trend{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-header .dashboard-stat-trend.positive{background:#10b9811a;color:#10b981}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-header .dashboard-stat-trend.negative{background:#ef44441a;color:#ef4444}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-header .dashboard-stat-trend.neutral{background:#6b72801a;color:#4b5563}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-content .dashboard-stat-value{font-size:2rem;font-weight:800;color:#111827;margin:0 0 .5rem;line-height:1.2}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-content .dashboard-stat-label{font-size:.875rem;font-weight:500;color:#6b7280;margin:0}@media (max-width: 768px){.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-stats-grid .dashboard-stat-card{padding:1rem}.dashboard-stats-grid .dashboard-stat-card .dashboard-stat-content .dashboard-stat-value{font-size:1.5rem}}.transactions .transactions-list{display:flex;flex-direction:column;gap:1rem}.transactions .transactions-list .transaction-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;transition:all .2s ease}.transactions .transactions-list .transaction-item:hover{background:#f3f4f6;transform:translate(4px)}.transactions .transactions-list .transaction-item .transaction-icon{width:2.5rem;height:2.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 1px 2px #0000000d}.transactions .transactions-list .transaction-item .transaction-icon .positive{color:#10b981}.transactions .transactions-list .transaction-item .transaction-icon .negative{color:#ef4444}.transactions .transactions-list .transaction-item .transaction-icon .neutral{color:#6b7280}.transactions .transactions-list .transaction-item.empty{background:#f3f4f6;opacity:.7}.transactions .transactions-list .transaction-item.empty .transaction-details .transaction-info h4{color:#4b5563}.transactions .transactions-list .transaction-item.empty .transaction-details .transaction-info p{color:#9ca3af}.transactions .transactions-list .transaction-item .transaction-details{flex:1;display:flex;align-items:center;justify-content:space-between}.transactions .transactions-list .transaction-item .transaction-details .transaction-info h4{font-size:.875rem;font-weight:500;color:#6b7280;font-weight:600;color:#111827;margin:0 0 .25rem}.transactions .transactions-list .transaction-item .transaction-details .transaction-info p{font-size:.75rem;color:#6b7280;margin:0}.transactions .transactions-list .transaction-item .transaction-details .transaction-amount{text-align:right}.transactions .transactions-list .transaction-item .transaction-details .transaction-amount .amount{display:block;font-size:.875rem;font-weight:500;color:#6b7280;font-weight:600;margin-bottom:.25rem}.transactions .transactions-list .transaction-item .transaction-details .transaction-amount .amount.positive{color:#10b981}.transactions .transactions-list .transaction-item .transaction-details .transaction-amount .amount.negative{color:#ef4444}.transactions .transactions-list .transaction-item .transaction-details .transaction-amount .points{font-size:.75rem;color:#6b7280}.noticias .noticias-list{display:flex;flex-direction:column;gap:1rem}.noticias .noticias-list .noticia-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:12px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.noticias .noticias-list .noticia-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#cbd5e1}.noticias .noticias-list .noticia-item .noticia-icon-wrapper{flex-shrink:0}.noticias .noticias-list .noticia-item .noticia-icon-wrapper .noticia-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f14d}.noticias .noticias-list .noticia-item .noticia-icon-wrapper .noticia-icon.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.noticias .noticias-list .noticia-item .noticia-icon-wrapper .noticia-icon.danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d}.noticias .noticias-list .noticia-item .noticia-icon-wrapper .noticia-icon.warning{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d}.noticias .noticias-list .noticia-item .noticia-icon-wrapper .noticia-icon.info{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f64d}.noticias .noticias-list .noticia-item .noticia-icon-wrapper .noticia-icon.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f14d}.noticias .noticias-list .noticia-item .noticia-icon-wrapper .noticia-icon.neutral{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 12px #6b72804d}.noticias .noticias-list .noticia-item .noticia-content{flex:1;min-width:0;overflow:hidden}.noticias .noticias-list .noticia-item .noticia-content .noticia-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:1rem}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-titulo{font-size:1.5rem;font-weight:600;line-height:1.3;color:#111827;margin:0;line-height:1.4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-badge.success{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #86efac}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-badge.danger{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid #fca5a5}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-badge.warning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fbbf24}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-badge.info{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #93c5fd}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-badge.primary{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;border:1px solid #a5b4fc}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-badge.secondy{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#7c3aed;border:1px solid #c084fc}.noticias .noticias-list .noticia-item .noticia-content .noticia-text-wrapper .noticia-text{color:#475569;font-size:.95rem;line-height:1.6;margin:0;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.01em;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal}.noticias .noticias-list .noticia-item.empty{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1}.noticias .noticias-list .noticia-item.empty .noticia-content .noticia-header .noticia-titulo{color:#64748b;font-weight:600}.noticias .noticias-list .noticia-item.empty .noticia-content .noticia-text-wrapper .noticia-text{color:#94a3b8;font-style:italic}@media (max-width: 768px){.noticias .noticias-list .noticia-item{flex-direction:column;gap:.75rem;padding:1rem}.noticias .noticias-list .noticia-item .noticia-icon-wrapper{align-self:center}.noticias .noticias-list .noticia-item .noticia-icon-wrapper .noticia-icon{width:40px;height:40px}.noticias .noticias-list .noticia-item .noticia-content .noticia-header{flex-direction:column;align-items:flex-start;gap:.5rem}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-titulo{font-size:1rem}.noticias .noticias-list .noticia-item .noticia-content .noticia-header .noticia-badge{align-self:flex-start}}.cupons .cupons-list{display:flex;flex-direction:column;gap:.75rem}.cupons .cupons-list .cupom-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#f9fafb;border-radius:8px;transition:all .2s ease}.cupons .cupons-list .cupom-item:hover{background:#f3f4f6;transform:translate(4px)}.cupons .cupons-list .cupom-item .cupom-info{display:flex;flex-direction:column;gap:.25rem}.cupons .cupons-list .cupom-item .cupom-info .cupom-data{font-size:.75rem;color:#6b7280}.cupons .cupons-list .cupom-item .cupom-info .cupom-valor{font-size:.875rem;font-weight:500;color:#6b7280;color:#111827;font-weight:600}.cupons .cupons-list .cupom-item .cupom-pontos{font-size:.75rem;color:#10b981;font-weight:600;background:#10b9811a;padding:.25rem .5rem;border-radius:4px}.extrato-page{padding:1.5rem;width:100%;max-width:none;margin:0;min-height:100vh;background:#f9fafb}@media (max-width: 768px){.extrato-page{padding:1rem}}.extrato-header{margin-bottom:2rem}.extrato-header .extrato-header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}@media (max-width: 768px){.extrato-header .extrato-header-content{padding:1rem 0}}.extrato-header .extrato-header-content .header-left{display:flex;align-items:center;gap:1rem}.extrato-header .extrato-header-content .header-left .menu-button{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;padding:0}.extrato-header .extrato-header-content .header-left .menu-button:hover{background:#f3f4f6;color:#374151}.extrato-header .extrato-header-content .header-left .menu-button:active{background:#e5e7eb;transform:scale(.95)}@media (max-width: 768px){.extrato-header .extrato-header-content .header-left .menu-button{display:flex}}.extrato-header .extrato-header-content .header-left h1{margin:0;font-size:2rem;font-weight:700;color:#111827}@media (max-width: 768px){.extrato-header .extrato-header-content .header-left h1{font-size:1.5rem}}.extrato-filters{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 2px #0000000d}.extrato-filters .filters-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1.5rem;align-items:end}@media (max-width: 1024px){.extrato-filters .filters-row{grid-template-columns:1fr 1fr auto}}@media (max-width: 768px){.extrato-filters .filters-row{grid-template-columns:1fr;gap:1rem}}.extrato-filters .filters-row .filter-group{display:flex;flex-direction:column;gap:.75rem}.extrato-filters .filters-row .filter-group label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151}.extrato-filters .filters-row .filter-group .date-input,.extrato-filters .filters-row .filter-group .type-select{padding:.875rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff}.extrato-filters .filters-row .filter-group .date-input:focus,.extrato-filters .filters-row .filter-group .type-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.extrato-filters .filters-row .filter-group .date-input:hover,.extrato-filters .filters-row .filter-group .type-select:hover{border-color:#9ca3af}.extrato-filters .filters-row .search-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.extrato-filters .filters-row .search-button:hover{background:#6366f1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.extrato-filters .filters-row .search-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.extrato-dashboard-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.extrato-dashboard-summary .dashboard-stat-card{background:#fff;border-radius:8px;padding:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;border:1px solid transparent}.extrato-dashboard-summary .dashboard-stat-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#e5e7eb;transform:translateY(-2px)}.extrato-dashboard-summary .dashboard-stat-card.primary{border-left:4px solid #4f46e5}.extrato-dashboard-summary .dashboard-stat-card.primary .dashboard-stat-icon{background:#4f46e51a;color:#4f46e5}.extrato-dashboard-summary .dashboard-stat-card.success{border-left:4px solid #10b981}.extrato-dashboard-summary .dashboard-stat-card.success .dashboard-stat-icon{background:#10b9811a;color:#10b981}.extrato-dashboard-summary .dashboard-stat-card.info{border-left:4px solid #3b82f6}.extrato-dashboard-summary .dashboard-stat-card.info .dashboard-stat-icon{background:#3b82f61a;color:#3b82f6}.extrato-dashboard-summary .dashboard-stat-card .dashboard-stat-header .dashboard-stat-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#f3f4f6;border-radius:12px;color:#4b5563;flex-shrink:0}.extrato-dashboard-summary .dashboard-stat-card .dashboard-stat-content{flex:1}.extrato-dashboard-summary .dashboard-stat-card .dashboard-stat-content .dashboard-stat-value{margin:0 0 .25rem;font-size:2rem;font-weight:700;color:#111827;line-height:1.2}.extrato-dashboard-summary .dashboard-stat-card .dashboard-stat-content .dashboard-stat-label{margin:0;font-size:.875rem;color:#4b5563;font-weight:500}.extrato-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.extrato-summary .summary-card{background:#fff;border-radius:8px;padding:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;border:1px solid transparent}.extrato-summary .summary-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#e5e7eb;transform:translateY(-2px)}.extrato-summary .summary-card .summary-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#f3f4f6;border-radius:12px;color:#4b5563;flex-shrink:0}.extrato-summary .summary-card .summary-icon.positive{background:#10b9811a;color:#10b981}.extrato-summary .summary-card .summary-icon.negative{background:#ef44441a;color:#ef4444}.extrato-summary .summary-card .summary-content{flex:1}.extrato-summary .summary-card .summary-content h3{margin:0 0 .25rem;font-size:2rem;font-weight:700;color:#111827;line-height:1.2}.extrato-summary .summary-card .summary-content p{margin:0;font-size:.875rem;color:#4b5563;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.extrato-content{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.extrato-content .error-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ef44441a;color:#ef4444;border-bottom:1px solid #e5e7eb}.extrato-content .loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#6b7280}.extrato-content .loading-state .loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite}.extrato-content .empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#6b7280;text-align:center}.extrato-content .empty-state h3{margin:0;font-size:1.25rem;font-weight:600;color:#374151}.extrato-content .empty-state p{margin:0;font-size:.875rem}.transactions-table .table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 2fr;gap:1.5rem;padding:1.5rem 2rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.transactions-table .table-header{display:none}}.transactions-table .table-body .table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 2fr;gap:1.5rem;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;transition:all .2s ease}.transactions-table .table-body .table-row:hover{background:#f9fafb;transform:translate(4px)}.transactions-table .table-body .table-row:last-child{border-bottom:none}@media (max-width: 768px){.transactions-table .table-body .table-row{display:flex;flex-direction:column;gap:.5rem;padding:1rem}}.transactions-table .table-body .table-row .table-cell{display:flex;align-items:center}@media (max-width: 768px){.transactions-table .table-body .table-row .table-cell{justify-content:space-between}.transactions-table .table-body .table-row .table-cell:before{content:attr(data-label);font-weight:600;color:#374151;margin-right:1rem}}.transactions-table .table-body .table-row .table-cell .transaction-type{display:flex;align-items:center;gap:.75rem}.transactions-table .table-body .table-row .table-cell .transaction-type .type-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#10b9811a;color:#10b981}.transactions-table .table-body .table-row .table-cell .transaction-type .type-icon.negative{background:#ef44441a;color:#ef4444}.transactions-table .table-body .table-row .table-cell .transaction-type span{font-weight:500;color:#111827}.transactions-table .table-body .table-row .table-cell .transaction-date{color:#374151;font-size:.875rem}.transactions-table .table-body .table-row .table-cell .transaction-value,.transactions-table .table-body .table-row .table-cell .transaction-points{font-weight:600;font-size:.875rem}.transactions-table .table-body .table-row .table-cell .transaction-value.positive,.transactions-table .table-body .table-row .table-cell .transaction-points.positive{color:#10b981}.transactions-table .table-body .table-row .table-cell .transaction-value.negative,.transactions-table .table-body .table-row .table-cell .transaction-points.negative{color:#ef4444}.transactions-table .table-body .table-row .table-cell .transaction-details{display:flex;flex-direction:column;gap:.25rem}.transactions-table .table-body .table-row .table-cell .transaction-details .payment-method,.transactions-table .table-body .table-row .table-cell .transaction-details .cupom-number{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;display:inline-block;width:fit-content}.perfil-page{padding:2rem;width:100%;max-width:none;margin:0;min-height:100vh;background:#f9fafb}@media (max-width: 768px){.perfil-page{padding:1rem}}.perfil-header{margin-bottom:2rem}.perfil-header .perfil-header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}@media (max-width: 768px){.perfil-header .perfil-header-content{padding:1rem 0}}.perfil-header .perfil-header-content .header-left{display:flex;align-items:center;gap:1rem}.perfil-header .perfil-header-content .header-left .menu-button{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;padding:0}.perfil-header .perfil-header-content .header-left .menu-button:hover{background:#f3f4f6;color:#374151}.perfil-header .perfil-header-content .header-left .menu-button:active{background:#e5e7eb;transform:scale(.95)}@media (max-width: 768px){.perfil-header .perfil-header-content .header-left .menu-button{display:flex}}.perfil-header .perfil-header-content .header-left h1{margin:0;font-size:2rem;font-weight:700;color:#111827}@media (max-width: 768px){.perfil-header .perfil-header-content .header-left h1{font-size:1.5rem}}.perfil-header .perfil-header-content .edit-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.perfil-header .perfil-header-content .edit-button:hover{background:#6366f1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.perfil-header .perfil-header-content .edit-button:disabled{opacity:.6;cursor:not-allowed}.error-message,.success-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}@media (max-width: 768px){.error-message,.success-message{padding:1rem}}.error-message{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.success-message{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.perfil-content{max-width:none;margin:0;width:100%}.profile-section{background:#fff;border-radius:8px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.profile-section:hover{box-shadow:0 4px 6px -1px #0000001a}@media (max-width: 768px){.profile-section{padding:1.5rem}}.profile-section h2{display:flex;align-items:center;gap:.75rem;margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#111827;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){.form-grid{grid-template-columns:1fr;gap:1rem}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group label:has(*:required):after,.form-group label:contains("*"):after{content:" *";color:#ef4444;font-weight:700}.form-input,.form-select{padding:.875rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff}.form-input:focus,.form-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-input:hover,.form-select:hover{border-color:#9ca3af}.form-input:disabled,.form-select:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.form-select{cursor:pointer}.form-display{display:flex;align-items:center;gap:.5rem;padding:.875rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#374151;min-height:44px}.form-display svg{color:#6b7280;flex-shrink:0}.action-buttons{display:flex;gap:1rem;justify-content:flex-end;padding-top:2rem;border-top:1px solid #e5e7eb;margin-top:2rem}@media (max-width: 768px){.action-buttons{flex-direction:column;gap:.75rem}}.action-buttons .save-button,.action-buttons .cancel-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:140px;justify-content:center}.action-buttons .save-button:disabled,.action-buttons .cancel-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.action-buttons .save-button{background:#10b981;color:#fff}.action-buttons .save-button:hover:not(:disabled){background:#0c8a60;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.action-buttons .cancel-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.action-buttons .cancel-button:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#6b7280;text-align:center}.loading-state .loading-spinner,.empty-state .loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite}.loading-state h3,.empty-state h3{margin:0;font-size:1.25rem;font-weight:600;color:#374151}.loading-state p,.empty-state p{margin:0;font-size:.875rem}.notificacoes-page{padding:2rem;width:100%;max-width:none;margin:0;min-height:100vh;background:#f9fafb}@media (max-width: 768px){.notificacoes-page{padding:1rem}}.notificacoes-header{margin-bottom:2rem}.notificacoes-header .notificacoes-header-content{display:flex;justify-content:flex-start;align-items:center;padding:1.5rem 0}@media (max-width: 768px){.notificacoes-header .notificacoes-header-content{padding:1rem 0}}.notificacoes-header .notificacoes-header-content .header-left{display:flex;align-items:center;gap:1rem}.notificacoes-header .notificacoes-header-content .header-left .menu-button{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;padding:0}.notificacoes-header .notificacoes-header-content .header-left .menu-button:hover{background:#f3f4f6;color:#374151}.notificacoes-header .notificacoes-header-content .header-left .menu-button:active{background:#e5e7eb;transform:scale(.95)}@media (max-width: 768px){.notificacoes-header .notificacoes-header-content .header-left .menu-button{display:flex}}.notificacoes-header .notificacoes-header-content .header-left h1{margin:0;font-size:2rem;font-weight:700;color:#111827}@media (max-width: 768px){.notificacoes-header .notificacoes-header-content .header-left h1{font-size:1.5rem}}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);border-radius:8px;margin-bottom:1.5rem;font-weight:500}@media (max-width: 768px){.error-message{padding:1rem}}.notificacoes-content{width:100%}.noticias-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}@media (max-width: 768px){.noticias-grid{grid-template-columns:1fr;gap:1rem}}.noticia-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;border:1px solid #e5e7eb}.noticia-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}@media (max-width: 768px){.noticia-card{padding:1rem}}.noticia-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.noticia-header .noticia-icon-wrapper{flex-shrink:0}.noticia-header .noticia-icon-wrapper .noticia-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%}.noticia-header .noticia-icon-wrapper .noticia-icon.success{background:#10b9811a;color:#10b981}.noticia-header .noticia-icon-wrapper .noticia-icon.danger{background:#ef44441a;color:#ef4444}.noticia-header .noticia-icon-wrapper .noticia-icon.warning{background:#f59e0b1a;color:#f59e0b}.noticia-header .noticia-icon-wrapper .noticia-icon.info{background:#3b82f61a;color:#3b82f6}.noticia-header .noticia-icon-wrapper .noticia-icon.primary{background:#4f46e51a;color:#4f46e5}.noticia-header .noticia-icon-wrapper .noticia-icon.neutral{background:#6b72801a;color:#6b7280}.noticia-header .noticia-info{flex:1;min-width:0}.noticia-header .noticia-info .noticia-titulo{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827;line-height:1.4}.noticia-header .noticia-info .noticia-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.noticia-header .noticia-info .noticia-badge.success{background:#10b9811a;color:#10b981}.noticia-header .noticia-info .noticia-badge.danger{background:#ef44441a;color:#ef4444}.noticia-header .noticia-info .noticia-badge.warning{background:#f59e0b1a;color:#f59e0b}.noticia-header .noticia-info .noticia-badge.info{background:#3b82f61a;color:#3b82f6}.noticia-header .noticia-info .noticia-badge.primary{background:#4f46e51a;color:#4f46e5}.noticia-header .noticia-info .noticia-badge.neutral{background:#6b72801a;color:#6b7280}.noticia-body .noticia-text{margin:0;font-size:.875rem;line-height:1.6;color:#374151}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#6b7280;text-align:center}.empty-state .empty-icon{color:#9ca3af}.empty-state h3{margin:0;font-size:1.25rem;font-weight:600;color:#374151}.empty-state p{margin:0;font-size:.875rem}.empty-state .refresh-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.empty-state .refresh-button:hover:not(:disabled){background:#6366f1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.empty-state .refresh-button:disabled{opacity:.6;cursor:not-allowed}.loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#6b7280;text-align:center}.loading-state .loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite}.loading-state p{margin:0;font-size:.875rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.api-tester{max-width:1200px;margin:0 auto;padding:2rem;background:#f8fafc;min-height:100vh}.api-tester-header{text-align:center;margin-bottom:2rem}.api-tester-header .api-tester-title{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem}.api-tester-header .api-tester-title h1{font-size:2rem;font-weight:800;color:#0f172a;margin:0}.api-tester-header .api-tester-title .api-tester-icon{width:2rem;height:2rem;color:#4f46e5}.api-tester-header .api-tester-subtitle{color:#475569;font-size:1.125rem;margin:0}.api-tester-config{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:2rem}.api-tester-config .api-tester-section h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.api-tester-config .api-tester-field{margin-bottom:1.5rem}.api-tester-config .api-tester-field label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-size:.875rem}.api-tester-config .api-tester-field .api-tester-select,.api-tester-config .api-tester-field .api-tester-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff}.api-tester-config .api-tester-field .api-tester-select:focus,.api-tester-config .api-tester-field .api-tester-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.api-tester-config .api-tester-field .api-tester-token-input{position:relative;display:flex;align-items:center}.api-tester-config .api-tester-field .api-tester-token-input .api-tester-input{padding-right:3rem}.api-tester-config .api-tester-field .api-tester-token-input .api-tester-clear-btn{position:absolute;right:.5rem;background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.api-tester-config .api-tester-field .api-tester-token-input .api-tester-clear-btn:hover{color:#ef4444;background:#ef44441a}.api-tester-config .api-tester-field small{display:block;margin-top:.5rem;color:#64748b;font-size:.75rem}.api-tester-actions{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}.api-tester-actions .api-tester-run-all-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff}.api-tester-actions .api-tester-run-all-btn:disabled{opacity:.5;cursor:not-allowed}.api-tester-actions .api-tester-run-all-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.api-tester-actions .api-tester-clear-results-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.api-tester-actions .api-tester-clear-results-btn:disabled{opacity:.5;cursor:not-allowed}.api-tester-actions .api-tester-clear-results-btn:hover:not(:disabled){background:#e2e8f0}.api-tester-tests h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;text-align:center}.api-tester-tests .api-tester-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.api-tester-card{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;transition:all .2s ease}.api-tester-card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a}.api-tester-card .api-tester-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.api-tester-card .api-tester-card-header .api-tester-card-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.api-tester-card .api-tester-card-header .api-tester-card-status{display:flex;align-items:center}.api-tester-card .api-tester-card-header .api-tester-card-status svg{width:1.5rem;height:1.5rem}.api-tester-card .api-tester-card-content h4{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.api-tester-card .api-tester-card-content p{color:#475569;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.api-tester-card .api-tester-card-content .api-tester-card-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.api-tester-card .api-tester-card-content .api-tester-card-details span{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.api-tester-card .api-tester-card-content .api-tester-card-details .api-tester-method{background:#4f46e51a;color:#4f46e5}.api-tester-card .api-tester-card-content .api-tester-card-details .api-tester-endpoint{background:#64748b1a;color:#64748b}.api-tester-card .api-tester-card-content .api-tester-card-details .api-tester-auth{background:#f59e0b1a;color:#f59e0b}.api-tester-card .api-tester-card-actions .api-tester-run-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;width:100%;justify-content:center;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff}.api-tester-card .api-tester-card-actions .api-tester-run-btn:disabled{opacity:.5;cursor:not-allowed}.api-tester-card .api-tester-card-actions .api-tester-run-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.api-tester-card .api-tester-card-actions .api-tester-run-btn.disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.api-tester-card .api-tester-card-actions .api-tester-run-btn.disabled:hover{transform:none;box-shadow:none}.api-tester-result{margin-top:1rem;border-top:1px solid #e2e8f0;padding-top:1rem}.api-tester-result .api-tester-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.api-tester-result .api-tester-result-header .api-tester-result-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.api-tester-result .api-tester-result-header .api-tester-result-status.success{background:#10b9811a;color:#10b981}.api-tester-result .api-tester-result-header .api-tester-result-status.error{background:#ef44441a;color:#ef4444}.api-tester-result .api-tester-result-header .api-tester-result-time{font-size:.75rem;color:#64748b}.api-tester-result .api-tester-result-content .api-tester-result-data{position:relative}.api-tester-result .api-tester-result-content .api-tester-result-data .api-tester-copy-btn{position:absolute;top:.5rem;right:.5rem;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem;cursor:pointer;transition:all .2s ease}.api-tester-result .api-tester-result-content .api-tester-result-data .api-tester-copy-btn:hover{background:#fff;box-shadow:0 1px 2px #0000000d}.api-tester-result .api-tester-result-content .api-tester-result-data pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;font-size:.75rem;line-height:1.4;max-height:200px;overflow-y:auto;margin:0;color:#0f172a}.api-tester-result .api-tester-result-content .api-tester-result-error{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:6px;padding:.75rem}.api-tester-result .api-tester-result-content .api-tester-result-error span{color:#ef4444;font-size:.875rem;font-weight:500}.api-tester-warning{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;margin-top:2rem;border-left:4px solid #f59e0b}.api-tester-warning h4{color:#f59e0b;font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.api-tester-warning p{color:#475569;font-size:.875rem;line-height:1.5;margin:0}@media (max-width: 768px){.api-tester{padding:1rem}.api-tester-header .api-tester-title h1{font-size:1.5rem}.api-tester-header .api-tester-subtitle{font-size:1rem}.api-tester-grid{grid-template-columns:1fr}.api-tester-actions{flex-direction:column}.api-tester-actions button{width:100%}}@media (max-width: 480px){.api-tester{padding:.75rem}.api-tester-card{padding:1rem}.api-tester-result .api-tester-result-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.auth-tester{max-width:800px;margin:0 auto;padding:2rem;background:#f8fafc;min-height:100vh}.auth-tester-header{text-align:center;margin-bottom:2rem}.auth-tester-header h1{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.auth-tester-header p{color:#475569;font-size:1.125rem;margin:0}.auth-tester-form{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e2e8f0;padding:2rem;margin-bottom:2rem}.auth-tester-form .auth-tester-section h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.auth-tester-form .auth-tester-field{margin-bottom:1.5rem}.auth-tester-form .auth-tester-field label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-size:.875rem}.auth-tester-form .auth-tester-field .auth-tester-select,.auth-tester-form .auth-tester-field .auth-tester-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff}.auth-tester-form .auth-tester-field .auth-tester-select:focus,.auth-tester-form .auth-tester-field .auth-tester-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.auth-tester-form .auth-tester-field .auth-tester-select:disabled,.auth-tester-form .auth-tester-field .auth-tester-input:disabled{opacity:.6;cursor:not-allowed}.auth-tester-form .auth-tester-field .auth-tester-input-container{position:relative;display:flex;align-items:center}.auth-tester-form .auth-tester-field .auth-tester-input-container .auth-tester-input{padding-left:3rem;padding-right:3rem}.auth-tester-form .auth-tester-field .auth-tester-input-container .auth-tester-input-icon{position:absolute;left:.75rem;width:1.5rem;height:1.5rem;color:#4f46e5;display:flex;align-items:center;justify-content:center;pointer-events:none}.auth-tester-form .auth-tester-field .auth-tester-input-container .auth-tester-password-toggle{position:absolute;right:.75rem;background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.auth-tester-form .auth-tester-field .auth-tester-input-container .auth-tester-password-toggle:hover{color:#4f46e5;background:#4f46e51a}.auth-tester-form .auth-tester-field .auth-tester-input-container .auth-tester-password-toggle:disabled{opacity:.5;cursor:not-allowed}.auth-tester-form .auth-tester-field small{display:block;margin-top:.5rem;color:#64748b;font-size:.75rem}.auth-tester-form .auth-tester-submit{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;width:100%;justify-content:center;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;margin-top:1rem}.auth-tester-form .auth-tester-submit:disabled{opacity:.5;cursor:not-allowed}.auth-tester-form .auth-tester-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.auth-tester-result{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:2rem}.auth-tester-result .auth-tester-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.auth-tester-result .auth-tester-result-header h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.auth-tester-result .auth-tester-result-header .auth-tester-result-time{font-size:.875rem;color:#64748b}.auth-tester-result .auth-tester-result-content.success .auth-tester-success{display:flex;gap:1rem;align-items:flex-start}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-icon{width:2rem;height:2rem;background:#10b9811a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981;flex-shrink:0}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content{flex:1}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content h4{color:#10b981;font-size:1rem;font-weight:700;margin-bottom:.5rem}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content p{color:#475569;font-size:.875rem;margin-bottom:1rem}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content .auth-tester-token-section label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-size:.875rem}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content .auth-tester-token-section .auth-tester-token-display{position:relative;display:flex;align-items:center}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content .auth-tester-token-section .auth-tester-token-display .auth-tester-token-input{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.75rem;font-family:monospace;background:#f8fafc;color:#0f172a;cursor:text}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content .auth-tester-token-section .auth-tester-token-display .auth-tester-token-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content .auth-tester-token-section .auth-tester-token-display .auth-tester-copy-btn{position:absolute;right:.5rem;background:#10b981;border:none;border-radius:4px;padding:.5rem;color:#fff;cursor:pointer;transition:all .2s ease}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content .auth-tester-token-section .auth-tester-token-display .auth-tester-copy-btn:hover{background:#0c8a60;transform:scale(1.05)}.auth-tester-result .auth-tester-result-content.success .auth-tester-success .auth-tester-success-content .auth-tester-token-section .auth-tester-copied{display:block;margin-top:.5rem;color:#10b981;font-size:.75rem;font-weight:600}.auth-tester-result .auth-tester-result-content.error .auth-tester-error{display:flex;gap:1rem;align-items:flex-start}.auth-tester-result .auth-tester-result-content.error .auth-tester-error .auth-tester-error-icon{width:2rem;height:2rem;background:#ef44441a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ef4444;flex-shrink:0}.auth-tester-result .auth-tester-result-content.error .auth-tester-error .auth-tester-error-content{flex:1}.auth-tester-result .auth-tester-result-content.error .auth-tester-error .auth-tester-error-content h4{color:#ef4444;font-size:1rem;font-weight:700;margin-bottom:.5rem}.auth-tester-result .auth-tester-result-content.error .auth-tester-error .auth-tester-error-content p{color:#475569;font-size:.875rem;margin:0}.auth-tester-info{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e2e8f0;padding:1.5rem}.auth-tester-info h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.auth-tester-info ol{color:#475569;font-size:.875rem;line-height:1.6;margin:0;padding-left:1.5rem}.auth-tester-info ol li{margin-bottom:.5rem}.auth-tester-info ol li:last-child{margin-bottom:0}@media (max-width: 768px){.auth-tester{padding:1rem}.auth-tester-header h1{font-size:1.5rem}.auth-tester-header p{font-size:1rem}.auth-tester-form{padding:1.5rem}.auth-tester-result{padding:1rem}.auth-tester-result .auth-tester-result-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.auth-tester{padding:.75rem}.auth-tester-form{padding:1rem}.auth-tester-result .auth-tester-result-content.success .auth-tester-success,.auth-tester-result .auth-tester-result-content.error .auth-tester-error{flex-direction:column;gap:.75rem}}.login-test-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;font-family:Inter,sans-serif}.login-test-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:2.5rem;width:100%;max-width:500px}.login-test-card h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.current-status{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.current-status h3{color:#374151;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.current-status p{margin:.5rem 0;color:#6b7280;font-size:.9rem}.current-status p strong{color:#374151}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.9rem}.login-form .form-group input,.login-form .form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease}.login-form .form-group input:focus,.login-form .form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.login-form .form-group input::placeholder,.login-form .form-group select::placeholder{color:#9ca3af}.login-form .form-group select{background:#fff;cursor:pointer}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.form-actions button:disabled{opacity:.6;cursor:not-allowed}.form-actions button.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.form-actions button.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.form-actions button.btn-secondary{background:#f3f4f6;color:#374151;border:2px solid #e5e7eb}.form-actions button.btn-secondary:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.result{margin-top:2rem;padding:1.5rem;border-radius:8px;border-left:4px solid}.result.success{background:#f0fdf4;border-color:#22c55e;color:#166534}.result.success h4{color:#166534;margin-bottom:.5rem}.result.error{background:#fef2f2;border-color:#ef4444;color:#991b1b}.result.error h4{color:#991b1b;margin-bottom:.5rem}.result details{margin-top:1rem}.result details summary{cursor:pointer;font-weight:600;color:#6b7280}.result details summary:hover{color:#374151}.result details pre{margin-top:.5rem;background:#f8fafc;padding:1rem;border-radius:4px;font-size:.8rem;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.info-section{margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.info-section h4{color:#374151;margin-bottom:1rem;font-size:1rem;font-weight:600}.info-section ul{margin:0;padding-left:1.5rem}.info-section ul li{color:#6b7280;margin-bottom:.5rem;font-size:.9rem;line-height:1.5}@media (max-width: 640px){.login-test-container{padding:1rem}.login-test-card{padding:1.5rem}.form-actions{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}.extrato-page,.notificacoes-page,.perfil-page{padding-top:2rem!important}@media (max-width: 768px){.extrato-page,.notificacoes-page,.perfil-page{padding-top:1.5rem!important}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.bg-white{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #8b5cf64d}50%{box-shadow:0 0 30px #8b5cf699}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.glass{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}.glass-dark{background:#00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}.gradient-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-secondary{background:linear-gradient(135deg,#f093fb,#f5576c)}.gradient-success{background:linear-gradient(135deg,#4facfe,#00f2fe)}.gradient-warning{background:linear-gradient(135deg,#43e97b,#38f9d7)}.gradient-danger{background:linear-gradient(135deg,#fa709a,#fee140)}.shadow-modern{box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-glow{box-shadow:0 0 20px #8b5cf64d}.shadow-glow-hover:hover{box-shadow:0 0 30px #8b5cf680}@media (max-width: 768px){.container{padding:0 .75rem}.p-8{padding:1.5rem}.p-6{padding:1rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;line-height:1.25rem;border:none;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;min-height:2.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background-color:var(--bg-secondary);border-color:var(--primary-color);color:var(--primary-color)}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}}.space-y-4>*+*{margin-top:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-green-600{color:#059669}.text-orange-600{color:#ea580c}.text-blue-600{color:#2563eb}.text-purple-600{color:#7c3aed}.bg-green-100{background-color:#dcfce7}.bg-blue-100{background-color:#dbeafe}.bg-purple-100{background-color:#f3e8ff}.bg-orange-100{background-color:#fed7aa}.bg-blue-50{background-color:#eff6ff}.border-b{border-bottom-width:1px}.shadow-sm{box-shadow:var(--shadow-sm)}.prose{color:var(--text-primary);max-width:65ch}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm p{margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm ul{margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm li{margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm strong{color:var(--text-primary);font-weight:600}.max-w-none{max-width:none}.text-blue-900{color:#1e3a8a}.text-blue-800{color:#1e40af}
