body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}.header{background-color:var(--primary-color);box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:sticky;top:0;width:100%;z-index:100}.header .container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative}.header .header-content{align-items:center;display:flex;justify-content:space-between}.header .logo a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.header .search-bar{flex-grow:1;margin:0 20px;position:relative}.header .search-bar form{display:flex;position:relative}.header .search-bar form input{border:none;border-radius:4px;font-size:.9rem;margin:0;padding:.6rem 1rem;width:100%}.header .search-bar form button{background:#0000;border:none;bottom:0;color:#666;cursor:pointer;padding:0 .8rem;position:absolute;right:0;top:0}.header .search-bar form button:hover{color:var(--accent-color)}.header .search-bar form button svg{vertical-align:middle}.header .header-right{align-items:center;display:flex}.header .main-nav ul{display:flex;list-style:none;margin:0}.header .main-nav ul li{margin:0 1rem}.header .main-nav ul li a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.header .main-nav ul li a:hover{color:var(--accent-color)}.header .main-nav ul li a.notification-link{position:relative}.header .main-nav ul li a.notification-link .notification-badge{align-items:center;background-color:#ff4757;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 4px;position:absolute;right:-12px;top:-8px}.header .auth-buttons{align-items:center;display:flex;margin-left:1rem}.header .auth-buttons .sign-in-btn{color:#fff;font-weight:500;margin-right:1rem}.header .auth-buttons .sign-in-btn:hover{text-decoration:underline}.header .auth-buttons .join-btn{background-color:var(--accent-color);border-radius:4px;color:#fff;font-weight:600;padding:.5rem 1.2rem;transition:background-color .3s ease}.header .auth-buttons .join-btn:hover{background-color:#02679e}.header .auth-buttons .user-menu{align-items:center;display:flex}.header .auth-buttons .user-menu .dashboard-link{color:#fff;font-weight:500;margin-right:1rem}.header .auth-buttons .user-menu .dashboard-link:hover{color:var(--accent-color)}.header .auth-buttons .user-menu .logout-btn{background-color:#0000;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.4rem 1rem;transition:all .3s ease}.header .auth-buttons .user-menu .logout-btn:hover{background-color:#ffffff1a}.header .category-menu{animation:smoothSlideDown .3s ease-in-out;background-color:#fff;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000026;left:0;position:absolute;right:0;top:calc(100% + 8px);transform-origin:top center;transition:all .3s ease-in-out;width:100%;z-index:99}.header .category-menu:before{background-color:#0000;content:"";height:20px;left:0;position:absolute;right:0;top:-20px}@keyframes smoothSlideDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.header .category-list{-webkit-overflow-scrolling:touch;background-color:var(--secondary-color);border-bottom:1px solid #eee;display:flex;list-style:none;margin:0;overflow-x:auto;padding:0}.header .category-list::-webkit-scrollbar{display:none}.header .category-list li{position:relative;transition:background-color .2s ease-in-out;white-space:nowrap}.header .category-list li.active,.header .category-list li:hover{background-color:var(--primary-color)}.header .category-list li.active:after,.header .category-list li:hover:after{animation:slideIn .2s ease-in-out;background-color:var(--accent-color);bottom:0;content:"";height:3px;left:0;position:absolute;right:0}.header .category-list li a{color:#fff;display:block;font-size:.9rem;font-weight:500;padding:1rem 1.2rem;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap}.header .category-list li a:hover{color:var(--accent-color)}@keyframes slideIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.header .subcategory-menu{animation:fadeIn .25s ease-in-out;background-color:#fff;padding:1.5rem 0;transform-origin:top center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.header .subcategory-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));padding:0 1rem}.header .subcategory-grid .subcategory-item{border-radius:4px;color:var(--text-color);font-size:.9rem;padding:.5rem;text-decoration:none;transition:all .2s ease}.header .subcategory-grid .subcategory-item:hover{background-color:#f5f5f5;color:var(--accent-color)}.header .search-suggestions{background-color:#fff;border:1px solid #ddd;border-top:none;box-shadow:0 4px 6px #0000001a;left:0;list-style:none;margin:0;padding:0;position:absolute;right:0;top:100%;z-index:1000}.header .search-suggestions li{padding:0}.header .search-suggestions li a{color:#333;display:block;padding:10px 15px;text-decoration:none}.header .search-suggestions li a:hover{background-color:#f5f5f5}@media(max-width:992px){.header .search-bar{max-width:300px}}@media(max-width:768px){.header .header-content{flex-wrap:wrap}.header .search-bar{margin:1rem 0 0;max-width:100%;order:3;width:100%}.header .header-right{justify-content:flex-end}.header .main-nav{display:none}.header .subcategory-grid{grid-template-columns:repeat(2,1fr)}.header .auth-buttons .user-menu{align-items:flex-end;flex-direction:column}.header .auth-buttons .user-menu .dashboard-link{margin-bottom:.5rem;margin-right:0}}.notification-popup-container{align-items:center;animation:slideInFromRight .5s ease-out forwards;background-color:#f8f8f8;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;gap:15px;max-width:350px;padding:15px 20px;position:fixed;right:20px;top:80px;width:100%;z-index:1000}.notification-popup-content{align-items:center;color:#333;display:flex;flex-grow:1;gap:15px;text-decoration:none}.notification-popup-icon{align-items:center;background-color:var(--primary-color);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.notification-popup-icon svg{stroke-width:2;height:20px;width:20px}.notification-popup-details{flex-grow:1}.notification-popup-details h3{color:var(--text-color-dark);font-size:1rem;font-weight:600;line-height:1.3;margin:0}.notification-popup-details p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-color-medium);display:-webkit-box;font-size:.85rem;line-height:1.3;margin:4px 0 0;overflow:hidden;text-overflow:ellipsis}.notification-popup-time{color:var(--text-color-light);display:block;font-size:.75rem;margin-top:5px}.notification-popup-close-btn{background:none;border:none;color:#999;cursor:pointer;flex-shrink:0;font-size:1.5rem;line-height:1;padding:5px}.notification-popup-close-btn:hover{color:#666}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media(max-width:768px){.notification-popup-container{left:10px;max-width:none;right:10px;top:60px}}.footer{background-color:var(--primary-color);color:#fff;padding:3rem 0 1rem}.footer .footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}@media(max-width:992px){.footer .footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.footer .footer-content{grid-template-columns:1fr}}.footer .footer-section h3{color:#fff;font-size:1.2rem;margin-bottom:1.5rem}.footer .footer-section ul{list-style:none}.footer .footer-section ul li{margin-bottom:.8rem}.footer .footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer .footer-section ul li a:hover{color:var(--accent-color)}.footer .social-links{display:flex;margin-top:1.5rem}.footer .social-links a{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;margin-right:.8rem;transition:background-color .3s ease;width:36px}.footer .social-links a:hover{background-color:var(--accent-color)}.footer .footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.footer .footer-bottom p{color:#fff9;font-size:.9rem;margin-bottom:0}.app-download-footer{display:flex;justify-content:center;margin-top:1.5rem}.app-download-footer .app-download-btn{align-items:center;background:#0288d1;background:var(--accent-color,#0288d1);border-radius:30px;box-shadow:0 2px 8px #0288d114;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-top:.5rem;padding:.7rem 1.5rem;text-decoration:none;transition:background .2s,box-shadow .2s,transform .1s}.app-download-footer .app-download-btn i{font-size:1.2rem}.app-download-footer .app-download-btn:hover{background:#083a50;box-shadow:0 4px 16px #0288d126;transform:translateY(-2px) scale(1.03)}.hero-section{background-color:var(--dark-bg);color:#fff;padding:5rem 0;text-align:center}.hero-section .hero-content{margin:0 auto;max-width:800px}.hero-section .hero-content h1{color:#fff;font-size:2.8rem;line-height:1.3;margin-bottom:2rem}.hero-section .search-container{margin:2rem auto;max-width:600px;position:relative}.hero-section .search-container form{display:flex}.hero-section .search-container form input{border:none;border-radius:4px 0 0 4px;flex:1 1;font-size:1rem;margin:0;padding:1rem}.hero-section .search-container form button{background-color:var(--accent-color);border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;font-weight:600;padding:0 1.5rem;transition:background-color .3s}.hero-section .search-container form button:hover{background-color:#02679e}.hero-section .popular-searches{color:#fffc}.hero-section .popular-searches span{margin-right:.5rem}.hero-section .popular-searches a{color:#fffc;display:inline-block;font-weight:500;margin:0 .5rem}.hero-section .popular-searches a:hover{color:var(--accent-color)}@media(max-width:768px){.hero-section{padding:4rem 0}.hero-section .hero-content h1{font-size:2rem}}@media(max-width:576px){.hero-section{padding:3rem 0}.hero-section .hero-content h1{font-size:1.8rem}.hero-section .search-container form{flex-direction:column}.hero-section .search-container form input{border-radius:4px 4px 0 0}.hero-section .search-container form button{border-radius:0 0 4px 4px;padding:.8rem}.hero-section .popular-searches{display:flex;flex-wrap:wrap;justify-content:center}.hero-section .popular-searches a,.hero-section .popular-searches span{margin-bottom:.5rem}}.services-section{background-color:#f9f9f9;padding:5rem 0}.services-section h2{color:var(--primary-color);margin-bottom:3rem;text-align:center}.services-section .service-categories{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.services-section .service-categories{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.services-section .service-categories{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.services-section .service-categories{grid-template-columns:1fr}}.services-section .service-card{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;color:var(--text-color);display:flex;flex-direction:column;padding:1.5rem;text-align:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.services-section .service-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.services-section .service-card .service-icon{font-size:2.5rem;margin-bottom:1rem}.services-section .service-card h3{color:var(--primary-color);font-size:1.2rem;margin-bottom:.5rem}.services-section .service-card p{color:#666;font-size:.9rem;line-height:1.4;margin-bottom:0}.how-it-works-section{background-color:#fff;padding:5rem 0;text-align:center}.how-it-works-section h2{color:var(--primary-color);margin-bottom:1rem}.how-it-works-section .subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem}.how-it-works-section .steps-container{display:flex;gap:2rem;justify-content:center;margin:0 auto;max-width:1000px;position:relative}.how-it-works-section .steps-container:before{background-color:#e0e0e0;content:"";height:2px;left:20%;position:absolute;right:20%;top:3rem;z-index:0}@media(max-width:768px){.how-it-works-section .steps-container{flex-direction:column}.how-it-works-section .steps-container:before{display:none}}.how-it-works-section .step-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;flex:1 1;padding:2rem 1.5rem;position:relative;z-index:1}.how-it-works-section .step-card .step-icon{align-items:center;background-color:var(--accent-color);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.how-it-works-section .step-card h3{color:var(--primary-color);margin-bottom:1rem}.how-it-works-section .step-card p{color:#666;font-size:.95rem;line-height:1.5}@media(max-width:992px){.how-it-works-section .steps-container{gap:1.5rem}}@media(max-width:768px){.how-it-works-section .steps-container{gap:2rem}.how-it-works-section .step-card{margin:0 auto;max-width:400px}}.trust-section{background-color:#f9f9f9;padding:5rem 0;text-align:center}.trust-section h2{color:var(--primary-color);margin-bottom:1rem}.trust-section .subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem}.trust-section .trust-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}@media(max-width:992px){.trust-section .trust-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.trust-section .trust-features{grid-template-columns:1fr;max-width:400px}}.trust-section .trust-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:2rem 1.5rem;transition:transform .3s ease}.trust-section .trust-card:hover{transform:translateY(-5px)}.trust-section .trust-card .trust-icon{color:var(--accent-color);font-size:2.5rem;margin-bottom:1.5rem}.trust-section .trust-card h3{color:var(--primary-color);font-size:1.2rem;margin-bottom:1rem}.trust-section .trust-card p{color:#666;font-size:.9rem;line-height:1.5}.about-us-section{background-color:var(--primary-color);color:#fff;padding:5rem 0}.about-us-section .about-us-content{margin:0 auto;max-width:800px;text-align:center}.about-us-section .rocket-icon{font-size:3rem;margin-bottom:1.5rem}.about-us-section h2{color:#fff;font-size:2.2rem;margin-bottom:1.5rem}.about-us-section p{color:#ffffffd9;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.about-us-section .join-journey-btn{background-color:var(--accent-color);border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:background-color .3s ease}.about-us-section .join-journey-btn:hover{background-color:#02679e}@media(max-width:768px){.about-us-section h2{font-size:1.8rem}.about-us-section p{font-size:1rem}}.join-team-section{background-color:#fff;padding:5rem 0;text-align:center}.join-team-section h2{color:var(--primary-color);margin-bottom:1rem}.join-team-section .subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem}.join-team-section .join-form-container{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin:0 auto;max-width:600px;padding:2rem}.join-team-section .form-group{margin-bottom:1.5rem}.join-team-section input,.join-team-section select,.join-team-section textarea{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem 1rem;transition:border-color .3s;width:100%}.join-team-section input:focus,.join-team-section select:focus,.join-team-section textarea:focus{border-color:var(--accent-color);outline:none}.join-team-section select{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%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.join-team-section textarea{min-height:120px;resize:vertical}.join-team-section .join-button{background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background-color .3s;width:100%}.join-team-section .join-button:hover{background-color:var(--secondary-color)}@media(max-width:768px){.join-team-section .join-form-container{padding:1.5rem}.join-team-section .join-button{padding:.8rem 1.5rem}}.auth-page{align-items:center;background-color:#f9fafb;display:flex;min-height:calc(100vh - 200px);padding:60px 0}.auth-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.auth-page .auth-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0a233b14;margin:0 auto;max-width:600px;padding:40px}.auth-page .auth-header{margin-bottom:30px;text-align:center}.auth-page .auth-header h1{color:#0a233b;font-size:28px;margin-bottom:10px}.auth-page .auth-header p{color:#666;font-size:16px}.auth-page .success-message{background-color:#e6f7ed;color:#0a6e3d}.auth-page .form-error,.auth-page .success-message{border-radius:6px;font-weight:500;margin-bottom:20px;padding:15px;text-align:center}.auth-page .form-error{background-color:#fae9e9;color:#d32f2f}.auth-page .auth-form .form-row{display:flex;gap:20px;margin-bottom:20px}.auth-page .auth-form .form-row .form-group{flex:1 1}@media(max-width:768px){.auth-page .auth-form .form-row{flex-direction:column;gap:0}}.auth-page .auth-form .form-group{margin-bottom:20px}.auth-page .auth-form .form-group label{color:#333;display:block;font-weight:500;margin-bottom:8px}.auth-page .auth-form .form-group input,.auth-page .auth-form .form-group select{border:1px solid #ddd;border-radius:6px;font-size:16px;padding:12px 15px;transition:border-color .3s;width:100%}.auth-page .auth-form .form-group input:focus,.auth-page .auth-form .form-group select:focus{border-color:#083a50;box-shadow:0 0 0 2px #0288d11a;outline:none}.auth-page .auth-form .form-group input.error,.auth-page .auth-form .form-group select.error{border-color:#d32f2f}.auth-page .auth-form .form-group .error-message{color:#d32f2f;font-size:14px;margin-top:5px}.auth-page .auth-form .form-group.terms-checkbox{align-items:flex-start;display:flex;margin-bottom:20px}.auth-page .auth-form .form-group.terms-checkbox input[type=checkbox]{align-self:flex-start;cursor:pointer;flex-shrink:0;height:18px;margin-right:10px;margin-top:2px;width:18px}.auth-page .auth-form .form-group.terms-checkbox label{color:#555;display:inline;font-size:15px;line-height:1.4;margin-bottom:0}.auth-page .auth-form .form-group.terms-checkbox label a{color:#083a50;text-decoration:none}.auth-page .auth-form .form-group.terms-checkbox label a:hover{text-decoration:underline}.auth-page .auth-form .form-group.checkbox-group{align-items:baseline;display:flex;margin-bottom:0}.auth-page .auth-form .form-group.checkbox-group input[type=checkbox]{cursor:pointer;flex-shrink:0;height:18px;margin-right:10px;margin-top:4px;width:18px}.auth-page .auth-form .form-group.checkbox-group label{color:#555;font-size:15px;line-height:1.4;margin-bottom:0}.auth-page .auth-form .form-options{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.auth-page .auth-form .form-options .forgot-password{color:#083a50;font-size:14px;text-decoration:none}.auth-page .auth-form .form-options .forgot-password:hover{text-decoration:underline}@media(max-width:480px){.auth-page .auth-form .form-options{align-items:flex-start;flex-direction:column;gap:10px}}.auth-page .auth-form .auth-button{background-color:#083a50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:background-color .3s;width:100%}.auth-page .auth-form .auth-button:hover{background-color:#062939}.auth-page .auth-form .auth-button:disabled{background-color:#ccc;cursor:not-allowed}.auth-page .auth-form .auth-footer{color:#666;font-size:15px;margin-top:20px;text-align:center}.auth-page .auth-form .auth-footer a{color:#083a50;font-weight:500;text-decoration:none}.auth-page .auth-form .auth-footer a:hover{text-decoration:underline}.auth-page.signup-page .user-type-selection{display:flex;gap:15px;margin-bottom:30px}@media(max-width:768px){.auth-page.signup-page .user-type-selection{flex-direction:column}}.auth-page.signup-page .user-type-selection .user-type-option{background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;flex:1 1;padding:20px;text-align:center;transition:all .3s}.auth-page.signup-page .user-type-selection .user-type-option:hover{border-color:#ccc}.auth-page.signup-page .user-type-selection .user-type-option.active{background-color:#0288d10d;border-color:#083a50}.auth-page.signup-page .user-type-selection .user-type-option .icon{font-size:32px;margin-bottom:10px}.auth-page.signup-page .user-type-selection .user-type-option h3{color:#0a233b;font-size:18px;margin-bottom:8px}.auth-page.signup-page .user-type-selection .user-type-option p{color:#666;font-size:14px;margin:0}.verify-email-page .code-inputs{display:flex;gap:10px;justify-content:center;margin:30px 0}.verify-email-page .code-inputs input{background-color:#f9f9f9;border:2px solid #ddd;border-radius:8px;font-size:24px;height:60px;text-align:center;transition:all .3s ease;width:50px}.verify-email-page .code-inputs input:focus{background-color:#fff;border-color:#0288d1;box-shadow:0 0 0 2px #0288d133}.verify-email-page .code-inputs input:disabled{background-color:#f0f0f0;cursor:not-allowed}.verify-email-page .countdown-timer{color:#666;font-size:14px;margin-bottom:20px;text-align:center}.verify-email-page .countdown-timer .time{color:#0a233b;font-weight:700}.verify-email-page .resend-code{margin-top:20px;text-align:center}.verify-email-page .resend-code .text-button{background:none;border:none;color:#0288d1;cursor:pointer;font-size:14px;text-decoration:underline}.verify-email-page .resend-code .text-button:disabled{color:#999;cursor:not-allowed;text-decoration:none}.verify-email-page .form-success{background-color:#e8f5e9;border-radius:4px;color:#2e7d32;margin-bottom:20px;padding:10px 15px;text-align:center}.drop-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;min-width:0;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s}.drop-card:hover{box-shadow:0 4px 10px #0000001a;transform:translateY(-5px)}.drop-card .drop-thumbnail:after{background:linear-gradient(180deg,#0006,#000 60%);content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.drop-card .card-actions{display:flex;gap:8px;opacity:0;position:absolute;right:10px;top:10px;transform:translateY(-10px);transition:all .2s ease-in-out;visibility:hidden;z-index:2}.drop-card .card-actions .btn-delete,.drop-card .card-actions .btn-edit,.drop-card .card-actions .btn-pause{background:#fff;border:none;border-radius:4px;box-shadow:0 1px 4px #000;color:#333;cursor:pointer;font-size:13px;font-weight:600;padding:6px 10px;transition:all .2s ease}.drop-card .card-actions .btn-delete:hover,.drop-card .card-actions .btn-edit:hover,.drop-card .card-actions .btn-pause:hover{box-shadow:0 3px 8px #000;transform:translateY(-2px)}.drop-card:hover .drop-thumbnail:after{opacity:1}.drop-card:hover .card-actions{opacity:1;transform:translateY(0);visibility:visible}.drop-card .drop-link{color:inherit;display:flex;flex-direction:column;flex-grow:1;text-decoration:none}.drop-card .drop-thumbnail{background-color:#f0f2f5;height:170px;overflow:hidden;position:relative}.drop-card .drop-thumbnail img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.drop-card .drop-thumbnail:hover img{transform:scale(1.05)}.drop-card .drop-thumbnail .no-image{align-items:center;background-color:#f5f5f5;color:#666;display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:center;padding:20px;text-align:center;width:100%}.drop-card .drop-thumbnail .no-image span{font-weight:500;margin-bottom:4px}.drop-card .drop-thumbnail .no-image small{font-size:12px;opacity:.8}.drop-card .drop-card-content{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;padding:14px 12px 10px}.drop-card .seller-info{align-items:center;display:flex;gap:8px;margin-bottom:10px;width:100%}.drop-card .seller-info .seller-name{color:#333;font-size:14px;font-weight:600}.drop-card .drop-title{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;color:#0a233b;display:-webkit-box;font-size:16px;font-weight:500;line-height:1.4;margin:0 0 10px;max-height:44px;min-height:44px;overflow:hidden;text-align:left}.drop-card .drop-rating{align-items:center;color:#ffbe5b;display:flex;font-size:14px;font-weight:700;margin-top:auto}.drop-card .drop-rating .star{margin-right:4px}.drop-card .drop-rating .review-count{color:#777;font-size:13px;font-weight:400;margin-left:5px}.drop-card .drop-footer{align-items:center;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:10px 12px}.drop-card .drop-footer .drop-price{align-items:center;display:flex;gap:5px}.drop-card .drop-footer .drop-price span:first-child{color:#777;font-size:11px;font-weight:600;letter-spacing:.5px}.drop-card .drop-footer .drop-price .price{color:#0288d1;font-size:18px;font-weight:700}.drop-card .drop-footer .drop-orders{color:#777;font-size:12px;font-weight:500}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.drop-card-skeleton{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.drop-card-skeleton .skeleton-image{animation:skeleton-loading 1s linear infinite alternate;padding-top:60%;width:100%}.drop-card-skeleton .skeleton-content{padding:1rem}.drop-card-skeleton .skeleton-line{animation:skeleton-loading 1s linear infinite alternate;border-radius:4px;height:1rem;margin-bottom:.75rem}.drop-card-skeleton .skeleton-line.title{height:1.2rem;width:80%}.drop-card-skeleton .skeleton-line.text{width:95%}.drop-card-skeleton .skeleton-footer{display:flex;justify-content:flex-end;margin-top:1rem}.drop-card-skeleton .skeleton-line.price{width:30%}.explore-page{padding:40px 0}.explore-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.explore-page .explore-header{margin-bottom:40px;text-align:center}.explore-page .explore-header h1{color:#0a233b;font-size:36px;font-weight:700;margin-bottom:10px}.explore-page .explore-header p{color:#666;font-size:18px}.explore-page .category-filter{margin-bottom:30px}.explore-page .category-filter .category-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.explore-page .category-filter .category-list .category-btn{background-color:#f0f0f0;border:1px solid #ccc;border-radius:20px;box-shadow:0 1px 3px #0000001a;color:#333;cursor:pointer;font-size:15px;font-weight:500;padding:10px 20px;transition:all .3s ease}.explore-page .category-filter .category-list .category-btn:hover{background-color:#e0e0e0;color:#0288d1}.explore-page .category-filter .category-list .category-btn.active{background-color:#0288d1;border-color:#0288d1;box-shadow:0 2px 5px #0288d14d;color:#fff;font-weight:600}.explore-page .filter-display{background-color:#f9f9f9;border-radius:8px;color:#555;font-size:1.1rem;margin:1.5rem 0;padding:.8rem;text-align:center}.explore-page .filter-display strong{color:#0288d1;text-transform:capitalize}.explore-page .products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.explore-page .loading{color:#666;font-size:18px;padding:40px;text-align:center}.explore-page .no-results{color:#666;font-size:16px;padding:40px;text-align:center}@media(max-width:1200px){.explore-page .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.explore-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.explore-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.explore-page .products-grid{grid-template-columns:1fr}}@media(max-width:480px){.explore-page .products-grid{grid-template-columns:1fr}.explore-page .category-filter .category-list{justify-content:flex-start;overflow-x:auto;padding-bottom:10px}.explore-page .category-filter .category-list::-webkit-scrollbar{height:4px}.explore-page .category-filter .category-list::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}}.taskbook-page{min-height:calc(100vh - 200px)}.taskbook-page .hero-section{background:linear-gradient(135deg,#0a233b,#083a50);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.taskbook-page .hero-section:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.taskbook-page .hero-section .hero-content{margin:0 auto;max-width:1000px;position:relative;z-index:2}.taskbook-page .hero-section .hero-content h1{color:#fff;font-size:3rem;margin-bottom:1rem;text-shadow:0 2px 4px #0003}.taskbook-page .hero-section .hero-content p{font-size:1.3rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.9}.taskbook-page .hero-section .hero-content .hero-features{display:flex;gap:2rem;justify-content:space-between;margin-top:3rem}.taskbook-page .hero-section .hero-content .hero-features .feature{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff1a;border-radius:8px;flex:1 1;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.taskbook-page .hero-section .hero-content .hero-features .feature:hover{box-shadow:0 10px 20px #0003;transform:translateY(-5px)}.taskbook-page .hero-section .hero-content .hero-features .feature .feature-icon{align-items:center;background-color:#fff3;border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.taskbook-page .hero-section .hero-content .hero-features .feature .feature-icon svg{color:#fff;height:30px;width:30px}.taskbook-page .hero-section .hero-content .hero-features .feature h3{color:#fff;font-size:1.4rem;margin-bottom:1rem}.taskbook-page .hero-section .hero-content .hero-features .feature p{font-size:1rem;margin-bottom:0;opacity:.8}.taskbook-page .timeline-section{background-color:#f0f2f5;padding:3rem 0}.taskbook-page .timeline-section .container{margin:0 auto;max-width:700px}.taskbook-page .timeline-section h2{color:#0a233b;color:var(--primary-color);font-size:1.8rem;margin-bottom:1.5rem;text-align:left}.taskbook-page .timeline-section h2:after{display:none}.taskbook-page .create-post-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;margin-bottom:2rem;padding:1.5rem}.taskbook-page .create-post-container .login-prompt{padding:1rem;text-align:center}.taskbook-page .create-post-container .login-prompt p{color:#555;margin:0}.taskbook-page .create-post-container .login-prompt p a{color:#0288d1;color:var(--accent-color);font-weight:600}.taskbook-page .create-post-container .login-prompt p a:hover{text-decoration:underline}.taskbook-page .create-post-form{position:relative}.taskbook-page .create-post-form .post-input{display:flex;gap:1rem;margin-bottom:1rem}.taskbook-page .create-post-form .post-input .avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.taskbook-page .create-post-form .post-input textarea{background-color:#f0f2f5;border:none;border-radius:20px;flex:1 1;min-height:60px;padding:.75rem 1rem;resize:none}.taskbook-page .create-post-form .post-input textarea:focus{background-color:#e8eaed;outline:none}.taskbook-page .create-post-form .image-preview{margin-bottom:1rem;position:relative}.taskbook-page .create-post-form .image-preview img{border-radius:8px;max-height:300px;object-fit:contain;width:100%}.taskbook-page .create-post-form .image-preview .remove-image{align-items:center;background-color:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.taskbook-page .create-post-form .image-preview .remove-image:hover{background-color:#000c}.taskbook-page .create-post-form .emoji-picker-container{border-radius:8px;bottom:100%;box-shadow:0 5px 20px #0003;left:0;margin-bottom:10px;overflow:hidden;position:absolute;z-index:10}.taskbook-page .create-post-form .post-actions{align-items:center;border-top:1px solid #e4e6eb;display:flex;justify-content:space-between;padding-top:1rem}.taskbook-page .create-post-form .post-actions .post-attachments{display:flex;gap:1rem}.taskbook-page .create-post-form .post-actions .post-attachments .attachment-btn{align-items:center;background:none;border:none;border-radius:4px;color:#65676b;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem}.taskbook-page .create-post-form .post-actions .post-attachments .attachment-btn:hover{background-color:#f0f2f5}.taskbook-page .create-post-form .post-actions .post-attachments .attachment-btn svg{color:#45bd62}.taskbook-page .create-post-form .post-actions .post-btn{background-color:#0288d1;background-color:var(--accent-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:background-color .3s}.taskbook-page .create-post-form .post-actions .post-btn:hover:not(:disabled){background-color:#02679e}.taskbook-page .create-post-form .post-actions .post-btn:disabled{background-color:#e4e6eb;color:#bcc0c4;cursor:not-allowed}.taskbook-page .posts-container{display:flex;flex-direction:column;gap:1.5rem}.taskbook-page .posts-container .loading{align-items:center;display:flex;flex-direction:column;padding:2rem}.taskbook-page .posts-container .loading .spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top:4px solid var(--accent-color);height:40px;margin-bottom:1rem;width:40px}.taskbook-page .posts-container .no-posts{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;padding:3rem 1rem;text-align:center}.taskbook-page .posts-container .no-posts .no-posts-icon{align-items:center;background-color:#f0f2f5;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.taskbook-page .posts-container .no-posts .no-posts-icon svg{color:#65676b}.taskbook-page .posts-container .no-posts h3{color:#0a233b;color:var(--primary-color);font-size:1.4rem;margin-bottom:.5rem}.taskbook-page .posts-container .no-posts p{color:#65676b}.taskbook-page .post{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;overflow:hidden;padding:1rem}.taskbook-page .post .post-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.taskbook-page .post .post-header .avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.taskbook-page .post .post-header .post-info{display:flex;flex-direction:column}.taskbook-page .post .post-header .post-info .user-info{align-items:center;display:flex;gap:8px}.taskbook-page .post .post-header .post-info h3{font-size:1rem;font-weight:600;margin:0}.taskbook-page .post .post-header .post-info .verified-badge{align-items:center;color:#1890ff;display:inline-flex;justify-content:center}.taskbook-page .post .post-header .post-info .timestamp{color:#65676b;font-size:.8rem}.taskbook-page .post .post-content{padding:0 1rem 1rem}.taskbook-page .post .post-content p{margin-bottom:1rem;white-space:pre-wrap;word-break:break-word}.taskbook-page .post .post-content .post-image{margin:0 -1rem}.taskbook-page .post .post-content .post-image img{max-height:500px;object-fit:cover;width:100%}.taskbook-page .post .post-stats{border-bottom:1px solid #e4e6eb;border-top:1px solid #e4e6eb;color:#65676b;display:flex;font-size:.9rem;justify-content:space-between;padding:.5rem 1rem}.taskbook-page .post .post-stats .reaction-summary{align-items:center;display:flex;gap:.5rem}.taskbook-page .post .post-stats .reaction-summary .reaction-icons{display:flex}.taskbook-page .post .post-stats .reaction-summary .reaction-icons .reaction-icon{font-size:1.1rem;margin-right:-4px}.taskbook-page .post .post-stats .reaction-summary .reaction-icons .reaction-icon:last-child{margin-right:0}.taskbook-page .post .post-actions{display:flex;justify-content:space-around;padding:.5rem}.taskbook-page .post .post-actions .reaction-button-container{flex:1 1;position:relative}.taskbook-page .post .post-actions .reaction-button-container .reaction-btn{align-items:center;background:none;border:none;border-radius:4px;color:#65676b;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem;width:100%}.taskbook-page .post .post-actions .reaction-button-container .reaction-btn:hover:not(:disabled){background-color:#f0f2f5}.taskbook-page .post .post-actions .reaction-button-container .reaction-btn:disabled{cursor:not-allowed;opacity:.6}.taskbook-page .post .post-actions .reaction-button-container .reaction-btn.reacted{color:#0288d1;color:var(--accent-color)}.taskbook-page .post .post-actions .reaction-button-container .reaction-btn svg{height:20px;width:20px}.taskbook-page .post .post-actions .reaction-button-container .reaction-menu{background-color:#fff;border-radius:30px;bottom:100%;box-shadow:0 2px 8px #0003;display:flex;left:50%;margin-bottom:.5rem;padding:.5rem;position:absolute;transform:translateX(-50%);z-index:10}.taskbook-page .post .post-actions .reaction-button-container .reaction-menu:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #fff;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.taskbook-page .post .post-actions .reaction-button-container .reaction-menu .reaction-option{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:transform .2s ease}.taskbook-page .post .post-actions .reaction-button-container .reaction-menu .reaction-option:hover{background-color:#f0f2f5;transform:scale(1.2)}.taskbook-page .post .post-actions .comment-btn,.taskbook-page .post .post-actions .share-btn{align-items:center;background:none;border:none;border-radius:4px;color:#65676b;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem}.taskbook-page .post .post-actions .comment-btn:hover,.taskbook-page .post .post-actions .share-btn:hover{background-color:#f0f2f5}.taskbook-page .post .post-actions .comment-btn svg,.taskbook-page .post .post-actions .share-btn svg{height:20px;width:20px}.taskbook-page .post .comments-section{background-color:#f0f2f5;padding:1rem}.taskbook-page .post .comments-section .comment{display:flex;margin-bottom:1rem}.taskbook-page .post .comments-section .comment .avatar{border-radius:50%;height:32px;margin-right:.75rem;object-fit:cover;width:32px}.taskbook-page .post .comments-section .comment .comment-content{background-color:#fff;border-radius:18px;flex:1 1;padding:.75rem 1rem}.taskbook-page .post .comments-section .comment .comment-content .user-info{align-items:center;display:flex;gap:8px}.taskbook-page .post .comments-section .comment .comment-content h4{color:#333;color:var(--text-color);font-size:.9rem;margin:0}.taskbook-page .post .comments-section .comment .comment-content p{font-size:.9rem;margin:.25rem 0 .5rem;white-space:pre-wrap;word-break:break-word}.taskbook-page .post .comments-section .comment .comment-content .timestamp{color:#65676b;font-size:.75rem}.taskbook-page .post .comments-section .comment-form{align-items:flex-start;display:flex;gap:.75rem}.taskbook-page .post .comments-section .comment-form .avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.taskbook-page .post .comments-section .comment-form .comment-input-container{flex:1 1;position:relative}.taskbook-page .post .comments-section .comment-form .comment-input-container input{background-color:#fff;border:none;border-radius:20px;padding:.6rem 2.5rem .6rem 1rem;width:100%}.taskbook-page .post .comments-section .comment-form .comment-input-container input:focus{outline:none}.taskbook-page .post .comments-section .comment-form .comment-input-container .comment-emoji-btn{background:none;border:none;border-radius:50%;color:#65676b;cursor:pointer;padding:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.taskbook-page .post .comments-section .comment-form .comment-input-container .comment-emoji-btn:hover{background-color:#f0f2f5}.taskbook-page .post .comments-section .comment-form .comment-input-container .comment-emoji-btn svg{display:block}.taskbook-page .post .comments-section .comment-form .comment-input-container .comment-emoji-picker{border-radius:8px;bottom:100%;box-shadow:0 5px 20px #0003;margin-bottom:10px;overflow:hidden;position:absolute;right:0;z-index:10}.taskbook-page .post .comments-section .comment-form button[type=submit]{background-color:#0288d1;background-color:var(--accent-color);border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem}.taskbook-page .post .comments-section .comment-form button[type=submit]:hover{background-color:#02679e}@media(max-width:768px){.taskbook-page .hero-section{padding:3rem 0}.taskbook-page .hero-section .hero-content h1{font-size:2.2rem}.taskbook-page .hero-section .hero-content p{font-size:1.1rem}.taskbook-page .hero-section .hero-content .hero-features{flex-direction:column;gap:1.5rem}.taskbook-page .hero-section .hero-content .hero-features .feature{padding:1.5rem}.taskbook-page .timeline-section .container{padding:0 1rem}.taskbook-page .post .post-actions button{font-size:.9rem}.taskbook-page .post .reaction-menu .reaction-option{font-size:1.3rem;padding:.4rem}.taskbook-page .comment-emoji-picker,.taskbook-page .emoji-picker-container{bottom:auto!important;left:50%!important;position:fixed!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:1000!important}}.share-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.share-modal{background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #0003;max-width:400px;width:90%}.share-modal-header{align-items:center;border-bottom:1px solid #e4e6eb;display:flex;justify-content:space-between;padding:1rem}.share-modal-header h3{font-size:1.2rem;margin:0}.share-modal-header button{background:none;border:none;cursor:pointer;font-size:.5rem}.share-modal-body{padding:1rem;text-align:center}.share-modal-body p{color:#65676b;margin:0 0 1rem}.share-modal-body .share-icons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.share-modal-body .share-icons a img{height:48px;transition:transform .2s ease;width:48px}.share-modal-body .share-icons a img:hover{transform:scale(1.1)}.share-modal-body .share-link{display:flex;margin-top:1rem}.share-modal-body .share-link input{background-color:#f0f2f5;border:1px solid #e4e6eb;border-radius:4px 0 0 4px;flex:1 1;font-size:14px;height:40px;outline:none;padding:0 10px}.share-modal-body .share-link button{align-items:center;background-color:#0288d1;background-color:var(--accent-color);border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0 15px;white-space:nowrap}.dashboard{background-color:#f9fafb;min-height:calc(100vh - 200px);padding:2rem 0}.dashboard .container{margin:0 auto;max-width:1200px;padding:0 20px}.dashboard .dashboard-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.dashboard .dashboard-actions .action-link{color:inherit;flex:1 1;min-width:200px;text-decoration:none}.dashboard .dashboard-actions .action-link .action-card{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1.5rem;text-align:center;transition:transform .2s,box-shadow .2s}.dashboard .dashboard-actions .action-link .action-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.dashboard .dashboard-actions .action-link .action-card i{color:#0288d1;font-size:2rem;margin-bottom:.75rem}.dashboard .dashboard-actions .action-link .action-card span{font-size:1rem;font-weight:500}.dashboard .dashboard-header{margin-bottom:30px}.dashboard .dashboard-header h1{color:#0a233b;font-size:28px;margin-bottom:10px}.dashboard .dashboard-header p{color:#666;font-size:18px}.dashboard .alert{border-radius:6px;font-size:14px;margin-bottom:20px;padding:12px 16px}.dashboard .alert.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.dashboard .alert.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.dashboard .dashboard-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}@media(max-width:992px){.dashboard .dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.dashboard .dashboard-stats{grid-template-columns:1fr}}.dashboard .dashboard-stats .stat-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:20px;text-align:center;transition:transform .3s,box-shadow .3s}.dashboard .dashboard-stats .stat-card:hover{box-shadow:0 4px 10px #0000001a;transform:translateY(-5px)}.dashboard .dashboard-stats .stat-card h3{color:#0a233b;font-size:16px;margin-bottom:10px}.dashboard .dashboard-stats .stat-card .stat-value{color:#0288d1;font-size:28px;font-weight:700;margin:0}.dashboard .dashboard-main-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:300px 1fr}@media(max-width:768px){.dashboard .dashboard-main-content{grid-template-columns:1fr}}.dashboard .dashboard-main-content .dashboard-sidebar .dashboard-section{height:fit-content}.dashboard .dashboard-main-content .dashboard-main{display:flex;flex-direction:column;gap:30px}.dashboard .dashboard-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:30px}.dashboard .dashboard-section .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.dashboard .dashboard-section .section-header h2{margin-bottom:0;padding-bottom:0;text-align:left}.dashboard .dashboard-section .section-header h2:after{display:none}.dashboard .dashboard-section .section-header .btn{background-color:#0288d1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;text-decoration:none;transition:background-color .3s}.dashboard .dashboard-section .section-header .btn:hover{background-color:#02679e}.dashboard .dashboard-section h2{color:#0a233b;font-size:20px;margin-bottom:20px;padding-bottom:0;text-align:left}.dashboard .dashboard-section h2:after{display:none}.dashboard .dashboard-section .empty-state{padding:40px 20px;text-align:center}.dashboard .dashboard-section .empty-state p{color:#666;margin-bottom:15px}.dashboard .dashboard-section .empty-state .btn{background-color:#0288d1;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;margin-top:10px;padding:10px 20px;text-decoration:none;transition:background-color .3s}.dashboard .dashboard-section .empty-state .btn:hover{background-color:#02679e}.dashboard .dashboard-section .profile-summary h3{color:#0a233b;font-size:18px;margin-bottom:15px}.dashboard .dashboard-section .profile-summary .profile-description{color:#555;line-height:1.5;margin-bottom:20px}.dashboard .dashboard-section .profile-summary h4{border-bottom:1px solid #e0e0e0;color:#0a233b;font-size:16px;margin-bottom:10px;padding-bottom:5px}.dashboard .dashboard-section .profile-summary .profile-languages,.dashboard .dashboard-section .profile-summary .profile-skills{margin-bottom:20px}.dashboard .dashboard-section .profile-summary .languages-list,.dashboard .dashboard-section .profile-summary .skills-list{display:flex;flex-wrap:wrap;gap:10px}.dashboard .dashboard-section .profile-summary .languages-list .language-tag,.dashboard .dashboard-section .profile-summary .languages-list .skill-tag,.dashboard .dashboard-section .profile-summary .skills-list .language-tag,.dashboard .dashboard-section .profile-summary .skills-list .skill-tag{background-color:#f0f7ff;border:1px solid #cce3ff;border-radius:20px;color:#0a233b;font-size:14px;padding:5px 12px}.dashboard .dashboard-section .profile-summary .profile-rate p{color:#0288d1;font-size:18px;font-weight:600}.dashboard .dashboard-section .drops-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.dashboard .dashboard-section .drops-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.dashboard .dashboard-section .drops-grid{grid-template-columns:1fr}}.dashboard .dashboard-section .drops-grid .drop-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000001a;min-width:0;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s}.dashboard .dashboard-section .drops-grid .drop-card .drop-thumbnail{background-color:#f0f2f5;height:170px}.dashboard .dashboard-section .drops-grid .drop-card .drop-thumbnail .slick-list,.dashboard .dashboard-section .drops-grid .drop-card .drop-thumbnail .slick-slider,.dashboard .dashboard-section .drops-grid .drop-card .drop-thumbnail .slick-track{height:100%}.dashboard .dashboard-section .drops-grid .drop-card .drop-thumbnail .thumbnail-image-container{height:170px}.dashboard .dashboard-section .drops-grid .drop-card .drop-thumbnail .thumbnail-image-container img{height:100%;object-fit:cover;width:100%}.dashboard .dashboard-section .drops-grid .drop-card .drop-card-content.fiverr-style{align-items:flex-start;display:flex;flex-direction:column;padding:14px 12px 16px}.dashboard .dashboard-section .drops-grid .drop-card .seller-row{align-items:center;display:flex;gap:8px;margin-bottom:8px;width:100%}.dashboard .dashboard-section .drops-grid .drop-card .seller-avatar{border:1.5px solid #e0e0e0;border-radius:50%;height:32px;object-fit:cover;width:32px}.dashboard .dashboard-section .drops-grid .drop-card .seller-name{color:#222;font-size:13px;font-weight:500;margin-right:auto}.dashboard .dashboard-section .drops-grid .drop-card .drop-rating{align-items:center;color:#ffb400;display:flex;font-size:13px;font-weight:600}.dashboard .dashboard-section .drops-grid .drop-card .review-count{color:#888;font-size:12px;margin-left:2px}.dashboard .dashboard-section .drops-grid .drop-card h3{color:#0a233b;font-size:15px;font-weight:600;line-height:1.3;margin:0 0 10px;max-height:40px;min-height:38px;overflow:hidden;text-align:left}.dashboard .dashboard-section .drops-grid .drop-card .drop-price-row{color:#555;font-size:13px;font-weight:500;margin-top:2px}.dashboard .dashboard-section .drops-grid .drop-card .drop-price{color:#0288d1;font-size:15px;font-weight:700;margin-left:2px}.dashboard.admin-dashboard .admin-actions{display:flex;flex-wrap:wrap;gap:15px}.dashboard.admin-dashboard .admin-actions button{flex:1 1;min-width:150px}.dashboard.seller-dashboard .section-header{margin-bottom:20px}.dashboard.buyer-dashboard .stat-card{border-left:3px solid #0288d1}.dashboard.buyer-dashboard .dashboard-section h2{color:#061625}.loading{align-items:center;color:#0a233b;display:flex;font-size:18px;justify-content:center;min-height:calc(100vh - 200px)}.buyer-orders-page{background-color:#f7f7f7;min-height:calc(100vh - 60px);padding:40px 0}.buyer-orders-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.buyer-orders-page h1{color:#0a233b;font-size:28px;margin-bottom:25px}.buyer-orders-page .status-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.buyer-orders-page .status-tabs button{background-color:#fff;border:1px solid #d0e8f2;border-radius:4px;color:#0a233b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.buyer-orders-page .status-tabs button:hover{background-color:#f0f7fa}.buyer-orders-page .status-tabs button.active{background-color:#0288d1;border-color:#0288d1;color:#fff}.buyer-orders-page .no-orders{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:50px 30px;text-align:center}.buyer-orders-page .no-orders h3{color:#0a233b;font-size:20px;margin-bottom:15px}.buyer-orders-page .no-orders p{color:#666;font-size:16px}.buyer-orders-page .no-orders p a{color:#0288d1;font-weight:600;text-decoration:none}.buyer-orders-page .no-orders p a:hover{text-decoration:underline}.buyer-orders-page .orders-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.buyer-orders-page .order-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 2px 8px #0000000d;overflow:hidden;transition:transform .2s,box-shadow .2s}.buyer-orders-page .order-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.buyer-orders-page .order-card .order-image{height:180px;position:relative}.buyer-orders-page .order-card .order-image img{height:100%;object-fit:cover;width:100%}.buyer-orders-page .order-card .order-image .status-badge{border-radius:12px;font-size:12px;font-weight:600;padding:5px 10px;position:absolute;right:10px;text-transform:uppercase;top:10px}.buyer-orders-page .order-card .order-image .status-badge.pending{background-color:#fff3cd;color:#856404}.buyer-orders-page .order-card .order-image .status-badge.completed{background-color:#d4edda;color:#155724}.buyer-orders-page .order-card .order-image .status-badge.rejected{background-color:#f8d7da;color:#721c24}.buyer-orders-page .order-card .order-image .status-badge.cancelled{background-color:#e2e3e5;color:#383d41}.buyer-orders-page .order-card .order-details{padding:20px}.buyer-orders-page .order-card .order-details h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#0a233b;display:-webkit-box;font-size:18px;height:48px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis}.buyer-orders-page .order-card .order-details .seller{color:#666;font-size:14px;margin-bottom:15px}.buyer-orders-page .order-card .order-details .package-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.buyer-orders-page .order-card .order-details .package-info .package-name{background-color:#f0f7fa;border-radius:4px;color:#0a233b;font-size:14px;font-weight:600;padding:3px 8px}.buyer-orders-page .order-card .order-details .package-info .package-price{color:#0288d1;font-size:18px;font-weight:700}.buyer-orders-page .order-card .order-details .order-date{color:#777;font-size:13px;margin-bottom:15px}.buyer-orders-page .order-card .order-details .view-details-btn{background-color:#0288d1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px;transition:background-color .2s;width:100%}.buyer-orders-page .order-card .order-details .view-details-btn:hover{background-color:#0271ae}.buyer-orders-page .modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.buyer-orders-page .order-details-modal{background:#fff;border-radius:6px;box-shadow:0 5px 20px #0003;max-height:90vh;max-width:800px;overflow-y:auto;padding:30px;position:relative;width:100%}.buyer-orders-page .order-details-modal h2{color:#0a233b;font-size:24px;margin-bottom:25px;text-align:center}.buyer-orders-page .order-details-modal .close-modal{background:none;border:none;color:#999;cursor:pointer;font-size:24px;line-height:1;padding:0;position:absolute;right:15px;top:15px}.buyer-orders-page .order-details-modal .close-modal:hover{color:#0a233b}.buyer-orders-page .order-details-modal .order-summary{display:flex;gap:20px;margin-bottom:30px}@media(max-width:600px){.buyer-orders-page .order-details-modal .order-summary{flex-direction:column}}.buyer-orders-page .order-details-modal .order-summary .order-image{flex-shrink:0;height:150px;width:200px}@media(max-width:600px){.buyer-orders-page .order-details-modal .order-summary .order-image{height:200px;width:100%}}.buyer-orders-page .order-details-modal .order-summary .order-image img{border-radius:4px;height:100%;object-fit:cover;width:100%}.buyer-orders-page .order-details-modal .order-summary .order-info{flex-grow:1}.buyer-orders-page .order-details-modal .order-summary .order-info h3{color:#0a233b;font-size:20px;margin-bottom:10px}.buyer-orders-page .order-details-modal .order-summary .order-info .seller{color:#666;font-size:14px;margin-bottom:15px}.buyer-orders-page .order-details-modal .order-summary .order-info .package-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.buyer-orders-page .order-details-modal .order-summary .order-info .package-info .package-name{color:#0a233b;font-size:15px;font-weight:600}.buyer-orders-page .order-details-modal .order-summary .order-info .package-info .package-price{color:#0288d1;font-size:20px;font-weight:700}.buyer-orders-page .order-details-modal .order-summary .order-info .status{font-size:14px}.buyer-orders-page .order-details-modal .order-summary .order-info .status .status-text{font-weight:600}.buyer-orders-page .order-details-modal .order-summary .order-info .status .status-text.pending{color:#856404}.buyer-orders-page .order-details-modal .order-summary .order-info .status .status-text.completed{color:#155724}.buyer-orders-page .order-details-modal .order-summary .order-info .status .status-text.rejected{color:#721c24}.buyer-orders-page .order-details-modal .order-summary .order-info .status .status-text.cancelled{color:#383d41}.buyer-orders-page .order-details-modal .details-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:30px}.buyer-orders-page .order-details-modal .details-grid .detail-group h4{border-bottom:1px solid #eaeaea;color:#0a233b;font-size:16px;margin-bottom:10px;padding-bottom:5px}.buyer-orders-page .order-details-modal .details-grid .detail-group p{color:#333;font-size:14px;margin-bottom:8px}.buyer-orders-page .order-details-modal .details-grid .detail-group p strong{color:#083a50;margin-right:5px}.buyer-orders-page .order-details-modal .details-grid .detail-group.admin-note{background-color:#f9f9f9;border-radius:4px;grid-column:1/-1;padding:15px}.buyer-orders-page .order-details-modal .details-grid .detail-group.admin-note p{color:#555;font-style:italic}.buyer-orders-page .order-details-modal .action-buttons{margin-top:20px;text-align:center}.buyer-orders-page .order-details-modal .action-buttons .contact-seller-btn{background-color:#0288d1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 25px;transition:background-color .2s}.buyer-orders-page .order-details-modal .action-buttons .contact-seller-btn:hover{background-color:#0271ae}.buyer-orders-page .order-details-modal .pending-notice,.buyer-orders-page .order-details-modal .rejected-notice{border-radius:4px;margin-top:20px;padding:15px;text-align:center}.buyer-orders-page .order-details-modal .pending-notice p,.buyer-orders-page .order-details-modal .rejected-notice p{font-size:14px}.buyer-orders-page .order-details-modal .pending-notice{background-color:#fff3cd;color:#856404}.buyer-orders-page .order-details-modal .rejected-notice{background-color:#f8d7da;color:#721c24}.buyer-orders-page .error-container,.buyer-orders-page .loading-container{font-size:18px;padding:50px 0;text-align:center}.buyer-orders-page .error-container{color:#dc3545}.delivery-section{margin-bottom:2rem}.delivery-uploader{background-color:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.delivery-uploader .section-title{color:#0a233b;margin-bottom:1.5rem}.delivery-uploader .upload-section{margin-bottom:1.5rem}.delivery-uploader .upload-section .dropzone{border:2px dashed #ccc;border-radius:8px;cursor:pointer;margin-bottom:1rem;padding:2rem;text-align:center;transition:all .3s ease}.delivery-uploader .upload-section .dropzone.active,.delivery-uploader .upload-section .dropzone:hover{background-color:#0288d10d;border-color:#0288d1}.delivery-uploader .upload-section .dropzone .upload-icon{color:#0288d1;font-size:3rem;margin-bottom:1rem}.delivery-uploader .upload-section .file-list{margin-top:1.5rem}.delivery-uploader .upload-section .file-list .file-item{align-items:center;border:1px solid #eee;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.delivery-uploader .upload-section .file-list .file-item .file-icon{color:#0288d1;margin-right:.5rem}.delivery-uploader .upload-section .file-list .file-item .file-info{align-items:center;display:flex;flex:1 1;overflow:hidden}.delivery-uploader .upload-section .file-list .file-item .delete-btn{color:#f44336}.delivery-uploader .upload-section .file-list .upload-btn{background-color:#0288d1;margin-top:1rem}.delivery-uploader .upload-section .file-list .upload-btn .progress{color:#fff;margin-right:.5rem}.delivery-uploader .upload-section .uploaded-files .file-item.uploaded{background-color:#0288d10d}.delivery-uploader .upload-section .uploaded-files .change-files-btn{border-color:#0288d1;color:#0288d1;margin-top:1rem}.delivery-uploader .message-field{margin-bottom:1.5rem}.delivery-uploader .submit-btn{background-color:#0a233b}.delivery-uploader .submit-btn .progress{color:#fff;margin-right:.5rem}.delivery-uploader .submit-btn:hover{background-color:#03090f}.delivery-viewer{background-color:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.delivery-viewer .delivery-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.delivery-viewer .delivery-header .delivery-status{align-items:center;display:flex}.delivery-viewer .delivery-header .delivery-status .status-icon{margin-right:.5rem}.delivery-viewer .delivery-header .delivery-status .status-icon.delivered{color:#0288d1}.delivery-viewer .delivery-header .delivery-status .status-icon.accepted{color:#4caf50}.delivery-viewer .delivery-header .delivery-status .status-icon.rejected{color:#f44336}.delivery-viewer .delivery-header .delivery-status .status-text{font-weight:500}.delivery-viewer .delivery-header .delivery-status .status-text.delivered{color:#0288d1}.delivery-viewer .delivery-header .delivery-status .status-text.accepted{color:#4caf50}.delivery-viewer .delivery-header .delivery-status .status-text.rejected{color:#f44336}.delivery-viewer .delivery-message{background-color:#f9f9f9;border-radius:4px;margin:1.5rem 0;padding:1rem}.delivery-viewer .delivery-message .message-content{white-space:pre-wrap}.delivery-viewer .delivery-files{margin:1.5rem 0}.delivery-viewer .delivery-files .files-list .file-item{align-items:center;border:1px solid #eee;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.delivery-viewer .delivery-files .files-list .file-item .file-info{align-items:center;display:flex;flex:1 1;overflow:hidden}.delivery-viewer .delivery-files .files-list .file-item .file-info .file-icon{color:#0288d1;margin-right:.75rem}.delivery-viewer .delivery-files .files-list .file-item .file-info .file-name{font-weight:500;margin-bottom:.25rem}.delivery-viewer .delivery-files .files-list .file-item .download-btn{border-color:#0288d1;color:#0288d1}.delivery-viewer .delivery-files .files-list .file-item .download-btn:hover{background-color:#0288d10d}.delivery-viewer .delivery-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.delivery-viewer .delivery-actions .accept-btn{background-color:#0a233b}.delivery-viewer .delivery-actions .accept-btn:hover{background-color:#03090f}.delivery-viewer .delivery-actions .revision-btn{border-color:#f44336;color:#f44336}.delivery-viewer .delivery-actions .revision-btn:hover{background-color:#f443360d}.delivery-viewer .delivery-actions .revisions-info{color:#666;flex-basis:100%;margin-top:.5rem}.delivery-viewer .revision-details{background-color:#f443360d;border-left:4px solid #f44336;border-radius:4px;margin:1.5rem 0;padding:1rem}.delivery-viewer .revision-details .revision-content{white-space:pre-wrap}.revision-info{margin-bottom:1rem}.order-details .order-header{background-color:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.order-details .order-header .order-title{color:#0a233b;font-weight:600;margin-bottom:.5rem}.order-details .order-header .order-date{text-align:right}@media(max-width:768px){.order-details .order-header .order-date{margin-top:.5rem;text-align:left}}.order-details .delivery-countdown-section{background-color:#fff;border-left:4px solid #0288d1;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.order-details .delivery-countdown-section .countdown{align-items:center;border-radius:6px;display:flex;justify-content:center;padding:10px}.order-details .delivery-countdown-section .countdown.expired{background-color:#f443361a}.order-details .delivery-countdown-section .countdown.late-warning{background-color:#ff98001a;border-left:4px solid #ff9800}.order-details .order-content{margin-bottom:2rem}.order-details .order-details-section{background-color:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.order-details .order-details-section .detail-row{align-items:flex-start;display:flex;margin-bottom:1rem}.order-details .order-details-section .detail-row:last-child{margin-bottom:0}.order-details .order-details-section .detail-row .detail-label{align-items:center;display:flex;margin-right:1rem;width:140px}.order-details .order-details-section .detail-row .detail-label .icon{color:#0288d1;margin-right:.5rem}.order-details .order-summary{background-color:#fff;border-radius:8px;padding:1.5rem}.order-details .order-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.order-details .order-summary .summary-row.total{color:#0a233b}.order-details .order-actions{background-color:#fff;border-radius:8px;padding:1.5rem}.order-details .order-actions button{margin-bottom:1rem}.order-details .order-actions button:last-child{margin-bottom:0}.order-details .order-actions button.MuiButton-contained{background-color:#0a233b}.order-details .order-actions button.MuiButton-contained:hover{background-color:#03090f}.order-details .order-actions button.MuiButton-outlined{border-color:#0288d1;color:#0288d1}.order-details .order-actions button.MuiButton-outlined:hover{background-color:#0288d10d}.review-section .review-prompt{padding:1.5rem;text-align:center}.review-section .review-prompt .leave-review-btn{margin-top:1rem}.review-section .review-form .MuiRating-root{margin-bottom:.5rem}.review-section .review-form .rating-details{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}@media(max-width:600px){.review-section .review-form .rating-details{flex-direction:column}}.review-section .existing-review .review-details{background-color:#f9f9f9;border-radius:8px;padding:1rem}.review-section .existing-review .review-details .MuiRating-root{color:#ffc107}.review-section .existing-review .review-details .rating-item{align-items:center;display:flex;margin-bottom:.5rem}.review-section .existing-review .review-details .rating-item .rating-label{font-weight:500;width:120px}.custom-alert-overlay{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.custom-alert-dialog{animation:fadeInDown .3s forwards;background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0003;display:flex;flex-direction:column;gap:20px;max-width:400px;opacity:0;padding:25px;text-align:center;transform:translateY(-20px);width:90%}.custom-alert-content p{color:#333;font-size:16px;line-height:1.5}.custom-alert-actions{display:flex;justify-content:center}.custom-alert-ok-btn{background-color:#0a233b;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 25px;transition:background-color .2s ease}.custom-alert-ok-btn:hover{background-color:#03090f}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.seller-orders-page{padding:2rem 0}.seller-orders-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.seller-orders-page h1{font-size:2rem;margin-bottom:1.5rem}.seller-orders-page .status-tabs{display:flex;gap:1rem;margin-bottom:1.5rem}.seller-orders-page .status-tabs button{border:1px solid #ccc;border-radius:4px;cursor:pointer;padding:.5rem 1rem}.seller-orders-page .status-tabs button.active{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.seller-orders-page .orders-list table{border-collapse:collapse;width:100%}.seller-orders-page .orders-list table td,.seller-orders-page .orders-list table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.seller-orders-page .orders-list table th{background-color:#f9f9f9}.seller-orders-page .orders-list table .service-info{align-items:center;display:flex}.seller-orders-page .orders-list table .service-info img{border-radius:4px;height:50px;margin-right:1rem;object-fit:cover;width:50px}.seller-orders-page .orders-list table .status-badge{border-radius:4px;color:#fff;padding:.25rem .5rem}.seller-orders-page .orders-list table .status-badge.pending{background-color:#f0ad4e}.seller-orders-page .orders-list table .status-badge.in_progress{background-color:#0275d8}.seller-orders-page .orders-list table .status-badge.completed{background-color:#5cb85c}.seller-orders-page .orders-list table .status-badge.cancelled,.seller-orders-page .orders-list table .status-badge.rejected{background-color:#d9534f}.seller-orders-page .orders-list table .action-btn{background-color:var(--accent-color);border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.seller-deliveries-page{padding:20px 0}.seller-deliveries-page .container{margin:0 auto;max-width:1200px;padding:0 15px}.seller-deliveries-page .order-card{display:flex;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s}.seller-deliveries-page .order-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.seller-deliveries-page .order-card .MuiCardContent-root{flex-grow:1}.seller-deliveries-page .order-card .card-actions{display:flex;justify-content:space-between;padding:8px 16px 16px}.seller-deliveries-page .MuiChip-root{font-size:.75rem;height:24px}.seller-deliveries-page .MuiTabs-root{background-color:#fff;border-radius:4px}.seller-deliveries-page .MuiTabs-root .MuiTab-root{font-weight:500;text-transform:none}.seller-deliveries-page .MuiTabs-root .MuiTab-root.Mui-selected{color:#0288d1}.seller-deliveries-page .delivery-countdown{align-items:center;display:flex;margin-bottom:8px}.seller-deliveries-page .delivery-countdown .countdown-label{color:#333;margin-right:8px}.seller-deliveries-page .delivery-countdown .countdown-value{font-weight:600}.seller-deliveries-page .delivery-countdown .countdown-value.warning{color:#f57c00}.seller-deliveries-page .delivery-countdown .countdown-value.danger{color:#d32f2f}.admin-dashboard{background-color:#f8f9fc;min-height:calc(100vh - 80px)}.admin-dashboard .admin-header{background-color:#fff;box-shadow:0 2px 10px #0000000d;margin-bottom:30px;padding:24px 30px}.admin-dashboard .admin-header .admin-header-content{margin:0 auto;max-width:1400px}.admin-dashboard .admin-header .admin-header-content h1{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:8px}.admin-dashboard .admin-header .admin-header-content .admin-welcome{align-items:center;display:flex;justify-content:space-between}.admin-dashboard .admin-header .admin-header-content .admin-welcome span{color:#5a6a85;font-size:16px}.admin-dashboard .admin-header .admin-header-content .admin-welcome .admin-date{color:#94a3b8;font-size:14px}.admin-dashboard .admin-container{margin:0 auto;max-width:1400px;padding:0 30px 40px}.admin-dashboard .admin-container .admin-stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(5,1fr);margin-bottom:30px}@media(max-width:992px){.admin-dashboard .admin-container .admin-stats{grid-template-columns:repeat(2,1fr)}.admin-dashboard .admin-container .admin-stats .revenue-card{grid-column:span 2}}@media(max-width:576px){.admin-dashboard .admin-container .admin-stats{grid-template-columns:1fr}.admin-dashboard .admin-container .admin-stats .revenue-card{grid-column:span 1}}.admin-dashboard .admin-container .admin-stats .stat-card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;display:flex;gap:20px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.admin-dashboard .admin-container .admin-stats .stat-card:hover{box-shadow:0 8px 16px #00000014;transform:translateY(-5px)}.admin-dashboard .admin-container .admin-stats .stat-card .stat-icon{align-items:center;border-radius:12px;display:flex;height:50px;justify-content:center;width:50px}.admin-dashboard .admin-container .admin-stats .stat-card .stat-icon svg{height:24px;width:24px}.admin-dashboard .admin-container .admin-stats .stat-card .stat-icon.users-icon{background-color:#e6f7ff;color:#1890ff}.admin-dashboard .admin-container .admin-stats .stat-card .stat-icon.services-icon{background-color:#f6ffed;color:#52c41a}.admin-dashboard .admin-container .admin-stats .stat-card .stat-icon.orders-icon{background-color:#fff7e6;color:#fa8c16}.admin-dashboard .admin-container .admin-stats .stat-card .stat-icon.pending-icon{background-color:#fff1f0;color:#f5222d}.admin-dashboard .admin-container .admin-stats .stat-card .stat-icon.revenue-icon{background-color:#f6ffed;color:#52c41a}.admin-dashboard .admin-container .admin-stats .stat-card .stat-info{flex:1 1}.admin-dashboard .admin-container .admin-stats .stat-card .stat-info h3{color:#5a6a85;font-size:14px;font-weight:500;margin-bottom:8px}.admin-dashboard .admin-container .admin-stats .stat-card .stat-info .stat-value{color:#2c3e50;font-size:28px;font-weight:700;margin:0}.admin-dashboard .admin-container .admin-stats .stat-card .stat-info .stat-value .stat-loading{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;display:block;height:28px;width:70%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.admin-dashboard .admin-container .admin-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.admin-dashboard .admin-container .admin-grid{grid-template-columns:1fr}}.admin-dashboard .admin-container .admin-grid .admin-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;padding:24px}.admin-dashboard .admin-container .admin-grid .admin-section .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.admin-dashboard .admin-container .admin-grid .admin-section .section-header h2{color:#2c3e50;font-size:18px;font-weight:600;margin:0}.admin-dashboard .admin-container .admin-grid .admin-section .section-header .section-icon{align-items:center;background-color:#f8f9fc;border-radius:8px;display:flex;height:36px;justify-content:center;width:36px}.admin-dashboard .admin-container .admin-grid .admin-section .section-header .section-icon svg{color:#5a6a85;height:18px;width:18px}.admin-dashboard .admin-container .admin-grid .admin-section .admin-actions{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.admin-dashboard .admin-container .admin-grid .admin-section .admin-actions .admin-btn{align-items:center;background-color:#f8f9fc;border:1px solid #e2e8f0;border-radius:8px;color:#5a6a85;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;justify-content:center;padding:12px 16px;transition:all .2s ease}.admin-dashboard .admin-container .admin-grid .admin-section .admin-actions .admin-btn svg{height:16px;width:16px}.admin-dashboard .admin-container .admin-grid .admin-section .admin-actions .admin-btn:hover{background-color:#f1f5f9;border-color:#cbd5e1;color:#334155}.admin-dashboard .admin-container .admin-grid .admin-section .admin-actions .admin-btn.primary{background-color:#3498db;border-color:#3498db;color:#fff}.admin-dashboard .admin-container .admin-grid .admin-section .admin-actions .admin-btn.primary svg{color:#fff}.admin-dashboard .admin-container .admin-grid .admin-section .admin-actions .admin-btn.primary:hover{background-color:#2980b9;border-color:#2980b9}.admin-dashboard .admin-container .admin-grid .admin-section.user-management .section-icon{background-color:#e6f7ff}.admin-dashboard .admin-container .admin-grid .admin-section.user-management .section-icon svg{color:#1890ff}.admin-dashboard .admin-container .admin-grid .admin-section.drop-management .section-icon{background-color:#f6ffed}.admin-dashboard .admin-container .admin-grid .admin-section.drop-management .section-icon svg{color:#52c41a}.admin-dashboard .admin-container .admin-grid .admin-section.order-management .section-icon{background-color:#fff7e6}.admin-dashboard .admin-container .admin-grid .admin-section.order-management .section-icon svg{color:#fa8c16}.admin-dashboard .admin-container .admin-grid .admin-section.taskbook-management .section-icon{background-color:#e6f7ff}.admin-dashboard .admin-container .admin-grid .admin-section.taskbook-management .section-icon svg{color:#1890ff}.admin-dashboard .admin-container .admin-grid .admin-section.content-management .section-icon{background-color:#f9f0ff}.admin-dashboard .admin-container .admin-grid .admin-section.content-management .section-icon svg{color:#722ed1}.admin-dashboard .admin-container .admin-grid .admin-section.system-settings .section-icon{background-color:#fcf4f2}.admin-dashboard .admin-container .admin-grid .admin-section.system-settings .section-icon svg{color:#eb5757}.admin-loading{align-items:center;background-color:#f8f9fc;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px)}.admin-loading .spinner{animation:spin 1s ease-in-out infinite;border:3px solid #0000001a;border-radius:50%;border-top-color:#3498db;height:40px;margin-bottom:16px;width:40px}.admin-loading p{color:#5a6a85;font-size:16px}.pending-drops-page{background-color:#f9fafb;min-height:calc(100vh - 200px);padding:40px 0}.pending-drops-page .container{margin:0 auto;max-width:1000px;padding:0 20px}.pending-drops-page .page-header{margin-bottom:30px;text-align:center}.pending-drops-page .page-header h1{color:#0a233b;font-size:28px;margin-bottom:10px}.pending-drops-page .page-header p{color:#666;font-size:16px}.pending-drops-page .alert{border-radius:6px;font-size:14px;margin-bottom:20px;padding:12px 16px}.pending-drops-page .alert.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.pending-drops-page .alert.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.pending-drops-page .loading-spinner{color:#0a233b;font-size:18px;padding:40px 0;text-align:center}.pending-drops-page .no-drops{padding:40px 0;text-align:center}.pending-drops-page .no-drops h3{color:#0a233b;font-size:22px;margin-bottom:10px}.pending-drops-page .no-drops p{color:#666;font-size:16px}.pending-drops-page .drops-container{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.pending-drops-page .drops-container .drop-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;display:flex;overflow:hidden}@media(max-width:768px){.pending-drops-page .drops-container .drop-card{flex-direction:column}}.pending-drops-page .drops-container .drop-card .drop-image{background-color:#f0f0f0;height:180px;min-width:250px;position:relative;width:250px}@media(max-width:768px){.pending-drops-page .drops-container .drop-card .drop-image{height:200px;width:100%}}.pending-drops-page .drops-container .drop-card .drop-image img{height:100%;object-fit:cover;width:100%}.pending-drops-page .drops-container .drop-card .drop-image .no-image{align-items:center;color:#999;display:flex;font-style:italic;height:100%;justify-content:center}.pending-drops-page .drops-container .drop-card .drop-details{flex:1 1;padding:20px}.pending-drops-page .drops-container .drop-card .drop-details h2{color:#0a233b;font-size:20px;line-height:1.3;margin-bottom:15px}.pending-drops-page .drops-container .drop-card .drop-details .drop-info{margin-bottom:15px}.pending-drops-page .drops-container .drop-card .drop-details .drop-info p{color:#555;font-size:14px;margin-bottom:5px}.pending-drops-page .drops-container .drop-card .drop-details .drop-info p strong{color:#0a233b;font-weight:600}.pending-drops-page .drops-container .drop-card .drop-details .drop-description{margin-bottom:20px}.pending-drops-page .drops-container .drop-card .drop-details .drop-description h3{color:#0a233b;font-size:16px;font-weight:600;margin-bottom:8px}.pending-drops-page .drops-container .drop-card .drop-details .drop-description p{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-size:14px;line-height:1.5;max-height:80px;overflow:hidden;text-overflow:ellipsis}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions{display:flex;gap:10px}@media(max-width:576px){.pending-drops-page .drops-container .drop-card .drop-details .drop-actions{flex-direction:column}}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions button{border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 15px;transition:all .3s}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions button.btn-view{background-color:#f0f0f0;border:1px solid #ddd;color:#0a233b}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions button.btn-view:hover{background-color:#e8e8e8}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions button.btn-approve{background-color:#28a745;border:none;color:#fff}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions button.btn-approve:hover{background-color:#1e7e34}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions button.btn-reject{background-color:#dc3545;border:none;color:#fff}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions button.btn-reject:hover{background-color:#bd2130}.pending-drops-page .drops-container .drop-card .drop-details .drop-actions button:disabled{cursor:not-allowed;opacity:.6}.pending-drops-page .modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.pending-drops-page .modal-overlay .modal{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:90%;width:500px}.pending-drops-page .modal-overlay .modal .modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:15px 20px}.pending-drops-page .modal-overlay .modal .modal-header h2{color:#0a233b;font-size:18px;margin:0}.pending-drops-page .modal-overlay .modal .modal-header .close-btn{background:none;border:none;color:#999;cursor:pointer;font-size:24px}.pending-drops-page .modal-overlay .modal .modal-header .close-btn:hover{color:#555}.pending-drops-page .modal-overlay .modal .modal-body{padding:20px}.pending-drops-page .modal-overlay .modal .modal-body p{color:#555;font-size:14px;margin-bottom:10px}.pending-drops-page .modal-overlay .modal .modal-body textarea{border:1px solid #e0e0e0;border-radius:6px;font-size:14px;margin-top:10px;padding:12px 15px;resize:vertical;width:100%}.pending-drops-page .modal-overlay .modal .modal-body textarea:focus{border-color:#0288d1;box-shadow:0 0 0 2px #0288d133;outline:none}.pending-drops-page .modal-overlay .modal .modal-body .error-text{color:#dc3545;font-size:14px;margin-top:10px}.pending-drops-page .modal-overlay .modal .modal-footer{border-top:1px solid #e0e0e0;display:flex;gap:10px;justify-content:flex-end;padding:15px 20px}.pending-drops-page .modal-overlay .modal .modal-footer button{border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 15px;transition:all .3s}.pending-drops-page .modal-overlay .modal .modal-footer button.btn-secondary{background-color:#f0f0f0;border:1px solid #ddd;color:#0a233b}.pending-drops-page .modal-overlay .modal .modal-footer button.btn-secondary:hover{background-color:#e8e8e8}.pending-drops-page .modal-overlay .modal .modal-footer button.btn-reject{background-color:#dc3545;border:none;color:#fff}.pending-drops-page .modal-overlay .modal .modal-footer button.btn-reject:hover{background-color:#bd2130}.pending-drops-page .modal-overlay .modal .modal-footer button:disabled{cursor:not-allowed;opacity:.6}.taskbook-manager{background-color:#f8f9fc;min-height:100vh;padding:30px}.taskbook-manager .manager-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.taskbook-manager .manager-header h1{color:#2c3e50;font-size:24px}.taskbook-manager .manager-header .back-btn{align-items:center;background-color:#f1f5f9;color:#5a6a85;display:flex;font-weight:600;gap:8px}.taskbook-manager .manager-header .back-btn:hover{background-color:#e2e8f0;border-color:#cbd5e1;color:#334155}.taskbook-manager .manager-header .create-post-btn{background-color:#0a233b;border-color:#0a233b;color:#fff}.taskbook-manager .manager-header .create-post-btn:hover{background-color:#03090f}.taskbook-manager .create-post-form-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;margin-bottom:30px;padding:24px}.taskbook-manager .create-post-form-container .post-input{display:flex;gap:15px}.taskbook-manager .create-post-form-container .post-input textarea{border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:16px;min-height:80px;padding:10px;resize:vertical;width:100%}.taskbook-manager .create-post-form-container .post-input textarea:focus{border-color:#0a233b;outline:none}.taskbook-manager .create-post-form-container .image-preview{margin-top:15px;max-width:200px;position:relative}.taskbook-manager .create-post-form-container .image-preview img{border-radius:8px;width:100%}.taskbook-manager .create-post-form-container .image-preview .remove-image{background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:16px;height:24px;position:absolute;right:5px;top:5px;width:24px}.taskbook-manager .create-post-form-container .post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:15px}.taskbook-manager .create-post-form-container .post-actions .attachment-btn{background-color:#f1f5f9;border-radius:8px;cursor:pointer;font-weight:500;padding:8px 12px}.taskbook-manager .create-post-form-container .post-actions .attachment-btn:hover{background-color:#e2e8f0}.taskbook-manager .create-post-form-container .post-actions .post-btn{background-color:#0288d1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px}.taskbook-manager .create-post-form-container .post-actions .post-btn:disabled{background-color:#ccc;cursor:not-allowed}.taskbook-manager .posts-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.taskbook-manager .post-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;overflow:hidden}.taskbook-manager .post-card-header{align-items:center;border-bottom:1px solid #f0f2f5;display:flex;gap:15px;padding:15px}.taskbook-manager .post-card-header .post-info{display:flex;flex-direction:column}.taskbook-manager .post-card-header .user-info{align-items:center;display:flex;gap:8px;margin-bottom:4px}.taskbook-manager .post-card-header .user-name{color:#2c3e50;font-weight:600}.taskbook-manager .post-card-header .verified-badge{align-items:center;color:#1890ff;display:inline-flex;justify-content:center}.taskbook-manager .post-card-header .timestamp{color:#94a3b8;font-size:12px}.taskbook-manager .post-card-header .delete-btn{background-color:#fff1f0;border:none;border-radius:6px;color:#f5222d;cursor:pointer;font-weight:500;margin-left:auto;padding:5px 10px}.taskbook-manager .post-card-body{padding:15px}.taskbook-manager .post-card-body p{color:#5a6a85;margin:0 0 15px;white-space:pre-wrap}.taskbook-manager .post-card-body .post-image{border-radius:8px;width:100%}.commission-settings-page{padding:2rem 0}.commission-settings-page .country-rates-container,.commission-settings-page .settings-form-container{height:100%;padding:1.5rem}.commission-settings-page .country-rates-container h6,.commission-settings-page .settings-form-container h6{color:#0a233b;margin-bottom:1.5rem}.commission-settings-page .settings-form-container .MuiFormControlLabel-root{margin-left:0}.commission-settings-page .country-rates-container .MuiTableContainer-root{max-height:400px;overflow-y:auto}.commission-settings-page .country-rates-container .MuiTableCell-head{background-color:#f5f5f5;font-weight:600}.withdrawal-management .status-filter{margin-bottom:24px}.withdrawal-management .MuiTableCell-head{background-color:#f5f5f5;font-weight:700}.withdrawal-management .MuiTableRow-root:hover{background-color:#00000005}.withdrawal-management .seller-info .email{color:#0009;font-size:.875rem}.withdrawal-management .account-info .account-number,.withdrawal-management .amount-info .commission{color:#0009;font-size:.875rem;margin-top:4px}.withdrawal-management .status-chip.pending{background-color:#f9a825;color:#fff}.withdrawal-management .status-chip.approved{background-color:#4caf50;color:#fff}.withdrawal-management .status-chip.rejected{background-color:#f44336;color:#fff}.withdrawal-management .process-dialog .withdrawal-details{background-color:#f5f5f5;border-radius:4px;margin:16px 0;padding:16px}.withdrawal-management .process-dialog .withdrawal-details .detail-row{margin-bottom:8px}.withdrawal-management .process-dialog .withdrawal-details .detail-row:last-child{margin-bottom:0}.withdrawal-management .process-dialog .withdrawal-details .detail-row .label{font-weight:700;margin-right:8px}.withdrawal-management .process-dialog .form-fields{margin-top:24px}.orders-management-page{padding:30px 0}.orders-management-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.orders-management-page h1{color:#0a233b;font-size:28px;margin-bottom:25px}.orders-management-page .status-tabs{display:flex;gap:10px;margin-bottom:25px}.orders-management-page .status-tabs button{background-color:#f0f7fa;border:1px solid #d0e8f2;border-radius:4px;color:#0a233b;cursor:pointer;font-size:15px;font-weight:600;padding:10px 20px;transition:all .2s}.orders-management-page .status-tabs button:hover{background-color:#e6f2fa}.orders-management-page .status-tabs button.active{background-color:#0288d1;border-color:#0288d1;color:#fff}.orders-management-page .no-orders{background-color:#f9f9f9;border:1px solid #eaeaea;border-radius:6px;color:#666;font-size:18px;padding:50px 0;text-align:center}.orders-management-page .orders-table-container{margin-bottom:30px;overflow-x:auto}.orders-management-page .orders-table{border-collapse:collapse;width:100%}.orders-management-page .orders-table td,.orders-management-page .orders-table th{border-bottom:1px solid #eaeaea;padding:12px 15px;text-align:left}.orders-management-page .orders-table th{background-color:#f0f7fa;color:#0a233b;font-size:14px;font-weight:600}.orders-management-page .orders-table td{color:#333;font-size:14px}.orders-management-page .orders-table td.order-id{font-family:monospace;font-size:13px}.orders-management-page .orders-table tr:hover{background-color:#f9f9f9}.orders-management-page .orders-table .view-details-btn{background-color:#0288d1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;padding:6px 12px;transition:background-color .2s}.orders-management-page .orders-table .view-details-btn:hover{background-color:#0271ae}.orders-management-page .modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.orders-management-page .order-details-modal{background:#fff;border-radius:6px;box-shadow:0 5px 20px #0003;max-height:90vh;max-width:800px;overflow-y:auto;padding:30px;position:relative;width:100%}.orders-management-page .order-details-modal h2{color:#0a233b;font-size:24px;margin-bottom:25px;text-align:center}.orders-management-page .order-details-modal .close-modal{background:none;border:none;color:#999;cursor:pointer;font-size:24px;line-height:1;padding:0;position:absolute;right:15px;top:15px}.orders-management-page .order-details-modal .close-modal:hover{color:#0a233b}.orders-management-page .order-details-modal .order-info{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:30px}.orders-management-page .order-details-modal .order-info .info-group h3{border-bottom:1px solid #eaeaea;color:#0a233b;font-size:16px;margin-bottom:10px;padding-bottom:5px}.orders-management-page .order-details-modal .order-info .info-group p{color:#333;font-size:14px;margin-bottom:8px}.orders-management-page .order-details-modal .order-info .info-group p strong{color:#083a50;margin-right:5px}.orders-management-page .order-details-modal .order-info .info-group .status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:3px 8px;text-transform:uppercase}.orders-management-page .order-details-modal .order-info .info-group .status-badge.pending{background-color:#fff3cd;color:#856404}.orders-management-page .order-details-modal .order-info .info-group .status-badge.completed{background-color:#d4edda;color:#155724}.orders-management-page .order-details-modal .order-info .info-group .status-badge.rejected{background-color:#f8d7da;color:#721c24}.orders-management-page .order-details-modal .order-info .info-group .status-badge.cancelled{background-color:#e2e3e5;color:#383d41}.orders-management-page .order-details-modal .admin-actions{border-top:1px solid #eaeaea;padding-top:20px}.orders-management-page .order-details-modal .admin-actions .admin-note{margin-bottom:20px}.orders-management-page .order-details-modal .admin-actions .admin-note label{color:#0a233b;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.orders-management-page .order-details-modal .admin-actions .admin-note textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;min-height:100px;padding:12px;resize:vertical;width:100%}.orders-management-page .order-details-modal .admin-actions .admin-note textarea:focus{border-color:#0288d1;outline:none}.orders-management-page .order-details-modal .admin-actions .action-buttons{display:flex;gap:10px}.orders-management-page .order-details-modal .admin-actions .action-buttons button{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px;transition:background-color .2s}.orders-management-page .order-details-modal .admin-actions .action-buttons button:disabled{cursor:not-allowed;opacity:.7}.orders-management-page .order-details-modal .admin-actions .action-buttons .complete-btn{background-color:#28a745;color:#fff}.orders-management-page .order-details-modal .admin-actions .action-buttons .complete-btn:hover:not(:disabled){background-color:#218a39}.orders-management-page .order-details-modal .admin-actions .action-buttons .reject-btn{background-color:#dc3545;color:#fff}.orders-management-page .order-details-modal .admin-actions .action-buttons .reject-btn:hover:not(:disabled){background-color:#ca2333}.orders-management-page .order-details-modal .admin-actions .action-buttons .cancel-btn{background-color:#6c757d;color:#fff}.orders-management-page .order-details-modal .admin-actions .action-buttons .cancel-btn:hover:not(:disabled){background-color:#5b636a}.orders-management-page .error-container,.orders-management-page .loading-container{font-size:18px;padding:50px 0;text-align:center}.orders-management-page .error-container{color:#dc3545}.messages-page{padding:2rem 0}.messages-page .container{margin:0 auto;max-width:1200px;padding:0 1rem}.messages-page h1{font-size:2rem;font-weight:600;margin-bottom:2rem}.messages-page .loading{color:#666;font-size:1.1rem;padding:2rem;text-align:center}.messages-page .error-message{background-color:#ffebee;border-radius:8px;color:#d32f2f;font-size:.9rem;margin-bottom:1.5rem;padding:1rem;text-align:center}.messages-page .messages-content{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;min-height:600px;overflow:hidden}.messages-page .empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 0;text-align:center}.messages-page .empty-state .empty-icon{color:#ccc;margin-bottom:1.5rem}.messages-page .empty-state h3{font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.messages-page .empty-state p{color:#777}.messages-page .chat-container{display:grid;grid-template-columns:300px 1fr;height:600px;overflow:hidden;position:relative}.messages-page .conversation-list{border-right:1px solid #eee;height:100%;overflow-y:auto}.messages-page .conversation-list .conversation-item{border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;padding:1rem;transition:background-color .2s ease}.messages-page .conversation-list .conversation-item:hover{background-color:#f9f9f9}.messages-page .conversation-list .conversation-item.active{background-color:#e3f2fd}.messages-page .conversation-list .conversation-item .conversation-avatar{flex-shrink:0;height:50px;margin-right:1rem;position:relative;width:50px}.messages-page .conversation-list .conversation-item .conversation-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.messages-page .conversation-list .conversation-item .conversation-avatar .avatar-placeholder{align-items:center;background-color:#0288d1;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:600;height:100%;justify-content:center;width:100%}.messages-page .conversation-list .conversation-item .conversation-avatar .unread-badge{align-items:center;background-color:#f44336;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:600;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}.messages-page .conversation-list .conversation-item .conversation-details{flex:1 1;min-width:0}.messages-page .conversation-list .conversation-item .conversation-details .conversation-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.3rem}.messages-page .conversation-list .conversation-item .conversation-details .conversation-header h3{font-size:1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-page .conversation-list .conversation-item .conversation-details .conversation-header .conversation-time{color:#999;font-size:.7rem;white-space:nowrap}.messages-page .conversation-list .conversation-item .conversation-details .conversation-drop{color:#0288d1;font-size:.8rem;margin:0 0 .3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-page .conversation-list .conversation-item .conversation-details .conversation-preview{color:#666;font-size:.85rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-page .message-area{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.messages-page .message-area .message-header{background-color:#fff;border-bottom:1px solid #eee;padding:1rem}.messages-page .message-area .message-header .user-info{align-items:center;display:flex}.messages-page .message-area .message-header .user-info .avatar-placeholder,.messages-page .message-area .message-header .user-info img{border-radius:50%;height:40px;margin-right:1rem;width:40px}.messages-page .message-area .message-header .user-info .avatar-placeholder{align-items:center;background-color:#0288d1;color:#fff;display:flex;font-size:1rem;font-weight:600;justify-content:center}.messages-page .message-area .message-header .user-info h3{font-size:1.1rem;margin:0 0 .2rem}.messages-page .message-area .message-header .user-info p{color:#666;font-size:.8rem;margin:0}.messages-page .message-area .message-list{display:flex;flex:1 1;flex-direction:column;gap:1rem;height:calc(100% - 140px);overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;scroll-behavior:smooth}.messages-page .message-area .message-list .message{clear:both;display:flex;flex-direction:column;margin:.5rem 0;max-width:70%}.messages-page .message-area .message-list .message .message-content{border-radius:1rem;box-shadow:0 1px 2px #0000001a;font-size:.9rem;padding:.8rem 1rem;word-break:break-word}.messages-page .message-area .message-list .message .message-time{color:#999;font-size:.7rem;margin-top:.3rem}.messages-page .message-area .message-list .message.sent{float:right;margin-left:auto}.messages-page .message-area .message-list .message.sent .message-content{background-color:#0288d1;border-bottom-right-radius:.3rem;color:#fff}.messages-page .message-area .message-list .message.sent .message-time{margin-right:.5rem;text-align:right}.messages-page .message-area .message-list .message.received{float:left;margin-right:auto}.messages-page .message-area .message-list .message.received .message-content{background-color:#f1f1f1;border-bottom-left-radius:.3rem;color:#333}.messages-page .message-area .message-list .message.received .message-time{margin-left:.5rem;text-align:left}.messages-page .message-area .message-input-form{align-items:center;background-color:#fff;border-top:1px solid #eee;display:flex;gap:.8rem;padding:1rem;position:relative}.messages-page .message-area .message-input-form textarea{border:1px solid #ddd;border-radius:1.5rem;flex:1 1;font-family:inherit;font-size:.9rem;line-height:1.4;max-height:120px;min-height:45px;padding:.8rem 1rem;resize:none}.messages-page .message-area .message-input-form textarea:focus{border-color:#0288d1;outline:none}.messages-page .message-area .message-input-form button{align-items:center;background-color:#0288d1;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;min-width:38px;padding:0;position:relative;right:2px;transition:all .2s ease;width:38px}.messages-page .message-area .message-input-form button:hover{background-color:#0278b8;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.messages-page .message-area .message-input-form button:active{box-shadow:none;transform:translateY(0)}.messages-page .message-area .message-input-form button:disabled{background-color:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.messages-page .message-area .message-input-form button svg{height:20px;position:static;transform:none;width:20px}.messages-page .message-area .no-conversation-selected{align-items:center;color:#777;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.messages-page .message-area .no-conversation-selected .empty-icon{color:#ccc;margin-bottom:1.5rem}.messages-page .message-area .no-conversation-selected h3{color:#333;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.messages-page .message-area .no-conversation-selected p{color:#777}.notifications-page{padding:2rem 0}.notifications-page .container{margin:0 auto;max-width:1200px;padding:0 1rem}.notifications-page .notifications-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.notifications-page .notifications-header h1{margin-bottom:0}.notifications-page .notifications-header .notification-actions{display:flex;gap:1rem}.notifications-page .notifications-header .notification-actions button{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.notifications-page .notifications-header .notification-actions button:disabled{cursor:not-allowed;opacity:.6}.notifications-page .notifications-header .notification-actions button.btn-mark-all-read{background-color:#f0f8ff;border:1px solid #0288d1;color:#0288d1}.notifications-page .notifications-header .notification-actions button.btn-mark-all-read:hover:not(:disabled){background-color:#e1f5fe}.notifications-page .notifications-header .notification-actions button.btn-clear-all{background-color:#fff;border:1px solid #f44336;color:#f44336}.notifications-page .notifications-header .notification-actions button.btn-clear-all:hover:not(:disabled){background-color:#ffebee}.notifications-page h1{font-size:2rem;font-weight:600}.notifications-page .loading{color:#666;font-size:1.1rem;padding:2rem;text-align:center}.notifications-page .error-message{background-color:#ffebee;border-radius:8px;color:#d32f2f;font-size:.9rem;margin-bottom:1.5rem;padding:1rem;text-align:center}.notifications-page .notifications-content{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;min-height:400px}.notifications-page .empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 0;text-align:center}.notifications-page .empty-state .empty-icon{color:#ccc;margin-bottom:1.5rem}.notifications-page .empty-state h3{font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.notifications-page .empty-state p{color:#777}.notifications-page .notification-list{display:flex;flex-direction:column}.notifications-page .notification-list .notification-item{border-bottom:1px solid #f0f0f0;color:inherit;display:flex;padding:1.2rem;position:relative;text-decoration:none;transition:background-color .2s ease}.notifications-page .notification-list .notification-item:hover{background-color:#f9f9f9}.notifications-page .notification-list .notification-item.unread{background-color:#f0f8ff}.notifications-page .notification-list .notification-item.unread:hover{background-color:#e1f5fe}.notifications-page .notification-list .notification-item.unread h3{font-weight:600}.notifications-page .notification-list .notification-item .notification-icon{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-right:1rem;width:40px}.notifications-page .notification-list .notification-item .notification-icon.message{background-color:#0288d1}.notifications-page .notification-list .notification-item .notification-icon.order{background-color:#4caf50}.notifications-page .notification-list .notification-item .notification-icon.system{background-color:#ff9800}.notifications-page .notification-list .notification-item .notification-icon.drop_approval{background-color:#4caf50}.notifications-page .notification-list .notification-item .notification-icon.drop_rejection{background-color:#f44336}.notifications-page .notification-list .notification-item .notification-icon.drop_sale{background-color:#9c27b0}.notifications-page .notification-list .notification-item .notification-icon svg{height:20px;width:20px}.notifications-page .notification-list .notification-item .notification-details{flex:1 1;min-width:0}.notifications-page .notification-list .notification-item .notification-details .notification-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.3rem}.notifications-page .notification-list .notification-item .notification-details .notification-header h3{font-size:1rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notifications-page .notification-list .notification-item .notification-details .notification-header .notification-time{color:#999;font-size:.8rem;white-space:nowrap}.notifications-page .notification-list .notification-item .notification-details .notification-content{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.9rem;margin:0;overflow:hidden;text-overflow:ellipsis}.notifications-page .notification-list .notification-item .unread-indicator{background-color:#0288d1;border-radius:50%;height:10px;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);width:10px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;color:var(--text-color);font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.auth-page-content{background-color:#f9fafb;min-height:calc(100vh - 200px)}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}h1,h2,h3,h4,h5,h6{color:#0a233b;color:var(--primary-color);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}h2:after{background-color:#0288d1;background-color:var(--accent-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}p{margin-bottom:1rem}a{color:#0288d1;color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:#083a50;color:var(--secondary-color)}.btn,button{background-color:#0288d1;background-color:var(--accent-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:background-color .3s ease}.btn:hover,button:hover{background-color:#026aa7}section{padding:4rem 0}input,select,textarea{border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}input:focus,select:focus,textarea:focus{border-color:#0288d1;border-color:var(--accent-color);outline:none}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.6rem}section{padding:3rem 0}}@media(max-width:576px){h1{font-size:1.8rem}h2{font-size:1.4rem}section{padding:2rem 0}}.profile-settings{background-color:#f9fafb;min-height:calc(100vh - 200px);padding:40px 0}.profile-settings .container{margin:0 auto;max-width:800px;padding:0 20px}.profile-settings .settings-header{margin-bottom:30px;text-align:center}.profile-settings .settings-header h1{color:#0a233b;font-size:28px;margin-bottom:10px}.profile-settings .settings-header p{color:#666;font-size:16px}.profile-settings .alert{border-radius:6px;font-size:14px;margin-bottom:20px;padding:12px 16px}.profile-settings .alert.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.profile-settings .alert.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.profile-settings form .settings-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-bottom:30px;padding:30px}.profile-settings form .settings-section h2{border-bottom:1px solid #e0e0e0;color:#0a233b;font-size:20px;margin-bottom:15px;padding-bottom:10px}.profile-settings form .settings-section p{color:#666;font-size:14px;margin-bottom:20px}.profile-settings form .form-group{margin-bottom:20px}.profile-settings form .form-group label{color:#0a233b;display:block;font-weight:500;margin-bottom:8px}.profile-settings form .form-group input,.profile-settings form .form-group select,.profile-settings form .form-group textarea{border:1px solid #e0e0e0;border-radius:6px;font-size:14px;padding:10px 12px;width:100%}.profile-settings form .form-group input:focus,.profile-settings form .form-group select:focus,.profile-settings form .form-group textarea:focus{border-color:#0288d1;box-shadow:0 0 0 2px #0288d133;outline:none}.profile-settings form .form-group textarea{min-height:120px;resize:vertical}.profile-settings form .form-group small{color:#666;display:block;font-size:12px;margin-top:5px}.profile-settings form .language-input-group,.profile-settings form .skill-input-group{display:flex;gap:10px;margin-bottom:15px}.profile-settings form .language-input-group input,.profile-settings form .skill-input-group input{border:1px solid #e0e0e0;border-radius:6px;flex:1 1;font-size:14px;padding:10px 12px}.profile-settings form .language-input-group select,.profile-settings form .skill-input-group select{border:1px solid #e0e0e0;border-radius:6px;font-size:14px;padding:10px 12px;width:150px}.profile-settings form .language-input-group .btn-add,.profile-settings form .skill-input-group .btn-add{background-color:#0288d1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 15px;transition:background-color .3s}.profile-settings form .language-input-group .btn-add:hover,.profile-settings form .skill-input-group .btn-add:hover{background-color:#02679e}.profile-settings form .languages-list,.profile-settings form .skills-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.profile-settings form .languages-list .language-tag,.profile-settings form .languages-list .skill-tag,.profile-settings form .skills-list .language-tag,.profile-settings form .skills-list .skill-tag{align-items:center;background-color:#f0f7ff;border:1px solid #cce3ff;border-radius:20px;display:flex;font-size:14px;padding:5px 10px}.profile-settings form .languages-list .language-tag span,.profile-settings form .languages-list .skill-tag span,.profile-settings form .skills-list .language-tag span,.profile-settings form .skills-list .skill-tag span{margin-right:5px}.profile-settings form .languages-list .language-tag .btn-remove,.profile-settings form .languages-list .skill-tag .btn-remove,.profile-settings form .skills-list .language-tag .btn-remove,.profile-settings form .skills-list .skill-tag .btn-remove{background:none;border:none;color:#999;cursor:pointer;font-size:16px;line-height:1;padding:0 2px}.profile-settings form .languages-list .language-tag .btn-remove:hover,.profile-settings form .languages-list .skill-tag .btn-remove:hover,.profile-settings form .skills-list .language-tag .btn-remove:hover,.profile-settings form .skills-list .skill-tag .btn-remove:hover{color:#d9534f}.profile-settings form .languages-list .no-items,.profile-settings form .skills-list .no-items{color:#999;font-size:14px;font-style:italic}.profile-settings form .form-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.profile-settings form .form-actions button{border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:all .3s}.profile-settings form .form-actions button.btn-primary{background-color:#0288d1;border:none;color:#fff}.profile-settings form .form-actions button.btn-primary:hover{background-color:#02679e}.profile-settings form .form-actions button.btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.profile-settings form .form-actions button.btn-secondary{background-color:#fff;border:1px solid #e0e0e0;color:#0a233b}.profile-settings form .form-actions button.btn-secondary:hover{background-color:#f5f5f5}@media(max-width:768px){.profile-settings .language-input-group{flex-direction:column}.profile-settings .language-input-group input,.profile-settings .language-input-group select{width:100%}.profile-settings .form-actions{flex-direction:column}.profile-settings .form-actions button{width:100%}}.required-star{color:red;margin-left:4px}.create-drop{background-color:#f9fafb;min-height:calc(100vh - 200px);padding:40px 0}.create-drop .container{margin:0 auto;max-width:900px;padding:0 20px}.create-drop .drop-header{margin-bottom:30px;text-align:center}.create-drop .drop-header h1{color:#0a233b;font-size:28px;margin-bottom:10px}.create-drop .drop-header p{color:#666;font-size:16px}.create-drop .alert{border-radius:6px;font-size:14px;margin-bottom:20px;padding:12px 16px}.create-drop .alert.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.create-drop .alert.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.create-drop .step-indicator{display:flex;justify-content:space-between;margin-bottom:30px;position:relative}.create-drop .step-indicator:before{background-color:#e0e0e0;content:"";height:2px;left:0;position:absolute;right:0;top:20px;z-index:1}.create-drop .step-indicator .step{align-items:center;display:flex;flex-direction:column;position:relative;z-index:2}.create-drop .step-indicator .step .step-number{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:50%;color:#666;display:flex;font-weight:600;height:40px;justify-content:center;margin-bottom:8px;transition:all .3s;width:40px}.create-drop .step-indicator .step .step-title{color:#666;font-size:14px;transition:all .3s}.create-drop .step-indicator .step.active .step-number{background-color:#0288d1;border-color:#0288d1;color:#fff}.create-drop .step-indicator .step.active .step-title{color:#0288d1;font-weight:500}.create-drop form .drop-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-bottom:30px;padding:30px}.create-drop form .drop-section h2{border-bottom:1px solid #e0e0e0;color:#0a233b;font-size:22px;margin-bottom:20px;padding-bottom:10px}.create-drop form .drop-section h3{color:#0a233b;font-size:18px;font-weight:600;margin-bottom:15px}.create-drop form .drop-section p.form-description{color:#666;font-size:14px;margin-bottom:20px}.create-drop form .form-group{margin-bottom:25px}.create-drop form .form-group label{color:#0a233b;display:block;font-weight:500;margin-bottom:8px}.create-drop form .form-group input,.create-drop form .form-group select,.create-drop form .form-group textarea{border:1px solid #e0e0e0;border-radius:6px;font-size:14px;padding:12px 15px;width:100%}.create-drop form .form-group input:focus,.create-drop form .form-group select:focus,.create-drop form .form-group textarea:focus{border-color:#0288d1;box-shadow:0 0 0 2px #0288d133;outline:none}.create-drop form .form-group input:disabled,.create-drop form .form-group select:disabled,.create-drop form .form-group textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.create-drop form .form-group textarea{min-height:120px;resize:vertical}.create-drop form .form-group small{color:#666;display:block;font-size:12px;margin-top:5px}.create-drop form .form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media(max-width:576px){.create-drop form .form-row{gap:10px;grid-template-columns:1fr}}.create-drop form .packages-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:20px;position:relative;z-index:1}@media(max-width:768px){.create-drop form .packages-container{grid-template-columns:1fr}}.create-drop form .packages-container *{transform:translateZ(0)}.create-drop form .packages-container .package-card{border:1px solid #e0e0e0;border-radius:6px;display:flex;flex-direction:column;height:100%;min-height:500px;padding:20px;position:relative}.create-drop form .packages-container .package-card:first-child{background-color:#b5e8f70d;border-color:#b5e8f7}.create-drop form .packages-container .package-card:first-child h3{color:#0097c2}.create-drop form .packages-container .package-card:nth-child(2){background-color:#c2e6c80d;border-color:#c2e6c8}.create-drop form .packages-container .package-card:nth-child(2) h3{color:#2e8540}.create-drop form .packages-container .package-card:nth-child(3){background-color:#f7d6a30d;border-color:#f7d6a3}.create-drop form .packages-container .package-card:nth-child(3) h3{color:#c27c0a}.create-drop form .packages-container .package-card:nth-child(3) .feature-input-group{width:100%}.create-drop form .packages-container .package-card:nth-child(3) .feature-input-group .btn-add{min-width:70px;width:70px}.create-drop form .packages-container .package-card:after,.create-drop form .packages-container .package-card:before{display:none}.create-drop form .packages-container .package-card button,.create-drop form .packages-container .package-card input,.create-drop form .packages-container .package-card select,.create-drop form .packages-container .package-card textarea{position:relative;z-index:2}.create-drop form .packages-container .package-card h3{font-size:18px;font-weight:600;margin-bottom:20px;text-align:center}.create-drop form .packages-container .package-card h4{color:#0a233b;font-size:16px;font-weight:500;margin-bottom:15px;margin-top:10px}.create-drop form .packages-container .package-card .category-features+.form-group,.create-drop form .packages-container .package-card .form-group+.form-row,.create-drop form .packages-container .package-card .form-row+.category-features,.create-drop form .packages-container .package-card .form-row+.form-group{margin-top:15px}.create-drop form .packages-container .package-card .category-features{margin-bottom:15px}.create-drop form .packages-container .package-card .category-features .feature-checkbox{margin-bottom:10px}.create-drop form .packages-container .package-card .category-features .feature-checkbox label{align-items:center;cursor:pointer;display:flex;gap:10px}.create-drop form .packages-container .package-card .category-features .feature-checkbox label input[type=checkbox]{cursor:pointer;flex-shrink:0;height:18px;margin:0;padding:0;width:18px}.create-drop form .packages-container .package-card .category-features .feature-checkbox label span{font-size:14px;line-height:1.4;margin:0;padding:0}.create-drop form .packages-container .package-card .form-group+.form-row,.create-drop form .packages-container .package-card .form-row+.form-group{margin-top:10px}.create-drop form .packages-container .package-card .form-group{margin-bottom:25px}.create-drop form .packages-container .package-card .form-group.package-description{height:auto;margin-bottom:30px;min-height:120px;position:relative}.create-drop form .packages-container .package-card .form-group.package-description textarea{background:#fff;flex:1 1;margin-bottom:0;min-height:80px;position:relative;z-index:2}.create-drop form .packages-container .package-card .form-group.package-description small.char-count{background-color:#f9fafb;border-radius:10px;color:#666;float:right;font-size:11px;margin-top:5px;padding:2px 8px;position:relative;text-align:right;z-index:1}.create-drop form .packages-container .package-card .form-group:has(input[id^=package-delivery-]) small,.create-drop form .packages-container .package-card .form-group:has(input[id^=package-revisions-]) small{display:none}.create-drop form .packages-container .package-card .form-select{appearance:none;background-color:#fff;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='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;height:46px;padding:12px 15px;width:100%}.create-drop form .packages-container .package-card .form-select:focus{border-color:#0288d1;box-shadow:0 0 0 2px #0288d133;outline:none}.create-drop form .packages-container .package-card .form-select:disabled{background-color:#f5f5f5;cursor:not-allowed}.create-drop form .packages-container .package-card .image-upload-container{margin:20px 0}.create-drop form .packages-container .package-card .image-upload-container .image-upload-area{border:2px dashed #e0e0e0;border-radius:6px;margin-bottom:20px;padding:30px;text-align:center}.create-drop form .packages-container .package-card .image-upload-container .image-upload-area .upload-btn{align-items:center;background-color:#f5f7fa;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:20px;transition:all .3s;width:100%}.create-drop form .packages-container .package-card .image-upload-container .image-upload-area .upload-btn i{color:#0288d1;font-size:36px;margin-bottom:10px}.create-drop form .packages-container .package-card .image-upload-container .image-upload-area .upload-btn span{color:#0a233b;font-size:16px;font-weight:500;margin-bottom:5px}.create-drop form .packages-container .package-card .image-upload-container .image-upload-area .upload-btn small{color:#666;font-size:12px}.create-drop form .packages-container .package-card .image-upload-container .image-upload-area .upload-btn:hover{background-color:#eef2f7}.create-drop form .packages-container .package-card .image-upload-container .image-upload-area .upload-btn:disabled{cursor:not-allowed;opacity:.6}.create-drop form .packages-container .package-card .image-upload-container .image-preview-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}@media(max-width:576px){.create-drop form .packages-container .package-card .image-upload-container .image-preview-container{grid-template-columns:1fr}}.create-drop form .packages-container .package-card .image-upload-container .image-preview-container .image-preview{aspect-ratio:16/9;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;position:relative}.create-drop form .packages-container .package-card .image-upload-container .image-preview-container .image-preview.thumbnail{border-color:#0288d1;box-shadow:0 0 0 2px #0288d133}.create-drop form .packages-container .package-card .image-upload-container .image-preview-container .image-preview img{height:100%;object-fit:cover;width:100%}.create-drop form .packages-container .package-card .image-upload-container .image-preview-container .image-preview .remove-image{align-items:center;background-color:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;position:absolute;right:5px;top:5px;transition:background-color .3s;width:24px}.create-drop form .packages-container .package-card .image-upload-container .image-preview-container .image-preview .remove-image:hover{background-color:#000c}.create-drop form .packages-container .package-card .image-upload-container .image-preview-container .image-preview .thumbnail-badge{background-color:#0288d1cc;bottom:0;color:#fff;font-size:12px;font-weight:500;left:0;padding:5px;position:absolute;right:0;text-align:center}.create-drop form .packages-container .package-card .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:20px}.create-drop form .packages-container .package-card .form-row .form-group{margin-bottom:0}.create-drop form .packages-container .package-card .form-row .form-group label{color:#0a233b;display:block;font-size:14px;font-weight:500;height:auto;line-height:1.4;margin-bottom:8px;overflow:visible;padding-right:0;position:relative;text-overflow:clip;transform:translateY(0);white-space:nowrap}.create-drop form .packages-container .package-card .form-row .form-group input{height:46px;width:100%}.create-drop form .packages-container .package-card .form-group:has(input[id^=package-price]){margin-bottom:20px}.create-drop form .packages-container .package-card .form-group:has(input[id^=package-price]) input{height:46px}.create-drop form .packages-container .package-card .form-group.features-section{margin-bottom:0;margin-top:auto;padding-top:15px}.create-drop form .packages-container .package-card .form-group.features-section label{display:block;margin-bottom:10px;overflow:visible;white-space:nowrap}.create-drop form .packages-container .package-card .form-group.features-section .feature-input-group{align-items:center;display:flex;gap:10px;margin-bottom:10px;width:100%}.create-drop form .packages-container .package-card .form-group.features-section .feature-input-group input{flex:1 1;height:42px}.create-drop form .packages-container .package-card .form-group.features-section .feature-input-group .btn-add{flex-shrink:0;height:42px;min-width:70px;width:70px}.create-drop form .packages-container .package-card .form-group.features-section .features-list{margin-bottom:0;min-height:80px}.create-drop form .packages-container .package-card .form-group.features-section .features-list .no-items{color:#999;font-style:italic;padding:10px 0;text-align:center}.create-drop form .packages-container .package-card .btn-add{background-color:#0288d1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .3s}.create-drop form .packages-container .package-card .btn-add:hover{background-color:#02679e}.create-drop form .packages-container .package-card .feature-input-group{margin-bottom:10px}.create-drop form .packages-container .package-card .features-list{margin-bottom:0;min-height:80px}.create-drop form .feature-input-group,.create-drop form .tag-input-group{display:flex;gap:10px;margin-bottom:15px}.create-drop form .feature-input-group input,.create-drop form .tag-input-group input{border:1px solid #e0e0e0;border-radius:6px;flex:1 1;font-size:14px;height:42px;padding:10px 12px}.create-drop form .feature-input-group .btn-add,.create-drop form .tag-input-group .btn-add{align-items:center;background-color:#0288d1;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:42px;justify-content:center;min-width:70px;padding:0 15px;transition:background-color .3s}.create-drop form .feature-input-group .btn-add:hover,.create-drop form .tag-input-group .btn-add:hover{background-color:#02679e}.create-drop form .feature-input-group .btn-add:disabled,.create-drop form .tag-input-group .btn-add:disabled{background-color:#ccc;cursor:not-allowed}.create-drop form .features-list,.create-drop form .tags-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.create-drop form .features-list .feature-item,.create-drop form .features-list .tag-item,.create-drop form .tags-list .feature-item,.create-drop form .tags-list .tag-item{align-items:center;background-color:#f0f7ff;border:1px solid #cce3ff;border-radius:20px;display:flex;font-size:14px;padding:5px 10px}.create-drop form .features-list .feature-item span,.create-drop form .features-list .tag-item span,.create-drop form .tags-list .feature-item span,.create-drop form .tags-list .tag-item span{margin-right:5px}.create-drop form .features-list .feature-item .btn-remove,.create-drop form .features-list .tag-item .btn-remove,.create-drop form .tags-list .feature-item .btn-remove,.create-drop form .tags-list .tag-item .btn-remove{background:none;border:none;color:#999;cursor:pointer;font-size:16px;line-height:1;padding:0 2px}.create-drop form .features-list .feature-item .btn-remove:hover,.create-drop form .features-list .tag-item .btn-remove:hover,.create-drop form .tags-list .feature-item .btn-remove:hover,.create-drop form .tags-list .tag-item .btn-remove:hover{color:#d9534f}.create-drop form .features-list .feature-item,.create-drop form .tags-list .feature-item{background-color:#f0fff4;border-color:#c3e6cb}.create-drop form .features-list .no-items,.create-drop form .tags-list .no-items{color:#999;font-size:14px;font-style:italic}.create-drop form .faq-input{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.create-drop form .faq-input .faq-answer,.create-drop form .faq-input .faq-question{border:1px solid #e0e0e0;border-radius:6px;font-size:14px;padding:10px 12px;width:100%}.create-drop form .faq-input .btn-add{align-self:flex-start;background-color:#0288d1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 15px;transition:background-color .3s}.create-drop form .faq-input .btn-add:hover{background-color:#02679e}.create-drop form .faqs-list{margin-bottom:20px}.create-drop form .faqs-list .faq-item{align-items:flex-start;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px}.create-drop form .faqs-list .faq-item .faq-content{flex:1 1}.create-drop form .faqs-list .faq-item .faq-content h4{color:#0a233b;font-size:16px;font-weight:500;margin-bottom:5px}.create-drop form .faqs-list .faq-item .faq-content p{color:#666;font-size:14px}.create-drop form .faqs-list .faq-item .btn-remove{background:none;border:none;color:#999;cursor:pointer;font-size:18px;padding:0 5px}.create-drop form .faqs-list .faq-item .btn-remove:hover{color:#d9534f}.create-drop form .form-actions{display:flex;gap:15px;justify-content:space-between;margin-top:30px}.create-drop form .form-actions button{border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;min-width:120px;padding:12px 24px;transition:all .3s}.create-drop form .form-actions button.btn-primary{background-color:#0288d1;border:none;color:#fff}.create-drop form .form-actions button.btn-primary:hover{background-color:#02679e}.create-drop form .form-actions button.btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.create-drop form .form-actions button.btn-secondary{background-color:#fff;border:1px solid #e0e0e0;color:#0a233b}.create-drop form .form-actions button.btn-secondary:hover{background-color:#f5f5f5}@media(max-width:768px){.create-drop .step-indicator .step .step-title{font-size:12px}.create-drop .tag-input-group{flex-direction:column}.create-drop .tag-input-group input{width:100%}.create-drop .form-actions{flex-direction:column}.create-drop .form-actions button{width:100%}}.image-upload-boxes{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.image-preview-box{align-items:center;aspect-ratio:1280/769;background:#f5f7fa;border:2px dashed #e0e0e0;border-radius:6px;cursor:pointer;display:flex;height:192px;justify-content:center;overflow:hidden;position:relative;transition:border-color .2s;width:320px}.image-preview-box:hover{border-color:#0288d1}.upload-placeholder{color:#999;font-size:16px;text-align:center}.img-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.img-wrapper img{border-radius:6px;height:100%;object-fit:cover;width:100%}.remove-image{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:28px;justify-content:center;position:absolute;right:8px;top:8px;width:28px;z-index:2}.thumbnail-badge{background:#0288d1cc;border-bottom-left-radius:6px;border-bottom-right-radius:6px;bottom:0;color:#fff;font-size:13px;left:0;padding:4px 0;position:absolute;right:0;text-align:center}@media(max-width:1100px){.image-upload-boxes{align-items:center;flex-direction:column;gap:15px}.image-preview-box{aspect-ratio:1280/769;height:auto;max-width:400px;width:100%}}.service-details-page{background-color:#f7f7f7;padding:40px 0}.service-details-page .details-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px}.service-details-page .main-content{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:30px}.service-details-page .service-header{margin-bottom:25px}.service-details-page .service-header h1{color:#0a233b;font-size:28px;line-height:1.3;margin-bottom:15px}.service-details-page .service-header .seller-short-info{align-items:center;color:#555;display:flex;font-size:14px;gap:15px}.service-details-page .service-header .seller-short-info .rating{color:#ffbe5b;font-weight:700}.service-details-page .service-header .seller-short-info .sales-count{color:#555;font-weight:600}.service-details-page .image-gallery{margin-bottom:30px}.service-details-page .image-gallery .gallery-wrapper{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative}.service-details-page .image-gallery .gallery-wrapper:hover .gallery-arrow{opacity:1}.service-details-page .image-gallery .gallery-wrapper .main-image{border-radius:6px;box-shadow:0 2px 12px #0a233b14;max-width:500px;object-fit:cover;width:100%}.service-details-page .image-gallery .gallery-wrapper .gallery-arrow{align-items:center;background:#0a233bb3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:40px;z-index:2}.service-details-page .image-gallery .gallery-wrapper .gallery-arrow:hover{background:#0288d1;transform:translateY(-50%) scale(1.1)}.service-details-page .image-gallery .gallery-wrapper .gallery-arrow.left{left:10px}.service-details-page .image-gallery .gallery-wrapper .gallery-arrow.right{right:10px}.service-details-page .image-gallery .gallery-thumbnails{display:flex;gap:10px;justify-content:center;margin-top:12px}.service-details-page .image-gallery .gallery-thumbnails img{border:2px solid #0000;border-radius:6px;cursor:pointer;height:40px;object-fit:cover;transition:border .2s;width:60px}.service-details-page .image-gallery .gallery-thumbnails img.active{border:2px solid #0288d1}.service-details-page .package-tabs{display:flex;gap:8px;justify-content:space-between;margin-bottom:18px}.service-details-page .package-tabs .package-tab{background:#f0f7fa;border:1px solid #0288d1;border-radius:4px 4px 0 0;color:#0a233b;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:10px 0;transition:background .2s,color .2s}.service-details-page .package-tabs .package-tab.active{background:#0288d1;border-bottom:2px solid #fff;color:#fff;z-index:1}.service-details-page .package-tabs .package-tab:hover:not(.active){background:#e6f2fa}.service-details-page .pricing-package{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:25px}.service-details-page .pricing-package h3{color:#083a50;font-size:20px;margin-bottom:15px}.service-details-page .pricing-package .price{color:#0a233b;font-size:32px;font-weight:700;margin-bottom:20px}.service-details-page .pricing-package .package-description{color:#666;font-size:14px;margin-bottom:25px}.service-details-page .pricing-package .whats-included{border-top:1px solid #eaeaea;margin-bottom:20px;margin-top:20px;padding-top:15px}.service-details-page .pricing-package .whats-included h4{color:#0a233b;font-size:16px;font-weight:600;margin-bottom:12px}.service-details-page .pricing-package .whats-included .included-items{display:flex;flex-direction:column;gap:10px}.service-details-page .pricing-package .whats-included .included-items .included-item{align-items:center;display:flex;gap:10px}.service-details-page .pricing-package .whats-included .included-items .included-item input[type=checkbox]{border:1px solid #ccc;border-radius:3px;cursor:default;height:18px;width:18px}.service-details-page .pricing-package .whats-included .included-items .included-item label{color:#0a233b;font-size:14px}.service-details-page .pricing-package .package-features{list-style:none;margin:12px 0 10px;padding:0}.service-details-page .pricing-package .package-features li{align-items:center;color:#0a233b;display:flex;font-size:14px;margin-bottom:4px}.service-details-page .pricing-package .package-features li:before{color:#0288d1;content:"✔";margin-right:6px}.service-details-page .pricing-package .package-meta{color:#0a233b;display:flex;font-size:15px;font-weight:600;justify-content:space-between;margin-bottom:20px;margin-top:20px}.service-details-page .pricing-package .contact-btn,.service-details-page .pricing-package .continue-btn{border:none;border-radius:4px;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:background-color .2s ease;width:100%}.service-details-page .pricing-package .continue-btn{background-color:#0288d1;color:#fff;margin-bottom:10px}.service-details-page .pricing-package .continue-btn:hover{background-color:#0271ae}.service-details-page .pricing-package .contact-btn{background-color:#fff;border:1px solid #0288d1;color:#0288d1}.service-details-page .pricing-package .contact-btn:hover{background-color:#f0f8ff}.service-details-page .modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.service-details-page .payment-modal{background:#fff;border-radius:6px;box-shadow:0 5px 20px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;position:relative;width:100%}.service-details-page .payment-modal h2{color:#0a233b;font-size:24px;margin-bottom:20px;text-align:center}.service-details-page .payment-modal .close-modal{background:none;border:none;color:#999;cursor:pointer;font-size:24px;line-height:1;padding:0;position:absolute;right:15px;top:15px}.service-details-page .payment-modal .close-modal:hover{color:#0a233b}.service-details-page .payment-modal .package-summary{background:#f7f7f7;border-radius:4px;margin-bottom:20px;padding:15px;text-align:center}.service-details-page .payment-modal .package-summary h3{color:#0a233b;font-size:18px;margin-bottom:5px}.service-details-page .payment-modal .package-summary .price{color:#0288d1;font-size:24px;font-weight:700;margin:0}.service-details-page .payment-modal .payment-instructions{margin-bottom:25px}.service-details-page .payment-modal .payment-instructions h4{color:#0a233b;font-size:16px;margin-bottom:10px}.service-details-page .payment-modal .payment-instructions p{color:#555;font-size:14px;margin-bottom:10px}.service-details-page .payment-modal .payment-instructions .payment-number{background:#f0f7fa;border:1px solid #d0e8f2;border-radius:4px;color:#0a233b;font-size:20px;font-weight:700;margin:15px 0;padding:12px;text-align:center}.service-details-page .payment-modal .payment-methods{margin-bottom:20px}.service-details-page .payment-modal .payment-methods h4{color:#0a233b;font-size:16px;margin-bottom:10px}.service-details-page .payment-modal .payment-methods .payment-options{display:flex;gap:10px;justify-content:space-between}.service-details-page .payment-modal .payment-methods .payment-options label{align-items:center;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;padding:12px;transition:all .2s}.service-details-page .payment-modal .payment-methods .payment-options label.active{background-color:#f0f7fa;border-color:#0288d1}.service-details-page .payment-modal .payment-methods .payment-options label input[type=radio]{margin-bottom:8px}.service-details-page .payment-modal .payment-methods .payment-options label .method-name{color:#0a233b;font-weight:600}.service-details-page .payment-modal .transaction-id{margin-bottom:20px}.service-details-page .payment-modal .transaction-id label{color:#0a233b;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.service-details-page .payment-modal .transaction-id input{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:12px;width:100%}.service-details-page .payment-modal .transaction-id input:focus{border-color:#0288d1;outline:none}.service-details-page .payment-modal .error-message{background-color:#ffebee;border-radius:4px;color:#d32f2f;font-size:14px;margin-bottom:15px;padding:10px;text-align:center}.service-details-page .payment-modal .success-message{padding:20px 0;text-align:center}.service-details-page .payment-modal .success-message h3{color:#2e7d32;font-size:20px;margin-bottom:15px}.service-details-page .payment-modal .success-message p{color:#555;margin-bottom:10px}.service-details-page .payment-modal .submit-payment{background-color:#0288d1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:background-color .2s;width:100%}.service-details-page .payment-modal .submit-payment:hover{background-color:#0271ae}.service-details-page .payment-modal .submit-payment:disabled{background-color:#b0bec5;cursor:not-allowed}.service-details-page .contact-modal{background:#fff;border-radius:6px;box-shadow:0 5px 20px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;position:relative;width:100%}.service-details-page .contact-modal h2{color:#0a233b;font-size:24px;margin-bottom:20px;text-align:center}.service-details-page .contact-modal .close-modal{background:none;border:none;color:#999;cursor:pointer;font-size:24px;line-height:1;padding:0;position:absolute;right:15px;top:15px}.service-details-page .contact-modal .close-modal:hover{color:#0a233b}.service-details-page .contact-modal .seller-info{align-items:center;background:#f7f7f7;border-radius:4px;display:flex;gap:15px;margin-bottom:20px;padding:15px}.service-details-page .contact-modal .seller-info .seller-avatar{height:60px;width:60px}.service-details-page .contact-modal .seller-info .seller-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.service-details-page .contact-modal .seller-info .seller-avatar .avatar-placeholder{align-items:center;background-color:#0288d1;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:600;height:100%;justify-content:center;width:100%}.service-details-page .contact-modal .seller-info .seller-name{flex:1 1}.service-details-page .contact-modal .seller-info .seller-name h3{color:#0a233b;font-size:18px;margin-bottom:5px}.service-details-page .contact-modal .seller-info .seller-name p{color:#555;font-size:14px;margin:0}.service-details-page .contact-modal .message-input{margin-bottom:20px}.service-details-page .contact-modal .message-input label{color:#0a233b;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.service-details-page .contact-modal .message-input textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;min-height:120px;padding:12px;resize:vertical;width:100%}.service-details-page .contact-modal .message-input textarea:focus{border-color:#0288d1;outline:none}.service-details-page .contact-modal .error-message{background-color:#ffebee;border-radius:4px;color:#d32f2f;font-size:14px;margin-bottom:15px;padding:10px;text-align:center}.service-details-page .contact-modal .submit-contact{background-color:#0288d1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:background-color .2s;width:100%}.service-details-page .contact-modal .submit-contact:hover{background-color:#0271ae}.service-details-page .contact-modal .submit-contact:disabled{background-color:#b0bec5;cursor:not-allowed}.reviews-section{border-top:1px solid #e0e0e0;margin-top:3rem;padding-top:2rem}.reviews-section h2{font-size:1.8rem;margin-bottom:1.5rem}.reviews-section .review-stats{background-color:#f9f9f9;border-radius:8px;display:flex;margin-bottom:2rem;padding:1.5rem}@media(max-width:768px){.reviews-section .review-stats{flex-direction:column}}.reviews-section .review-stats .overall-rating{border-right:1px solid #e0e0e0;flex:0 0 200px;padding-right:2rem;text-align:center}@media(max-width:768px){.reviews-section .review-stats .overall-rating{border-bottom:1px solid #e0e0e0;border-right:none;margin-bottom:1rem;padding-bottom:1rem;padding-right:0}}.reviews-section .review-stats .overall-rating .rating-number{color:#333;font-size:3rem;font-weight:700}.reviews-section .review-stats .overall-rating .stars{font-size:1.5rem;margin:.5rem 0}.reviews-section .review-stats .overall-rating .total-reviews{color:#666;font-size:.9rem}.reviews-section .review-stats .rating-breakdown{flex:1 1;padding-left:2rem}@media(max-width:768px){.reviews-section .review-stats .rating-breakdown{padding-left:0}}.reviews-section .review-stats .rating-breakdown .rating-item{align-items:center;display:flex;margin-bottom:1rem}.reviews-section .review-stats .rating-breakdown .rating-item .rating-label{color:#555;flex:0 0 120px;font-size:.9rem}.reviews-section .review-stats .rating-breakdown .rating-item .rating-bar-container{background-color:#e0e0e0;border-radius:4px;flex:1 1;height:8px;margin:0 1rem;overflow:hidden}.reviews-section .review-stats .rating-breakdown .rating-item .rating-bar-container .rating-bar{background-color:#4caf50;border-radius:4px;height:100%}.reviews-section .review-stats .rating-breakdown .rating-item .rating-value{color:#333;flex:0 0 30px;font-weight:700}.reviews-section .reviews-list .loading-reviews,.reviews-section .reviews-list .no-reviews,.reviews-section .reviews-list .reviews-error{color:#666;padding:2rem;text-align:center}.reviews-section .reviews-list .review-item{border-bottom:1px solid #e0e0e0;margin-bottom:1.5rem;padding:1.5rem}.reviews-section .reviews-list .review-item .review-header{display:flex;justify-content:space-between;margin-bottom:1rem}.reviews-section .reviews-list .review-item .review-header .reviewer-info{align-items:center;display:flex}.reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-avatar{border-radius:50%;height:50px;margin-right:1rem;overflow:hidden;width:50px}.reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-avatar img{height:100%;object-fit:cover;width:100%}.reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-avatar .default-avatar{align-items:center;background-color:#3498db;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:100%;justify-content:center;width:100%}.reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-details .reviewer-name{font-weight:700;margin-bottom:.2rem}.reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-details .review-date{color:#777;font-size:.8rem}.reviews-section .reviews-list .review-item .review-header .review-rating .stars{font-size:1.2rem}.reviews-section .reviews-list .review-item .review-header .review-rating .stars .star{color:#ddd;margin-right:2px}.reviews-section .reviews-list .review-item .review-header .review-rating .stars .star.filled{color:#ffc107}.reviews-section .reviews-list .review-item .review-content{line-height:1.6;margin-bottom:1rem}.reviews-section .reviews-list .review-item .seller-response{background-color:#f5f5f5;border-radius:8px;margin-top:1rem;padding:1rem}.reviews-section .reviews-list .review-item .seller-response .response-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.reviews-section .reviews-list .review-item .seller-response .response-header .seller-name{color:#444;font-size:.9rem;font-weight:700}.reviews-section .reviews-list .review-item .seller-response .response-header .response-date{color:#777;font-size:.8rem}.reviews-section .reviews-list .review-item .seller-response .response-content{color:#555;font-size:.95rem}.reviews-section .reviews-pagination{align-items:center;display:flex;justify-content:center;margin-top:2rem}.reviews-section .reviews-pagination .pagination-btn{background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.reviews-section .reviews-pagination .pagination-btn:hover:not(:disabled){background-color:#e0e0e0}.reviews-section .reviews-pagination .pagination-btn:disabled{cursor:not-allowed;opacity:.5}.reviews-section .reviews-pagination .pagination-info{color:#666;font-size:.9rem;margin:0 1rem}.withdrawals-page .balance-card{background:linear-gradient(135deg,#1976d2,#0d47a1);color:#fff;padding:24px}.withdrawals-page .balance-card .balance-amount{font-weight:700;margin:16px 0}.withdrawals-page .withdrawal-form{padding:24px}.withdrawals-page .withdrawal-form .MuiFormControl-root{margin-bottom:16px}.withdrawals-page .withdrawal-history{padding:24px}.withdrawals-page .withdrawal-history .MuiTableCell-head{font-weight:700}.withdrawals-page .status-chip.pending{background-color:#f9a825;color:#fff}.withdrawals-page .status-chip.approved{background-color:#4caf50;color:#fff}.withdrawals-page .status-chip.rejected{background-color:#f44336;color:#fff}.withdrawals-page .preview-dialog .MuiDialogContent-root{min-width:400px}.withdrawals-page .preview-dialog .amount-details{margin:16px 0}.withdrawals-page .preview-dialog .amount-details .detail-row{display:flex;justify-content:space-between;margin:8px 0}.about-page{background:#fff;color:#0a233b;font-family:Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding-top:40px}.about-page .about-hero{background:none;padding:0 0 2rem;text-align:center}.about-page .about-hero h1{color:#0a233b;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem}.about-page .about-hero p{color:#083a50;font-size:1.2rem;margin:0 auto;max-width:600px}.about-page .about-content{background:#fff;border-radius:18px;box-shadow:0 4px 32px #083a501a;color:#0a233b;display:flex;flex-direction:column;gap:2.2rem;margin:0 auto 2rem;max-width:700px;padding:2.5rem 1.5rem 2rem}.about-page .about-content section{margin-bottom:1.5rem}.about-page .about-content section h2{color:#0288d1;font-size:1.25rem;font-weight:700;margin-bottom:.7rem;position:relative;text-align:center}.about-page .about-content section h2:after{background:#0288d1;border-radius:2px;content:"";display:block;height:3px;margin:.5rem auto 0;width:60px}.about-page .about-content section p,.about-page .about-content section ul{font-size:1.05rem;line-height:1.7;margin:0 0 .5rem;text-align:center}.about-page .about-content section ul{padding-left:1.2rem;text-align:left}.about-page .about-content section ul li{list-style:disc;margin-bottom:.3rem}.about-page .about-content .contact-list{padding-left:0;text-align:center}.about-page .about-content .contact-list li{list-style:none;margin-bottom:.4rem}.about-page .about-content .contact-list li a{color:#0288d1;font-weight:500;text-decoration:underline}.about-page .about-content .contact-list li a:hover{color:#083a50}@media(max-width:600px){.about-page .about-content{padding:1.2rem .5rem 1.5rem}.about-page .about-hero{padding:0 0 1.2rem}.about-page .about-hero h1{font-size:1.5rem}}.community-guidelines-page{background:#fff;color:#0a233b;font-family:Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding-top:40px}.community-guidelines-page .guidelines-hero{margin-bottom:2rem;text-align:center}.community-guidelines-page .guidelines-hero h1{color:#0a233b;font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.community-guidelines-page .guidelines-hero p{color:#083a50;font-size:1.1rem;margin:0 auto;max-width:600px}.community-guidelines-page .guidelines-content{background:#fff;border-radius:18px;box-shadow:0 4px 32px #083a501a;color:#0a233b;display:flex;flex-direction:column;gap:2.2rem;margin:0 auto 2rem;max-width:700px;padding:2.5rem 1.5rem 2rem}.community-guidelines-page .guidelines-content section{margin-bottom:1.5rem}.community-guidelines-page .guidelines-content section h2{color:#0288d1;font-size:1.15rem;font-weight:700;margin-bottom:.7rem;position:relative;text-align:center}.community-guidelines-page .guidelines-content section h2:after{background:#0288d1;border-radius:2px;content:"";display:block;height:3px;margin:.5rem auto 0;width:50px}.community-guidelines-page .guidelines-content section p,.community-guidelines-page .guidelines-content section ul{font-size:1.02rem;line-height:1.7;margin:0 0 .5rem;text-align:center}.community-guidelines-page .guidelines-content section ul{padding-left:1.2rem;text-align:left}.community-guidelines-page .guidelines-content section ul li{list-style:disc;margin-bottom:.3rem}.community-guidelines-page .guidelines-content .guidelines-contact{text-align:center}.community-guidelines-page .guidelines-content .guidelines-contact a{color:#0288d1;font-weight:500;text-decoration:underline}.community-guidelines-page .guidelines-content .guidelines-contact a:hover{color:#083a50}@media(max-width:600px){.community-guidelines-page .guidelines-content{padding:1.2rem .5rem 1.5rem}.community-guidelines-page .guidelines-hero h1{font-size:1.3rem}}.info-page{background-color:#f9fafb;min-height:calc(100vh - 200px);padding:60px 0}.info-page .container{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0a233b14;margin:0 auto;max-width:960px;padding:40px}.info-page h1{border-bottom:1px solid #eee;color:#0a233b;font-size:28px;margin-bottom:25px;padding-bottom:15px;text-align:center}.info-page h2{color:#0a233b;font-size:22px;margin-bottom:15px;margin-top:30px}.info-page h3{color:#0a233b;font-size:18px;margin-bottom:10px;margin-top:20px}.info-page p{color:#333;font-size:16px;line-height:1.6;margin-bottom:15px}.info-page ul{list-style:disc;margin-bottom:15px;margin-left:25px}.info-page ul li{color:#333;font-size:16px;line-height:1.6;margin-bottom:5px}.help-support-page{background:#fff;color:#0a233b;font-family:Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding-top:40px}.help-support-page .help-hero{margin-bottom:2rem;text-align:center}.help-support-page .help-hero h1{color:#0a233b;font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.help-support-page .help-hero p{color:#083a50;font-size:1.1rem;margin:0 auto;max-width:600px}.help-support-page .help-content{background:#fff;border-radius:18px;box-shadow:0 4px 32px #083a501a;color:#0a233b;display:flex;flex-direction:column;gap:2.2rem;margin:0 auto 2rem;max-width:700px;padding:2.5rem 1.5rem 2rem}.help-support-page .help-content section{margin-bottom:1.5rem}.help-support-page .help-content section h2{color:#0288d1;font-size:1.15rem;font-weight:700;margin-bottom:.7rem;position:relative;text-align:center}.help-support-page .help-content section h2:after{background:#0288d1;border-radius:2px;content:"";display:block;height:3px;margin:.5rem auto 0;width:50px}.help-support-page .help-content section p,.help-support-page .help-content section ul{font-size:1.02rem;line-height:1.7;margin:0 0 .5rem;text-align:center}.help-support-page .help-content section ul{padding-left:1.2rem;text-align:left}.help-support-page .help-content section ul li{list-style:disc;margin-bottom:.3rem}.help-support-page .help-content section a{color:#0288d1;font-weight:500;text-decoration:underline}.help-support-page .help-content section a:hover{color:#083a50}@media(max-width:600px){.help-support-page .help-content{padding:1.2rem .5rem 1.5rem}.help-support-page .help-hero h1{font-size:1.3rem}}.trust-safety-page{background:#fff;color:#0a233b;font-family:Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding-top:40px}.trust-safety-page .trust-hero{margin-bottom:2rem;text-align:center}.trust-safety-page .trust-hero h1{color:#0a233b;font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.trust-safety-page .trust-hero p{color:#083a50;font-size:1.1rem;margin:0 auto;max-width:600px}.trust-safety-page .trust-content{background:#fff;border-radius:18px;box-shadow:0 4px 32px #083a501a;color:#0a233b;display:flex;flex-direction:column;gap:2.2rem;margin:0 auto 2rem;max-width:700px;padding:2.5rem 1.5rem 2rem}.trust-safety-page .trust-content section{margin-bottom:1.5rem}.trust-safety-page .trust-content section h2{color:#0288d1;font-size:1.15rem;font-weight:700;margin-bottom:.7rem;position:relative;text-align:center}.trust-safety-page .trust-content section h2:after{background:#0288d1;border-radius:2px;content:"";display:block;height:3px;margin:.5rem auto 0;width:50px}.trust-safety-page .trust-content section p,.trust-safety-page .trust-content section ul{font-size:1.02rem;line-height:1.7;margin:0 0 .5rem;text-align:center}.trust-safety-page .trust-content section ul{padding-left:1.2rem;text-align:left}.trust-safety-page .trust-content section ul li{list-style:disc;margin-bottom:.3rem}.trust-safety-page .trust-content section a{color:#0288d1;font-weight:500;text-decoration:underline}.trust-safety-page .trust-content section a:hover{color:#083a50}@media(max-width:600px){.trust-safety-page .trust-content{padding:1.2rem .5rem 1.5rem}.trust-safety-page .trust-hero h1{font-size:1.3rem}}.events-page{background:#fff;color:#0a233b;font-family:Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding-top:40px}.events-page .events-hero{margin-bottom:2rem;text-align:center}.events-page .events-hero h1{color:#0a233b;font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.events-page .events-hero p{color:#083a50;font-size:1.1rem;margin:0 auto;max-width:600px}.events-page .events-content{align-items:center;background:#fff;border-radius:18px;box-shadow:0 4px 32px #083a501a;color:#0a233b;display:flex;flex-direction:column;gap:2.2rem;margin:0 auto 2rem;max-width:700px;padding:2.5rem 1.5rem 2rem}.events-page .events-content .no-events{align-items:center;display:flex;flex-direction:column;text-align:center}.events-page .events-content .no-events svg{margin-bottom:1.2rem}.events-page .events-content .no-events h2{color:#0288d1;font-size:1.3rem;font-weight:700;margin-bottom:.7rem}.events-page .events-content .no-events p{color:#0a233b;font-size:1.05rem;margin-bottom:1.2rem}.events-page .events-content .no-events .events-social{display:flex;gap:1rem;justify-content:center}.events-page .events-content .no-events .events-social a{background:#0288d1;border-radius:20px;color:#fff;font-weight:500;padding:.5rem 1.2rem;text-decoration:none;transition:background .2s}.events-page .events-content .no-events .events-social a:hover{background:#083a50}@media(max-width:600px){.events-page .events-content{padding:1.2rem .5rem 1.5rem}.events-page .events-hero h1{font-size:1.3rem}}.app-landing-root{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.app-navbar{background:#0a233b}.app-navbar .app-navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.2rem 1rem}.app-navbar .app-navbar-brand{align-items:center;display:flex}.app-navbar .app-navbar-brand .app-navbar-logo{align-items:center;background:#0288d1;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;margin-right:.75rem;width:40px}.app-navbar .app-navbar-brand .app-navbar-title{color:#fff;font-size:1.3rem;font-weight:700}.app-navbar .app-navbar-links{display:flex;gap:2rem}.app-navbar .app-navbar-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .2s}.app-navbar .app-navbar-links a:hover{color:#0288d1}.app-navbar .app-navbar-btn{background:#0288d1;border-radius:8px;color:#fff;font-weight:600;padding:.6rem 1.5rem;text-decoration:none;transition:background .2s}.app-navbar .app-navbar-btn:hover{background:#083a50}.app-hero-section{background:linear-gradient(90deg,#0a233b,#083a50)}.app-hero-section .app-hero-container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:4rem 1rem 3rem}@media(min-width:900px){.app-hero-section .app-hero-container{align-items:flex-start;flex-direction:row}}.app-hero-section .app-hero-content{flex:1 1;margin-bottom:2.5rem}@media(min-width:900px){.app-hero-section .app-hero-content{margin-bottom:0;margin-right:3rem}}.app-hero-section .app-hero-content h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.app-hero-section .app-hero-content h1 .brand-accent{color:#0288d1}.app-hero-section .app-hero-content p{color:#e0eaf6;font-size:1.2rem;margin-bottom:2rem;max-width:500px}.app-hero-section .app-hero-content .app-hero-btns{display:flex;gap:1.2rem}.app-hero-section .app-hero-content .app-hero-btns .app-download-btn{align-items:center;background:#0288d1;border-radius:30px;box-shadow:0 2px 8px #0288d114;color:#fff;display:flex;font-size:1.15rem;font-weight:700;gap:.5rem;padding:.9rem 2.2rem;text-decoration:none;transition:background .2s,box-shadow .2s,transform .1s}.app-hero-section .app-hero-content .app-hero-btns .app-download-btn:hover{background:#083a50;box-shadow:0 4px 16px #0288d126;transform:translateY(-2px) scale(1.03)}.app-hero-section .app-hero-mockup{align-items:center;display:flex;flex:1 1;justify-content:center}.app-hero-section .app-hero-mockup .app-phone-mockup{background:#222;border-radius:40px;box-shadow:0 20px 50px #0000004d;height:500px;perspective:1000px;position:relative;transform:rotateY(-5deg) rotateX(5deg);width:260px}.app-hero-section .app-hero-mockup .app-phone-mockup .app-phone-top{align-items:center;background:#111;border-top-left-radius:32px;border-top-right-radius:32px;display:flex;height:48px;justify-content:center}.app-hero-section .app-hero-mockup .app-phone-mockup .app-phone-top .app-phone-notch{background:#333;border-radius:2px;height:4px;width:96px}.app-hero-section .app-hero-mockup .app-phone-mockup .app-phone-screen{background:linear-gradient(180deg,#0a233b,#083a50);border-bottom-left-radius:32px;border-bottom-right-radius:32px;display:flex;flex-direction:column;gap:1.2rem;height:452px;overflow-y:auto;padding:1.2rem}.app-hero-section .app-hero-mockup .app-phone-mockup .app-phone-screen .app-phone-msg{background:#083a5080;border-radius:18px;padding:1rem}.app-hero-section .app-hero-mockup .app-phone-mockup .app-phone-screen .app-phone-msg .app-phone-msg-header{color:#fff;display:flex;font-size:1rem;font-weight:500;justify-content:space-between}.app-hero-section .app-hero-mockup .app-phone-mockup .app-phone-screen .app-phone-msg .app-phone-msg-body{color:#e0eaf6;font-size:.98rem;margin-top:.5rem}.app-features-section{background:#fff;padding:4rem 1rem 3rem;text-align:center}.app-features-section h2{color:#0a233b;font-size:2.1rem;font-weight:700;margin-bottom:.7rem}.app-features-section p{color:#083a50;font-size:1.15rem;margin-bottom:2.2rem;margin-left:auto;margin-right:auto;max-width:600px}.app-features-section .app-features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1100px}@media(min-width:700px){.app-features-section .app-features-grid{grid-template-columns:1fr 1fr 1fr}}.app-features-section .app-features-grid .app-feature-card{background:#fff;border-radius:18px;box-shadow:0 2px 16px #083a5014;padding:2rem 1.2rem 1.5rem;text-align:left;transition:transform .3s}.app-features-section .app-features-grid .app-feature-card:hover{transform:translateY(-5px)}.app-features-section .app-features-grid .app-feature-card .app-feature-icon{align-items:center;display:flex;font-size:2rem;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.app-features-section .app-features-grid .app-feature-card h3{color:#083a50;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.app-features-section .app-features-grid .app-feature-card p{color:#555;font-size:1.02rem;margin-bottom:0}.app-features-section .app-features-grid .app-feature-card .feature-svg{height:2.2rem;width:2.2rem}.app-download-section{background:linear-gradient(90deg,#083a50,#0a233b);padding:4rem 1rem 3rem;text-align:center}.app-download-section h2{color:#fff;font-size:2.1rem;font-weight:700;margin-bottom:.7rem}.app-download-section p{color:#e0eaf6;font-size:1.15rem;margin-bottom:2.2rem;margin-left:auto;margin-right:auto;max-width:600px}.app-download-section .app-download-btn-lg{align-items:center;background:#0288d1;border-radius:30px;box-shadow:0 2px 8px #0288d114;color:#fff;display:inline-flex;font-size:1.25rem;font-weight:700;gap:.7rem;padding:1.1rem 2.8rem;text-decoration:none;transition:background .2s,box-shadow .2s,transform .1s}.app-download-section .app-download-btn-lg:hover{background:#0a233b;box-shadow:0 4px 16px #0288d126;transform:translateY(-2px) scale(1.03)}.app-footer{background:#0a233b;color:#fff;padding:3rem 1rem 1.5rem}.app-footer .app-footer-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.app-footer .app-footer-container .app-footer-brand{align-items:center;display:flex}.app-footer .app-footer-container .app-footer-brand .app-navbar-logo{align-items:center;background:#0288d1;border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:48px;justify-content:center;margin-right:.9rem;width:48px}.app-footer .app-footer-container .app-footer-brand .app-navbar-title{color:#fff;font-size:1.5rem;font-weight:700}.app-footer .app-footer-container .app-footer-support h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.app-footer .app-footer-container .app-footer-support p{color:#e0eaf6;font-size:1rem;margin-bottom:.7rem}.app-footer .app-footer-container .app-footer-support .app-footer-contact{color:#0288d1;font-size:1rem;font-weight:500}.app-footer .app-footer-container .app-footer-social{display:flex;gap:1rem;margin-top:1rem}.app-footer .app-footer-container .app-footer-social a{align-items:center;background:#0288d1;border-radius:20px;color:#fff;display:flex;font-size:1.1rem;font-weight:500;padding:.5rem 1.2rem;text-decoration:none;transition:background .2s}.app-footer .app-footer-container .app-footer-social a:hover{background:#083a50}.app-footer .app-footer-bottom{color:#e0eaf6;font-size:1rem;margin-top:2rem;text-align:center}@media(max-width:900px){.app-hero-section .app-hero-container{align-items:center;flex-direction:column}.app-hero-section .app-hero-content{margin-bottom:2.5rem;margin-right:0}.app-footer .app-footer-container{align-items:flex-start;flex-direction:column;gap:1.5rem}}:root{--primary-color:#0a233b;--secondary-color:#083a50;--accent-color:#0288d1;--text-color:#333;--light-text:#fff;--light-bg:#f9f9f9;--dark-bg:#0a233b;--border-color:#e0e0e0}.admin-users-page{background-color:#f4f7f6;min-height:calc(100vh - 120px);padding:30px}.admin-users-page h1{border-bottom:1px solid #e0e0e0;color:var(--text-color-dark);font-size:2rem;margin-bottom:25px;padding-bottom:15px}.admin-users-page .error-message,.admin-users-page .loading-spinner,.admin-users-page .no-users-found{color:var(--text-color-medium);font-size:1.1rem;padding:50px;text-align:center}.admin-users-page .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#0a233b;border-top:4px solid var(--primary-color);height:40px;margin:50px auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-users-page .users-table-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;overflow-x:auto}.admin-users-page .users-table{border-collapse:collapse;font-size:.95rem;width:100%}.admin-users-page .users-table td,.admin-users-page .users-table th{border-bottom:1px solid #eee;padding:15px 20px;text-align:left}.admin-users-page .users-table th{background-color:var(--primary-color-light);color:var(--text-color-dark);font-size:.85rem;font-weight:600;text-transform:uppercase}.admin-users-page .users-table tbody tr:last-child td{border-bottom:none}.admin-users-page .users-table tbody tr:hover{background-color:#f8f8f8}.admin-users-page .users-table .profile-picture{border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.admin-users-page .users-table .user-name{align-items:center;display:flex;font-weight:500}.admin-users-page .users-table .action-btn{background-color:#083a50;background-color:var(--secondary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.85rem;margin-right:8px;padding:8px 12px;transition:background-color .2s ease}.admin-users-page .users-table .action-btn:hover{background-color:#031822}.admin-users-page .users-table .action-btn.view-btn{background-color:#0a233b;background-color:var(--primary-color)}.admin-users-page .users-table .action-btn.view-btn:hover{background-color:#03090f}.admin-users-page .users-table .action-btn.edit-btn{background-color:#0288d1;background-color:var(--accent-color)}.admin-users-page .users-table .action-btn.edit-btn:hover{background-color:#02679e}.admin-users-page .users-table .action-btn.toggle-status-btn{background-color:#ffc107}.admin-users-page .users-table .action-btn.toggle-status-btn:hover{background-color:#d39e00}@media(max-width:768px){.admin-users-page{padding:15px}.admin-users-page h1{font-size:1.5rem}.admin-users-page .users-table td,.admin-users-page .users-table th{font-size:.8rem;padding:10px}.admin-users-page .users-table .action-btn{margin-right:5px;padding:6px 10px}}
/*# sourceMappingURL=main.4bde2caf.css.map*/