@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#e8eaed;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;position:relative}body:before{animation:gentle-pulse 8s ease-in-out infinite alternate;background:radial-gradient(circle at 25% 25%,#6366f11a 0,#0000 50%),radial-gradient(circle at 75% 75%,#a855f71a 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}@keyframes gentle-pulse{0%{opacity:.3}to{opacity:.6}}.App{display:flex;flex-direction:column;min-height:100vh}.App,.App-header{position:relative}.App-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a2ef2;border-bottom:1px solid #6366f14d;box-shadow:0 4px 20px #0000001a;padding:1rem 0;z-index:100}.App.pro-active .App-header{margin-top:0}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo-section{border-radius:8px;cursor:pointer;padding:.5rem;transition:all .2s ease}.logo-section:hover{background:#6366f10d;transform:translateY(-1px)}.logo-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin:0;transition:all .2s ease}.logo-section:hover h1{transform:scale(1.02)}.logo-section p{color:#e8eaedb3;font-size:.875rem;font-weight:400;margin:.25rem 0 0;transition:all .2s ease}.logo-section:hover p{color:#e8eaede6}.main-nav{position:relative}.menu-toggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6366f11a;border:1px solid #6366f14d;border-radius:12px;color:#6366f1;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.menu-toggle:hover{background:#6366f133;border-color:#6366f1;transform:translateY(-2px)}.nav-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a2ef2;border:1px solid #6366f14d;border-radius:16px;box-shadow:0 10px 40px #0003;margin-top:.5rem;min-width:200px;opacity:0;padding:1rem;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden}.nav-menu.show{opacity:1;transform:translateY(0);visibility:visible}.nav-menu a{border-radius:8px;color:#e8eaed;display:block;font-weight:500;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}.nav-menu a:hover{background:#6366f11a;color:#6366f1}.app-tabs{-ms-overflow-style:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a2e99;border-bottom:1px solid #6366f133;overflow-x:auto;padding:.75rem 1rem;scrollbar-width:none}.app-tabs::-webkit-scrollbar{display:none}.app-tabs{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.app-tab{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#e8eaed0d;border:1px solid #e8eaed1a;border-radius:10px;color:#e8eaedb3;cursor:pointer;display:flex;flex-direction:column;font-size:.8rem;font-weight:500;gap:.4rem;height:60px;justify-content:center;min-height:60px;padding:.75rem .6rem;position:relative;text-align:center;transition:all .2s ease}.app-tabs:has(.app-tab:nth-child(3):last-child){margin:0 auto;max-width:600px}.app-tab .tab-icon{font-size:1.1rem;opacity:.85;transition:all .2s ease}.app-tab .tab-name{font-size:.8rem;font-weight:600}.app-tab:hover{background:#6366f11a;border-color:#6366f14d;color:#e8eaed;transform:translateY(-2px)}.app-tab:hover .tab-icon{opacity:1;transform:scale(1.1)}.app-tab.active{background:linear-gradient(135deg,#6366f1,#a855f7);border-color:#0000;box-shadow:0 8px 25px #6366f14d;color:#fff}.app-tab.active .tab-icon{opacity:1;transform:scale(1.2)}.jobs-section{flex:1 1;margin:0 auto;max-width:1200px;padding:1rem;position:relative;width:100%}.section-header{margin-bottom:1rem;position:relative;text-align:center}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:600;letter-spacing:-.5px;margin-bottom:.25rem}.section-header p{color:#e8eaedb3;font-size:.9rem;font-weight:400}.loading{align-items:center;color:#e8eaedb3;display:flex;flex-direction:column;justify-content:center;padding:2rem 1rem}.spinner{animation:spin 1s linear infinite;border:3px solid #6366f133;border-radius:50%;border-top-color:#6366f1;height:40px;margin-bottom:1.5rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading p{font-size:1.125rem;font-weight:500}.jobs-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.25rem}.job-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e8eaed0d;border:1px solid #e8eaed1a;border-radius:10px;box-shadow:0 4px 16px #0000000f;min-height:80px;overflow:hidden;padding:.75rem;position:relative;transition:all .2s ease}.job-card.fake-job{background:#6366f10d;border-color:#6366f14d}.fake-indicator{font-size:.8rem;margin-left:.5rem;opacity:.8}.fake-badge{background:#6366f133;border-radius:12px;color:#6366f1;font-size:.7rem;font-weight:600;margin-left:.5rem;padding:.2rem .5rem}.job-card:before{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:10px 10px 0 0;content:"";height:2px;left:0;position:absolute;right:0;top:0}.job-card:hover{border-color:#6366f14d;box-shadow:0 20px 40px #6366f126;transform:translateY(-8px)}.job-title{color:#e8eaed;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600;line-height:1.2;margin-bottom:.25rem}.job-location{align-items:center;color:#6366f1;display:flex;font-size:.8rem;font-weight:500;gap:.35rem;margin-bottom:.3rem}.job-location:before{content:"📍";font-size:.875rem}.job-zipcode{background:#6366f114;border:1px solid #6366f133;border-radius:6px;color:#e8eaedbf;display:inline-block;font-size:.7rem;font-weight:400;margin-bottom:.25rem;padding:.25rem .5rem}.job-time{align-items:center;color:#a855f7;display:flex;font-size:.75rem;font-weight:500;gap:.4rem}.job-time:before{content:"🕒";font-size:.75rem}.empty-state{color:#e8eaedb3;padding:2rem 1rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.empty-state h3{color:#e8eaed;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.empty-state p{font-size:1.125rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:500px}.App-footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a2ecc;border-top:1px solid #6366f133;margin-top:auto}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:2rem 1rem 1rem}.footer-section h4{color:#e8eaed;font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#e8eaedb3;font-size:.875rem;font-weight:400;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#e8eaed99;font-size:.875rem;font-weight:400;text-decoration:none;transition:all .2s ease}.footer-section ul li a:hover{color:#6366f1}.social-links{display:flex;gap:1rem}.social-links a{border:1px solid #6366f14d;border-radius:8px;color:#e8eaed99;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:#6366f11a;border-color:#6366f1;color:#6366f1}.footer-bottom{border-top:1px solid #6366f133;color:#e8eaed80;font-size:.875rem;font-weight:400;padding:2rem;text-align:center}@media (max-width:768px){.header-content{padding:0 1rem}.logo-section{padding:.25rem}.logo-section h1{font-size:1.6rem}.app-tabs{gap:.5rem;grid-template-columns:repeat(3,1fr);max-width:100%;padding:.75rem}.app-tab{flex-direction:column;height:50px;min-height:50px;padding:.75rem .5rem}.app-tab .tab-icon{font-size:1rem}.app-tab .tab-name{font-size:.75rem}.jobs-section{padding:1rem}.section-header h2{font-size:2rem}.jobs-grid{gap:1rem;grid-template-columns:1fr}.job-card{padding:1.25rem}.footer-content{grid-template-columns:1fr;padding:1.5rem 1rem 1rem;text-align:center}.social-links{flex-wrap:wrap;justify-content:center}.empty-state,.loading{padding:1.5rem 1rem}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{font-size:1.3rem;margin-bottom:.75rem}.empty-state p{font-size:1rem}}@media (max-width:480px){.logo-section h1{font-size:1.4rem;letter-spacing:.5px}.app-tabs{grid-template-columns:1fr}.app-tab,.app-tabs{gap:.5rem;padding:.75rem}.app-tab{flex-direction:row;justify-content:center;min-height:50px}.app-tab .tab-icon{font-size:1rem}.app-tab .tab-name{font-size:.8rem}.job-title{font-size:1.1rem}.section-header h2{font-size:1.8rem;letter-spacing:1px}.jobs-grid{gap:1rem;grid-template-columns:1fr}.job-card{padding:1.25rem}.social-links a{font-size:.75rem;padding:.4rem .8rem}}.location-blurred{filter:blur(3px);transition:filter .3s ease;-webkit-user-select:none;user-select:none}.zipcode-section{align-items:center;display:flex;gap:.4rem;justify-content:space-between;margin-bottom:.35rem}.show-zipcode-button{background:#6366f11a;border:1px solid #6366f14d;border-radius:6px;color:#6366f1;cursor:pointer;font-size:.7rem;font-weight:500;padding:.25rem .45rem;transition:all .2s ease;white-space:nowrap}.show-zipcode-button:hover{background:#6366f133;border-color:#6366f1;transform:translateY(-1px)}.unlock-text{color:#e8eaede6;font-size:.875rem;font-weight:600;line-height:1.4}.show-button{background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.3rem .8rem;transition:all .2s ease}.show-button:hover{box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.recent-badge{color:#f59e0b;font-size:.75rem;font-weight:600;margin-left:.5rem}.pro-access-banner{background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 2px 10px #6366f14d;color:#fff;left:0;padding:.4rem;position:relative;right:0;text-align:center;top:0;z-index:1001}.pro-banner-content{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center}.pro-icon{font-size:1rem}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.unlock-modal{-webkit-overflow-scrolling:touch;animation:modal-appear .3s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a2ef2;border:1px solid #6366f14d;border-radius:16px;box-shadow:0 20px 60px #0006;max-height:85vh;max-width:450px;overflow-y:auto;padding:1.5rem;position:relative;width:90%}@keyframes modal-appear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{align-items:center;background:#e8eaed1a;border:1px solid #e8eaed33;border-radius:50%;color:#e8eaedb3;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:32px}.modal-close:hover{background:#e8eaed33;color:#e8eaed}.modal-header{margin-bottom:1rem;text-align:center}.modal-header h3{color:#e8eaed;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600;margin:0}.modal-content{margin-bottom:1.5rem}.modal-description{color:#e8eaedcc;font-size:.9rem;line-height:1.5;margin-bottom:1rem;text-align:center}.modal-features{background:#6366f10d;border:1px solid #6366f133;border-radius:12px;margin-bottom:1rem;padding:1rem}.feature-item{align-items:center;color:#e8eaede6;display:flex;font-size:.8rem;gap:.5rem;margin-bottom:.5rem}.feature-item:last-child{margin-bottom:0}.modal-disclaimer{color:#e8eaed99;font-size:.875rem;font-style:italic;margin:0;text-align:center}.modal-actions{display:flex;flex-direction:column;gap:1rem}.upgrade-button{background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.upgrade-button:hover{box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.cancel-button{background:#0000;border:1px solid #e8eaed33;border-radius:12px;color:#e8eaedb3;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 2rem;transition:all .2s ease;width:100%}.cancel-button:hover{background:#e8eaed0d;border-color:#e8eaed4d;color:#e8eaed}.license-section{background:#e8eaed08;border:1px solid #e8eaed1a;border-radius:12px;margin:.75rem 0;padding:1rem}.license-section.compact{padding:.5rem}.license-text{color:#e8eaedcc;font-size:.8rem;margin-bottom:.75rem;text-align:center}.license-form{display:flex;gap:.75rem;margin-bottom:.5rem}.license-form.compact{gap:.5rem}.license-input{background:#e8eaed0d;border:1px solid #e8eaed33;border-radius:8px;color:#e8eaed;flex:1 1;font-family:Courier New,monospace;font-size:.875rem;letter-spacing:.5px;padding:.75rem 1rem;transition:all .2s ease}.license-input.compact{font-size:.85rem;padding:.55rem .75rem}.license-input:focus{background:#6366f10d;border-color:#6366f1;outline:none}.license-input::placeholder{color:#e8eaed66}.license-input:disabled{cursor:not-allowed;opacity:.6}.verify-button{background:#6366f133;border:1px solid #6366f166;border-radius:8px;color:#6366f1;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease;white-space:nowrap}.verify-button.compact{font-size:.85rem;padding:.55rem .9rem}.license-toggle{background:none;border:none;color:#8da2ff;cursor:pointer;font-size:.85rem;padding:.25rem 0;text-decoration:underline}.license-toggle:hover{color:#b39cff}.verify-button:hover:not(:disabled){background:#6366f14d;border-color:#6366f1;transform:translateY(-1px)}.verify-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.license-error{background:#ef44441a;border:1px solid #ef444433;border-radius:6px;color:#ef4444;font-size:.75rem;margin:0;padding:.5rem;text-align:center}@media (max-width:768px){.unlock-modal{margin:.5rem;max-height:90vh;padding:1rem;width:95%}.modal-header{margin-bottom:.75rem}.modal-header h3{font-size:1.1rem}.modal-content{margin-bottom:1rem}.pro-access-banner{padding:.4rem}.pro-banner-content{font-size:.8rem}.App.pro-active .App-header{margin-top:0}.zipcode-section{align-items:flex-start;flex-direction:column;gap:.5rem}.show-zipcode-button{align-self:center;font-size:.7rem;padding:.35rem .7rem}.license-section{margin:.5rem 0;padding:.75rem}.license-form{flex-direction:column;gap:.5rem}.verify-button{padding:.6rem 1rem}.show-button{font-size:.7rem;padding:.25rem .6rem}}@media (max-width:480px){.modal-actions{gap:.75rem}.upgrade-button{font-size:.9rem;padding:.875rem 1.5rem}.cancel-button{font-size:.8rem;padding:.6rem 1.5rem}.App.pro-active .App-header{margin-top:0}.app-tabs{gap:.4rem;grid-template-columns:repeat(3,1fr);padding:.5rem}.app-tab{height:45px;min-height:45px;padding:.6rem .4rem}.app-tab .tab-icon{font-size:.9rem}.app-tab .tab-name{font-size:.7rem}.empty-state,.loading{padding:1rem .75rem}.empty-icon{font-size:2.5rem;margin-bottom:.75rem}.empty-state h3{font-size:1.2rem;margin-bottom:.5rem}.empty-state p{font-size:.9rem}}.nav-menu button{background:none;border:none;border-radius:8px;color:#e8eaed;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.nav-menu button:hover{background:#6366f11a;color:#6366f1}.nav-menu button.active{background:#6366f133;color:#6366f1}.page-content{margin:0 auto;max-width:1200px;min-height:70vh;padding:2rem 1rem}.section-content{margin:0 auto;max-width:800px}.section-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.section-content p{color:#e8eaedcc;font-size:1.125rem;line-height:1.7;margin-bottom:2rem;text-align:center}.about-section{background:#e8eaed05;margin:2rem 0;padding:2rem 1rem}.stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6366f10d;border:1px solid #6366f133;border-radius:16px;padding:1.5rem;text-align:center}.stat-number{color:#6366f1;display:block;font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#e8eaedb3;font-size:.875rem;font-weight:500}.faq-section{background:#e8eaed03;padding:2rem 1rem}.faq-list{margin:0 auto;max-width:700px}.faq-item{background:#e8eaed08;border:1px solid #e8eaed1a;border-radius:12px;margin-bottom:1rem;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#e8eaed;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .2s ease;width:100%}.faq-question:hover{background:#6366f10d}.faq-question.expanded{background:#6366f11a;border-bottom:1px solid #6366f133}.faq-icon{color:#6366f1;font-size:1.25rem;font-weight:700}.faq-answer{background:#e8eaed05;padding:1.5rem}.faq-answer p{color:#e8eaedcc;line-height:1.6;margin:0;text-align:left}.contact-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-top:2rem}.contact-info h3{color:#e8eaed;font-family:Space Grotesk,sans-serif;font-size:1.5rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:2rem}.contact-icon{font-size:1.5rem;margin-top:.25rem}.contact-item strong{color:#6366f1;display:block;font-weight:600;margin-bottom:.25rem}.contact-item p{color:#e8eaedcc;margin:0;text-align:left}.contact-form{background:#e8eaed08;border:1px solid #e8eaed1a;border-radius:16px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#e8eaed;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#e8eaed0d;border:1px solid #e8eaed33;border-radius:8px;color:#e8eaed;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#6366f10d;border-color:#6366f1;outline:none}.form-group input:disabled,.form-group textarea:disabled{cursor:not-allowed;opacity:.6}.form-group textarea{min-height:120px;resize:vertical}.submit-button{background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.policy-content{text-align:left}.policy-content h3{color:#6366f1;font-family:Space Grotesk,sans-serif;font-size:1.25rem;margin:2rem 0 1rem}.policy-content p{margin-bottom:1rem;text-align:left}.policy-content ul{color:#e8eaedcc;margin:1rem 0 1rem 2rem}.policy-content li{line-height:1.6;margin-bottom:.5rem}.last-updated{color:#e8eaed99;font-size:.875rem;font-style:italic;text-align:center}.modal-legal{border-top:1px solid #e8eaed1a;margin-top:1rem;padding-top:1rem}.modal-legal p{color:#e8eaed99;font-size:.75rem;margin:0;text-align:center}.legal-link{background:none;border:none;color:#6366f1;cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.legal-link:hover{color:#a855f7}.footer-section ul li button{background:none;border:none;color:#e8eaed99;cursor:pointer;font-size:.875rem;font-weight:400;padding:0;text-align:left;text-decoration:none;transition:all .2s ease}.footer-section ul li button:hover{color:#6366f1}@media (max-width:768px){.contact-container{gap:2rem;grid-template-columns:1fr}.stats{gap:1rem;grid-template-columns:1fr}.stat{padding:1.5rem}.section-content h2,.stat-number{font-size:2rem}.faq-question{font-size:1rem;padding:1rem}.about-section,.faq-answer,.faq-section{padding:1rem}}.admin-login-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 20px #0000004d;margin:2rem auto;max-width:400px;padding:2rem;text-align:center}.admin-login-form{margin-top:1.5rem}.admin-login-form .form-group{margin-bottom:1rem;text-align:left}.admin-login-form label{color:#e8eaed;display:block;font-weight:500;margin-bottom:.5rem}.admin-login-form input{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#e8eaed;font-size:1rem;padding:.75rem;width:100%}.admin-login-form input::placeholder{color:#e8eaed99}.admin-login-button{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem;transition:all .2s ease;width:100%}.admin-login-button:hover{background:#5855eb;transform:translateY(-1px)}.admin-error{color:#f87171;font-size:.875rem;margin-top:.5rem}.admin-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.admin-logout-button{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}.admin-logout-button:hover{background:#dc2626;transform:translateY(-1px)}.admin-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.admin-stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 2px 10px #0003;padding:1.5rem;text-align:center;transition:all .2s ease}.admin-stat-card:hover{box-shadow:0 4px 20px #0000004d;transform:translateY(-2px)}.admin-stat-card h3{color:#e8eaedcc;font-size:.875rem;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase}.admin-stat-card .stat-number{color:#e8eaed;font-size:2rem;font-weight:700;margin-bottom:.5rem}.admin-stat-card .stat-label{color:#e8eaed99;font-size:.875rem}.admin-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.admin-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 2px 10px #0003;padding:1.5rem}.admin-section h3{color:#e8eaed;font-size:1.125rem;margin:0 0 1rem}.config-info .config-item,.job-distribution .distribution-item{border-bottom:1px solid #ffffff1a;color:#e8eaed;display:flex;justify-content:space-between;padding:.5rem 0}.config-info .config-item:last-child,.job-distribution .distribution-item:last-child{border-bottom:none}.config-info code{background:#ffffff1a;border:1px solid #6366f14d;border-radius:4px;color:#6366f1;font-size:.875rem;padding:.25rem .5rem}.admin-actions{display:flex;flex-wrap:wrap;gap:1rem}.admin-action-button{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;padding:.75rem 1rem;transition:all .2s ease}.admin-action-button:hover{background:#5855eb;transform:translateY(-1px)}.admin-action-button.danger{background:#ef4444}.admin-action-button.danger:hover{background:#dc2626}@media (max-width:768px){.admin-header{flex-direction:column;gap:1rem;text-align:center}.admin-sections,.admin-stats{grid-template-columns:1fr}.admin-actions{flex-direction:column}.admin-login-container{margin:1rem;padding:1.5rem}}
/*# sourceMappingURL=main.18ac4b1a.css.map*/