:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit;transition:color .3s ease}a:hover{color:#535bf2}body{margin:0;display:block;min-width:320px;min-height:100vh;overflow-x:hidden}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:all .3s ease}button:hover{border-color:#646cff;transform:translateY(-2px);box-shadow:0 5px 15px #0003}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media(max-width:768px){#mobile-menu-btn{display:block!important}#mobile-fps-info{display:flex!important}#mobile-id-badge{display:inline-block!important}#mobile-action-btns{display:flex!important}#desktop-nav,#fund-request-btn,#add-money-btn{display:none!important}}@media(min-width:769px){#mobile-fps-info,#mobile-action-btns{display:none!important}#fund-request-btn,#add-money-btn{display:flex!important}}@media(max-width:768px){#mobile-staff-info,#mobile-wallet{display:flex!important}}@media(min-width:769px){#mobile-staff-info{display:flex!important}#mobile-wallet{display:none!important}}@media(max-width:768px){#mobile-admin-info{display:flex!important}}@media(min-width:769px){#mobile-admin-info{display:flex!important}}.mobile-menu-overlay{display:none;position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1001;animation:fadeIn .3s ease}.mobile-menu-content{position:absolute;top:0;left:0;width:min(300px,80%);height:100%;background:linear-gradient(145deg,#1e293b,#0f172a);padding:20px 0;box-shadow:2px 0 20px #0000004d;animation:slideRight .3s ease;overflow-y:auto}.user-mobile-menu .mobile-menu-content{background:linear-gradient(145deg,#e67e22,#d35400)}.staff-mobile-menu .mobile-menu-content{background:linear-gradient(145deg,#1e293b,#0f172a)}.admin-mobile-menu .mobile-menu-content{background:linear-gradient(145deg,#1a2634,#0f172a)}.mobile-nav-link{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;padding:15px 25px;font-weight:500;font-size:16px;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-link:hover{background:#ffffff1a;padding-left:35px}.mobile-nav-section{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-title{padding:10px 25px;color:#ffffff80;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.text-gradient{background:linear-gradient(145deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(145deg,#667eea,#764ba2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(145deg,#764ba2,#667eea)}.table-container{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{background:#f8fafc;padding:16px;text-align:left;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0}.table td{padding:16px;border-bottom:1px solid #e2e8f0;color:#334155}.table tr:hover{background:#f1f5f9!important}@media(max-width:768px){html,body,#root{overflow-x:auto!important}.overflow-x-auto,.table-container{overflow-x:visible!important}.overflow-x-auto>table,.table-container>table,.overflow-x-auto>.table,.table-container>.table{min-width:max-content;margin-left:0!important;margin-right:auto!important}}.card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.badge{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;display:inline-block}.badge-primary{background:#dbeafe;color:#1e40af}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:15px;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:20px;padding:clamp(25px,6vw,35px);max-width:400px;width:90%;box-shadow:0 20px 50px #0000004d;animation:slideUp .3s ease}.btn{padding:10px 20px;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:linear-gradient(145deg,#667eea,#764ba2);color:#fff}.btn-success{background:linear-gradient(145deg,#27ae60,#2ecc71);color:#fff}.btn-danger{background:linear-gradient(145deg,#dc2626,#ef4444);color:#fff}.btn-warning{background:linear-gradient(145deg,#f39c12,#e67e22);color:#fff}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .3s ease;box-sizing:border-box}.form-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-select{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 15px center;background-size:15px}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:5px}.gap-2{gap:10px}.gap-3{gap:15px}.gap-4{gap:20px}.gap-5{gap:25px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:12px}.text-md{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:18px}.text-2xl{font-size:24px}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.m-0{margin:0}.mt-1{margin-top:5px}.mb-1{margin-bottom:5px}.ml-1{margin-left:5px}.mr-1{margin-right:5px}.mt-2{margin-top:10px}.mb-2{margin-bottom:10px}.ml-2{margin-left:10px}.mr-2{margin-right:10px}.mt-3{margin-top:15px}.mb-3{margin-bottom:15px}.ml-3{margin-left:15px}.mr-3{margin-right:15px}.p-1{padding:5px}.p-2{padding:10px}.p-3{padding:15px}.p-4{padding:20px}.p-5{padding:25px}.staff-dashboard-container{max-width:1280px;margin:0 auto;padding:1.5rem;background:linear-gradient(to bottom,#fefce8,#fff)}.quick-actions{display:flex;gap:.75rem}.quick-action-btn{flex:1;padding:.75rem 1rem;border-radius:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid #fb923c;background:#fff;color:#1f2937;cursor:pointer;transition:all .2s ease}.quick-action-btn:hover{background:#fff7ed}.quick-action-btn.active{background:#f97316;color:#fff}.sticky{position:sticky;top:0;z-index:30;background-color:#f97316;color:#fff}.top-bar{max-width:1280px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.top-bar .branding{display:flex;align-items:center;gap:.75rem}.top-bar .branding-icon{background-color:#fff3;border-radius:9999px;padding:.5rem}.top-bar .branding-text{font-weight:600;font-size:1rem;letter-spacing:.05em}.top-bar .header-icons{display:flex;align-items:center;gap:.75rem}.top-bar .icon-button{background-color:#fff3;padding:.5rem;border-radius:9999px;cursor:pointer}.user-icon{background-color:#fff3;padding:.5rem;border-radius:9999px;cursor:pointer;position:relative}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;width:200px;z-index:50;padding:1rem}.dropdown-menu p{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.dropdown-menu button{display:block;width:100%;padding:.5rem .75rem;font-size:.875rem;color:#374151;background:none;border:none;text-align:left;cursor:pointer;border-radius:.5rem}.dropdown-menu button:hover{background-color:#f3f4f6}.dropdown-menu .logout{color:#dc2626}.dropdown-menu .logout:hover{background-color:#fef2f2}.news-ribbon{max-width:1280px;margin:.75rem auto;padding:0 1rem}.news-ribbon .news{background-color:#ef4444;color:#fff;border-radius:.75rem;padding:.25rem .75rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;box-shadow:0 1px 2px #0000000d}.card{border-radius:1rem;box-shadow:0 1px 2px #0000000d;background-color:#fff;padding:1rem}.wallet-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #bbf7d0;margin-bottom:1.5rem}.wallet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.wallet-icon{background:#22c55e;color:#fff;border-radius:.75rem;padding:.75rem;display:flex;align-items:center;justify-content:center}.wallet-icon svg{width:1.5rem;height:1.5rem}.wallet-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.wallet-amount{font-size:1.875rem;font-weight:700;color:#065f46;margin:0}.withdraw-button{background:#22c55e;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px #22c55e4d;transition:all .2s ease}.withdraw-button:hover{background:#16a34a;transform:translateY(-1px);box-shadow:0 6px 8px -1px #22c55e66}.withdraw-button:active{transform:translateY(0)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;padding:1.5rem;max-width:28rem;width:100%;max-height:90vh;overflow-y:auto}.modal-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.modal-input{width:100%;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem}.modal-input:focus{outline:none;ring:2px;ring-color:#3b82f6}.modal-button{flex:1;padding:.5rem 1rem;border-radius:.5rem;font-weight:500}.modal-button-primary{background:#3b82f6;color:#fff}.modal-button-primary:hover{background:#2563eb}.modal-button-primary:disabled{opacity:.5;cursor:not-allowed}.modal-button-secondary{background:#e5e7eb;color:#374151}.modal-button-secondary:hover{background:#d1d5db}.balance-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #d1fae5}.balance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:.5rem}.balance-item{display:flex;flex-direction:column}.balance-label{font-size:.8rem;color:#6b7280;margin-bottom:.25rem}.balance-value{font-size:1rem;font-weight:700}.balance-total{color:#1d4ed8}.balance-pending{color:#d97706}.balance-available{color:#1d4ed8}.balance-note{font-size:.25rem;color:#6b7280;margin-top:.5rem;font-style:normal}@media(max-width:768px){.wallet-header{flex-direction:column;align-items:flex-start;gap:1rem}.wallet-amount{font-size:1.5rem}.balance-grid{grid-template-columns:1fr;gap:.75rem}.withdraw-button{width:100%;justify-content:center}}@keyframes balanceUpdate{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.balance-updated{animation:balanceUpdate .5s ease}.pickup-section{margin-top:.5rem}.pickup-section .section-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.pickup-section .filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.pickup-section .filter-button{padding:.25rem .75rem;border-radius:.5rem;color:#fff;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.pickup-section .filter-button.bg-blue-500{background-color:#2563eb}.pickup-section .filter-button.bg-blue-700{background-color:#1d4ed8}.pickup-section .filter-button.bg-yellow-500{background-color:#eab308}.pickup-section .filter-button.bg-yellow-600{background-color:#ca8a04}.pickup-section .filter-button.bg-green-500{background-color:#22c55e}.pickup-section .filter-button.bg-green-600{background-color:#16a34a}.pickup-section .filter-button.bg-purple-500{background-color:#9333ea}.pickup-section .filter-button.bg-purple-700{background-color:#7e22ce}.pickup-section .request-list{display:flex;flex-direction:column;gap:.75rem}.pickup-section .request-item{display:flex;justify-content:space-between;align-items:center}.pickup-section .request-text{color:#374151}.pickup-section .action-button{padding:.25rem .75rem;border-radius:.5rem;color:#fff;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.pickup-section .action-button.bg-blue-600{background-color:#2563eb}.pickup-section .action-button.bg-yellow-600{background-color:#ca8a04}.pickup-section .action-button.bg-purple-600{background-color:#7e22ce}.pickup-section .action-button.bg-gray-400{background-color:#9ca3af;cursor:not-allowed}.pickup-section .error-text{color:#dc2626}.pickup-section .loading-text{color:#374151}.notification-container{position:relative;display:inline-block}.notification-btn{font-size:18px;padding:5px 10px;cursor:pointer}.notification-btn.has-unread{color:red;font-weight:700}.notification-popup{position:absolute;top:30px;right:0;width:250px;background:#fff;border:1px solid #ccc;padding:10px;max-height:300px;overflow-y:auto;z-index:100}.notification-popup ul{list-style:none;padding:0;margin:0}.notification-popup li{padding:5px;cursor:pointer;border-bottom:1px solid #eee}.notification-popup li.unread{background:#f0f8ff;font-weight:700}.notification-popup li.read{background:#fff;color:#666}echo '
.staff-dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.staff-dashboard-header .fps-title{font-size:1.25rem;font-weight:700;letter-spacing:.025em}.staff-dashboard-header .staff-id-badge{background:#fff3;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.875rem}.staff-dashboard-content{max-width:1280px;margin:0 auto;padding:1rem}.staff-dashboard-news{margin-bottom:1rem}.staff-dashboard-pickup{margin-top:.5rem}.staff-dashboard-pickup .section-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.max-w-3xl{max-width:768px;margin:0 auto;padding:16px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;min-height:100vh}.text-xl{font-size:1.5rem;font-weight:700;color:#1a3c6d;margin-bottom:16px}.text-gray-700{font-size:1rem;color:#4a5568;font-weight:600;margin-bottom:8px}.flex.gap-4{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}button[class*=bg-]{padding:8px 16px;border-radius:6px;font-size:1rem;font-weight:500;color:#fff;border:none;cursor:pointer;transition:background-color .3s,transform .2s}button[class*=bg-]:hover{transform:translateY(-2px);box-shadow:0 2px 4px #00000026}.bg-blue-500{background-color:#3b82f6}.bg-blue-500:hover,.bg-blue-700{background-color:#2563eb}.bg-blue-700:hover{background-color:#1e40af}.bg-yellow-500{background-color:#f59e0b}.bg-yellow-500:hover,.bg-yellow-600{background-color:#d97706}.bg-yellow-600:hover{background-color:#b45309}.bg-green-500{background-color:#10b981}.bg-green-500:hover,.bg-green-600{background-color:#059669}.bg-green-600:hover{background-color:#047857}.bg-purple-500{background-color:#8b5cf6}.bg-purple-500:hover,.bg-purple-700{background-color:#7c3aed}.bg-purple-700:hover{background-color:#6d28d9}.bg-blue-600{background-color:#2563eb}.bg-blue-600:hover{background-color:#1e40af}.bg-purple-600{background-color:#7c3aed}.bg-purple-600:hover{background-color:#6d28d9}p{font-size:1rem;color:#4a5568;margin-bottom:12px}.text-red-600{color:#dc2626;font-weight:500}.space-y-3{display:flex;flex-direction:column;gap:12px}li.border{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:6px;background-color:#f8fafc;transition:background-color .3s}li.border:hover{background-color:#e0e7ff}li span{font-size:1rem;color:#4a5568}li span strong{font-weight:600;color:#1a3c6d}button:disabled{background-color:#d1d5db;cursor:not-allowed;opacity:.6}button:disabled:hover{transform:none;box-shadow:none}@media(max-width:640px){.max-w-3xl{padding:12px}.text-xl{font-size:1.25rem}.flex.gap-4{flex-direction:column;gap:8px}button[class*=bg-]{width:100%;padding:10px}li.border{flex-direction:column;align-items:flex-start;gap:8px;padding:10px}li button{width:100%;text-align:center}.text-gray-700{font-size:.9rem}}@media(max-width:480px){.text-xl{font-size:1.125rem}li span,button[class*=bg-]{font-size:.9rem}}.main-content{max-width:1280px;margin:0 auto;padding:1rem}.main-content h2{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#0f172a}.main-content h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:700;color:#1e293b}.main-content .mb-4{margin-bottom:1rem}.main-content .space-y-2>*+*{margin-top:.5rem}.main-content p{margin:0;color:#334155}.meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.meta-row p{margin:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;padding:.35rem .7rem;font-size:.88rem;color:#1f2937}.main-content .bg-blue-500,.main-content .bg-purple-600,.main-content .bg-gray-500{border:none;border-radius:.5rem;padding:.55rem 1rem;color:#fff;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background-color .2s ease}.main-content .bg-blue-500{background:#2563eb}.main-content .bg-blue-500:hover{background:#1d4ed8}.main-content .bg-purple-600{background:#7c3aed}.main-content .bg-purple-600:hover{background:#6d28d9}.main-content .bg-gray-500{background:#64748b}.main-content .bg-gray-500:hover{background:#475569}.main-content button:disabled{opacity:.6;cursor:not-allowed}.main-content button:hover:not(:disabled){transform:translateY(-1px)}.main-content .bg-gray-200{background:#e2e8f0;border-radius:9999px}.main-content .bg-blue-600{background:#2563eb;border-radius:9999px;transition:width .3s ease}.tables-container{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.table-wrapper{flex:1;min-width:0;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem}.table-left,.table-right{width:100%}.table-scroll{width:100%;overflow-x:auto;border:1px solid #d1d5db;border-radius:.5rem;background:#fff}.main-content table{width:100%;border-collapse:collapse;min-width:900px}.main-content th,.main-content td{border:1px solid #d1d5db;padding:.4rem .45rem;vertical-align:middle}.main-content th{background:#f1f5f9;color:#1f2937;font-size:.78rem;font-weight:700;white-space:nowrap;position:sticky;top:0;z-index:1}.main-content td{background:#fff}.main-content tbody tr:nth-child(2n) td{background:#f8fafc}.main-content td input{width:100%;border:1px solid #cbd5e1;border-radius:.25rem;padding:.35rem .4rem;font-size:.78rem;color:#111827;background:#fff;box-sizing:border-box}.main-content td input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.main-content .border-2.border-dashed{border:2px dashed #94a3b8;border-radius:.65rem;background:#f8fafc;padding:.9rem}.main-content textarea{width:100%;border:1px solid #cbd5e1;border-radius:.5rem;padding:.6rem .7rem;font-size:.9rem;resize:vertical;box-sizing:border-box}.main-content textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}@media(max-width:900px){.tables-container{flex-direction:column}.table-wrapper{width:100%}}@media(max-width:640px){.main-content{padding:.75rem}.main-content h2{font-size:1.25rem}}.loading-spinner{display:inline-block;width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
