@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@1,600&display=swap";.navbar{overflow-x:hidden;background:white;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;overflow:visible}.navbar.active{background:white}.navbar .header-main{border-bottom:1px solid #E2E8F0}.navbar .header-main .container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}.navbar .header-main .container .mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#4a5568;transition:all .2s ease}.navbar .header-main .container .mobile-menu-btn:hover{background:#F7FAFC}.navbar .header-main .container .mobile-menu-btn svg{width:24px;height:24px}@media screen and (max-width: 768px){.navbar .header-main .container .mobile-menu-btn{display:flex;align-items:center;justify-content:center}}.navbar .header-main .container .logo{flex-shrink:0;font-size:24px;font-weight:700}.navbar .header-main .container .logo .link{text-decoration:none;color:inherit}.navbar .header-main .container .logo .text{color:#2d3748}.navbar .header-main .container .logo .dot{color:var(--green-color)}@media screen and (max-width: 768px){.navbar .header-main .container .logo{font-size:20px}}.navbar .header-main .container .search-container{flex:1;max-width:800px;margin:0 20px}.navbar .header-main .container .search-container .search-bar{position:relative;display:flex;align-items:center;background:#F7FAFC;border:1px solid #E2E8F0;border-radius:8px;overflow:hidden;transition:all .2s ease}.navbar .header-main .container .search-container .search-bar:focus-within{border-color:var(--green-color);box-shadow:0 0 0 3px #38a1691a}.navbar .header-main .container .search-container .search-bar .search-input{flex:1;padding:12px 16px;border:none;outline:none;font-size:16px;color:#2d3748;background:transparent}.navbar .header-main .container .search-container .search-bar .search-input::placeholder{color:#a0aec0}.navbar .header-main .container .search-container .search-bar .search-btn{background:#404145;border:none;padding:12px 16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.navbar .header-main .container .search-container .search-bar .search-btn:hover{background:#2F2F2F}.navbar .header-main .container .search-container .search-bar .search-btn svg{color:#000;width:16px;height:16px}@media screen and (max-width: 768px){.navbar .header-main .container .search-container{display:none}}.navbar .header-main .container .nav-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.navbar .header-main .container .nav-actions .nav-link{color:#4a5568;text-decoration:none;font-weight:500;font-size:16px;padding:8px 12px;border-radius:6px;transition:all .2s ease}.navbar .header-main .container .nav-actions .nav-link:hover{background:#F7FAFC;color:#2d3748}.navbar .header-main .container .nav-actions .nav-link .notification-badge{position:absolute;top:2px;right:2px;background:#E53E3E;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid white;box-shadow:0 2px 4px #0000001a}.navbar .header-main .container .nav-actions .nav-icon-btn{background:none!important;border:none;color:#4a5568;cursor:pointer;padding:8px;position:relative;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.navbar .header-main .container .nav-actions .nav-icon-btn:hover{background:#F7FAFC;color:#2d3748}.navbar .header-main .container .nav-actions .nav-icon-btn svg{background:none!important;box-shadow:none!important;border:none!important;outline:none!important;width:20px;height:20px}.navbar .header-main .container .nav-actions .notification-container{position:relative}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown{position:absolute;top:55px;right:0;background:white;border-radius:12px;box-shadow:0 8px 24px #00000026;width:320px;z-index:1001;overflow:hidden}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-header{background:#F7FAFC;padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #E2E8F0}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-header svg{color:#718096}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-header span{font-size:14px;font-weight:600;color:#2d3748}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-content{padding:20px;display:flex;align-items:center;justify-content:center}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-content .no-notifications{text-align:center}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-content .no-notifications .notification-illustration{margin-bottom:16px;color:#cbd5e0}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-content .no-notifications .notification-illustration svg{width:80px;height:80px}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-content .no-notifications h3{font-size:16px;font-weight:600;color:#2d3748;margin-bottom:8px}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-content .no-notifications p{font-size:14px;color:#718096;line-height:1.5}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-footer{background:#F7FAFC;padding:12px 16px;display:flex;gap:12px;border-top:1px solid #E2E8F0}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-footer .notification-control-btn{background:none;border:none;cursor:pointer;padding:8px;color:#718096;border-radius:6px;transition:all .2s ease}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-footer .notification-control-btn:hover{background:#E2E8F0;color:#4a5568}.navbar .header-main .container .nav-actions .notification-container .notification-dropdown .notification-footer .notification-control-btn svg{width:16px;height:16px}.navbar .header-main .container .nav-actions .join-btn{background:var(--green-color);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.navbar .header-main .container .nav-actions .join-btn:hover{background:#2F855A}.navbar .header-main .container .nav-actions .join-btn .link{color:#fff;text-decoration:none}.navbar .header-main .container .nav-actions .switch-btn{background:transparent;color:var(--green-color);border:1px solid var(--green-color);padding:8px 16px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.navbar .header-main .container .nav-actions .switch-btn:hover{background:var(--green-color);color:#fff}.navbar .header-main .container .nav-actions .profile-container{position:relative;cursor:pointer}.navbar .header-main .container .nav-actions .profile-container .profile-icon{position:relative;width:40px;height:40px}.navbar .header-main .container .nav-actions .profile-container .profile-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:2px solid #E2E8F0}.navbar .header-main .container .nav-actions .profile-container .profile-icon .online-badge{position:absolute;bottom:-2px;right:-2px;width:8px;height:8px;background:#38A169;border:2px solid white;border-radius:50%}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown{position:absolute;top:50px;right:0;width:240px;max-height:400px;background:white;border-radius:12px;box-shadow:0 8px 32px #00000026;border:1px solid #E2E8F0;padding:8px 0;z-index:1000;overflow-y:auto;overflow-x:hidden}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown::-webkit-scrollbar{width:4px}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown::-webkit-scrollbar-track{background:transparent}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown::-webkit-scrollbar-thumb{background:#CBD5E0;border-radius:2px}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown::-webkit-scrollbar-thumb:hover{background:#A0AEC0}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown .dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#4a5568;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;width:100%;text-align:left;border:none;background:none;cursor:pointer;box-sizing:border-box;flex-shrink:0;white-space:nowrap}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown .dropdown-item:hover{background:#F7FAFC;color:#2d3748}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown .dropdown-item svg{color:#718096;flex-shrink:0}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown .dropdown-item.switch-role-btn{color:var(--green-color);font-weight:600}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown .dropdown-item.switch-role-btn:hover{background:rgba(56,161,105,.1);color:var(--green-color)}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown .dropdown-divider{margin:8px 0;border:none;border-top:1px solid #E2E8F0}@media screen and (max-width: 768px){.navbar .header-main .container .nav-actions{gap:8px}.navbar .header-main .container .nav-actions .nav-link,.navbar .header-main .container .nav-actions .switch-btn{display:none}.navbar .header-main .container .nav-actions .profile-container .profile-icon{width:36px;height:36px}.navbar .header-main .container .nav-actions .profile-container .profile-icon .online-badge{width:10px;height:10px}.navbar .header-main .container .nav-actions .profile-container .profile-dropdown{width:200px;right:-20px}}.navbar .category-nav{background:linear-gradient(90deg,#F0FFF4 0%,#FFFFFF 100%);border-bottom:1px solid #E2E8F0;padding:12px 0;overflow:visible}.navbar .category-nav .container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;overflow:visible}.navbar .category-nav .container .category-list{display:flex;align-items:center;gap:24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:0 40px}.navbar .category-nav .container .category-list::-webkit-scrollbar{display:none}.navbar .category-nav .container .category-list .category-item-container{position:relative;display:flex;align-items:center}.navbar .category-nav .container .category-list .category-item{color:#4a5568;text-decoration:none;font-weight:500;font-size:16px;padding:8px 12px;border-radius:6px;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.navbar .category-nav .container .category-list .category-item:hover{background:rgba(56,161,105,.1);color:var(--green-color)}.navbar .category-nav .container .category-list .category-item.trending{display:flex;align-items:center;gap:6px;color:#2d3748;font-weight:600}.navbar .category-nav .container .category-list .category-item.trending .fire-emoji{font-size:14px}.navbar .category-nav .container .category-list .subcategory-dropdown{position:absolute!important;top:100%!important;left:50%!important;transform:translate(-50%)!important;background:white!important;border-radius:12px!important;box-shadow:0 8px 24px #00000026!important;z-index:9999!important;min-width:600px!important;max-width:800px!important;padding:24px!important;margin-top:8px!important;border:1px solid #E2E8F0!important;display:block!important;visibility:visible!important;opacity:1!important}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content .subcategory-column .subcategory-title{font-size:14px;font-weight:600;color:#2d3748;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #E2E8F0}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content .subcategory-column .subcategory-list{list-style:none;padding:0;margin:0}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content .subcategory-column .subcategory-list .subcategory-item{margin-bottom:8px}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content .subcategory-column .subcategory-list .subcategory-item .subcategory-link{text-decoration:none;color:#4a5568;font-size:13px;font-weight:400;padding:4px 0;display:block;transition:color .2s ease;border-radius:4px}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content .subcategory-column .subcategory-list .subcategory-item .subcategory-link:hover{color:var(--green-color);background:rgba(56,161,105,.05);padding-left:8px}.navbar .category-nav .container .category-nav-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:10}.navbar .category-nav .container .category-nav-arrows .nav-arrow{background:white;border:1px solid #E2E8F0;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#4a5568;box-shadow:0 1px 4px #00000014;pointer-events:auto}.navbar .category-nav .container .category-nav-arrows .nav-arrow:hover{background:#F7FAFC;border-color:#cbd5e0;transform:translateY(-1px)}.navbar .category-nav .container .category-nav-arrows .nav-arrow svg{width:16px;height:16px}.navbar .category-nav .container .category-nav-arrows .nav-arrow.prev{left:0;top:7px}.navbar .category-nav .container .category-nav-arrows .nav-arrow.next{right:40px;top:7px}@media screen and (max-width: 768px){.navbar .category-nav .container .category-nav-arrows{display:none}}@media screen and (max-width: 768px){.navbar .category-nav .container{padding:8px 0}.navbar .category-nav .container .category-list{gap:16px;padding:0 20px}.navbar .category-nav .container .category-list .category-item{font-size:14px;padding:6px 10px}}@media screen and (max-width: 768px){.navbar .header-main .container{height:56px;padding:0 16px}.navbar:after{content:"";display:block;width:100%;height:1px;background:#E2E8F0}.mobile-search{background:white;padding:12px 16px;border-bottom:1px solid #E2E8F0}.mobile-search .search-bar{position:relative;display:flex;align-items:center;background:#F7FAFC;border:1px solid #E2E8F0;border-radius:8px;overflow:hidden}.mobile-search .search-bar .search-input{flex:1;padding:12px 16px;border:none;outline:none;font-size:16px;color:#2d3748;background:transparent}.mobile-search .search-bar .search-input::placeholder{color:#a0aec0}.mobile-search .search-bar .search-btn{background:#404145;border:none;padding:12px 16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-search .search-bar .search-btn svg{color:#000!important;width:16px;height:16px}}@media screen and (max-width: 480px){.navbar .header-main .container{height:52px;padding:0 12px;gap:12px}.navbar .header-main .container .logo{font-size:18px}.navbar .header-main .container .nav-actions{gap:6px}.navbar .header-main .container .nav-actions .nav-icon-btn{padding:6px}.navbar .header-main .container .nav-actions .nav-icon-btn svg{width:18px;height:18px}.navbar .header-main .container .nav-actions .join-btn{padding:8px 16px;font-size:13px}.navbar .header-main .container .nav-actions .profile-container .profile-icon{width:32px;height:32px}.navbar .header-main .container .nav-actions .profile-container .profile-icon .online-badge{width:8px;height:8px}.navbar .category-nav .container{padding:0 12px}.navbar .category-nav .container .category-list{gap:12px;padding:0 12px}.navbar .category-nav .container .category-list .category-item{font-size:13px;padding:4px 8px}.navbar .category-nav .container .category-list .subcategory-dropdown{min-width:280px;max-width:90vw;padding:16px;left:50%;transform:translate(-50%)}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content{grid-template-columns:1fr;gap:16px}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content .subcategory-column .subcategory-title{font-size:13px}.navbar .category-nav .container .category-list .subcategory-dropdown .subcategory-content .subcategory-column .subcategory-list .subcategory-item .subcategory-link{font-size:12px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-e7b44c86.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-12459f22.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.featured .hero-section{background:linear-gradient(135deg,#1A1B1D 0%,#2D3748 100%);color:#fff;padding:80px 0 120px;min-height:80vh;display:flex;align-items:center}.featured .hero-section .container{width:90%;margin:0 auto}.featured .hero-section .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media screen and (max-width: 1024px){.featured .hero-section .hero-content{grid-template-columns:1fr;gap:40px;text-align:center}}.featured .hero-section .hero-text h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:32px;color:#fff}.featured .hero-section .hero-text h1 .highlight{color:var(--green-color);font-weight:800}@media screen and (max-width: 768px){.featured .hero-section .hero-text h1{font-size:36px}}@media screen and (max-width: 480px){.featured .hero-section .hero-text h1{font-size:28px}}.featured .hero-section .hero-text .hero-search{margin-bottom:32px}.featured .hero-section .hero-text .hero-search .search-container{display:flex;background:white;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0003;max-width:600px}.featured .hero-section .hero-text .hero-search .search-container .search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.featured .hero-section .hero-text .hero-search .search-container .search-input-wrapper .search-icon{position:absolute;left:16px;color:#718096;z-index:1}.featured .hero-section .hero-text .hero-search .search-container .search-input-wrapper .search-input{width:100%;padding:16px 16px 16px 48px;border:none;outline:none;font-size:16px;color:#2d3748;background:transparent}.featured .hero-section .hero-text .hero-search .search-container .search-input-wrapper .search-input::placeholder{color:#a0aec0}.featured .hero-section .hero-text .hero-search .search-container .search-btn{background:var(--green-color);color:#fff;border:none;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.featured .hero-section .hero-text .hero-search .search-container .search-btn:hover{background:#2F855A}@media screen and (max-width: 480px){.featured .hero-section .hero-text .hero-search .search-container .search-btn{padding:16px 24px;font-size:14px}}.featured .hero-section .hero-text .popular-searches{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.featured .hero-section .hero-text .popular-searches .popular-label{color:#a0aec0;font-size:16px;font-weight:500}.featured .hero-section .hero-text .popular-searches .popular-tags{display:flex;gap:12px;flex-wrap:wrap}.featured .hero-section .hero-text .popular-searches .popular-tags .popular-tag{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.featured .hero-section .hero-text .popular-searches .popular-tags .popular-tag:hover{background:var(--green-color);border-color:var(--green-color);transform:translateY(-2px)}@media screen and (max-width: 768px){.featured .hero-section .hero-text .popular-searches{justify-content:center}}.featured .hero-section .hero-image{display:flex;justify-content:center;align-items:center}.featured .hero-section .hero-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000004d}@media screen and (max-width: 1024px){.featured .hero-section .hero-image img{max-width:80%}}.cardContainer{height:280px;color:#fff;border-radius:12px;margin:0 10px;cursor:pointer;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0000001a}.cardContainer:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.cardContainer img{border-radius:12px;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cardContainer:hover img{transform:scale(1.05)}.cardContainer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.1) 100%);border-radius:12px;z-index:1}.cardContainer .desc{font-weight:400;font-size:14px;position:absolute;top:20px;left:20px;z-index:2;background:rgba(255,255,255,.2);padding:6px 12px;border-radius:20px;backdrop-filter:blur(10px)}.cardContainer .title{font-weight:600;font-size:28px;position:absolute;bottom:20px;left:20px;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.slide-Container{padding:100px 0;width:95%;margin:auto}svg{background-color:#fff;border:1px solid #e4e5e7;height:30px;width:30px;border-radius:50%;box-shadow:0 0 8px #0000001a;padding:5px;cursor:pointer}@media screen and (max-width: 600px){svg{display:none}}.prev,.next{position:absolute;z-index:4;top:50%;margin-top:-24px}.prev{left:-8px}.next{right:-8px}.projectContainer{height:320px;cursor:pointer;margin:0 10px;border-radius:5px}.projectContainer img{border-radius:5px 5px 0 0;width:100%;height:70%;object-fit:cover}.projectContainer .info{display:flex;align-items:center;gap:20px;padding:15px;box-shadow:0 .14px 2.29266px #00000008,0 .37px 4.42626px #0000000c,0 3px 7px #00000017}.projectContainer .info img{width:40px;height:40px;border-radius:50%;object-fit:cover}.projectContainer .info .text h2{font-size:14px;color:#404145;line-height:21px;font-weight:600}.projectContainer .info .text span{font-size:14px}.gigCard{width:300px;height:420px;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;cursor:pointer}.gigCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.gigCard img{width:100%;height:50%;object-fit:cover;transition:transform .3s ease}.gigCard:hover img{transform:scale(1.05)}.gigCard .info{padding:16px 20px;display:flex;flex-direction:column;gap:12px;flex:1}.gigCard .info .user{display:flex;align-items:center;gap:8px}.gigCard .info .user img{width:24px;height:24px;border-radius:50%;object-fit:cover}.gigCard .info .user span{font-size:14px;color:#62646a;font-weight:500}.gigCard .info p{color:#404145!important;font-weight:500!important;font-size:16px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gigCard .info .star{display:flex;align-items:center;gap:4px;margin-top:auto}.gigCard .info .star img{height:14px;width:14px}.gigCard .info .star span{font-size:14px;font-weight:600;color:#ffc108}.gigCard .info .star .totalStars{color:#62646a;font-weight:400}.gigCard hr{height:0;border:.5px solid rgb(228,228,228)}.gigCard .detail{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f1f1}.gigCard .detail img{width:18px;height:18px;cursor:pointer;object-fit:cover;transition:transform .2s ease}.gigCard .detail img:hover{transform:scale(1.1)}.gigCard .detail .price{text-align:right}.gigCard .detail .price span{color:#62646a;font-size:12px;font-weight:500;display:block;margin-bottom:2px}.gigCard .detail .price h2{color:#404145;font-size:20px;font-weight:600;margin:0}@media screen and (max-width: 768px){.gigCard{width:280px}}@media screen and (max-width: 600px){.gigCard{width:100%}}.reviews{margin-top:50px}.reviews h2{font-size:24px;font-weight:600;color:#2d3748;margin-bottom:8px}.reviews .reviews-subtitle{font-size:14px;color:#718096;margin-bottom:32px;font-style:italic}.reviews .loader{width:100%;display:flex;justify-content:center;align-items:center;min-height:200px}.reviews .error-message{text-align:center;color:#e53e3e;font-size:16px;padding:40px}.reviews .reviews-list{display:flex;flex-direction:column;gap:24px}.reviews .no-reviews{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:12px;border:2px dashed #e2e8f0}.reviews .no-reviews .no-reviews-icon{font-size:48px;margin-bottom:16px}.reviews .no-reviews h3{font-size:20px;font-weight:600;color:#2d3748;margin-bottom:8px}.reviews .no-reviews p{font-size:16px;color:#718096;margin:0}.reviews hr{height:0;border:.5px solid lightgray;margin:50px 0}.review{display:flex;flex-direction:column;gap:20px;margin:20px 0}.review .user{display:flex;align-items:center}.review .user .pp{height:50px;width:50px;border-radius:50%}.review .user .country{display:flex;align-items:center;gap:10px;color:gray}.review .user .country img{width:25px}.review .stars{display:flex;gap:5px}.review .stars img{height:14px;width:14px}.review .stars span{font-size:14px;font-weight:700;color:#ffc108}.review .helpful{display:flex;align-items:center;gap:10px}.review .helpful img{width:14px}.checkout-container{max-width:500px;margin:0 auto;padding:20px}.payment-form{background:white;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000001a}.payment-form .payment-section{margin-bottom:24px}.payment-form .payment-section h3{margin:0 0 16px;color:#404145;font-size:18px;font-weight:600}.payment-form .submit-btn{width:100%;margin:20px 0;padding:14px 20px;border-radius:8px;border:none;background-color:var(--green-color);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.payment-form .submit-btn:hover:not(:disabled){background-color:#1e7e34;transform:translateY(-1px)}.payment-form .submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.payment-form .submit-btn.success{background-color:#28a745;cursor:default}.payment-form .submit-btn .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.2509803922);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.payment-form .message{padding:12px 16px;border-radius:8px;margin-top:16px;font-size:14px;font-weight:500}.payment-form .message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.payment-form .message.error,.payment-form .message.failed{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.payment-form .message.processing{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.payment-form .message.requires_auth{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.notification-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;width:100vw;height:100vh;backdrop-filter:blur(2px)}.notification-modal-overlay .notification-modal{background:white;border-radius:12px;width:100%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative;animation:modalSlideIn .3s ease-out}.notification-modal-overlay .notification-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #E2E8F0;margin-bottom:24px}.notification-modal-overlay .notification-modal .modal-header h2{font-size:24px;font-weight:700;color:#2d3748;margin:0}.notification-modal-overlay .notification-modal .modal-header .modal-close-btn{background:none;border:none;cursor:pointer;padding:8px;color:#718096;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.notification-modal-overlay .notification-modal .modal-header .modal-close-btn:hover{background:#F7FAFC;color:#4a5568}.notification-modal-overlay .notification-modal .modal-header .modal-close-btn:focus{outline:2px solid var(--green-color);outline-offset:2px}.notification-modal-overlay .notification-modal .modal-content{padding:0 24px}.notification-modal-overlay .notification-modal .modal-content .notification-section{margin-bottom:32px}.notification-modal-overlay .notification-modal .modal-content .notification-section h3{font-size:18px;font-weight:600;color:#2d3748;margin-bottom:16px}.notification-modal-overlay .notification-modal .modal-content .notification-section p{color:#718096;font-size:14px;margin-bottom:20px;line-height:1.5}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table{border:1px solid #E2E8F0;border-radius:8px;overflow:hidden}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-header{display:grid;grid-template-columns:1fr auto auto;background:#F7FAFC;padding:12px 16px;font-weight:600;font-size:14px;color:#4a5568;border-bottom:1px solid #E2E8F0}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-header .email-column,.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-header .push-column{text-align:center;min-width:60px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row{display:grid;grid-template-columns:1fr auto auto;padding:12px 16px;border-bottom:1px solid #F1F5F9;align-items:center;transition:background-color .2s ease}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row:last-child{border-bottom:none}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row:hover{background-color:#f8f9fa}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .category-column{display:flex;align-items:center;gap:8px;font-size:14px;color:#2d3748}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .category-column svg{color:#718096}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .email-column,.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .push-column{display:flex;justify-content:center}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .email-column input[type=checkbox],.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .push-column input[type=checkbox]{width:16px;height:16px;accent-color:var(--green-color);cursor:pointer}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .email-column input[type=checkbox]:focus,.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .push-column input[type=checkbox]:focus{outline:2px solid var(--green-color);outline-offset:2px}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #F1F5F9}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row:last-child{border-bottom:none}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-label{display:flex;align-items:center;gap:12px;font-size:14px;color:#2d3748}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-label .try-me-link{background:none;border:none;color:var(--green-color);text-decoration:none;font-size:12px;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-label .try-me-link:hover{text-decoration:underline;background:rgba(56,161,105,.1)}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-label .try-me-link:focus{outline:2px solid var(--green-color);outline-offset:2px}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch{position:relative}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch input[type=checkbox]{display:none}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch input[type=checkbox]:checked+.toggle-label-switch{background:#2D3748}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch input[type=checkbox]:checked+.toggle-label-switch:after{transform:translate(20px)}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch input[type=checkbox]:focus+.toggle-label-switch{outline:2px solid var(--green-color);outline-offset:2px}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch .toggle-label-switch{display:block;width:44px;height:24px;background:#CBD5E0;border-radius:12px;position:relative;cursor:pointer;transition:all .3s ease}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch .toggle-label-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:white;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.notification-modal-overlay .notification-modal .modal-footer{padding:24px;border-top:1px solid #E2E8F0;display:flex;justify-content:flex-start}.notification-modal-overlay .notification-modal .modal-footer .update-preferences-btn{background:#2D3748;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.notification-modal-overlay .notification-modal .modal-footer .update-preferences-btn:hover{background:#1A202C;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.notification-modal-overlay .notification-modal .modal-footer .update-preferences-btn:focus{outline:2px solid var(--green-color);outline-offset:2px}.notification-modal-overlay .notification-modal .modal-footer .update-preferences-btn:active{transform:translateY(0)}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 768px){.notification-modal-overlay{padding:10px}.notification-modal-overlay .notification-modal{max-height:90vh}.notification-modal-overlay .notification-modal .modal-header{padding:20px 20px 0;margin-bottom:20px}.notification-modal-overlay .notification-modal .modal-header h2{font-size:20px}.notification-modal-overlay .notification-modal .modal-content{padding:0 20px}.notification-modal-overlay .notification-modal .modal-content .notification-section{margin-bottom:24px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-header{padding:10px 12px;font-size:13px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row{padding:10px 12px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .category-column{font-size:13px}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row{padding:12px 0}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-label{font-size:13px}.notification-modal-overlay .notification-modal .modal-footer{padding:20px}.notification-modal-overlay .notification-modal .modal-footer .update-preferences-btn{padding:10px 20px;font-size:13px}}@media (max-width: 480px){.notification-modal-overlay{padding:5px}.notification-modal-overlay .notification-modal .modal-header{padding:16px 16px 0;margin-bottom:16px}.notification-modal-overlay .notification-modal .modal-header h2{font-size:18px}.notification-modal-overlay .notification-modal .modal-content{padding:0 16px}.notification-modal-overlay .notification-modal .modal-content .notification-section{margin-bottom:20px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-header{grid-template-columns:1fr auto auto;padding:8px 10px;font-size:12px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-header .email-column,.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-header .push-column{min-width:50px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row{padding:8px 10px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .category-column{font-size:12px}.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .email-column input[type=checkbox],.notification-modal-overlay .notification-modal .modal-content .notification-section .notification-table .table-row .push-column input[type=checkbox]{width:14px;height:14px}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row{padding:10px 0}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-label{font-size:12px}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch .toggle-label-switch{width:36px;height:20px}.notification-modal-overlay .notification-modal .modal-content .notification-section .toggle-row .toggle-switch .toggle-label-switch:after{width:16px;height:16px}.notification-modal-overlay .notification-modal .modal-footer{padding:16px}.notification-modal-overlay .notification-modal .modal-footer .update-preferences-btn{padding:8px 16px;font-size:12px}}.feedback-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.feedback-modal{background:white;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.feedback-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.feedback-modal-header h3{margin:0;font-size:20px;font-weight:600;color:#111827}.feedback-modal-header .close-btn{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.feedback-modal-header .close-btn:hover{background:#f3f4f6;color:#374151}.feedback-form{padding:0 24px 24px}.feedback-form .form-group{margin-bottom:24px}.feedback-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151}.feedback-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.feedback-type-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border:2px solid #e5e7eb;border-radius:8px;background:white;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.feedback-type-btn svg{font-size:20px;color:#6b7280}.feedback-type-btn:hover{border-color:var(--type-color);background:rgba(var(--type-color),.05)}.feedback-type-btn.active{border-color:var(--type-color);background:rgba(var(--type-color),.1)}.feedback-type-btn.active svg{color:var(--type-color)}input,textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .2s ease;box-sizing:border-box}input:focus,textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}input::placeholder,textarea::placeholder{color:#9ca3af}textarea{resize:vertical;min-height:120px;font-family:inherit}.char-count{text-align:right;font-size:12px;color:#6b7280;margin-top:4px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;border:none}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.feedback-modal{margin:10px;max-width:none}.feedback-modal-header,.feedback-form{padding-left:16px;padding-right:16px}.feedback-types{grid-template-columns:1fr 1fr}.form-actions{flex-direction:column}}.category-dropdown{position:fixed;background:white;border:1px solid #E2E8F0;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:99999;min-width:600px;max-width:800px;padding:24px}.category-dropdown .dropdown-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.category-dropdown .dropdown-content .subcategory-column .subcategory-title{font-size:14px;font-weight:600;color:#2d3748;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #E2E8F0}.category-dropdown .dropdown-content .subcategory-column .subcategory-list{list-style:none;padding:0;margin:0}.category-dropdown .dropdown-content .subcategory-column .subcategory-list .subcategory-item{margin-bottom:8px}.category-dropdown .dropdown-content .subcategory-column .subcategory-list .subcategory-item .subcategory-link{text-decoration:none;color:#4a5568;font-size:13px;font-weight:400;padding:4px 0;display:block;transition:color .2s ease;border-radius:4px}.category-dropdown .dropdown-content .subcategory-column .subcategory-list .subcategory-item .subcategory-link:hover{color:var(--green-color);background:rgba(56,161,105,.05);padding-left:8px}@media screen and (max-width: 768px){.category-dropdown{min-width:280px;max-width:90vw;padding:16px}.category-dropdown .dropdown-content{grid-template-columns:1fr;gap:16px}.category-dropdown .dropdown-content .subcategory-column .subcategory-title{font-size:13px}.category-dropdown .dropdown-content .subcategory-column .subcategory-list .subcategory-item .subcategory-link{font-size:12px}}.form-group input{width:-webkit-fill-available;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:white;transition:all .2s ease}.form-group input:focus{outline:none;border-color:var(--green-color);box-shadow:0 0 0 3px #38a1691a}.form-group input::placeholder{color:#a0aec0}.form-group input:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.form-group textarea{width:-webkit-fill-available;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:white;transition:all .2s ease;resize:vertical;min-height:100px}.form-group textarea:focus{outline:none;border-color:var(--green-color);box-shadow:0 0 0 3px #38a1691a}.form-group textarea::placeholder{color:#a0aec0}.form-group textarea:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.form-group select{width:-webkit-fill-available;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:white;transition:all .2s ease;cursor:pointer}.form-group select:focus{outline:none;border-color:var(--green-color);box-shadow:0 0 0 3px #38a1691a}.form-group select:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.form-group select option{padding:8px}.form-group{margin-bottom:24px;display:flex;flex-direction:column}.form-group label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.form-group label[for]{cursor:pointer}.form-group .price-input{position:relative;display:flex;align-items:center}.form-group .price-input .currency{position:absolute;left:16px;font-size:14px;font-weight:500;color:#718096;z-index:1;pointer-events:none}.form-group .price-input input{width:-webkit-fill-available;padding:12px 16px 12px 40px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:white;transition:all .2s ease}.form-group .price-input input:focus{outline:none;border-color:var(--green-color);box-shadow:0 0 0 3px #38a1691a}.form-group .price-input input::placeholder{color:#a0aec0}.form-group .price-input input:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.form-group small{display:block;font-size:12px;color:#718096;margin-top:4px}.step-content .step-header{margin-bottom:32px;text-align:center}.step-content .step-header h2{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 8px}.step-content .step-header p{font-size:16px;color:#718096;margin:0}@media screen and (max-width: 768px){.step-content .step-header{margin-bottom:24px}.step-content .step-header h2{font-size:24px}.step-content .step-header p{font-size:14px}}.progress-indicator{display:flex;justify-content:center;margin-bottom:40px;padding:0 20px}.progress-indicator .progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:200px}.progress-indicator .progress-step:not(:last-child):after{content:"";position:absolute;top:20px;left:60%;right:-40%;height:2px;background:#e2e8f0;z-index:1}.progress-indicator .progress-step.completed:not(:last-child):after{background:var(--green-color)}.progress-indicator .progress-step .step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#e2e8f0;color:#718096;font-weight:600;font-size:16px;margin-bottom:8px;position:relative;z-index:2;transition:all .3s ease}.progress-indicator .progress-step .step-number svg{color:#fff}.progress-indicator .progress-step .step-label{font-size:12px;font-weight:500;color:#718096;text-align:center;transition:color .3s ease}.progress-indicator .progress-step.active .step-number{background:var(--green-color);color:#fff}.progress-indicator .progress-step.active .step-label{color:var(--green-color)}.progress-indicator .progress-step.completed .step-number{background:var(--green-color);color:#fff}.progress-indicator .progress-step.completed .step-label{color:var(--green-color)}@media screen and (max-width: 768px){.progress-indicator{margin-bottom:24px;padding:0 16px}.progress-indicator .progress-step .step-number{width:32px;height:32px;font-size:14px}.progress-indicator .progress-step .step-label{font-size:10px}}.confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;backdrop-filter:blur(4px)}.confirmation-modal{background:white;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirmation-modal-header{display:flex;align-items:center;gap:12px;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.confirmation-modal-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;flex-shrink:0}.confirmation-modal-icon.danger{background:#fef2f2;color:#dc2626}.confirmation-modal-icon.warning{background:#fffbeb;color:#d97706}.confirmation-modal-icon.info{background:#eff6ff;color:#2563eb}.confirmation-modal-icon.success{background:#f0fdf4;color:#16a34a}.confirmation-modal-icon svg{width:24px;height:24px}.confirmation-modal-title{font-size:18px;font-weight:600;color:#111827;margin:0;line-height:1.4}.confirmation-modal-body{padding:16px 24px 24px}.confirmation-modal-message{font-size:14px;color:#6b7280;line-height:1.5;margin:0}.confirmation-modal-footer{display:flex;gap:12px;padding:0 24px 24px;justify-content:flex-end}.confirmation-modal-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;min-width:80px}.confirmation-modal-btn:disabled{opacity:.6;cursor:not-allowed}.confirmation-modal-btn.confirmation-modal-btn-cancel{background:#f9fafb;color:#374151;border:1px solid #d1d5db}.confirmation-modal-btn.confirmation-modal-btn-cancel:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.confirmation-modal-btn.confirmation-modal-btn-confirm.danger{background:#dc2626;color:#fff}.confirmation-modal-btn.confirmation-modal-btn-confirm.danger:hover:not(:disabled){background:#b91c1c}.confirmation-modal-btn.confirmation-modal-btn-confirm.warning{background:#d97706;color:#fff}.confirmation-modal-btn.confirmation-modal-btn-confirm.warning:hover:not(:disabled){background:#b45309}.confirmation-modal-btn.confirmation-modal-btn-confirm.info{background:#2563eb;color:#fff}.confirmation-modal-btn.confirmation-modal-btn-confirm.info:hover:not(:disabled){background:#1d4ed8}.confirmation-modal-btn.confirmation-modal-btn-confirm.success{background:#16a34a;color:#fff}.confirmation-modal-btn.confirmation-modal-btn-confirm.success:hover:not(:disabled){background:#15803d}@media (max-width: 480px){.confirmation-modal{margin:20px;max-width:none}.confirmation-modal-header{padding:20px 20px 12px}.confirmation-modal-body{padding:12px 20px 20px}.confirmation-modal-footer{padding:0 20px 20px;flex-direction:column-reverse;gap:8px}.confirmation-modal-footer .confirmation-modal-btn{width:100%}}.notification-dropdown{position:absolute;top:100%;right:0;width:420px;max-height:600px;background:white;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 40px #0000001f,0 8px 16px #00000014;z-index:1000;display:flex;flex-direction:column;overflow:hidden;backdrop-filter:blur(10px);background:rgba(255,255,255,.95)}.notification-dropdown .notification-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:16px 16px 0 0}.notification-dropdown .notification-header h3{margin:0;font-size:18px;font-weight:600;color:#2d3748}.notification-dropdown .notification-header .header-actions{display:flex;align-items:center;gap:8px}.notification-dropdown .notification-header .header-actions .mark-all-read-btn{background:none;border:none;color:var(--green-color);font-size:14px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s ease}.notification-dropdown .notification-header .header-actions .mark-all-read-btn:hover:not(:disabled){background:rgba(56,161,105,.1)}.notification-dropdown .notification-header .header-actions .mark-all-read-btn:disabled{opacity:.5;cursor:not-allowed}.notification-dropdown .notification-header .header-actions .close-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.notification-dropdown .notification-header .header-actions .close-btn:hover{background:#e2e8f0;color:#2d3748}.notification-dropdown .notification-tabs{display:flex;border-bottom:1px solid #e2e8f0;background:white}.notification-dropdown .notification-tabs .tab{flex:1;background:none;border:none;padding:12px 16px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent}.notification-dropdown .notification-tabs .tab:hover{background:#f8f9fa;color:#2d3748}.notification-dropdown .notification-tabs .tab.active{color:var(--green-color);border-bottom-color:var(--green-color);background:rgba(56,161,105,.05)}.notification-dropdown .notification-content{flex:1;overflow-y:auto;max-height:400px;position:relative;display:flex;flex-direction:column}.notification-dropdown .notification-content .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px}.notification-dropdown .notification-content .loading-state .spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid var(--green-color);border-radius:50%;animation:spin 1s linear infinite}.notification-dropdown .notification-content .loading-state p{margin:0;color:#6b7280;font-size:14px}.notification-dropdown .notification-content .notification-list{flex:1;overflow-y:auto;padding:0;margin:0}.notification-dropdown .notification-content .notification-list .notification-item{display:flex;align-items:center;gap:12px;padding:12px 16px;margin:4px 8px;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;background:white;border:1px solid #f1f5f9}.notification-dropdown .notification-content .notification-list .notification-item:hover{background:#f8fafc;border-color:#e2e8f0}.notification-dropdown .notification-content .notification-list .notification-item.unread{background:rgba(56,161,105,.02);border-left:3px solid var(--green-color)}.notification-dropdown .notification-content .notification-list .notification-item.unread:before{content:"";position:absolute;top:12px;right:12px;width:8px;height:8px;background:var(--green-color);border-radius:50%}.notification-dropdown .notification-content .notification-list .notification-item .notification-icon{width:32px;height:32px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:var(--green-color);flex-shrink:0}.notification-dropdown .notification-content .notification-list .notification-item .notification-icon svg{width:16px;height:16px}.notification-dropdown .notification-content .notification-list .notification-item .notification-content{flex:1;min-width:0}.notification-dropdown .notification-content .notification-list .notification-item .notification-content .notification-title{font-size:14px;font-weight:600;color:#1a202c;margin-bottom:2px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.notification-dropdown .notification-content .notification-list .notification-item .notification-content .notification-message{font-size:12px;color:#6b7280;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.notification-dropdown .notification-content .notification-list .notification-item .notification-content .notification-time{font-size:11px;color:#9ca3af;margin-top:2px}.notification-dropdown .notification-content .notification-list .notification-item .notification-actions{display:flex;align-items:center;gap:4px}.notification-dropdown .notification-content .notification-list .notification-item .notification-actions .delete-btn{background:none;border:none;color:#a0aec0;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;opacity:0}.notification-dropdown .notification-content .notification-list .notification-item .notification-actions .delete-btn:hover:not(:disabled){background:#fed7d7;color:#e53e3e}.notification-dropdown .notification-content .notification-list .notification-item .notification-actions .delete-btn:disabled{opacity:.5;cursor:not-allowed}.notification-dropdown .notification-content .notification-list .notification-item .notification-actions .delete-btn svg{width:12px;height:12px}.notification-dropdown .notification-content .notification-list .notification-item:hover .delete-btn{opacity:1}.notification-dropdown .notification-content .empty-state,.notification-dropdown .notification-content .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px;flex:1;min-height:200px}.notification-dropdown .notification-content .empty-state .empty-icon,.notification-dropdown .notification-content .error-state .empty-icon{color:#cbd5e0}.notification-dropdown .notification-content .empty-state h4,.notification-dropdown .notification-content .error-state h4{margin:0;font-size:16px;font-weight:600;color:#2d3748}.notification-dropdown .notification-content .empty-state p,.notification-dropdown .notification-content .error-state p{margin:0;color:#6b7280;font-size:14px;text-align:center}.notification-dropdown .notification-footer{padding:16px 20px;border-top:1px solid #e2e8f0;background:#f8f9fa}.notification-dropdown .notification-footer .view-all-btn{width:100%;background:var(--green-color);color:#fff;border:none;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.notification-dropdown .notification-footer .view-all-btn:hover{background:#2f855a}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@media (max-width: 768px){.notification-dropdown{width:320px;right:-10px}.notification-dropdown .notification-header{padding:12px 16px}.notification-dropdown .notification-header h3{font-size:16px}.notification-dropdown .notification-tabs .tab{padding:10px 12px;font-size:13px}.notification-dropdown .notification-content .notification-list .notification-item{padding:12px 16px}.notification-dropdown .notification-content .notification-list .notification-item .notification-content .notification-title{font-size:13px}.notification-dropdown .notification-content .notification-list .notification-item .notification-content .notification-message{font-size:12px}.notification-dropdown .notification-footer{padding:12px 16px}}.location-search{position:relative;width:100%}.location-search .search-input-container{position:relative;display:flex;align-items:center}.location-search .search-input-container .search-input{width:100%;padding:12px 40px 12px 12px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;transition:all .2s ease;background-color:#fff}.location-search .search-input-container .search-input:focus{outline:none;border-color:#1dbf73;box-shadow:0 0 0 3px #1dbf731a}.location-search .search-input-container .search-input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.location-search .search-input-container .search-input::placeholder{color:#6c757d}.location-search .search-input-container .search-loading{position:absolute;right:40px;top:50%;transform:translateY(-50%);color:#1dbf73}.location-search .search-input-container .search-loading .spinner{animation:spin 1s linear infinite}.location-search .search-input-container .clear-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.location-search .search-input-container .clear-button:hover{color:#dc3545;background-color:#f8f9fa}.location-search .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:300px;overflow-y:auto;margin-top:4px}.location-search .suggestions-dropdown .suggestion-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f1f3f4;transition:background-color .2s ease}.location-search .suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.location-search .suggestions-dropdown .suggestion-item:hover,.location-search .suggestions-dropdown .suggestion-item.selected{background-color:#f8f9fa}.location-search .suggestions-dropdown .suggestion-item .suggestion-main{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.location-search .suggestions-dropdown .suggestion-item .suggestion-main .suggestion-name{font-weight:500;color:#212529;font-size:14px}.location-search .suggestions-dropdown .suggestion-item .suggestion-main .suggestion-province{font-size:12px;color:#6c757d;background-color:#e9ecef;padding:2px 6px;border-radius:4px}.location-search .suggestions-dropdown .suggestion-item .suggestion-address{font-size:12px;color:#6c757d;line-height:1.4}.location-search .suggestions-dropdown .no-suggestions{padding:20px;text-align:center;color:#6c757d;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.location-search .suggestions-dropdown .no-suggestions svg{opacity:.6}@media (prefers-color-scheme: dark){.location-search .search-input{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}.location-search .search-input:focus{border-color:#1dbf73;box-shadow:0 0 0 3px #1dbf7333}.location-search .search-input::placeholder{color:#a0aec0}.location-search .suggestions-dropdown{background:#2d3748;border-color:#4a5568}.location-search .suggestions-dropdown .suggestion-item{border-bottom-color:#4a5568}.location-search .suggestions-dropdown .suggestion-item:hover,.location-search .suggestions-dropdown .suggestion-item.selected{background-color:#4a5568}.location-search .suggestions-dropdown .suggestion-item .suggestion-main .suggestion-name{color:#e2e8f0}.location-search .suggestions-dropdown .suggestion-item .suggestion-main .suggestion-province{background-color:#4a5568;color:#a0aec0}.location-search .suggestions-dropdown .suggestion-item .suggestion-address,.location-search .suggestions-dropdown .no-suggestions{color:#a0aec0}}@media (max-width: 768px){.location-search .search-input-container .search-input{padding:10px 36px 10px 10px;font-size:16px}.location-search .search-input-container .search-loading{right:36px}.location-search .search-input-container .clear-button{right:6px}.location-search .suggestions-dropdown .suggestion-item{padding:10px 12px}.location-search .suggestions-dropdown .suggestion-item .suggestion-main .suggestion-name{font-size:15px}.location-search .suggestions-dropdown .suggestion-item .suggestion-address{font-size:13px}}.location-selector .location-field{margin-bottom:16px}.location-selector .location-field:last-child{margin-bottom:0}.location-selector .location-field .field-label{display:block;margin-bottom:6px;font-weight:500;color:#212529;font-size:14px}.location-selector .location-field .field-label .required{color:#dc3545}.location-selector .location-field .field-label .optional{color:#6c757d;font-weight:400;font-size:12px}.location-selector .location-field .selected-location{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;font-size:14px}.location-selector .location-field .selected-location .location-name{font-weight:500;color:#212529}.location-selector .location-field .selected-location .location-province{font-size:12px;color:#6c757d;background-color:#e9ecef;padding:2px 6px;border-radius:4px}.location-selector .location-field .selected-location .clear-location{margin-left:auto;background:none;border:none;color:#6c757d;cursor:pointer;padding:2px;border-radius:3px;transition:all .2s ease}.location-selector .location-field .selected-location .clear-location:hover{color:#dc3545;background-color:#fff}.location-selector .location-field .selected-location .clear-location:disabled{opacity:.5;cursor:not-allowed}.location-selector.compact .location-field{margin-bottom:12px}.location-selector.compact .location-field .field-label{font-size:13px;margin-bottom:4px}.location-selector.compact .location-field .selected-location{padding:6px 10px;font-size:13px}.location-selector.inline{display:flex;gap:16px;align-items:flex-end}.location-selector.inline .location-field{flex:1;margin-bottom:0}@media (prefers-color-scheme: dark){.location-selector .location-field .field-label{color:#e2e8f0}.location-selector .location-field .field-label .optional{color:#a0aec0}.location-selector .location-field .selected-location{background-color:#4a5568;border-color:#718096}.location-selector .location-field .selected-location .location-name{color:#e2e8f0}.location-selector .location-field .selected-location .location-province{background-color:#718096;color:#a0aec0}.location-selector .location-field .selected-location .clear-location{color:#a0aec0}.location-selector .location-field .selected-location .clear-location:hover{color:#fc8181;background-color:#2d3748}}@media (max-width: 768px){.location-selector.inline{flex-direction:column;align-items:stretch;gap:12px}.location-selector.inline .location-field{margin-bottom:0}.location-selector .location-field .selected-location{padding:6px 10px;font-size:13px}}.profile-edit-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.profile-edit-modal .modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.profile-edit-modal .modal-content{position:relative;background:white;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026;z-index:10000}.profile-edit-modal .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:1px solid #E2E8F0;margin-bottom:24px}.profile-edit-modal .modal-content .modal-header h2{font-size:24px;font-weight:600;color:#2d3748;margin:0}.profile-edit-modal .modal-content .modal-header .close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#718096;transition:all .2s ease}.profile-edit-modal .modal-content .modal-header .close-btn:hover{background:#F7FAFC;color:#2d3748}.profile-edit-modal .modal-content .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.profile-edit-modal .modal-content .loading-container .loading-spinner{width:40px;height:40px;border:4px solid #E2E8F0;border-top:4px solid #38A169;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.profile-edit-modal .modal-content .loading-container p{color:#718096;font-size:16px;margin:0}.profile-edit-modal .modal-content .profile-form{padding:0 24px 24px}.profile-edit-modal .modal-content .profile-form .form-section{margin-bottom:24px}.profile-edit-modal .modal-content .profile-form .form-section label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.profile-edit-modal .modal-content .profile-form .form-section .image-upload-container .file-input{padding:12px;border:2px dashed #E2E8F0;background:#F7FAFC;cursor:pointer;transition:all .3s ease;border-radius:8px;width:100%}.profile-edit-modal .modal-content .profile-form .form-section .image-upload-container .file-input:hover{border-color:#38a169;background:#F0FFF4}.profile-edit-modal .modal-content .profile-form .form-section .image-upload-container .file-input::-webkit-file-upload-button{background:#38A169;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;margin-right:12px;font-size:14px}.profile-edit-modal .modal-content .profile-form .form-section .image-upload-container .image-preview{margin-top:16px;display:flex;justify-content:center}.profile-edit-modal .modal-content .profile-form .form-section .image-upload-container .image-preview .preview-container{position:relative;display:inline-block}.profile-edit-modal .modal-content .profile-form .form-section .image-upload-container .image-preview .preview-container .preview-image{width:80px;height:80px;object-fit:cover;border-radius:50%;border:3px solid #38A169;box-shadow:0 2px 8px #38a16933}.profile-edit-modal .modal-content .profile-form .form-section .image-upload-container .image-preview .preview-container .remove-image-btn{position:absolute;top:-5px;right:-5px;width:24px;height:24px;background:#E53E3E;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.profile-edit-modal .modal-content .profile-form .form-section .image-upload-container .image-preview .preview-container .remove-image-btn:hover{background:#C53030;transform:scale(1.1)}.profile-edit-modal .modal-content .profile-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}@media (max-width: 768px){.profile-edit-modal .modal-content .profile-form .form-row{grid-template-columns:1fr}}.profile-edit-modal .modal-content .profile-form .form-group{margin-bottom:20px}.profile-edit-modal .modal-content .profile-form .form-group label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.profile-edit-modal .modal-content .profile-form .form-group input,.profile-edit-modal .modal-content .profile-form .form-group textarea{width:100%;padding:12px 16px;border:2px solid #E2E8F0;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.profile-edit-modal .modal-content .profile-form .form-group input:focus,.profile-edit-modal .modal-content .profile-form .form-group textarea:focus{outline:none;border-color:#38a169;box-shadow:0 0 0 3px #38a1691a}.profile-edit-modal .modal-content .profile-form .form-group input::placeholder,.profile-edit-modal .modal-content .profile-form .form-group textarea::placeholder{color:#a0aec0}.profile-edit-modal .modal-content .profile-form .form-group textarea{resize:vertical;min-height:100px}.profile-edit-modal .modal-content .profile-form .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #E2E8F0}.profile-edit-modal .modal-content .profile-form .form-actions .cancel-btn,.profile-edit-modal .modal-content .profile-form .form-actions .save-btn{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.profile-edit-modal .modal-content .profile-form .form-actions .cancel-btn{background:#F7FAFC;color:#4a5568;border:2px solid #E2E8F0}.profile-edit-modal .modal-content .profile-form .form-actions .cancel-btn:hover{background:#EDF2F7;border-color:#cbd5e0}.profile-edit-modal .modal-content .profile-form .form-actions .save-btn{background:#38A169;color:#fff}.profile-edit-modal .modal-content .profile-form .form-actions .save-btn:hover:not(:disabled){background:#2F855A;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.profile-edit-modal .modal-content .profile-form .form-actions .save-btn:disabled{background:#A0AEC0;cursor:not-allowed;transform:none;box-shadow:none}.seller-profile-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#F7FAFC;color:#4a5568;text-decoration:none;border-radius:8px;font-size:14px;font-weight:500;border:2px solid #E2E8F0;transition:all .3s ease}.seller-profile-btn:hover{background:#EDF2F7;border-color:#cbd5e0;color:#2d3748;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.seller-profile-btn svg{width:16px;height:16px;color:#000}.seller-profile-btn.primary{background:#38A169;color:#fff;border-color:#38a169}.seller-profile-btn.primary:hover{background:#2F855A;border-color:#2f855a;color:#fff}.seller-profile-btn.secondary{background:transparent;color:#38a169;border-color:#38a169}.seller-profile-btn.secondary:hover{background:#38A169;color:#fff}.message-seller-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#38A169;color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:500;border:2px solid #38A169;transition:all .3s ease}.message-seller-btn:hover{background:#2F855A;border-color:#2f855a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.message-seller-btn svg{width:16px;height:16px;color:#000}.message-seller-btn.outline{background:transparent;color:#38a169;border-color:#38a169}.message-seller-btn.outline:hover{background:#38A169;color:#302d2d}.message-seller-btn.secondary{background:#F7FAFC;color:#4a5568;border-color:#e2e8f0}.message-seller-btn.secondary:hover{background:#EDF2F7;border-color:#cbd5e0;color:#2d3748}.gig{width:90%;margin:auto;display:flex;justify-content:center}.gig .loader{width:100%;display:flex;justify-content:center;align-items:center}.gig .container{width:95%;margin:auto;padding:30px 0;display:flex;gap:50px}.gig .container .left{flex:2;display:flex;flex-direction:column;gap:20px}.gig .container .left .breadcrumbs{font-weight:300;text-transform:uppercase;font-size:13px;color:#555}.gig .container .left .user{display:flex;align-items:center;gap:10px}.gig .container .left .user .pp{width:32px;height:32px;border-radius:50%;object-fit:cover}.gig .container .left .user span{font-size:14px;font-weight:500}.gig .container .left .user .stars{display:flex;align-items:center;gap:5px}.gig .container .left .user .stars img{height:14px;width:14px}.gig .container .left .user .stars span{font-size:14px;font-weight:700;color:#ffc108}.gig .container .left .slider{position:relative}.gig .container .left .slider img{object-fit:contain!important}.gig .container .left h2{font-weight:400}.gig .container .left p{font-weight:300;line-height:25px;color:#555}.gig .container .left .seller{margin-top:50px;display:flex;flex-direction:column;gap:20px}.gig .container .left .seller .user{display:flex;align-items:center;gap:20px}.gig .container .left .seller .user img{width:100px;height:100px;border-radius:50%;object-fit:cover}.gig .container .left .seller .user .info{display:flex;flex-direction:column;gap:10px}.gig .container .left .seller .user .info .stars{display:flex;align-items:center;gap:5px}.gig .container .left .seller .user .info .stars img{height:14px;width:14px}.gig .container .left .seller .user .info .stars span{font-size:14px;font-weight:700;color:#ffc108}.gig .container .left .seller .user .info .seller-actions{display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 768px){.gig .container .left .seller .user .info .seller-actions{flex-direction:column;gap:8px}}.gig .container .left .seller .box{border:1px solid lightgray;border-radius:5px;padding:20px;margin-top:20px}.gig .container .left .seller .box .items{display:flex;justify-content:space-between;flex-wrap:wrap}.gig .container .left .seller .box .items .item{width:300px;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.gig .container .left .seller .box .items .item .title{font-weight:300}.gig .container .left .seller .box .items .item .desc{display:flex;gap:10px}.gig .container .left .seller .box .items .item .desc img{width:30px}.gig .container .left .seller .box hr{height:0;border:.5px solid lightgray;margin-bottom:20px}.gig .container .right,.gig .container .right-mobile{flex:1;border:1px solid lightgray;padding:20px;border-radius:5px;display:flex;flex-direction:column;gap:20px;height:max-content;max-height:500px;position:sticky;top:150px}.gig .container .right .price,.gig .container .right-mobile .price{display:flex;align-items:center;justify-content:space-between}.gig .container .right .price h2,.gig .container .right-mobile .price h2{font-weight:300}.gig .container .right .price h3,.gig .container .right-mobile .price h3{font-weight:500}.gig .container .right p,.gig .container .right-mobile p{color:gray;margin:10px 0}.gig .container .right .details,.gig .container .right-mobile .details{display:flex;align-items:center;justify-content:space-between;font-size:14px}.gig .container .right .details .item,.gig .container .right-mobile .details .item{display:flex;align-items:center;gap:10px}.gig .container .right .details .item img,.gig .container .right-mobile .details .item img{width:20px}.gig .container .right .features .item,.gig .container .right-mobile .features .item{display:flex;align-items:center;gap:10px;font-weight:300;color:gray;margin-bottom:5px}.gig .container .right .features .item img,.gig .container .right-mobile .features .item img{width:14px}.gig .container .right button,.gig .container .right-mobile button{width:100%;background-color:#1dbf73;padding:10px;color:#fff;font-weight:500;border:none;font-size:18px;cursor:pointer;border-radius:5px}@media screen and (max-width: 900px){.gig .container .right,.gig .container .right-mobile{display:none}}.gig .container .right-mobile button{margin:20px 0;width:100%}@media screen and (min-width: 901px){.gig .container .right-mobile{display:none}}@media screen and (max-width: 900px){.gig .container .right-mobile{display:block;position:relative;top:0}}@media screen and (max-width: 900px){.gig .container{flex-direction:column}}.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;width:100%;height:100%}.spinner___27VUp{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);width:30px;height:30px;animation-name:spin___S3UuE;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border:4px solid #a9a9a9;border-top-color:#000;border-radius:30px}@keyframes spin___S3UuE{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.container___2O72F{position:relative;overflow:hidden;height:100%;width:100%}.overlay___IV4qY{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;cursor:zoom-in;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}.slide___3-Nqo{position:relative;display:block;box-sizing:border-box;height:0;margin:0;list-style-type:none}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{position:absolute;top:0;left:0;width:100%;height:100%}.focusRing___1airF{position:absolute;top:5px;right:5px;bottom:5px;left:5px;pointer-events:none;outline-width:5px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-style:auto;outline-color:-webkit-focus-ring-color}}.horizontalSlider___281Ls{position:relative;overflow:hidden;touch-action:pan-y pinch-zoom}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{position:relative;overflow:hidden}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;padding:0;margin:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}.home .trending-services{background-color:#f8f9fa;padding:80px 0}.home .trending-services .container{width:90%;margin:0 auto}.home .trending-services .trending-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.home .trending-services .trending-header .trending-title h2{font-size:32px;font-weight:700;color:#404145;margin-bottom:8px}.home .trending-services .trending-header .trending-title p{font-size:16px;color:#62646a;margin:0}.home .trending-services .trending-header .all-categories-link{color:#404145;text-decoration:none;font-weight:600;font-size:16px;transition:color .2s ease}.home .trending-services .trending-header .all-categories-link:hover{color:var(--green-color)}@media screen and (max-width: 768px){.home .trending-services .trending-header{flex-direction:column;align-items:flex-start;gap:20px}}.home .trending-services .trending-carousel{position:relative;display:flex;align-items:center;gap:20px}.home .trending-services .trending-carousel .carousel-btn{background:white;border:1px solid #e4e5e7;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#62646a;box-shadow:0 2px 8px #0000001a}.home .trending-services .trending-carousel .carousel-btn:hover:not(.disabled){background-color:var(--green-color);color:#fff;border-color:var(--green-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.home .trending-services .trending-carousel .carousel-btn.disabled{opacity:.5;cursor:not-allowed}.home .trending-services .trending-carousel .carousel-btn svg{width:20px;height:20px}.home .trending-services .trending-carousel .trending-cards{display:flex;gap:20px;overflow:hidden;flex:1;min-height:300px}.home .trending-services .trending-carousel .trending-cards .loading,.home .trending-services .trending-carousel .trending-cards .no-trending{display:flex;align-items:center;justify-content:center;width:100%;color:#62646a;font-size:16px}@media screen and (max-width: 768px){.home .trending-services .trending-carousel .carousel-btn{width:40px;height:40px}.home .trending-services .trending-carousel .carousel-btn svg{width:16px;height:16px}}.home .features{background-color:#f1fdf7;display:flex;justify-content:center;padding:100px 0}.home .features.dark{background-color:#0d084d}.home .features.dark h1,.home .features.dark h2,.home .features.dark p,.home .features.dark h6{color:#fff!important;font-weight:400!important}.home .features.dark h1,.home .features.dark h2{font-weight:500!important}.home .features.dark h1>span{font-family:"Noto Serif Display",serif;font-weight:600}.home .features.dark .item>img{width:100%!important}.home .features.dark button{background-color:var(--green-color);color:#fff;padding:10px 20px;border-radius:5px;font-size:16px;cursor:pointer;margin-top:20px;border:none;width:max-content}.home .features .container{display:flex;width:90%;align-items:center;gap:50px}@media screen and (max-width: 900px){.home .features .container{flex-direction:column;gap:20px}}.home .features .item{display:flex;flex-direction:column;gap:15px}.home .features .item h1{font-weight:700;margin-bottom:10px;font-size:38px;color:#404145}.home .features .item p{font-size:18px;font-weight:500;color:#62646a;line-height:26px}.home .features .item .title{display:flex;align-items:center;gap:10px}.home .features .item .title img{width:24px;height:24px}.home .features .item .title h6{color:#404145;font-weight:700;font-size:18px}.home .features .item video{width:720px}@media screen and (max-width: 900px){.home .features .item video{width:100%}}.footer{display:flex;justify-content:center;color:#999;margin:50px 0}.footer img{width:24px;height:24px}.footer .container{width:95%;margin:auto}.footer .container .top{display:flex;justify-content:center;gap:40px;padding:50px 0}.footer .container .top .item{width:180px;display:flex;flex-direction:column;gap:20px}.footer .container .top .item h1{font-size:16px;color:#404145}.footer .container .top .item span{font-weight:400;color:#74767e}@media screen and (max-width: 900px){.footer .container .top{justify-content:flex-start;flex-wrap:wrap}}.footer .container hr{width:100%;border:.5px solid rgb(228,227,227)}.footer .container .bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.footer .container .bottom .left{display:flex;align-items:center;gap:20px}.footer .container .bottom .left span{font-size:13px}.footer .container .bottom .right{display:flex;flex-wrap:wrap;align-items:center;gap:30px}.footer .container .bottom .right .social{display:flex;align-items:center;gap:20px}.footer .container .bottom .right .link{display:flex;align-items:center;gap:10px}@media screen and (max-width: 900px){.footer .container .bottom{flex-direction:column;align-items:flex-start;gap:20px}}.gigs{display:flex;justify-content:center;background-color:#f8f9fa;min-height:100vh}.gigs .container{width:90%;margin:auto;padding:40px 0;display:flex;flex-direction:column;gap:30px}.gigs .container .gigs-header{text-align:center;margin-bottom:20px}.gigs .container .gigs-header .breadcrumbs{font-weight:400;font-size:14px;color:#62646a;margin-bottom:8px}.gigs .container .gigs-header h1{font-size:48px;font-weight:700;color:#404145;margin-bottom:12px}.gigs .container .gigs-header p{color:#62646a;font-weight:400;font-size:18px;max-width:600px;margin:0 auto}.gigs .container .professional-filters{background:white;border-radius:8px;padding:16px 20px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;position:relative;display:flex;align-items:center;justify-content:space-between}.gigs .container .professional-filters .filter-buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.gigs .container .professional-filters .filter-buttons .filter-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e4e5e7;border-radius:6px;background:white;color:#62646a;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.gigs .container .professional-filters .filter-buttons .filter-btn:hover{border-color:#c4c7ce;background:#f8f9fa}.gigs .container .professional-filters .filter-buttons .filter-btn.active{background:var(--green-color);border-color:var(--green-color);color:#fff}.gigs .container .professional-filters .filter-buttons .filter-btn.active svg{stroke:#fff}.gigs .container .professional-filters .filter-buttons .filter-btn svg{transition:transform .2s ease;width:12px;height:12px;transform-origin:center;stroke:#62646a}.gigs .container .professional-filters .filter-buttons .filter-btn.active svg{transform:rotate(180deg);stroke:#62646a;color:#000}.gigs .container .professional-filters .filter-actions{display:flex;align-items:center;margin-left:auto;margin-right:16px}.gigs .container .professional-filters .filter-actions .reset-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e4e5e7;border-radius:6px;background:white;color:#62646a;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.gigs .container .professional-filters .filter-actions .reset-btn:hover{border-color:#c4c7ce;background:#f8f9fa;color:#404145}.gigs .container .professional-filters .filter-actions .reset-btn svg{width:14px;height:14px}.gigs .container .professional-filters .sort-section{display:flex;align-items:center;gap:8px}.gigs .container .professional-filters .sort-section .sort-label{color:#62646a;font-size:13px;font-weight:500}.gigs .container .professional-filters .sort-section .sort-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e4e5e7;border-radius:6px;background:white;color:#404145;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.gigs .container .professional-filters .sort-section .sort-btn:hover{border-color:#c4c7ce;background:#f8f9fa}.gigs .container .professional-filters .sort-section .sort-btn svg{width:12px;height:12px;stroke:#404145}.gigs .container .professional-filters .sort-section .sort-dropdown{position:absolute;top:100%;right:20px;background:white;border:1px solid #e4e5e7;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;min-width:150px}.gigs .container .professional-filters .sort-section .sort-dropdown button{display:block;width:100%;padding:12px 16px;border:none;background:none;text-align:left;color:#404145;font-size:14px;cursor:pointer;transition:background-color .2s ease}.gigs .container .professional-filters .sort-section .sort-dropdown button:hover{background-color:#f8f9fa}.gigs .container .professional-filters .sort-section .sort-dropdown button:first-child{border-radius:8px 8px 0 0}.gigs .container .professional-filters .sort-section .sort-dropdown button:last-child{border-radius:0 0 8px 8px}@media screen and (max-width: 768px){.gigs .container .professional-filters{flex-direction:column;align-items:stretch;gap:16px}.gigs .container .professional-filters .filter-buttons{flex-wrap:wrap;justify-content:center}.gigs .container .professional-filters .filter-actions{margin-left:0;margin-right:0;justify-content:center}.gigs .container .professional-filters .sort-section{justify-content:center}}.gigs .container .filter-dropdown{background:white;border:1px solid #e4e5e7;border-radius:12px;padding:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;position:absolute;top:100%;width:fit-content;min-width:200px;max-width:320px;z-index:1000;margin-top:12px;backdrop-filter:blur(10px)}.gigs .container .filter-dropdown:before{content:"";position:absolute;top:-6px;width:12px;height:12px;background:white;border:1px solid #e4e5e7;border-bottom:none;border-right:none;transform:rotate(45deg)}.gigs .container .filter-dropdown:before{left:20px}.gigs .container .filter-dropdown.budget{max-width:280px;min-width:250px;padding:20px}.gigs .container .filter-dropdown .filter-options{margin-bottom:16px}.gigs .container .filter-dropdown .filter-options .radio-option,.gigs .container .filter-dropdown .filter-options .checkbox-option{display:flex;align-items:center;gap:12px;padding:6px 0;cursor:pointer}.gigs .container .filter-dropdown .filter-options .radio-option input[type=radio],.gigs .container .filter-dropdown .filter-options .radio-option input[type=checkbox],.gigs .container .filter-dropdown .filter-options .checkbox-option input[type=radio],.gigs .container .filter-dropdown .filter-options .checkbox-option input[type=checkbox]{width:16px;height:16px;accent-color:var(--green-color)}.gigs .container .filter-dropdown .filter-options .radio-option span,.gigs .container .filter-dropdown .filter-options .checkbox-option span{color:#404145;font-size:14px;font-weight:500}.gigs .container .filter-dropdown .filter-options .range-slider{margin-bottom:20px;position:relative;height:8px;background:#f1f3f4;border-radius:4px;padding:8px 0}.gigs .container .filter-dropdown .filter-options .range-slider .range-track{position:absolute;top:8px;left:0;right:0;height:8px;background:#e4e5e7;border-radius:4px}.gigs .container .filter-dropdown .filter-options .range-slider .range-fill{position:absolute;top:8px;height:8px;background:var(--green-color);border-radius:4px;transition:all .2s ease}.gigs .container .filter-dropdown .filter-options .range-slider .range-input{position:absolute;top:0;width:100%;height:24px;background:transparent;outline:none;-webkit-appearance:none;appearance:none;pointer-events:none;margin:0}.gigs .container .filter-dropdown .filter-options .range-slider .range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--green-color);cursor:pointer;pointer-events:all;border:3px solid white;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.gigs .container .filter-dropdown .filter-options .range-slider .range-input::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.gigs .container .filter-dropdown .filter-options .range-slider .range-input::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--green-color);cursor:pointer;border:3px solid white;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.gigs .container .filter-dropdown .filter-options .range-slider .range-input::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.gigs .container .filter-dropdown .filter-options .range-slider .range-input::-webkit-slider-track{background:transparent;height:8px}.gigs .container .filter-dropdown .filter-options .range-slider .range-input::-moz-range-track{background:transparent;height:8px}.gigs .container .filter-dropdown .filter-options .price-inputs{display:flex;align-items:center;gap:12px;margin-bottom:16px}.gigs .container .filter-dropdown .filter-options .price-inputs input{flex:1;min-width:90px;padding:10px 12px;border:2px solid #e4e5e7;border-radius:8px;font-size:14px;text-align:center;font-weight:500;color:#404145;background:#fafbfc;transition:all .2s ease}.gigs .container .filter-dropdown .filter-options .price-inputs input:focus{outline:none;border-color:var(--green-color);background:white;box-shadow:0 0 0 3px #1dbf731a}.gigs .container .filter-dropdown .filter-options .price-inputs input::placeholder{color:#9ca3af;font-weight:400}.gigs .container .filter-dropdown .filter-options .price-inputs span{color:#62646a;font-weight:600;font-size:14px;padding:0 4px}.gigs .container .filter-dropdown .apply-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:var(--green-color);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;box-shadow:0 2px 4px #1dbf7333}.gigs .container .filter-dropdown .apply-btn:hover{background:#1e7e34;transform:translateY(-1px);box-shadow:0 4px 8px #1dbf734d}.gigs .container .filter-dropdown .apply-btn:active{transform:translateY(0)}.gigs .container .filter-dropdown .apply-btn:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:white;border-radius:50%;opacity:.8}.gigs .container .filter-dropdown .apply-btn svg{width:14px;height:14px}@media screen and (max-width: 768px){.gigs .container .filter-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:320px;margin:0;z-index:2000}.gigs .container .filter-dropdown.budget{max-width:300px}}.gigs .container .cards{display:grid;grid-template-columns:repeat(auto-fill,300px);gap:24px;padding:0;justify-content:center}.gigs .container .cards .loader{width:100%;display:flex;justify-content:center;align-items:center}.gigs .container .cards .error-message{width:100%;text-align:center;color:#e74c3c;font-size:16px;padding:20px;background-color:#fdf2f2;border:1px solid #fecaca;border-radius:8px}.gigs .container .cards .no-results{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background-color:#f8f9fa;border-radius:12px;border:2px dashed #dee2e6}.gigs .container .cards .no-results .no-results-icon{font-size:48px;margin-bottom:20px;opacity:.6}.gigs .container .cards .no-results h3{color:#495057;font-size:24px;font-weight:600;margin-bottom:12px}.gigs .container .cards .no-results p{color:#6c757d;font-size:16px;max-width:500px;line-height:1.5;margin-bottom:24px}.gigs .container .cards .no-results .browse-all-btn{background-color:var(--green-color);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.gigs .container .cards .no-results .browse-all-btn:hover{background-color:#1e7e34}@media screen and (max-width: 768px){.gigs .container .cards{grid-template-columns:repeat(auto-fill,280px);gap:16px}}@media screen and (max-width: 600px){.gigs .container .cards{grid-template-columns:1fr;gap:16px}}.location-search-container{padding:16px;min-width:400px}.location-search-container .search-section{margin-bottom:16px}.location-search-container .search-section:last-child{margin-bottom:0}.location-search-container .search-section .search-label{display:block;margin-bottom:8px;font-weight:500;color:#212529;font-size:14px}.location-search-container .search-section .selected-location-display{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;font-size:14px}.location-search-container .search-section .selected-location-display .location-name{font-weight:500;color:#212529}.location-search-container .search-section .selected-location-display .location-province{font-size:12px;color:#6c757d;background-color:#e9ecef;padding:2px 6px;border-radius:4px}.location-search-container .search-section .selected-location-display .clear-location-btn{margin-left:auto;background:none;border:1px solid #dc3545;color:#dc3545;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:12px;transition:all .2s ease}.location-search-container .search-section .selected-location-display .clear-location-btn:hover{background-color:#dc3545;color:#fff}.filter-dropdown.location{min-width:450px;max-width:500px}@media (prefers-color-scheme: dark){.location-search-container .search-section .search-label{color:#e2e8f0}.location-search-container .search-section .selected-location-display{background-color:#4a5568;border-color:#718096}.location-search-container .search-section .selected-location-display .location-name{color:#e2e8f0}.location-search-container .search-section .selected-location-display .location-province{background-color:#718096;color:#a0aec0}.location-search-container .search-section .selected-location-display .clear-location-btn{border-color:#fc8181;color:#fc8181}.location-search-container .search-section .selected-location-display .clear-location-btn:hover{background-color:#fc8181;color:#2d3748}}@media (max-width: 768px){.location-search-container{min-width:300px;padding:12px}.location-search-container .search-section .selected-location-display{padding:6px 10px;font-size:13px}.filter-dropdown.location{min-width:320px;max-width:350px}}.orders{min-height:100vh;background-color:#f8f9fa;padding:20px 0}.orders .loader{width:100%;display:flex;justify-content:center;align-items:center;min-height:400px}.orders .error-message{width:100%;text-align:center;color:#e74c3c;font-size:16px;padding:20px;background-color:#fdf2f2;border:1px solid #fecaca;border-radius:8px;margin:20px}.orders .loading-orders{width:100%;text-align:center;color:#666;font-size:16px;padding:40px 20px;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:20px 0}.orders .loading-orders .loading-spinner{font-size:24px;margin-bottom:10px;animation:spin 2s linear infinite}.orders .loading-orders p{margin:0;color:#666}.orders .container{max-width:1400px;margin:0 auto;padding:0 20px}.orders .container .orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;background:white;padding:20px 24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.orders .container .orders-header h1{margin:0;color:#404145;font-size:28px;font-weight:600}.orders .container .orders-header .status-filter .status-select{padding:8px 12px;border:1px solid #e1e5e9;border-radius:6px;background:white;color:#404145;font-size:14px;cursor:pointer;min-width:150px}.orders .container .orders-header .status-filter .status-select:focus{outline:none;border-color:var(--green-color)}.orders .container .orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.orders .container .order-card{background:white;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.orders .container .order-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.orders .container .order-card .order-header{display:flex;gap:16px;margin-bottom:16px}.orders .container .order-card .order-header .order-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.orders .container .order-card .order-header .order-info{flex:1}.orders .container .order-card .order-header .order-info h3{margin:0 0 8px;color:#404145;font-size:16px;font-weight:600;line-height:1.3}.orders .container .order-card .order-header .order-info .order-user{margin:0 0 8px;color:#62646a;font-size:14px}.orders .container .order-card .order-header .order-info .order-price{color:var(--green-color);font-size:18px;font-weight:700}.orders .container .order-card .order-header .order-status .status-badge{display:inline-block;padding:4px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.orders .container .order-card .order-details{margin-bottom:16px;padding:12px 0;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1}.orders .container .order-card .order-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.orders .container .order-card .order-details .detail-row span:first-child{color:#62646a;font-size:14px}.orders .container .order-card .order-details .detail-row span:last-child{color:#404145;font-weight:500;font-size:14px}.orders .container .order-card .order-timeline{margin:16px 0}.orders .container .order-card .order-timeline h4{margin:0 0 8px;color:#404145}.orders .container .order-card .order-timeline ul{list-style:none;padding:0;margin:0}.orders .container .order-card .order-timeline ul li{display:flex;gap:12px;border-left:3px solid #e9ecef;padding:8px 0 8px 12px}.orders .container .order-card .order-timeline ul .evt-time{color:#6c757d;font-size:12px}.orders .container .order-card .order-timeline ul .evt-action{color:#404145;font-weight:600;text-transform:capitalize}.orders .container .order-card .order-review{margin:16px 0;padding:12px;background:#f8f9fa;border-radius:8px}.orders .container .order-card .order-review h4{margin:0 0 10px;color:#404145}.orders .container .order-card .order-review .review-row{display:flex;flex-direction:column;gap:10px}.orders .container .order-card .order-review .stars-select{display:flex;gap:6px}.orders .container .order-card .order-review .star{background:transparent;border:none;font-size:22px;cursor:pointer;color:#d1d5db;transition:color .15s ease}.orders .container .order-card .order-review .star.active{color:#f59e0b}.orders .container .order-card .order-review textarea{width:100%;resize:vertical;padding:8px 10px;border:1px solid #e1e5e9;border-radius:6px}.orders .container .order-card .order-review .review-actions{display:flex;justify-content:flex-end;gap:8px}.orders .container .order-card .order-review .btn{padding:8px 14px;border-radius:8px;border:1px solid transparent;font-weight:600;cursor:pointer}.orders .container .order-card .order-review .btn.ghost{background:#f3f4f6;color:#111827;border-color:#e5e7eb}.orders .container .order-card .order-review .btn.primary{background:var(--green-color);color:#fff}.orders .container .order-card .order-review .reviews-list{margin-top:12px}.orders .container .order-card .order-review .review-item{padding:8px 0;border-top:1px dashed #e9ecef}.orders .container .order-card .order-review .stars{color:#f59e0b;margin-right:8px}.orders .container .order-card .order-review .by{color:#6b7280;margin-left:6px;font-size:12px}.orders .container .order-card .order-review .text{margin:4px 0 0;color:#374151}.orders .container .order-card .back-row{margin-top:8px}.orders .container .order-card .back-row button{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;cursor:pointer;color:#111827;font-weight:600}.orders .container .order-card .back-row button:hover{background:#e5e7eb}.orders .container .order-card .delivery-notes,.orders .container .order-card .buyer-notes{margin-bottom:16px;padding:12px;background-color:#f8f9fa;border-radius:8px;border-left:4px solid var(--green-color)}.orders .container .order-card .delivery-notes strong,.orders .container .order-card .buyer-notes strong{color:#404145;font-size:14px;display:block;margin-bottom:4px}.orders .container .order-card .delivery-notes p,.orders .container .order-card .buyer-notes p{margin:0;color:#62646a;font-size:14px;line-height:1.4}.orders .container .order-card .order-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.orders .container .order-card .order-actions .contact-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f1f1f1;border:none;border-radius:6px;color:#404145;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.orders .container .order-card .order-actions .contact-btn img{width:16px;height:16px}.orders .container .order-card .order-actions .contact-btn:hover{background-color:#e1e5e9}.orders .container .order-card .order-actions .action-btn{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.orders .container .order-card .order-actions .action-btn:disabled{opacity:.6;cursor:not-allowed}.orders .container .order-card .order-actions .action-btn.start-btn{background-color:#007bff;color:#fff}.orders .container .order-card .order-actions .action-btn.start-btn:hover:not(:disabled){background-color:#0056b3}.orders .container .order-card .order-actions .action-btn.deliver-btn{background-color:#28a745;color:#fff}.orders .container .order-card .order-actions .action-btn.deliver-btn:hover:not(:disabled){background-color:#1e7e34}.orders .container .order-card .order-actions .action-btn.complete-btn{background-color:var(--green-color);color:#fff}.orders .container .order-card .order-actions .action-btn.complete-btn:hover:not(:disabled){background-color:#1e7e34}.orders .container .order-card .order-actions .action-btn.revision-btn{background-color:#ffc107;color:#212529}.orders .container .order-card .order-actions .action-btn.revision-btn:hover:not(:disabled){background-color:#e0a800}.orders .container .no-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background-color:#fff;border-radius:12px;border:2px dashed #dee2e6;margin-top:30px}.orders .container .no-orders .no-orders-icon{font-size:48px;margin-bottom:20px;opacity:.6}.orders .container .no-orders h3{color:#495057;font-size:24px;font-weight:600;margin-bottom:12px}.orders .container .no-orders p{color:#6c757d;font-size:16px;max-width:500px;line-height:1.5;margin-bottom:24px}.orders .container .no-orders .browse-btn{background-color:var(--green-color);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.orders .container .no-orders .browse-btn:hover{background-color:#1e7e34}.orders .container .modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:1000}.orders .container .modal{width:100%;max-width:520px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;padding:20px}.orders .container .modal h3{margin:0 0 12px;color:#111827}.orders .container .modal textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;resize:vertical;min-height:100px;outline:none}.orders .container .modal textarea:focus{border-color:var(--green-color);box-shadow:0 0 0 3px #10b98126}.orders .container .modal .modal-actions{margin-top:12px;display:flex;gap:8px;justify-content:flex-end}.orders .container .modal .modal-actions .btn{padding:8px 14px;border-radius:8px;font-weight:600;cursor:pointer;border:1px solid transparent}.orders .container .modal .modal-actions .btn.ghost{background:#f3f4f6;color:#111827;border-color:#e5e7eb}.orders .container .modal .modal-actions .btn.primary{background:var(--green-color);color:#fff}@media screen and (max-width: 768px){.orders .container{padding:0 16px}.orders .container .orders-header{flex-direction:column;gap:16px;align-items:stretch}.orders .container .orders-header h1{text-align:center}.orders .container .orders-grid{grid-template-columns:1fr}.orders .container .order-card .order-header{flex-direction:column;text-align:center}.orders .container .order-card .order-header .order-image{width:120px;height:120px;margin:0 auto}.orders .container .order-card .order-actions{justify-content:center}}.myGigs{min-height:100vh;background:#f8f9fa;padding:40px 20px}.myGigs .container{max-width:1400px;margin:0 auto}.myGigs .loader{display:flex;justify-content:center;align-items:center;min-height:400px}.myGigs .error-message{text-align:center;color:#e53e3e;font-size:18px;padding:40px}.myGigs .page-header{margin-bottom:40px}.myGigs .page-header .header-content{display:flex;justify-content:space-between;align-items:center;background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px #00000014}.myGigs .page-header .header-text h1{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 8px}.myGigs .page-header .header-text p{font-size:16px;color:#718096;margin:0}.myGigs .page-header .create-gig-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--green-color);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:14px;transition:all .2s ease}.myGigs .page-header .create-gig-btn:hover{background:#2f855a;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.myGigs .page-header .create-gig-btn svg{width:20px;height:20px;color:#000}.myGigs .stats-section{margin-bottom:40px}.myGigs .stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.myGigs .stats-section .stat-card{background:white;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;align-items:center;gap:16px;transition:all .2s ease}.myGigs .stats-section .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.myGigs .stats-section .stat-card .stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f0fdf4;color:var(--green-color);border-radius:12px;flex-shrink:0}.myGigs .stats-section .stat-card .stat-icon svg{width:24px;height:24px}.myGigs .stats-section .stat-card .stat-content h3{font-size:24px;font-weight:700;color:#2d3748;margin:0 0 4px}.myGigs .stats-section .stat-card .stat-content p{font-size:14px;color:#718096;margin:0}.myGigs .gigs-tabs{margin-bottom:32px}.myGigs .gigs-tabs .tabs-container{display:flex;background:white;border-radius:12px;padding:4px;box-shadow:0 2px 8px #0000000f;overflow-x:auto}.myGigs .gigs-tabs .tabs-container .tab{flex:1;padding:12px 16px;border:none;background:transparent;color:#718096;font-weight:600;font-size:14px;cursor:pointer;border-radius:8px;transition:all .2s ease;white-space:nowrap;min-width:120px}.myGigs .gigs-tabs .tabs-container .tab:hover{background:#f7fafc;color:#4a5568}.myGigs .gigs-tabs .tabs-container .tab.active{background:var(--green-color);color:#fff;box-shadow:0 2px 4px #38a16933}.myGigs .services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.myGigs .services-section .service-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.myGigs .services-section .service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.myGigs .services-section .service-card .service-image{position:relative;height:200px;overflow:hidden;cursor:pointer}.myGigs .services-section .service-card .service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.myGigs .services-section .service-card .service-image .service-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.myGigs .services-section .service-card .service-image .service-overlay svg{color:#0c0c0c;width:32px;height:32px}.myGigs .services-section .service-card .service-image .status-badge{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:6px;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.myGigs .services-section .service-card .service-image:hover img{transform:scale(1.05)}.myGigs .services-section .service-card .service-image:hover .service-overlay{opacity:1}.myGigs .services-section .service-card .service-content{padding:20px}.myGigs .services-section .service-card .service-content .service-title{font-size:18px;font-weight:600;color:#2d3748;margin:0 0 16px;cursor:pointer;transition:color .2s ease;line-height:1.4}.myGigs .services-section .service-card .service-content .service-title:hover{color:var(--green-color)}.myGigs .services-section .service-card .service-content .service-meta{margin-bottom:20px}.myGigs .services-section .service-card .service-content .service-meta .service-price{margin-bottom:12px}.myGigs .services-section .service-card .service-content .service-meta .service-price .price-label{display:block;font-size:12px;color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.myGigs .services-section .service-card .service-content .service-meta .service-price .price-value{font-size:20px;font-weight:700;color:var(--green-color)}.myGigs .services-section .service-card .service-content .service-meta .service-stats .stat{display:flex;align-items:center;gap:6px;font-size:14px;color:#718096}.myGigs .services-section .service-card .service-content .service-meta .service-stats .stat svg{width:16px;height:16px}.myGigs .services-section .service-card .service-content .rejection-reason{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px;margin-bottom:16px}.myGigs .services-section .service-card .service-content .rejection-reason strong{color:#dc2626;font-size:13px;display:block;margin-bottom:4px}.myGigs .services-section .service-card .service-content .rejection-reason p{color:#991b1b;font-size:13px;margin:0;line-height:1.4}.myGigs .services-section .service-card .service-content .service-actions{display:flex;gap:8px}.myGigs .services-section .service-card .service-content .service-actions .action-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;justify-content:center}.myGigs .services-section .service-card .service-content .service-actions .action-btn svg{width:16px;height:16px}.myGigs .services-section .service-card .service-content .service-actions .action-btn.edit-btn{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.myGigs .services-section .service-card .service-content .service-actions .action-btn.edit-btn:hover{background:#edf2f7;border-color:#cbd5e0}.myGigs .services-section .service-card .service-content .service-actions .action-btn.delete-btn{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.myGigs .services-section .service-card .service-content .service-actions .action-btn.delete-btn:hover{background:#fee2e2;border-color:#fca5a5}.myGigs .no-gigs{display:flex;justify-content:center;align-items:center;min-height:400px;background:white;border-radius:16px;box-shadow:0 4px 20px #00000014}.myGigs .no-gigs .no-gigs-content{text-align:center;max-width:400px;padding:40px}.myGigs .no-gigs .no-gigs-content .no-gigs-icon{display:flex;justify-content:center;margin-bottom:24px;color:#cbd5e0}.myGigs .no-gigs .no-gigs-content .no-gigs-icon svg{width:64px;height:64px}.myGigs .no-gigs .no-gigs-content h3{font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.myGigs .no-gigs .no-gigs-content p{font-size:16px;color:#718096;line-height:1.5;margin:0 0 32px}.myGigs .no-gigs .no-gigs-content .create-first-gig-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--green-color);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .2s ease}.myGigs .no-gigs .no-gigs-content .create-first-gig-btn:hover{background:#2f855a;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.myGigs .no-gigs .no-gigs-content .create-first-gig-btn svg{color:#000;width:20px;height:20px}@media screen and (max-width: 768px){.myGigs{padding:20px 10px}.myGigs .page-header .header-content{flex-direction:column;gap:20px;text-align:center;padding:24px}.myGigs .page-header .header-text h1{font-size:28px}.myGigs .stats-section .stats-grid{grid-template-columns:1fr;gap:16px}.myGigs .stats-section .stat-card{padding:20px}.myGigs .services-section .services-grid{grid-template-columns:1fr;gap:16px}.myGigs .services-section .service-card .service-content{padding:16px}.myGigs .services-section .service-card .service-content .service-actions{flex-direction:column}.myGigs .services-section .service-card .service-content .service-actions .action-btn{width:100%}.myGigs .no-gigs .no-gigs-content{padding:24px}.myGigs .no-gigs .no-gigs-content h3{font-size:20px}.myGigs .no-gigs .no-gigs-content p{font-size:14px}}@media screen and (max-width: 480px){.myGigs .page-header .header-content{padding:20px}.myGigs .page-header .header-text h1{font-size:24px}.myGigs .stats-section .stat-card{padding:16px;gap:12px}.myGigs .stats-section .stat-card .stat-icon{width:40px;height:40px}.myGigs .stats-section .stat-card .stat-icon svg{width:20px;height:20px}.myGigs .stats-section .stat-card .stat-content h3{font-size:20px}}.add{min-height:100vh;background:#f8f9fa;padding:40px 0}.add .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.add .loading-state p{margin-top:16px;font-size:16px;color:#6b7280}.add .container{max-width:1000px;margin:0 auto;padding:0 20px}.add .add-header{text-align:center;margin-bottom:40px}.add .add-header .breadcrumbs{font-size:14px;color:#718096;margin-bottom:16px}.add .add-header .breadcrumbs span{margin:0 4px}.add .add-header .breadcrumbs span:first-child{color:var(--green-color);font-weight:500}.add .add-header h1{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 12px}.add .add-header p{font-size:16px;color:#4a5568;max-width:600px;margin:0 auto}.add .progress-indicator{display:flex;justify-content:center;margin-bottom:40px;padding:0 20px}.add .progress-indicator .progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:200px}.add .progress-indicator .progress-step:not(:last-child):after{content:"";position:absolute;top:20px;left:60%;right:-40%;height:2px;background:#e2e8f0;z-index:1}.add .progress-indicator .progress-step.completed:not(:last-child):after{background:var(--green-color)}.add .progress-indicator .progress-step .step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#e2e8f0;color:#718096;font-weight:600;font-size:16px;margin-bottom:8px;position:relative;z-index:2;transition:all .3s ease}.add .progress-indicator .progress-step .step-number svg{color:#000}.add .progress-indicator .progress-step .step-label{font-size:12px;font-weight:500;color:#718096;text-align:center;transition:color .3s ease}.add .progress-indicator .progress-step.active .step-number{background:var(--green-color);color:#fff}.add .progress-indicator .progress-step.active .step-label{color:var(--green-color)}.add .progress-indicator .progress-step.completed .step-number{background:var(--green-color);color:#fff}.add .progress-indicator .progress-step.completed .step-label{color:var(--green-color)}.add .add-form{background:white;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden}.add .form-sections{padding:40px;min-height:500px}.add .step-content .step-header{margin-bottom:32px;text-align:center}.add .step-content .step-header h2{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 8px}.add .step-content .step-header p{font-size:16px;color:#718096;margin:0}.add .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.add .form-group{margin-bottom:24px;display:flex;flex-direction:column}.add .form-group label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.add .form-group label[for]{cursor:pointer}.add .form-group input,.add .form-group select,.add .form-group textarea{width:-webkit-fill-available;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:white;transition:all .2s ease}.add .form-group input:focus,.add .form-group select:focus,.add .form-group textarea:focus{outline:none;border-color:var(--green-color);box-shadow:0 0 0 3px #38a1691a}.add .form-group input::placeholder,.add .form-group select::placeholder,.add .form-group textarea::placeholder{color:#a0aec0}.add .form-group input:disabled,.add .form-group select:disabled,.add .form-group textarea:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.add .form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.add .form-group small{display:block;font-size:12px;color:#718096;margin-top:6px}.add .price-input{position:relative;display:flex;align-items:center}.add .price-input .currency{position:absolute;left:16px;color:#718096;font-weight:500;z-index:1}.add .price-input input{padding-left:40px}.add .feature-form{margin-bottom:16px}.add .feature-form .feature-input-group{display:flex;gap:12px;align-items:flex-start}.add .feature-form .feature-input-group input{flex:1;margin-bottom:0}.add .feature-form .feature-input-group .add-feature-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--green-color);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add .feature-form .feature-input-group .add-feature-btn:hover{background:#2f855a}.add .feature-form .feature-input-group .add-feature-btn svg{width:16px;height:16px;color:#000}.add .features-list{display:flex;flex-wrap:wrap;gap:8px}.add .features-list .feature-item{display:flex;align-items:center;gap:8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;padding:8px 12px}.add .features-list .feature-item .feature-text{font-size:13px;color:#2d3748;font-weight:500}.add .features-list .feature-item .remove-feature-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#e53e3e;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease}.add .features-list .feature-item .remove-feature-btn:hover{background:#c53030}.add .features-list .feature-item .remove-feature-btn svg{width:12px;height:12px;color:#000}.add .images-section .image-upload-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:24px}.add .images-section .existing-image,.add .images-section .image-preview{position:relative;border-radius:8px;overflow:hidden;height:200px}.add .images-section .existing-image img,.add .images-section .image-preview img{width:100%;height:100%;object-fit:cover}.add .images-section .existing-image .image-overlay,.add .images-section .image-preview .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.add .images-section .existing-image .image-overlay span,.add .images-section .image-preview .image-overlay span{color:#fff;font-weight:600;margin-bottom:12px}.add .images-section .existing-image .image-overlay button,.add .images-section .image-preview .image-overlay button{background:var(--green-color);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.add .images-section .existing-image .image-overlay button:hover,.add .images-section .image-preview .image-overlay button:hover{background:#2f855a}.add .images-section .existing-image:hover .image-overlay,.add .images-section .image-preview:hover .image-overlay{opacity:1}.add .images-section .existing-images .images-grid,.add .images-section .images-preview .images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-bottom:16px}.add .images-section .existing-images .existing-image-item,.add .images-section .existing-images .image-preview-item,.add .images-section .images-preview .existing-image-item,.add .images-section .images-preview .image-preview-item{position:relative;border-radius:8px;overflow:hidden;height:120px}.add .images-section .existing-images .existing-image-item img,.add .images-section .existing-images .image-preview-item img,.add .images-section .images-preview .existing-image-item img,.add .images-section .images-preview .image-preview-item img{width:100%;height:100%;object-fit:cover}.add .images-section .existing-images .existing-image-item button,.add .images-section .existing-images .image-preview-item button,.add .images-section .images-preview .existing-image-item button,.add .images-section .images-preview .image-preview-item button{position:absolute;top:4px;right:4px;background:rgba(220,38,38,.9);color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:12px;cursor:pointer;transition:background .2s ease}.add .images-section .existing-images .existing-image-item button:hover,.add .images-section .existing-images .image-preview-item button:hover,.add .images-section .images-preview .existing-image-item button:hover,.add .images-section .images-preview .image-preview-item button:hover{background:rgba(185,28,28,.9)}.add .images-section .existing-images .add-more-btn,.add .images-section .images-preview .add-more-btn{background:#f8f9fa;color:#6b7280;border:2px dashed #d1d5db;border-radius:8px;padding:16px;width:100%;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.add .images-section .existing-images .add-more-btn:hover,.add .images-section .images-preview .add-more-btn:hover{background:#f3f4f6;border-color:#9ca3af}.add .images-section .image-upload-item .file-upload-area{position:relative;border:2px dashed #cbd5e0;border-radius:12px;padding:32px 16px;text-align:center;transition:all .2s ease;cursor:pointer}.add .images-section .image-upload-item .file-upload-area:hover{border-color:var(--green-color);background:rgba(56,161,105,.02)}.add .images-section .image-upload-item .file-upload-area input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.add .images-section .image-upload-item .file-upload-area .upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px}.add .images-section .image-upload-item .file-upload-area .upload-placeholder svg{color:#a0aec0}.add .images-section .image-upload-item .file-upload-area .upload-placeholder span{font-size:14px;font-weight:500;color:#4a5568}.add .images-section .image-upload-item .file-upload-area .upload-placeholder small{font-size:12px;color:#718096}.add .images-section .upload-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:var(--green-color);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.add .images-section .upload-btn:hover:not(:disabled){background:#2f855a}.add .images-section .upload-btn:disabled{background:#a0aec0;cursor:not-allowed}.add .images-section .upload-btn svg{width:16px;height:16px;color:#000!important}.add .images-section .upload-btn svg.spinner{animation:spin 1s linear infinite}.add .navigation-section{background:#f8f9fa;padding:24px 40px;border-top:1px solid #e2e8f0}.add .navigation-section .nav-buttons{display:flex;justify-content:space-between;align-items:center}.add .navigation-section .nav-buttons .nav-spacer{flex:1}.add .navigation-section .nav-buttons .prev-btn,.add .navigation-section .nav-buttons .next-btn,.add .navigation-section .nav-buttons .create-service-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.add .navigation-section .nav-buttons .prev-btn svg,.add .navigation-section .nav-buttons .next-btn svg,.add .navigation-section .nav-buttons .create-service-btn svg{width:16px;height:16px;color:#000}.add .navigation-section .nav-buttons .prev-btn svg.spinner,.add .navigation-section .nav-buttons .next-btn svg.spinner,.add .navigation-section .nav-buttons .create-service-btn svg.spinner{animation:spin 1s linear infinite}.add .navigation-section .nav-buttons .prev-btn{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.add .navigation-section .nav-buttons .prev-btn:hover{background:#edf2f7;border-color:#cbd5e0}.add .navigation-section .nav-buttons .next-btn,.add .navigation-section .nav-buttons .create-service-btn{background:var(--green-color);color:#fff}.add .navigation-section .nav-buttons .next-btn:hover:not(:disabled),.add .navigation-section .nav-buttons .create-service-btn:hover:not(:disabled){background:#2f855a;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.add .navigation-section .nav-buttons .next-btn:disabled,.add .navigation-section .nav-buttons .create-service-btn:disabled{background:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.add .navigation-section .nav-buttons .create-service-btn{padding:16px 32px;font-size:16px}.add .navigation-section .nav-buttons .create-service-btn svg{width:20px;height:20px}@media screen and (max-width: 768px){.add{padding:20px 0}.add .container{padding:0 16px}.add .add-header{margin-bottom:24px}.add .add-header h1{font-size:24px}.add .add-header p{font-size:14px}.add .progress-indicator{margin-bottom:24px;padding:0 16px}.add .progress-indicator .progress-step .step-number{width:32px;height:32px;font-size:14px}.add .progress-indicator .progress-step .step-label{font-size:10px}.add .form-sections{padding:24px;min-height:400px}.add .step-content .step-header{margin-bottom:24px}.add .step-content .step-header h2{font-size:24px}.add .step-content .step-header p{font-size:14px}.add .form-grid{grid-template-columns:1fr;gap:16px}.add .form-group{margin-bottom:20px}.add .feature-form .feature-input-group{flex-direction:column}.add .feature-form .feature-input-group .add-feature-btn{align-self:flex-start}.add .images-section .image-upload-group{grid-template-columns:1fr;gap:16px}.add .navigation-section{padding:20px}.add .navigation-section .nav-buttons{flex-direction:column;gap:16px}.add .navigation-section .nav-buttons .nav-spacer{display:none}.add .navigation-section .nav-buttons .prev-btn,.add .navigation-section .nav-buttons .next-btn,.add .navigation-section .nav-buttons .create-service-btn{width:100%;justify-content:center;padding:14px 24px}}@media screen and (max-width: 480px){.add .add-header h1{font-size:20px}.add .form-sections{padding:16px}.add .form-section .section-header h2{font-size:18px}.add .submit-section{padding:20px}.add .submit-section .submit-info h3{font-size:16px}}.file-upload-container{width:100%;margin-bottom:16px}.file-upload-container .file-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;margin-bottom:12px}.file-upload-container .file-preview .preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.file-upload-container .file-preview .preview-header .clear-all-btn{background:none;border:none;color:#ef4444;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s ease}.file-upload-container .file-preview .preview-header .clear-all-btn:hover{background:rgba(239,68,68,.1)}.file-upload-container .file-preview .preview-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.file-upload-container .file-preview .preview-list .preview-item{display:flex;align-items:center;gap:12px;padding:8px;background:white;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.file-upload-container .file-preview .preview-list .preview-item:hover{border-color:var(--green-color);box-shadow:0 2px 4px #0000001a}.file-upload-container .file-preview .preview-list .preview-item .preview-image{width:40px;height:40px;object-fit:cover;border-radius:4px;border:1px solid #e5e7eb}.file-upload-container .file-preview .preview-list .preview-item .file-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:4px;font-size:20px}.file-upload-container .file-preview .preview-list .preview-item .file-info{flex:1;min-width:0}.file-upload-container .file-preview .preview-list .preview-item .file-info .file-name{font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.file-upload-container .file-preview .preview-list .preview-item .file-info .file-size{font-size:12px;color:#6b7280}.file-upload-container .file-preview .preview-list .preview-item .remove-file-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;font-size:16px;line-height:1}.file-upload-container .file-preview .preview-list .preview-item .remove-file-btn:hover{background:#fee2e2;color:#dc2626}.file-upload-container .upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:24px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafafa}.file-upload-container .upload-area:hover{border-color:var(--green-color);background:rgba(29,191,115,.05)}.file-upload-container .upload-area.drag-active{border-color:var(--green-color);background:rgba(29,191,115,.1);transform:scale(1.02)}.file-upload-container .upload-area .upload-content .upload-icon{font-size:32px;margin-bottom:12px;opacity:.7}.file-upload-container .upload-area .upload-content .upload-text p{margin:0;color:#374151;font-size:14px;line-height:1.5}.file-upload-container .upload-area .upload-content .upload-text p:first-child{font-weight:600;margin-bottom:4px}.file-upload-container .upload-area .upload-content .upload-text p.upload-hint{font-size:12px;color:#6b7280}@media (max-width: 768px){.file-upload-container .file-preview .preview-list .preview-item .file-info .file-name{font-size:13px}.file-upload-container .upload-area{padding:16px}.file-upload-container .upload-area .upload-content .upload-icon{font-size:24px;margin-bottom:8px}.file-upload-container .upload-area .upload-content .upload-text p{font-size:13px}.file-upload-container .upload-area .upload-content .upload-text p.upload-hint{font-size:11px}}.file-attachment{margin-top:8px}.file-attachment .image-attachment{position:relative;display:inline-block;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s ease}.file-attachment .image-attachment:hover{transform:scale(1.02)}.file-attachment .image-attachment .attachment-image{max-width:200px;max-height:200px;width:auto;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:block}.file-attachment .image-attachment .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;border-radius:8px}.file-attachment .image-attachment .image-overlay .download-btn{background:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:all .2s ease}.file-attachment .image-attachment .image-overlay .download-btn:hover{background:white;transform:scale(1.1)}.file-attachment .image-attachment:hover .image-overlay{opacity:1}.file-attachment .file-attachment-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;max-width:300px}.file-attachment .file-attachment-item:hover{background:#e9ecef;border-color:var(--green-color);transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.file-attachment .file-attachment-item .file-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:white;border-radius:8px;font-size:20px;flex-shrink:0;box-shadow:0 2px 4px #0000001a}.file-attachment .file-attachment-item .file-info{flex:1;min-width:0}.file-attachment .file-attachment-item .file-info .file-name{font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.file-attachment .file-attachment-item .file-info .file-size{font-size:12px;color:#6b7280}.file-attachment .file-attachment-item .download-icon{color:#6b7280;flex-shrink:0;transition:color .2s ease}.file-attachment .file-attachment-item:hover .download-icon{color:var(--green-color)}.spinner{animation:spin 1s linear infinite}@media (max-width: 768px){.file-attachment .image-attachment .attachment-image{max-width:150px;max-height:150px}.file-attachment .file-attachment-item{max-width:250px;padding:10px}.file-attachment .file-attachment-item .file-icon{width:36px;height:36px;font-size:18px}.file-attachment .file-attachment-item .file-info .file-name{font-size:13px}.file-attachment .file-attachment-item .file-info .file-size{font-size:11px}}.message{height:100vh;background:#f8f9fa;display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;overflow:hidden}.message .container{max-width:1600px;width:100%;margin:0 auto;padding:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.message .chat-header{background:white;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000000d;flex-shrink:0;position:sticky;top:0;z-index:10;height:70px}.message .chat-header .header-left .back-btn{display:flex;align-items:center;gap:8px;color:#4a5568;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.message .chat-header .header-left .back-btn:hover{color:var(--green-color)}.message .chat-header .header-left .back-btn svg{width:20px;height:20px}.message .chat-header .header-center h1{font-size:20px;font-weight:600;color:#2d3748;margin:0}.message .chat-header .header-right .chat-info .status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#f0fdf4;color:#16a34a;border-radius:20px;font-size:12px;font-weight:500}.message .chat-header .header-right .chat-info .status:before{content:"";width:6px;height:6px;background:#16a34a;border-radius:50%}.message .chat-container{flex:1;display:flex;flex-direction:column;background:white;margin:0;border-radius:0;box-shadow:none;overflow:hidden;min-height:0}.message .chat-container .loader{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:16px}.message .chat-container .loader p{color:#6b7280;font-size:16px;margin:0}.message .chat-container .error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:16px;padding:40px}.message .chat-container .error-message .error-icon{font-size:48px}.message .chat-container .error-message h3{font-size:20px;font-weight:600;color:#2d3748;margin:0}.message .chat-container .error-message p{color:#6b7280;font-size:16px;margin:0;text-align:center}.message .chat-container .messages-container{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa;min-height:0}.message .chat-container .messages-container .messages{display:flex;flex-direction:column;gap:8px;max-width:1400px;margin:0 auto}.message .chat-container .messages-container .message-item{display:flex;align-items:flex-end;gap:12px;margin-bottom:4px}.message .chat-container .messages-container .message-item.own{flex-direction:row-reverse}.message .chat-container .messages-container .message-item.own .message-content{align-items:flex-end}.message .chat-container .messages-container .message-item.own .message-content .message-bubble{background:var(--green-color);color:#fff;border-radius:18px 18px 4px;box-shadow:0 2px 8px #38a1694d}.message .chat-container .messages-container .message-item.own .message-content .message-bubble .message-time{color:#fffc}.message .chat-container .messages-container .message-item.other .message-content{align-items:flex-start}.message .chat-container .messages-container .message-item.other .message-content .message-bubble{background:white;color:#2d3748;border:1px solid #e2e8f0;border-radius:18px 18px 18px 4px;box-shadow:0 2px 8px #0000001a}.message .chat-container .messages-container .message-item.other .message-content .message-bubble .message-time{color:#9ca3af}.message .chat-container .messages-container .message-item .avatar{width:32px;height:32px;flex-shrink:0}.message .chat-container .messages-container .message-item .avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 2px 4px #0000001a}.message .chat-container .messages-container .message-item .avatar-spacer{width:32px;flex-shrink:0}.message .chat-container .messages-container .message-item .message-content{display:flex;flex-direction:column;max-width:70%}.message .chat-container .messages-container .message-item .message-content .message-bubble{padding:12px 16px;position:relative;word-wrap:break-word;box-shadow:0 1px 2px #0000001a}.message .chat-container .messages-container .message-item .message-content .message-bubble p{margin:0;font-size:14px;line-height:1.4}.message .chat-container .messages-container .message-item .message-content .message-bubble .message-time{font-size:11px;margin-top:4px;display:block}.message .chat-container .messages-container .message-item .message-content .message-bubble .attachments-container{margin-top:8px;display:flex;flex-direction:column;gap:8px}.message .chat-container .messages-container .no-messages{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:16px;padding:60px 20px}.message .chat-container .messages-container .no-messages .no-messages-icon{color:#cbd5e0;opacity:.7}.message .chat-container .messages-container .no-messages .no-messages-icon svg{width:64px;height:64px}.message .chat-container .messages-container .no-messages h3{font-size:20px;font-weight:600;color:#2d3748;margin:0}.message .chat-container .messages-container .no-messages p{color:#6b7280;font-size:16px;margin:0;text-align:center}.message .chat-container .message-input-container{border-top:1px solid #e2e8f0;background:white;padding:16px 20px;flex-shrink:0;position:sticky;bottom:0;min-height:120px}.message .chat-container .message-input-container .file-upload-section{margin-bottom:12px;max-width:800px;margin-left:auto;margin-right:auto}.message .chat-container .message-input-container .message-form{max-width:800px;margin:0 auto}.message .chat-container .message-input-container .message-form .input-wrapper{display:flex;align-items:flex-end;gap:12px;background:#f8f9fa;border:2px solid #e2e8f0;border-radius:24px;padding:10px 16px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.message .chat-container .message-input-container .message-form .input-wrapper .attach-btn{width:36px;height:36px;border:none;background:transparent;color:#6b7280;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.message .chat-container .message-input-container .message-form .input-wrapper .attach-btn:hover{background:rgba(56,161,105,.1);color:var(--green-color)}.message .chat-container .message-input-container .message-form .input-wrapper .attach-btn:active{transform:scale(.95)}.message .chat-container .message-input-container .message-form .input-wrapper:focus-within{border-color:var(--green-color);box-shadow:0 0 0 3px #38a1691a,0 4px 8px #0000001a;background:white}.message .chat-container .message-input-container .message-form .input-wrapper textarea{flex:1;border:none;background:transparent;resize:none;outline:none;font-size:14px;line-height:1.4;padding:8px 0;min-height:20px;max-height:120px;font-family:inherit}.message .chat-container .message-input-container .message-form .input-wrapper textarea::placeholder{color:#9ca3af}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn{width:40px;height:40px;border:none;background:var(--green-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn:hover:not(:disabled){background:#2f855a;transform:scale(1.05)}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn svg{width:20px;height:20px;fill:currentColor;stroke:#000}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn svg.spinner{animation:spin 1s linear infinite}.message .chat-container .message-input-container .message-form .input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding:0 4px}.message .chat-container .message-input-container .message-form .input-footer .char-count,.message .chat-container .message-input-container .message-form .input-footer .hint{font-size:12px;color:#9ca3af}@media screen and (max-width: 768px){.message .container{padding:0;height:100vh;overflow:hidden}.message .chat-header{padding:12px 16px}.message .chat-header .header-left .back-btn{font-size:13px;gap:6px}.message .chat-header .header-left .back-btn svg{width:18px;height:18px}.message .chat-header .header-center h1{font-size:18px}.message .chat-container{margin:0;border-radius:0;height:100%;overflow:hidden}.message .chat-container .messages-container{padding:16px}.message .chat-container .messages-container .message-item .message-content{max-width:85%}.message .chat-container .messages-container .message-item .message-content .message-bubble{padding:10px 14px}.message .chat-container .messages-container .message-item .message-content .message-bubble p{font-size:13px}.message .chat-container .messages-container .message-item .message-content .message-bubble .message-time{font-size:10px}.message .chat-container .message-input-container{padding:12px 16px}.message .chat-container .message-input-container .message-form .input-wrapper{padding:6px 10px}.message .chat-container .message-input-container .message-form .input-wrapper textarea{font-size:13px}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn{width:36px;height:36px}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn svg{width:18px;height:18px}.message .chat-container .message-input-container .message-form .input-footer .hint{display:none}}@media screen and (max-width: 480px){.message .chat-header{padding:10px 12px}.message .chat-header .header-left .back-btn span{display:none}.message .chat-container .messages-container{padding:12px}.message .chat-container .messages-container .message-item{gap:8px}.message .chat-container .messages-container .message-item .avatar{width:28px;height:28px}.message .chat-container .messages-container .message-item .avatar-spacer{width:28px}.message .chat-container .messages-container .message-item .message-content{max-width:90%}.message .chat-container .messages-container .message-item .message-content .message-bubble{padding:8px 12px}.message .chat-container .messages-container .message-item .message-content .message-bubble p{font-size:12px}.message .chat-container .message-input-container{padding:10px 12px}.message .chat-container .message-input-container .message-form .input-wrapper{padding:4px 8px}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn{width:32px;height:32px}.message .chat-container .message-input-container .message-form .input-wrapper .send-btn svg{width:16px;height:16px}}.messages{display:flex;justify-content:center}.messages .container{width:75%;margin:auto;padding:50px 0}.messages .container .loader{width:100%;display:flex;justify-content:center;align-items:center}.messages .container .error-message{width:100%;text-align:center;color:#e74c3c;font-size:16px;padding:20px;background-color:#fdf2f2;border:1px solid #fecaca;border-radius:8px}.messages .container .title{display:flex;align-items:center;justify-content:space-between}.messages .container table{border-collapse:collapse;width:100%}.messages .container table tr{height:80px}.messages .container table tr th{text-align:left}.messages .container table tr td{padding:10px}.messages .container table tr td:first-child{font-weight:500}.messages .container table tr td:nth-child(2),.messages .container table tr td:nth-child(3){color:gray}.messages .container table tr button{background-color:var(--green-color);color:#fff;padding:10px;border:none;width:max-content;cursor:pointer}.messages .container table tr .message{width:30px;height:30px;cursor:pointer}.messages .container table tr.active{background-color:#00ff621a;border-bottom:5px solid #fff}.messages .container .no-messages{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background-color:#f8f9fa;border-radius:12px;border:2px dashed #dee2e6;margin-top:30px}.messages .container .no-messages .no-messages-icon{font-size:48px;margin-bottom:20px;opacity:.6}.messages .container .no-messages h3{color:#495057;font-size:24px;font-weight:600;margin-bottom:12px}.messages .container .no-messages p{color:#6c757d;font-size:16px;max-width:500px;line-height:1.5;margin-bottom:24px}.messages .container .no-messages .browse-btn{background-color:var(--green-color);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.messages .container .no-messages .browse-btn:hover{background-color:#1e7e34}@media screen and (max-width: 900px){.messages .container{width:90%}}.login{min-height:83vh;background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%);display:flex;align-items:center;justify-content:center;padding:20px}.login .forgot-password-btn{color:#38a169;text-decoration:none;font-weight:600}.login .forgot-password-btn:hover{color:#2f855a;text-decoration:underline}.login .login-container{width:100%;max-width:500px;margin:0 auto}.login .login-container .login-header{text-align:center;margin-bottom:40px}.login .login-container .login-header h1{font-size:48px;font-weight:700;color:#2d3748;margin:0 0 16px;line-height:1.2}.login .login-container .login-header p{font-size:18px;color:#718096;margin:0;line-height:1.5}.login .login-container .login-card{background:white;border-radius:16px;padding:40px;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(0,0,0,.05)}.login .login-container .login-card .card-header{text-align:center;margin-bottom:32px}.login .login-container .login-card .card-header h2{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 12px}.login .login-container .login-card .card-header p{font-size:16px;color:#718096;margin:0}.login .login-container .login-card .card-header p .signup-link{color:#38a169;text-decoration:none;font-weight:600}.login .login-container .login-card .card-header p .signup-link:hover{color:#2f855a;text-decoration:underline}.login .login-container .login-card .login-form .login-method-toggle{display:flex;background:#f7fafc;border-radius:8px;padding:4px;margin-bottom:24px}.login .login-container .login-card .login-form .login-method-toggle .toggle-btn{flex:1;padding:10px 16px;border:none;background:transparent;color:#718096;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.login .login-container .login-card .login-form .login-method-toggle .toggle-btn.active{background:white;color:#1dbf73;box-shadow:0 2px 4px #0000001a}.login .login-container .login-card .login-form .login-method-toggle .toggle-btn:hover:not(.active){color:#4a5568}.login .login-container .login-card .login-form .form-group{margin-bottom:24px}.login .login-container .login-card .login-form .form-group label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.login .login-container .login-card .login-form .form-group input{width:100%;padding:16px;border:2px solid #E2E8F0;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.login .login-container .login-card .login-form .form-group input:focus{outline:none;border-color:#38a169;box-shadow:0 0 0 3px #38a1691a}.login .login-container .login-card .login-form .form-group input::placeholder{color:#a0aec0}.login .login-container .login-card .login-form .form-group .password-input-container{position:relative}.login .login-container .login-card .login-form .form-group .password-input-container input{padding-right:50px}.login .login-container .login-card .login-form .form-group .password-input-container .password-toggle-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;color:#718096;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .2s ease}.login .login-container .login-card .login-form .form-group .password-input-container .password-toggle-btn:hover{color:#2d3748}.login .login-container .login-card .login-form .form-group .password-input-container .password-toggle-btn svg{width:20px;height:20px}.login .login-container .login-card .login-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.login .login-container .login-card .login-form .form-options .remember-me{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#4a5568}.login .login-container .login-card .login-form .form-options .remember-me input[type=checkbox]{display:none}.login .login-container .login-card .login-form .form-options .remember-me .checkmark{width:20px;height:20px;border:2px solid #E2E8F0;border-radius:4px;margin-right:8px;position:relative;transition:all .2s ease}.login .login-container .login-card .login-form .form-options .remember-me .checkmark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.login .login-container .login-card .login-form .form-options .remember-me input[type=checkbox]:checked+.checkmark{background-color:#38a169;border-color:#38a169}.login .login-container .login-card .login-form .form-options .remember-me input[type=checkbox]:checked+.checkmark:after{opacity:1}.login .login-container .login-card .login-form .form-options .forgot-password{color:#38a169;text-decoration:none;font-size:14px;font-weight:500}.login .login-container .login-card .login-form .form-options .forgot-password:hover{color:#2f855a;text-decoration:underline}.login .login-container .login-card .login-form .login-btn{width:100%;padding:16px;background:#38A169;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;margin-bottom:16px}.login .login-container .login-card .login-form .login-btn:hover:not(:disabled){background:#2F855A;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.login .login-container .login-card .login-form .login-btn:disabled{background:#A0AEC0;cursor:not-allowed;transform:none;box-shadow:none}.login .login-container .login-card .login-form .login-btn .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.2509803922);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.login .login-container .login-card .login-form .login-btn svg{width:16px;height:16px;color:#000}.login .login-container .login-card .login-form .error-message{background:#FED7D7;color:#c53030;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;border:1px solid #FEB2B2}.login .login-container .login-card .divider{position:relative;text-align:center;margin:32px 0}.login .login-container .login-card .divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#E2E8F0}.login .login-container .login-card .divider span{background:white;padding:0 16px;color:#718096;font-size:14px;font-weight:500}.login .login-container .login-card .social-login{display:flex;flex-direction:column;gap:12px}.login .login-container .login-card .social-login .social-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border:2px solid #E2E8F0;border-radius:8px;background:white;color:#2d3748;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.login .login-container .login-card .social-login .social-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.login .login-container .login-card .social-login .social-btn.facebook-btn{border-color:#1877f2;color:#1877f2}.login .login-container .login-card .social-login .social-btn.facebook-btn:hover{background:#1877F2;color:#fff}.login .login-container .login-card .social-login .social-btn.google-btn{border-color:#db4437;color:#db4437}.login .login-container .login-card .social-login .social-btn.google-btn:hover{background:#DB4437;color:#fff}.login .login-container .login-card .social-login .social-btn.apple-btn{border-color:#000;color:#000}.login .login-container .login-card .social-login .social-btn.apple-btn:hover{background:#000000;color:#fff}.login .login-container .login-card .social-login .social-btn svg{width:20px;height:20px}@media screen and (max-width: 768px){.login{padding:16px}.login .login-container .login-header{margin-bottom:32px}.login .login-container .login-header h1{font-size:36px}.login .login-container .login-header p{font-size:16px}.login .login-container .login-card{padding:24px}.login .login-container .login-card .card-header{margin-bottom:24px}.login .login-container .login-card .card-header h2{font-size:24px}.login .login-container .login-card .login-form .form-group{margin-bottom:20px}.login .login-container .login-card .login-form .form-options{flex-direction:column;gap:12px;align-items:flex-start}.login .login-container .login-card .social-login .social-btn{padding:14px;font-size:14px}}.register{min-height:83vh;background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%);display:flex;align-items:center;justify-content:center;padding:20px}.register .register-container{width:100%;max-width:600px;margin:0 auto}.register .register-container .register-header{text-align:center;margin-bottom:40px}.register .register-container .register-header h1{font-size:48px;font-weight:700;color:#2d3748;margin:0 0 16px;line-height:1.2}.register .register-container .register-header p{font-size:18px;color:#718096;margin:0;line-height:1.5}.register .register-container .register-card{background:white;border-radius:16px;padding:40px;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(0,0,0,.05)}.register .register-container .register-card .card-header{text-align:center;margin-bottom:32px}.register .register-container .register-card .card-header h2{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 12px}.register .register-container .register-card .card-header p{font-size:16px;color:#718096;margin:0}.register .register-container .register-card .card-header p .login-link{color:#38a169;text-decoration:none;font-weight:600}.register .register-container .register-card .card-header p .login-link:hover{color:#2f855a;text-decoration:underline}.register .register-container .register-card .register-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}@media screen and (max-width: 768px){.register .register-container .register-card .register-form .form-row{grid-template-columns:1fr;gap:20px}}.register .register-container .register-card .register-form .form-group{margin-bottom:24px}.register .register-container .register-card .register-form .form-group label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.register .register-container .register-card .register-form .form-group input,.register .register-container .register-card .register-form .form-group select,.register .register-container .register-card .register-form .form-group textarea{width:100%;padding:16px;border:2px solid #E2E8F0;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box;font-family:inherit}.register .register-container .register-card .register-form .form-group input:focus,.register .register-container .register-card .register-form .form-group select:focus,.register .register-container .register-card .register-form .form-group textarea:focus{outline:none;border-color:#38a169;box-shadow:0 0 0 3px #38a1691a}.register .register-container .register-card .register-form .form-group input::placeholder,.register .register-container .register-card .register-form .form-group select::placeholder,.register .register-container .register-card .register-form .form-group textarea::placeholder{color:#a0aec0}.register .register-container .register-card .register-form .form-group input.readonly-input,.register .register-container .register-card .register-form .form-group select.readonly-input,.register .register-container .register-card .register-form .form-group textarea.readonly-input{background:#F7FAFC;color:#4a5568;cursor:not-allowed;border-color:#cbd5e0}.register .register-container .register-card .register-form .form-group input.readonly-input:focus,.register .register-container .register-card .register-form .form-group select.readonly-input:focus,.register .register-container .register-card .register-form .form-group textarea.readonly-input:focus{border-color:#cbd5e0;box-shadow:none}.register .register-container .register-card .register-form .form-group .username-input-container{position:relative}.register .register-container .register-card .register-form .form-group .username-input-container .username-input{padding-right:40px}.register .register-container .register-card .register-form .form-group .username-input-container .username-input.valid{border-color:#38a169;box-shadow:0 0 0 3px #38a1691a}.register .register-container .register-card .register-form .form-group .username-input-container .username-input.invalid{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.register .register-container .register-card .register-form .form-group .username-input-container .username-spinner,.register .register-container .register-card .register-form .form-group .username-input-container .username-check-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.register .register-container .register-card .register-form .form-group .username-input-container .username-spinner svg{animation:spin 1s linear infinite;color:#718096}.register .register-container .register-card .register-form .form-group .username-input-container .username-check-icon.valid{color:#38a169}.register .register-container .register-card .register-form .form-group .username-input-container .username-check-icon.invalid{color:#e53e3e}.register .register-container .register-card .register-form .form-group .username-note{display:block;font-size:12px;color:#718096;margin-top:4px;font-style:italic}.register .register-container .register-card .register-form .form-group .username-note.valid{color:#38a169;font-weight:500}.register .register-container .register-card .register-form .form-group .username-note.invalid{color:#e53e3e;font-weight:500}.register .register-container .register-card .register-form .email-input-container{position:relative}.register .register-container .register-card .register-form .email-input-container .email-input{padding-right:40px}.register .register-container .register-card .register-form .email-input-container .email-input.valid{border-color:#38a169;box-shadow:0 0 0 3px #38a1691a}.register .register-container .register-card .register-form .email-input-container .email-input.invalid{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.register .register-container .register-card .register-form .email-input-container .email-check-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.register .register-container .register-card .register-form .email-input-container .email-check-icon.valid{color:#38a169}.register .register-container .register-card .register-form .email-input-container .email-check-icon.invalid{color:#e53e3e}.register .register-container .register-card .register-form .email-note{display:block;font-size:12px;color:#718096;margin-top:4px;font-style:italic}.register .register-container .register-card .register-form .email-note.valid{color:#38a169;font-weight:500}.register .register-container .register-card .register-form .email-note.invalid{color:#e53e3e;font-weight:500}.register .register-container .register-card .register-form select{cursor:pointer;background:white}.register .register-container .register-card .register-form textarea{resize:vertical;min-height:100px}.register .register-container .register-card .register-form .image-upload-container .file-input{padding:12px;border:2px dashed #E2E8F0;background:#F7FAFC;cursor:pointer;transition:all .3s ease}.register .register-container .register-card .register-form .image-upload-container .file-input:hover{border-color:#38a169;background:#F0FFF4}.register .register-container .register-card .register-form .image-upload-container .file-input::-webkit-file-upload-button{background:#38A169;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;margin-right:12px;font-size:14px}.register .register-container .register-card .register-form .image-upload-container .image-preview{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.register .register-container .register-card .register-form .image-upload-container .image-preview .preview-container{position:relative;display:inline-block}.register .register-container .register-card .register-form .image-upload-container .image-preview .preview-container .preview-image{width:80px;height:80px;object-fit:cover;border-radius:50%;border:3px solid #38A169;box-shadow:0 2px 8px #38a16933;transition:all .3s ease}.register .register-container .register-card .register-form .image-upload-container .image-preview .preview-container .preview-image:hover{transform:scale(1.05);box-shadow:0 4px 12px #38a1694d}.register .register-container .register-card .register-form .image-upload-container .image-preview .preview-container .remove-image-btn{position:absolute;top:-5px;right:-5px;width:24px;height:24px;background:#E53E3E;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 4px #e53e3e4d}.register .register-container .register-card .register-form .image-upload-container .image-preview .preview-container .remove-image-btn:hover{background:#C53030;transform:scale(1.1);box-shadow:0 4px 8px #e53e3e66}.register .register-container .register-card .register-form .image-upload-container .image-preview .preview-container .remove-image-btn svg{width:12px;height:12px}.register .register-container .register-card .register-form .image-upload-container .image-preview .preview-text{font-size:12px;color:#38a169;font-weight:500;margin:0;text-align:center}.register .register-container .register-card .register-form .password-input-container{position:relative}.register .register-container .register-card .register-form .password-input-container input{padding-right:50px}.register .register-container .register-card .register-form .password-input-container .password-toggle-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;color:#718096;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .2s ease}.register .register-container .register-card .register-form .password-input-container .password-toggle-btn:hover{color:#2d3748}.register .register-container .register-card .register-form .password-input-container .password-toggle-btn svg{width:20px;height:20px}.register .register-container .register-card .seller-toggle{margin-bottom:24px;padding:16px;background:#F7FAFC;border-radius:8px;border:1px solid #E2E8F0}.register .register-container .register-card .seller-toggle .toggle-label{display:flex;align-items:center;cursor:pointer;font-size:16px;color:#2d3748;font-weight:500}.register .register-container .register-card .seller-toggle .toggle-label input[type=checkbox]{display:none}.register .register-container .register-card .seller-toggle .toggle-label .toggle-slider{width:50px;height:24px;background:#CBD5E0;border-radius:12px;position:relative;margin-right:12px;transition:all .3s ease}.register .register-container .register-card .seller-toggle .toggle-label .toggle-slider:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:white;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003}.register .register-container .register-card .seller-toggle .toggle-label input[type=checkbox]:checked+.toggle-slider{background:#38A169}.register .register-container .register-card .seller-toggle .toggle-label input[type=checkbox]:checked+.toggle-slider:after{transform:translate(26px)}.register .register-container .register-card .seller-toggle .toggle-label .toggle-text{flex:1}.register .register-container .register-card .register-btn{width:100%;padding:16px;background:#38A169;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;margin-bottom:16px}.register .register-container .register-card .register-btn:hover:not(:disabled){background:#2F855A;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.register .register-container .register-card .register-btn:disabled{background:#A0AEC0;cursor:not-allowed;transform:none;box-shadow:none}.register .register-container .register-card .register-btn .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.2509803922);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.register .register-container .register-card .register-btn svg{width:16px;height:16px;color:#000}.register .register-container .divider{position:relative;text-align:center;margin:32px 0}.register .register-container .divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#E2E8F0}.register .register-container .divider span{background:white;padding:0 16px;color:#718096;font-size:14px;font-weight:500}.register .register-container .social-login{display:flex;flex-direction:column;gap:12px}.register .register-container .social-login .social-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border:2px solid #E2E8F0;border-radius:8px;background:white;color:#2d3748;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.register .register-container .social-login .social-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.register .register-container .social-login .social-btn.facebook-btn{border-color:#1877f2;color:#1877f2}.register .register-container .social-login .social-btn.facebook-btn:hover{background:#1877F2;color:#fff}.register .register-container .social-login .social-btn.google-btn{border-color:#db4437;color:#db4437}.register .register-container .social-login .social-btn.google-btn:hover{background:#DB4437;color:#fff}.register .register-container .social-login .social-btn.apple-btn{border-color:#000;color:#000}.register .register-container .social-login .social-btn.apple-btn:hover{background:#000000;color:#fff}.register .register-container .social-login .social-btn svg{width:20px;height:20px}@media screen and (max-width: 768px){.register-container .register-header{margin-bottom:32px}.register-container .register-header h1{font-size:36px}.register-container .register-header p{font-size:16px}.register-container .register-card{padding:24px}.register-container .register-card .card-header{margin-bottom:24px}.register-container .register-card .card-header h2{font-size:24px}.register-container .register-card .register-form .form-group,.register-container .register-card .register-form .seller-toggle{margin-bottom:20px}.register-container .register-card .social-login .social-btn{padding:14px;font-size:14px}}.password-requirements{margin-top:8px;padding:12px;background:#FEF5E7;border:1px solid #F6E05E;border-radius:6px}.password-requirements .requirements-title{margin:0 0 8px;font-size:13px;font-weight:600;color:#744210}.password-requirements .requirements-list{margin:0;padding:0;list-style:none}.password-requirements .requirements-list .requirement-item{font-size:12px;color:#744210;margin-bottom:4px;display:flex;align-items:center}.password-requirements .requirements-list .requirement-item.error{color:#e53e3e}.password-requirements .requirements-list .requirement-item.valid{color:#38a169}.password-requirements .requirements-list .requirement-item:before{content:"\2717";margin-right:6px;font-weight:700}.password-requirements .requirements-list .requirement-item.valid:before{content:"\2713"}.forgot-password{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%);padding:20px}.forgot-password .forgot-password-container{width:100%;max-width:500px}.forgot-password .forgot-password-container .forgot-password-header{text-align:center;margin-bottom:30px}.forgot-password .forgot-password-container .forgot-password-header h1{color:#222121;font-size:2.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.forgot-password .forgot-password-container .forgot-password-card{background:white;border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;backdrop-filter:blur(10px)}.forgot-password .forgot-password-container .forgot-password-card .card-header{text-align:center;margin-bottom:30px}.forgot-password .forgot-password-container .forgot-password-card .card-header h2{color:#333;font-size:1.8rem;font-weight:600;margin:0 0 10px}.forgot-password .forgot-password-container .forgot-password-card .card-header p{color:#666;font-size:1rem;line-height:1.5;margin:0}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .form-group{margin-bottom:25px}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .form-group label{display:block;color:#333;font-weight:500;margin-bottom:8px;font-size:.95rem}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .form-group input{width:100%;padding:15px;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .form-group input:focus{outline:none;border-color:#1dbf73;box-shadow:0 0 0 3px #1dbf731a}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .form-group input::placeholder{color:#999}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .submit-btn{width:100%;background:linear-gradient(135deg,#1dbf73 0%,#19a463 100%);color:#fff;border:none;padding:15px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #1dbf734d}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .submit-btn svg{color:#000}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.forgot-password .forgot-password-container .forgot-password-card .forgot-password-form .submit-btn .spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.forgot-password .forgot-password-container .forgot-password-card .email-sent{text-align:center;padding:20px 0}.forgot-password .forgot-password-container .forgot-password-card .email-sent .success-icon{color:#1dbf73;margin-bottom:20px}.forgot-password .forgot-password-container .forgot-password-card .email-sent h2{color:#333;font-size:1.8rem;font-weight:600;margin:0 0 15px}.forgot-password .forgot-password-container .forgot-password-card .email-sent p{color:#666;font-size:1rem;line-height:1.5;margin:0 0 10px}.forgot-password .forgot-password-container .forgot-password-card .email-sent p.note{font-size:.9rem;color:#999;margin-top:15px}.forgot-password .forgot-password-container .forgot-password-card .email-sent .resend-btn{background:transparent;color:#1dbf73;border:2px solid #1dbf73;padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:20px}.forgot-password .forgot-password-container .forgot-password-card .email-sent .resend-btn:hover{background:#1dbf73;color:#fff}.forgot-password .forgot-password-container .forgot-password-card .back-to-login{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #e1e5e9}.forgot-password .forgot-password-container .forgot-password-card .back-to-login .back-link{color:#666;text-decoration:none;font-size:.95rem;display:inline-flex;align-items:center;gap:8px;transition:color .3s ease}.forgot-password .forgot-password-container .forgot-password-card .back-to-login .back-link:hover{color:#1dbf73}@media (max-width: 768px){.forgot-password{padding:15px}.forgot-password .forgot-password-container .forgot-password-header h1{font-size:2rem}.forgot-password .forgot-password-container .forgot-password-card{padding:30px 20px;border-radius:15px}}.reset-password{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%);padding:20px}.reset-password .reset-password-container{width:100%;max-width:500px}.reset-password .reset-password-container .reset-password-header{text-align:center;margin-bottom:30px}.reset-password .reset-password-container .reset-password-header h1{color:#333;font-size:2.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.reset-password .reset-password-container .reset-password-card{background:white;border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;backdrop-filter:blur(10px)}.reset-password .reset-password-container .reset-password-card .card-header{text-align:center;margin-bottom:30px}.reset-password .reset-password-container .reset-password-card .card-header h2{color:#333;font-size:1.8rem;font-weight:600;margin:0 0 10px}.reset-password .reset-password-container .reset-password-card .card-header p{color:#666;font-size:1rem;line-height:1.5;margin:0}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group{margin-bottom:25px}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group label{display:block;color:#333;font-weight:500;margin-bottom:8px;font-size:.95rem}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-input-container{position:relative}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-input-container input{width:100%;padding:15px 50px 15px 15px;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-input-container input:focus{outline:none;border-color:#1dbf73;box-shadow:0 0 0 3px #1dbf731a}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-input-container input::placeholder{color:#999}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-input-container .password-toggle-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:5px;border-radius:4px;transition:color .3s ease}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-input-container .password-toggle-btn:hover{color:#1dbf73}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-requirements{margin-top:10px;padding:15px;background:#f8f9fa;border-radius:8px;border-left:4px solid #1dbf73}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-requirements .requirements-title{font-size:.9rem;font-weight:600;color:#333;margin:0 0 8px}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-requirements ul{margin:0;padding-left:20px}.reset-password .reset-password-container .reset-password-card .reset-password-form .form-group .password-requirements ul .requirement-item{font-size:.85rem;color:#666;margin-bottom:4px;line-height:1.4}.reset-password .reset-password-container .reset-password-card .reset-password-form .reset-btn{width:100%;background:linear-gradient(135deg,#1dbf73 0%,#19a463 100%);color:#fff;border:none;padding:15px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.reset-password .reset-password-container .reset-password-card .reset-password-form .reset-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #1dbf734d}.reset-password .reset-password-container .reset-password-card .reset-password-form .reset-btn svg{color:#000}.reset-password .reset-password-container .reset-password-card .reset-password-form .reset-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.reset-password .reset-password-container .reset-password-card .reset-password-form .reset-btn .spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.reset-password .reset-password-container .reset-password-card .back-to-login{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #e1e5e9}.reset-password .reset-password-container .reset-password-card .back-to-login .back-link{color:#666;text-decoration:none;font-size:.95rem;display:inline-flex;align-items:center;gap:8px;transition:color .3s ease}.reset-password .reset-password-container .reset-password-card .back-to-login .back-link:hover{color:#1dbf73}@media (max-width: 768px){.reset-password{padding:15px}.reset-password .reset-password-container .reset-password-header h1{font-size:2rem}.reset-password .reset-password-container .reset-password-card{padding:30px 20px;border-radius:15px}}.verify-email{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.verify-email .verify-email-container{width:100%;max-width:500px}.verify-email .verify-email-container .verify-email-header{text-align:center;margin-bottom:30px}.verify-email .verify-email-container .verify-email-header h1{color:#fff;font-size:2.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.verify-email .verify-email-container .verify-email-card{background:white;border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;backdrop-filter:blur(10px)}.verify-email .verify-email-container .verify-email-card .verification-status{text-align:center}.verify-email .verify-email-container .verify-email-card .verification-status .spinner-container{margin-bottom:20px}.verify-email .verify-email-container .verify-email-card .verification-status .spinner-container .spinner{width:64px;height:64px;border:4px solid #e1e5e9;border-top:4px solid #1dbf73;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.verify-email .verify-email-container .verify-email-card .verification-status .success-icon{color:#1dbf73;margin-bottom:20px}.verify-email .verify-email-container .verify-email-card .verification-status .error-icon{color:#e74c3c;margin-bottom:20px}.verify-email .verify-email-container .verify-email-card .verification-status h2{color:#333;font-size:1.8rem;font-weight:600;margin:0 0 15px}.verify-email .verify-email-container .verify-email-card .verification-status p{color:#666;font-size:1rem;line-height:1.5;margin:0 0 25px}.verify-email .verify-email-container .verify-email-card .verification-status .success-actions .next-steps{background:#f8f9fa;padding:20px;border-radius:10px;border-left:4px solid #1dbf73;margin-bottom:25px;font-size:.95rem;line-height:1.6}.verify-email .verify-email-container .verify-email-card .verification-status .success-actions .login-btn{background:linear-gradient(135deg,#1dbf73 0%,#19a463 100%);color:#fff;text-decoration:none;padding:15px 30px;border-radius:10px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.verify-email .verify-email-container .verify-email-card .verification-status .success-actions .login-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #1dbf734d}.verify-email .verify-email-container .verify-email-card .verification-status .success-actions .login-btn svg{color:#000!important}.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .error-help{background:#fef2f2;padding:20px;border-radius:10px;border-left:4px solid #e74c3c;margin-bottom:25px;font-size:.95rem;line-height:1.6;color:#666}.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .action-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .action-buttons .register-btn{background:transparent;color:#1dbf73;border:2px solid #1dbf73;text-decoration:none;padding:12px 25px;border-radius:8px;font-weight:500;transition:all .3s ease}.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .action-buttons .register-btn:hover{background:#1dbf73;color:#fff}.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .action-buttons .login-btn{background:linear-gradient(135deg,#1dbf73 0%,#19a463 100%);color:#fff;text-decoration:none;padding:12px 25px;border-radius:8px;font-weight:500;transition:all .3s ease}.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .action-buttons .login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1dbf734d}@media (max-width: 768px){.verify-email{padding:15px}.verify-email .verify-email-container .verify-email-header h1{font-size:2rem}.verify-email .verify-email-container .verify-email-card{padding:30px 20px;border-radius:15px}.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .action-buttons{flex-direction:column;align-items:center}.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .action-buttons .register-btn,.verify-email .verify-email-container .verify-email-card .verification-status .error-actions .action-buttons .login-btn{width:100%;max-width:200px;text-align:center}}.pay{min-height:100vh;padding:40px 20px;background-color:#f8f9fa}.pay .pay-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.pay .order-summary{background:white;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000001a;position:sticky;top:20px}.pay .order-summary h2{margin:0 0 24px;color:#404145;font-size:24px;font-weight:600}.pay .order-summary .gig-details{display:flex;gap:16px;margin-bottom:24px}.pay .order-summary .gig-details img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.pay .order-summary .gig-details .gig-info{flex:1}.pay .order-summary .gig-details .gig-info h3{margin:0 0 8px;color:#404145;font-size:18px;font-weight:600;line-height:1.3}.pay .order-summary .gig-details .gig-info .seller{margin:0 0 16px;color:#62646a;font-size:14px}.pay .order-summary .gig-details .gig-info .order-details .detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f1f1}.pay .order-summary .gig-details .gig-info .order-details .detail-item:last-child{border-bottom:none}.pay .order-summary .gig-details .gig-info .order-details .detail-item span:first-child{color:#62646a;font-size:14px}.pay .order-summary .gig-details .gig-info .order-details .detail-item span:last-child{color:#404145;font-weight:500}.pay .order-summary .gig-details .gig-info .order-details .detail-item.total{margin-top:12px;padding-top:16px;border-top:2px solid #f1f1f1}.pay .order-summary .gig-details .gig-info .order-details .detail-item.total span:first-child{font-weight:600;font-size:16px}.pay .order-summary .gig-details .gig-info .order-details .detail-item.total .price{font-size:20px;font-weight:700;color:var(--green-color)}.pay .payment-section{background:white;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000001a}.pay .payment-section h3{margin:0 0 24px;color:#404145;font-size:20px;font-weight:600}.pay .payment-section .loading-payment{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.pay .payment-section .loading-payment .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--green-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.pay .payment-section .loading-payment p{color:#62646a;font-size:16px;margin:0}.pay .error-container{max-width:500px;margin:0 auto;text-align:center;padding:60px 20px}.pay .error-container h2{color:#404145;margin-bottom:16px}.pay .error-container p{color:#62646a;margin-bottom:24px}.pay .error-container .back-btn{display:inline-block;padding:12px 24px;background-color:var(--green-color);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .3s ease}.pay .error-container .back-btn:hover{background-color:#1e7e34}@media screen and (max-width: 768px){.pay{padding:20px 16px}.pay .pay-container{grid-template-columns:1fr;gap:24px}.pay .order-summary{position:static}.pay .gig-details{flex-direction:column;text-align:center}.pay .gig-details img{width:120px;height:120px;margin:0 auto}}.pay-message{width:90%;margin:auto;text-align:center;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.verification{background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%);padding:40px 20px}.verification .verification-container{max-width:800px;margin:0 auto;background:white;border-radius:16px;box-shadow:0 10px 25px #0000001a;overflow:hidden}.verification .verification-header{background:linear-gradient(135deg,#38A169 0%,#2F855A 100%);color:#fff;padding:40px;text-align:center}.verification .verification-header h1{font-size:32px;font-weight:700;margin:0 0 12px}.verification .verification-header p{font-size:16px;opacity:.9;margin:0}.verification .verification-steps{padding:40px}.verification .step-indicator{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}.verification .step-indicator:before{content:"";position:absolute;top:20px;left:0;right:0;height:2px;background:#E2E8F0;z-index:1}.verification .step-indicator .step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.verification .step-indicator .step .step-number{width:40px;height:40px;border-radius:50%;background:#E2E8F0;color:#718096;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:8px;transition:all .3s ease}.verification .step-indicator .step .step-label{font-size:14px;color:#718096;text-align:center;transition:all .3s ease}.verification .step-indicator .step.active .step-number{background:#38A169;color:#fff}.verification .step-indicator .step.active .step-label{color:#38a169;font-weight:600}.verification .verification-form button{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background:none;border:none!important;outline:none!important}.verification .verification-form .form-step h2{font-size:24px;font-weight:600;color:#2d3748;margin:0 0 24px;text-align:center}.verification .verification-form .form-step .form-group{margin-bottom:24px}.verification .verification-form .form-step .form-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:8px}.verification .verification-form .form-step .form-group input{width:100%;padding:12px 16px;border:2px solid #E2E8F0;border-radius:8px;font-size:16px;transition:border-color .3s ease}.verification .verification-form .form-step .form-group input:focus{outline:none;border-color:#38a169}.verification .verification-form .form-step .form-group small{display:block;color:#718096;font-size:14px;margin-top:4px}.verification .verification-form .form-step .form-group small .character-count{color:#38a169;font-weight:600;margin-left:8px}.verification .verification-form .form-step .photo-upload-section .photo-upload{margin-bottom:32px}.verification .verification-form .form-step .photo-upload-section .photo-upload h3{font-size:18px;font-weight:600;color:#2d3748;margin:0 0 8px}.verification .verification-form .form-step .photo-upload-section .photo-upload .instruction{color:#718096;font-size:14px;margin:0 0 16px}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .upload-placeholder{border:2px dashed #CBD5E0;border-radius:12px;padding:40px;text-align:center;cursor:pointer;transition:all .3s ease;background:#F7FAFC}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .upload-placeholder:hover{border-color:#38a169;background:#F0FFF4}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .upload-placeholder svg{color:#cbd5e0;margin-bottom:12px}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .upload-placeholder p{color:#718096;font-size:16px;margin:0}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .upload-placeholder.camera-placeholder{background:linear-gradient(135deg,#F0FFF4 0%,#E6FFFA 100%);border-color:#38a169}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .upload-placeholder.camera-placeholder:hover{background:linear-gradient(135deg,#E6FFFA 0%,#D1FAE5 100%);border-color:#2f855a}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .upload-placeholder.camera-placeholder svg{color:#38a169}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .upload-placeholder.camera-placeholder p{color:#2f855a;font-weight:500}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .preview-container{position:relative;border-radius:12px;overflow:hidden;border:2px solid #E2E8F0}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .preview-container img{width:100%;height:200px;object-fit:cover;display:block}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .preview-container .change-photo-btn{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.7);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .3s ease}.verification .verification-form .form-step .photo-upload-section .photo-upload .upload-area .preview-container .change-photo-btn:hover{background:rgba(0,0,0,.9)}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-preview{position:relative;border-radius:12px;overflow:hidden;border:2px solid #E2E8F0;background:#000;min-height:300px}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-preview .camera-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-preview .camera-loading .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #38A169;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-preview .camera-loading p{color:#fff;font-size:16px;margin:0}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-preview .camera-video{width:100%;height:300px;object-fit:cover;display:block}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-error{text-align:center;padding:20px;background:#FEF5E7;border-radius:8px;margin:16px 0}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-error p{color:#744210;margin:0 0 16px}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-error .error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-error .error-actions .retry-camera-btn{background:#D69E2E;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .3s ease}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-error .error-actions .retry-camera-btn:hover{background:#B7791F}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-error .error-actions .fallback-btn{background:#38A169;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .3s ease}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-error .error-actions .fallback-btn:hover{background:#2F855A}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-controls{display:flex;gap:12px;justify-content:center;margin-top:16px}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-controls .capture-btn{background:#38A169;color:#fff;border:none;padding:12px 24px;display:flex;align-items:center;gap:8px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-controls .capture-btn .capture-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-controls .capture-btn:hover:not(:disabled){background:#2F855A;transform:translateY(-1px)}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-controls .capture-btn:disabled{background:#CBD5E0;cursor:not-allowed}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-controls .capture-btn svg{width:20px;height:20px;color:#000}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-controls .cancel-camera-btn{background:#E2E8F0;color:#4a5568;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.verification .verification-form .form-step .photo-upload-section .photo-upload .camera-container .camera-controls .cancel-camera-btn:hover{background:#CBD5E0}.verification .verification-form .form-step .step-buttons{display:flex;gap:16px;justify-content:center;margin-top:32px}.verification .verification-form .form-step .step-buttons button{padding:14px 28px;border-radius:10px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;border:none;min-width:140px;box-shadow:0 2px 8px #0000001a;appearance:none;-webkit-appearance:none;-moz-appearance:none}.verification .verification-form .form-step .step-buttons button.back-btn{background:#F7FAFC!important;color:#4a5568!important;border:2px solid #E2E8F0!important}.verification .verification-form .form-step .step-buttons button.back-btn:hover{background:#EDF2F7!important;border-color:#cbd5e0!important;transform:translateY(-1px)}.verification .verification-form .form-step .step-buttons button.next-btn,.verification .verification-form .form-step .step-buttons button.submit-btn{background:#38A169!important;color:#fff!important;border:none!important}.verification .verification-form .form-step .step-buttons button.next-btn:hover:not(:disabled),.verification .verification-form .form-step .step-buttons button.submit-btn:hover:not(:disabled){background:#2F855A!important;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.verification .verification-form .form-step .step-buttons button.next-btn:disabled,.verification .verification-form .form-step .step-buttons button.submit-btn:disabled{background:#CBD5E0!important;color:#a0aec0!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important;opacity:.6!important}.verification .verification-form .form-step .step-buttons button .spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.verification .verification-form .form-step.success-step{text-align:center;padding:40px 0}.verification .verification-form .form-step.success-step .success-icon{color:#38a169;margin-bottom:24px}.verification .verification-form .form-step.success-step h2{color:#2d3748;margin-bottom:16px}.verification .verification-form .form-step.success-step p{color:#718096;font-size:16px;line-height:1.6;margin-bottom:16px}.verification .verification-form .form-step.success-step .home-btn{background:#38A169;color:#fff;border:none;padding:14px 28px;border-radius:10px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.verification .verification-form .form-step.success-step .home-btn:hover{background:#2F855A;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.verification .next-btn{background:#38A169!important;color:#fff!important;border:none!important;padding:14px 28px!important;border-radius:10px!important;font-weight:600!important;font-size:16px!important;cursor:pointer!important;transition:all .3s ease!important;min-width:140px!important;box-shadow:0 2px 8px #0000001a!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important}.verification .next-btn:hover:not(:disabled){background:#2F855A!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #38a1694d!important}.verification .next-btn:disabled{background:#CBD5E0!important;color:#a0aec0!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important;opacity:.6!important}.verification-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%)}.verification-loading .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #38A169;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.verification-loading p{color:#718096;font-size:16px}.verification-status{background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%);padding:40px 20px}.verification-status .status-container{max-width:600px;margin:0 auto;background:white;border-radius:16px;box-shadow:0 10px 25px #0000001a;padding:40px}.verification-status .status-header{text-align:center;margin-bottom:32px}.verification-status .status-header h1{font-size:28px;font-weight:700;color:#2d3748;margin:0 0 16px}.verification-status .status-header .status-header-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.verification-status .status-header .refresh-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#F7FAFC;border:1px solid #E2E8F0;border-radius:8px;color:#4a5568;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.verification-status .status-header .refresh-btn:hover{background:#EDF2F7;border-color:#cbd5e0;color:#2d3748}.verification-status .status-header .refresh-btn:active{transform:translateY(1px)}.verification-status .status-header .refresh-btn svg{width:16px;height:16px}.verification-status .status-header .status-badge{display:inline-block;padding:8px 16px;border-radius:20px;color:#fff;font-weight:600;font-size:14px}.verification-status .status-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #E2E8F0}.verification-status .status-details .detail-row:last-child{border-bottom:none}.verification-status .status-details .detail-row .label{font-weight:600;color:#4a5568}.verification-status .status-details .detail-row .value{color:#2d3748}.verification-status .status-details .detail-row .value.error{color:#e53e3e}.verification-status .retry-section{margin-top:32px;padding:24px;background:#FEF5E7;border-radius:8px;text-align:center}.verification-status .retry-section p{color:#744210;margin:0 0 16px}.verification-status .retry-section .retry-btn{background:#D69E2E;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.verification-status .retry-section .retry-btn:hover{background:#B7791F}@media screen and (max-width: 768px){.verification{padding:20px 16px}.verification .verification-container .verification-header{padding:24px}.verification .verification-container .verification-header h1{font-size:24px}.verification .verification-container .verification-steps{padding:24px}.verification .step-indicator .step .step-label{font-size:12px}.verification .verification-form .form-step .step-buttons{flex-direction:column;align-items:center}.verification .verification-form .form-step .step-buttons button{width:100%;max-width:200px}.verification .verification-form .form-step .photo-upload-section .camera-container .camera-preview .camera-video{height:250px}.verification .verification-form .form-step .photo-upload-section .camera-container .camera-controls{flex-direction:column;align-items:center}.verification .verification-form .form-step .photo-upload-section .camera-container .camera-controls .capture-btn,.verification .verification-form .form-step .photo-upload-section .camera-container .camera-controls .cancel-camera-btn{width:100%;max-width:200px}.verification-status{padding:20px 16px}.verification-status .status-container{padding:24px}}.seller-profile-page{min-height:100vh;background-color:#fafafa;padding:20px 0}.seller-profile-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.seller-profile-page .loading,.seller-profile-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.seller-profile-page .loading p,.seller-profile-page .error-state p{margin-top:16px;color:#666;font-size:16px}.seller-profile-page .error-state h2{color:#e53e3e;margin-bottom:16px}.seller-profile-page .error-state .back-btn{margin-top:20px;padding:12px 24px;background:#38A169;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:all .3s ease}.seller-profile-page .error-state .back-btn:hover{background:#2F855A;transform:translateY(-1px)}.seller-profile-page .edit-profile-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#38A169;color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:500;border:2px solid #38A169;transition:all .3s ease;cursor:pointer}.seller-profile-page .edit-profile-btn:hover{background:#2F855A;border-color:#2f855a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #38a1694d}.seller-profile-page .profile-header{background:white;border-radius:12px;padding:30px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:flex-start;gap:30px}@media (max-width: 768px){.seller-profile-page .profile-header{flex-direction:column;gap:20px}}.seller-profile-page .profile-header .profile-info{display:flex;gap:20px;flex:1}@media (max-width: 768px){.seller-profile-page .profile-header .profile-info{flex-direction:column;text-align:center}}.seller-profile-page .profile-header .profile-info .profile-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #38A169;box-shadow:0 4px 12px #38a16933}.seller-profile-page .profile-header .profile-info .profile-details{flex:1}.seller-profile-page .profile-header .profile-info .profile-details h1{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 12px}.seller-profile-page .profile-header .profile-info .profile-details .seller-badges{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.seller-profile-page .profile-header .profile-info .profile-details .seller-badges .badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.seller-profile-page .profile-header .profile-info .profile-details .seller-badges .badge.verified{background:#E6FFFA;color:#38a169;border:1px solid #38A169}.seller-profile-page .profile-header .profile-info .profile-details .seller-badges .badge.level{background:#FEF5E7;color:#d69e2e;border:1px solid #D69E2E}.seller-profile-page .profile-header .profile-info .profile-details .seller-stats{display:flex;gap:30px;margin-bottom:20px}@media (max-width: 768px){.seller-profile-page .profile-header .profile-info .profile-details .seller-stats{justify-content:center}}.seller-profile-page .profile-header .profile-info .profile-details .seller-stats .stat{display:flex;flex-direction:column;align-items:center}.seller-profile-page .profile-header .profile-info .profile-details .seller-stats .stat .stat-value{font-size:24px;font-weight:700;color:#2d3748}.seller-profile-page .profile-header .profile-info .profile-details .seller-stats .stat .stat-label{font-size:14px;color:#718096;margin-top:4px}.seller-profile-page .profile-header .profile-info .profile-details .location-info{display:flex;flex-direction:column;gap:8px}.seller-profile-page .profile-header .profile-info .profile-details .location-info .location{display:flex;align-items:center;gap:8px;font-size:14px;color:#4a5568}.seller-profile-page .profile-header .profile-info .profile-details .location-info .location img{width:20px;height:15px;border-radius:2px}.seller-profile-page .profile-header .profile-info .profile-details .location-info .member-since{font-size:14px;color:#718096}.seller-profile-page .profile-header .profile-actions{display:flex;flex-direction:column;gap:12px;min-width:200px}@media (max-width: 768px){.seller-profile-page .profile-header .profile-actions{width:100%;flex-direction:row}}.seller-profile-page .profile-header .profile-actions .favorite-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#F7FAFC;color:#4a5568;border:2px solid #E2E8F0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.seller-profile-page .profile-header .profile-actions .favorite-btn:hover{background:#EDF2F7;border-color:#cbd5e0}.seller-profile-page .profile-header .profile-actions .favorite-btn svg{width:20px;height:20px}.seller-profile-page .profile-tabs{background:white;border-radius:12px;padding:0;margin-bottom:20px;box-shadow:0 2px 8px #0000001a;display:flex;border-bottom:1px solid #E2E8F0}.seller-profile-page .profile-tabs .tab{flex:1;padding:20px;background:none;border:none;font-size:16px;font-weight:500;color:#718096;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}.seller-profile-page .profile-tabs .tab:hover{color:#4a5568;background:#F7FAFC}.seller-profile-page .profile-tabs .tab.active{color:#38a169;border-bottom-color:#38a169;background:#F0FFF4}.seller-profile-page .tab-content{background:white;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a}.seller-profile-page .tab-content .about-section{display:grid;gap:30px}.seller-profile-page .tab-content .about-section .about-card h3,.seller-profile-page .tab-content .about-section .skills-card h3,.seller-profile-page .tab-content .about-section .languages-card h3{font-size:20px;font-weight:600;color:#2d3748;margin-bottom:16px}.seller-profile-page .tab-content .about-section .about-card p,.seller-profile-page .tab-content .about-section .skills-card p,.seller-profile-page .tab-content .about-section .languages-card p{color:#4a5568;line-height:1.6;margin:0}.seller-profile-page .tab-content .about-section .skills-list{display:flex;flex-wrap:wrap;gap:8px}.seller-profile-page .tab-content .about-section .skills-list .skill-tag{padding:6px 12px;background:#E6FFFA;color:#38a169;border-radius:20px;font-size:14px;font-weight:500}.seller-profile-page .tab-content .about-section .languages-list{display:flex;flex-direction:column;gap:12px}.seller-profile-page .tab-content .about-section .languages-list .language-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#F7FAFC;border-radius:8px}.seller-profile-page .tab-content .about-section .languages-list .language-item .language-name{font-weight:500;color:#2d3748}.seller-profile-page .tab-content .about-section .languages-list .language-item .language-level{font-size:14px;color:#718096}.seller-profile-page .tab-content .services-section .services-header{margin-bottom:30px}.seller-profile-page .tab-content .services-section .services-header h3{font-size:24px;font-weight:600;color:#2d3748;margin-bottom:8px}.seller-profile-page .tab-content .services-section .services-header p{color:#718096;margin:0}.seller-profile-page .tab-content .services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.seller-profile-page .tab-content .services-section .no-services{text-align:center;padding:40px;color:#718096}.seller-profile-page .tab-content .reviews-section .reviews-header{margin-bottom:30px}.seller-profile-page .tab-content .reviews-section .reviews-header h3{font-size:24px;font-weight:600;color:#2d3748;margin-bottom:20px}.seller-profile-page .tab-content .reviews-section .reviews-header .rating-summary .rating-score{display:flex;align-items:center;gap:12px}.seller-profile-page .tab-content .reviews-section .reviews-header .rating-summary .rating-score .score{font-size:48px;font-weight:700;color:#2d3748}.seller-profile-page .tab-content .reviews-section .reviews-header .rating-summary .rating-score .stars{display:flex;gap:2px}.seller-profile-page .tab-content .reviews-section .reviews-header .rating-summary .rating-score .stars .star{font-size:24px;color:#e2e8f0}.seller-profile-page .tab-content .reviews-section .reviews-header .rating-summary .rating-score .stars .star.filled{color:gold}.seller-profile-page .tab-content .reviews-section .reviews-header .rating-summary .rating-score .total-reviews{font-size:16px;color:#718096}.seller-profile-page .tab-content .reviews-section .reviews-placeholder{text-align:center;padding:40px;color:#718096}.buyer-profile-page{min-height:100vh;background-color:#fafafa;padding:20px}.buyer-profile-page .profile-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:30px}.buyer-profile-page .profile-container .profile-sidebar .profile-card{background:white;border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000001a;position:sticky;top:20px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-image{text-align:center;margin-bottom:20px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-image img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #00000026}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info{text-align:center;margin-bottom:25px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-name{font-size:24px;font-weight:600;color:#404145;margin:0 0 5px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-username{font-size:16px;color:#74767e;margin:0 0 20px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-details{text-align:left}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-details .detail-item{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px;color:#404145}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-details .detail-item .icon{font-size:16px;width:20px;text-align:center}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-details .languages{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;color:#404145}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-details .languages .icon{font-size:16px;width:20px;text-align:center;margin-top:2px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-details .languages .language-list{display:flex;flex-direction:column;gap:4px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-info .profile-details .languages .language-list .language-item{color:#404145}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .edit-btn,.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .preview-btn,.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .explore-btn{padding:12px 16px;border:1px solid #e4e5e7;border-radius:6px;background:white;color:#404145;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .edit-btn:hover,.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .preview-btn:hover,.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .explore-btn:hover{background:#f5f5f5;border-color:#d0d0d0}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .edit-btn{background:#38A169;color:#fff;border-color:#38a169}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .edit-btn:hover{background:#2F855A;border-color:#2f855a}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .preview-btn{background:#1dbf73;color:#fff;border-color:#1dbf73}.buyer-profile-page .profile-container .profile-sidebar .profile-card .profile-actions .preview-btn:hover{background:#19a463;border-color:#19a463}.buyer-profile-page .profile-container .profile-sidebar .profile-card .role-indicator{background:#f8f9fa;padding:15px;border-radius:6px;border-left:4px solid #1dbf73}.buyer-profile-page .profile-container .profile-sidebar .profile-card .role-indicator p{font-size:13px;color:#74767e;margin:0;line-height:1.4}.buyer-profile-page .profile-container .profile-sidebar .profile-card .role-indicator p .switch-link{background:none;border:none;color:#1dbf73;font-weight:500;cursor:pointer;text-decoration:underline}.buyer-profile-page .profile-container .profile-sidebar .profile-card .role-indicator p .switch-link:hover{color:#19a463}.buyer-profile-page .profile-container .profile-main .breadcrumbs{margin-bottom:20px;font-size:14px;color:#74767e}.buyer-profile-page .profile-container .profile-main .welcome-section{margin-bottom:40px}.buyer-profile-page .profile-container .profile-main .welcome-section h1{font-size:32px;font-weight:600;color:#404145;margin:0 0 15px}.buyer-profile-page .profile-container .profile-main .welcome-section p{font-size:16px;color:#74767e;line-height:1.5;margin:0}.buyer-profile-page .profile-container .profile-main .profile-checklist{background:white;border-radius:8px;padding:30px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.buyer-profile-page .profile-container .profile-main .profile-checklist h2{font-size:20px;font-weight:600;color:#404145;margin:0 0 20px}.buyer-profile-page .profile-container .profile-main .profile-checklist .progress-bar{position:relative;background:#e4e5e7;height:8px;border-radius:4px;margin-bottom:30px;overflow:hidden}.buyer-profile-page .profile-container .profile-main .profile-checklist .progress-bar .progress-fill{background:#1dbf73;height:100%;border-radius:4px;transition:width .3s ease}.buyer-profile-page .profile-container .profile-main .profile-checklist .progress-bar .progress-text{position:absolute;right:0;top:-25px;font-size:14px;font-weight:500;color:#1dbf73}.buyer-profile-page .profile-container .profile-main .profile-checklist .checklist-items .checklist-item{display:flex;align-items:flex-start;gap:15px;padding:20px;border-radius:6px;margin-bottom:15px;transition:all .2s ease}.buyer-profile-page .profile-container .profile-main .profile-checklist .checklist-items .checklist-item.completed{background:#f0f9f4;border:1px solid #d4edda}.buyer-profile-page .profile-container .profile-main .profile-checklist .checklist-items .checklist-item.partial{background:#fff3cd;border:1px solid #ffeaa7}.buyer-profile-page .profile-container .profile-main .profile-checklist .checklist-items .checklist-item .item-icon{font-size:24px;width:40px;text-align:center;flex-shrink:0}.buyer-profile-page .profile-container .profile-main .profile-checklist .checklist-items .checklist-item .item-content{flex:1}.buyer-profile-page .profile-container .profile-main .profile-checklist .checklist-items .checklist-item .item-content h3{font-size:16px;font-weight:600;color:#404145;margin:0 0 5px}.buyer-profile-page .profile-container .profile-main .profile-checklist .checklist-items .checklist-item .item-content p{font-size:14px;color:#74767e;margin:0;line-height:1.4}.buyer-profile-page .profile-container .profile-main .profile-checklist .checklist-items .checklist-item .item-status{font-size:16px;font-weight:500;color:#1dbf73;flex-shrink:0}.buyer-profile-page .profile-container .profile-main .reviews-section{background:white;border-radius:8px;padding:30px;box-shadow:0 2px 8px #0000001a}.buyer-profile-page .profile-container .profile-main .reviews-section h2{font-size:20px;font-weight:600;color:#404145;margin:0 0 20px}.buyer-profile-page .profile-container .profile-main .reviews-section .reviews-placeholder{text-align:center;padding:40px 20px}.buyer-profile-page .profile-container .profile-main .reviews-section .reviews-placeholder .stars{font-size:24px;margin-bottom:15px}.buyer-profile-page .profile-container .profile-main .reviews-section .reviews-placeholder p{font-size:16px;color:#74767e;margin:0;line-height:1.5}@media (max-width: 768px){.buyer-profile-page{padding:10px}.buyer-profile-page .profile-container{grid-template-columns:1fr;gap:20px}.buyer-profile-page .profile-container .profile-sidebar .profile-card{position:static}}.loading,.error{text-align:center;padding:40px;font-size:16px;color:#74767e}.error{color:#e74c3c}.admin{min-height:calc(100vh - 140px);background:#f8f9fa;display:block;overflow-x:hidden}.admin .admin-sidebar{background:#111827;color:#e5e7eb;padding:20px 16px;display:flex;flex-direction:column;gap:12px;position:fixed;top:0;left:0;width:260px;height:100vh;overflow:hidden;min-width:0}.admin .admin-sidebar .brand{display:flex;align-items:center;gap:10px;justify-content:space-between;font-weight:700;font-size:18px;margin-bottom:6px}.admin .admin-sidebar nav{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;padding-bottom:30px}.admin .admin-sidebar nav::-webkit-scrollbar{width:6px}.admin .admin-sidebar nav::-webkit-scrollbar-track{background:transparent}.admin .admin-sidebar nav::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}.admin .admin-sidebar nav::-webkit-scrollbar-thumb:hover{background:#4b5563}.admin .admin-sidebar nav a{color:#9ca3af;text-decoration:none;padding:10px 12px;border-radius:8px;display:flex;align-items:center;gap:10px;transition:all .2s ease}.admin .admin-sidebar nav a.active,.admin .admin-sidebar nav a:hover{background:#1f2937;color:#fff}.admin .admin-sidebar nav .nav-icon{font-size:18px}.admin .admin-sidebar nav .nav-label{white-space:nowrap}.admin .admin-sidebar nav .nav-module .nav-module-header{background:none;border:none;color:#9ca3af;text-decoration:none;padding:10px 12px;border-radius:8px;display:flex;align-items:center;gap:10px;width:100%;text-align:left;cursor:pointer;transition:all .2s ease}.admin .admin-sidebar nav .nav-module .nav-module-header:hover{background:#1f2937;color:#fff}.admin .admin-sidebar nav .nav-module .nav-module-header .nav-chevron{margin-left:auto;font-size:14px;transition:transform .2s ease}.admin .admin-sidebar nav .nav-module .nav-module-children{margin-left:20px;margin-top:4px;display:flex;flex-direction:column;gap:2px}.admin .admin-sidebar nav .nav-module .nav-module-children .nav-child{color:#6b7280;text-decoration:none;padding:8px 12px;border-radius:6px;display:flex;align-items:center;font-size:14px;transition:all .2s ease}.admin .admin-sidebar nav .nav-module .nav-module-children .nav-child:hover{background:#1f2937;color:#fff}.admin .admin-sidebar nav .nav-module .nav-module-children .nav-child.active{background:#374151;color:#fff}.admin .admin-sidebar nav .nav-module .nav-module-children .nav-child .nav-child-label{white-space:nowrap}.admin .admin-sidebar nav svg{background-color:transparent!important;border:none!important}.admin svg{border-radius:0%!important}.admin .admin-main{display:flex;flex-direction:column;min-width:0;margin-left:292px;transition:margin-left .2s ease;position:relative;z-index:1}.admin .admin-page{padding:20px}.admin .admin-page .admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin .admin-page .admin-page-header h1{font-size:24px;font-weight:600;color:#111827;margin:0}.admin .sidebar-toggle{background:#1f2937;color:#fff;border:none;padding:6px 10px;border-radius:8px;cursor:pointer}.admin .sidebar-toggle svg{border:none!important;background-color:transparent!important;width:17px;height:17px}.admin.collapsed .admin-sidebar{width:72px}.admin.collapsed .admin-main{margin-left:104px}.admin.collapsed .admin-sidebar .brand span{display:none}.admin.collapsed .admin-sidebar .brand{justify-content:center}.admin.collapsed .admin-sidebar nav a{padding:10px;justify-content:center}.admin.collapsed .admin-sidebar .nav-label{display:none}.admin .container{max-width:1400px;width:100%;margin:0 auto;padding:20px;box-sizing:border-box;min-width:0;overflow-x:hidden}.admin .admin-dashboard .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.admin .admin-dashboard .panel-row{display:grid;grid-template-columns:3fr 2fr;gap:16px}.admin .admin-dashboard .panel{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.admin .admin-dashboard .panel-header{padding:12px 16px;border-bottom:1px solid #eee;font-weight:600;color:#374151}.admin .admin-dashboard .panel-body{padding:16px}.admin .admin-dashboard .chart-body{padding:0}.admin .admin-dashboard .placeholder-chart,.admin .admin-dashboard .placeholder-donut{background:linear-gradient(180deg,#f9fafb,#f3f4f6);height:340px;border-radius:8px}.admin .stat-card{position:relative}.admin .admin-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.admin .admin-table table{width:100%;border-collapse:collapse}.admin .admin-table thead th{text-align:left;background:#f9fafb;color:#4b5563;font-weight:600;font-size:14px;padding:12px 16px;border-bottom:1px solid #e5e7eb}.admin .admin-table tbody td{padding:12px 16px;border-bottom:1px solid #f3f4f6;font-size:14px;color:#374151}.admin .admin-table tbody tr:hover{background:#fafafa}.admin .admin-table .empty{text-align:center;color:#6b7280;padding:24px 0}.admin .admin-table .actions{display:flex;gap:8px}.admin .btn{padding:8px 14px;border-radius:8px;border:1px solid transparent;font-weight:600;cursor:pointer}.admin .btn.ghost{background:#f3f4f6;color:#111827;border-color:#e5e7eb}.admin .btn.primary{background:var(--green-color);color:#fff}.admin .btn.danger{background:#e53e3e;color:#fff}.admin .admin-toolbar{margin-bottom:12px}.admin .admin-toolbar .search-input{max-width:420px}.admin .admin-pagination{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000f;margin-top:10px}.admin .admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a}.admin .admin-header h1{color:#2d3748;font-size:28px;font-weight:600;margin:0}.admin .admin-header .btn-primary{background:var(--green-color);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.admin .admin-header .btn-primary:hover{background:#2f855a;transform:translateY(-1px)}.admin .admin-form{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.admin .admin-form h2{color:#2d3748;font-size:24px;font-weight:600;margin-bottom:20px}.admin .admin-form .form-group{margin-bottom:20px}.admin .admin-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#4a5568}.admin .admin-form .form-group input,.admin .admin-form .form-group textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s ease}.admin .admin-form .form-group input:focus,.admin .admin-form .form-group textarea:focus{outline:none;border-color:var(--green-color)}.admin .admin-form .form-group textarea{resize:vertical;min-height:80px}.admin .admin-form .form-group .image-preview{margin-top:10px}.admin .admin-form .form-group .image-preview img{max-width:200px;max-height:150px;border-radius:8px;border:1px solid #e2e8f0;object-fit:cover}.admin .admin-form .subcategories-section{margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0}.admin .admin-form .subcategories-section h3{color:#2d3748;font-size:18px;font-weight:600;margin-bottom:15px}.admin .admin-form .subcategories-section .subcategory-group{background:#f7fafc;padding:20px;border-radius:8px;margin-bottom:15px;border:1px solid #e2e8f0}.admin .admin-form .subcategories-section .subcategory-group .subcategory-header{display:flex;gap:10px;margin-bottom:15px}.admin .admin-form .subcategories-section .subcategory-group .subcategory-header input{flex:1;padding:10px;border:1px solid #e2e8f0;border-radius:6px}.admin .admin-form .subcategories-section .subcategory-group .subcategory-header .btn-danger{background:#e53e3e;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:500}.admin .admin-form .subcategories-section .subcategory-group .subcategory-header .btn-danger:hover{background:#c53030}.admin .admin-form .subcategories-section .subcategory-group .subcategory-items .item-input{display:flex;gap:8px;margin-bottom:8px}.admin .admin-form .subcategories-section .subcategory-group .subcategory-items .item-input input{flex:1;padding:8px;border:1px solid #e2e8f0;border-radius:4px}.admin .admin-form .subcategories-section .subcategory-group .subcategory-items .item-input .btn-danger{background:#e53e3e;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-weight:700}.admin .admin-form .subcategories-section .subcategory-group .subcategory-items .item-input .btn-danger:hover{background:#c53030}.admin .admin-form .subcategories-section .subcategory-group .subcategory-items .btn-secondary{background:#718096;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:12px}.admin .admin-form .subcategories-section .subcategory-group .subcategory-items .btn-secondary:hover{background:#4a5568}.admin .admin-form .subcategories-section .btn-secondary{background:#718096;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:500}.admin .admin-form .subcategories-section .btn-secondary:hover{background:#4a5568}.admin .admin-form .form-actions{display:flex;gap:15px;margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0}.admin .admin-form .form-actions .btn-primary{background:var(--green-color);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer}.admin .admin-form .form-actions .btn-primary:hover{background:#2f855a}.admin .admin-form .form-actions .btn-secondary{background:#718096;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer}.admin .admin-form .form-actions .btn-secondary:hover{background:#4a5568}.admin .categories-list h2{color:#2d3748;font-size:24px;font-weight:600;margin-bottom:20px}.admin .categories-list .categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px}.admin .categories-list .categories-grid .category-card{background:white;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease;position:relative;z-index:1}.admin .categories-list .categories-grid .category-card:hover{transform:translateY(-2px)}.admin .categories-list .categories-grid .category-card.inactive{border-left:4px solid #e53e3e;background:#fef2f2}.admin .categories-list .categories-grid .category-card.inactive .category-header h3{color:#6b7280}.admin .categories-list .categories-grid .category-card.inactive .category-details p{color:#9ca3af}.admin .categories-list .categories-grid .category-card .category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.admin .categories-list .categories-grid .category-card .category-header .category-title-section{display:flex;flex-direction:column;gap:8px}.admin .categories-list .categories-grid .category-card .category-header .category-title-section h3{color:#2d3748;font-size:18px;font-weight:600;margin:0}.admin .categories-list .categories-grid .category-card .category-header .category-title-section .status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin .categories-list .categories-grid .category-card .category-header .category-title-section .status-badge.active{background:#d1fae5;color:#065f46}.admin .categories-list .categories-grid .category-card .category-header .category-title-section .status-badge.inactive{background:#fee2e2;color:#991b1b}.admin .categories-list .categories-grid .category-card .category-header .category-actions{display:flex;gap:8px}.admin .categories-list .categories-grid .category-card .category-header .category-actions button{pointer-events:auto;cursor:pointer}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-primary{background:var(--green-color);color:#fff}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-primary:hover{background:#2f855a}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-warning{background:#ed8936;color:#fff}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-warning:hover{background:#dd6b20}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-success{background:#38a169;color:#fff}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-success:hover{background:#2f855a}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-success{box-shadow:0 2px 4px #38a1694d}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-success:hover{box-shadow:0 4px 8px #38a16966;transform:translateY(-1px)}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-danger{background:#e53e3e;color:#fff}.admin .categories-list .categories-grid .category-card .category-header .category-actions .btn-sm.btn-danger:hover{background:#c53030}.admin .categories-list .categories-grid .category-card .category-details{margin-bottom:15px}.admin .categories-list .categories-grid .category-card .category-details p{margin:5px 0;color:#4a5568;font-size:14px}.admin .categories-list .categories-grid .category-card .category-details p strong{color:#2d3748}.admin .categories-list .categories-grid .category-card .subcategories-preview h4{color:#2d3748;font-size:14px;font-weight:600;margin-bottom:8px}.admin .categories-list .categories-grid .category-card .subcategories-preview .subcategory-preview{margin-bottom:8px;padding:8px;background:#f7fafc;border-radius:6px;font-size:12px}.admin .categories-list .categories-grid .category-card .subcategories-preview .subcategory-preview strong{color:#2d3748;display:block;margin-bottom:4px}.admin .categories-list .categories-grid .category-card .subcategories-preview .subcategory-preview span{color:#4a5568}@media screen and (max-width: 768px){.admin .admin-header{flex-direction:column;gap:15px;text-align:center}.admin .categories-grid{grid-template-columns:1fr}.admin .category-header{flex-direction:column;gap:10px}.admin .category-header .category-actions{justify-content:center}.admin .form-actions{flex-direction:column}}.admin-header{background:#ffffff;border-bottom:1px solid #e1e5e9;padding:0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000001a}.admin-header .header-content{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;max-width:1400px;margin:0 auto;position:relative}.admin-header .header-left h1{font-size:1.8rem;font-weight:700;color:#1d1d1d;margin:0;letter-spacing:-.5px}.admin-header .header-right{display:flex;align-items:center}.admin-header .profile-dropdown{position:relative;z-index:1001}.admin-header .profile-dropdown .profile-trigger{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;padding:.5rem .75rem}.admin-header .profile-dropdown .profile-trigger:hover{background:rgba(0,0,0,.05)}.admin-header .profile-dropdown .profile-trigger .profile-image{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb}.admin-header .profile-dropdown .profile-trigger .profile-image img{width:100%;height:100%;object-fit:cover}.admin-header .profile-dropdown .profile-trigger .profile-name{font-size:.95rem;font-weight:500;color:#374151;margin:0}.admin-header .profile-dropdown .profile-trigger .dropdown-arrow{width:16px;height:16px;color:#57595c;transition:transform .2s ease;background-color:transparent!important;box-shadow:none!important;border:none!important}.admin-header .profile-dropdown .profile-trigger .dropdown-arrow.open{transform:rotate(180deg)}.admin-header .profile-dropdown .dropdown-menu{position:absolute;top:100%;right:0;background:#ffffff;border:none;border-radius:16px;box-shadow:0 20px 60px #00000026,0 8px 25px #0000001a;min-width:350px;z-index:10000;margin-top:.75rem;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);overflow:visible}.admin-header .profile-dropdown .dropdown-menu .dropdown-header{padding:1.5rem;border-bottom:1px solid #e1e5e9}.admin-header .profile-dropdown .dropdown-menu .dropdown-header .profile-info{display:flex;align-items:center;gap:1rem}.admin-header .profile-dropdown .dropdown-menu .dropdown-header .profile-info .profile-image-large{width:60px;height:60px;border-radius:50%;overflow:hidden;background:#e1e5e9;display:flex;align-items:center;justify-content:center}.admin-header .profile-dropdown .dropdown-menu .dropdown-header .profile-info .profile-image-large img{width:100%;height:100%;object-fit:cover}.admin-header .profile-dropdown .dropdown-menu .dropdown-header .profile-info .profile-image-large .default-avatar{width:30px;height:30px;color:#6c757d}.admin-header .profile-dropdown .dropdown-menu .dropdown-header .profile-info .profile-details h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#1d1d1d}.admin-header .profile-dropdown .dropdown-menu .dropdown-header .profile-info .profile-details p{margin:0 0 .5rem;color:#6c757d;font-size:.9rem}.admin-header .profile-dropdown .dropdown-menu .dropdown-header .profile-info .profile-details .admin-badge{background:#007bff;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.admin-header .profile-dropdown .dropdown-menu .dropdown-content{padding:1rem}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:none;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;color:#1d1d1d;transition:background-color .2s ease;text-align:left}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .dropdown-item:hover{background-color:#f8f9fa}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .dropdown-item.logout{color:#dc3545}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .dropdown-item.logout:hover{background-color:#f8d7da}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .dropdown-item .item-icon{width:16px;height:16px}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group{margin-bottom:1rem}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1d1d1d;font-size:.9rem}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group .password-input-wrapper{position:relative;display:flex;align-items:center}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group .password-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:.9rem;transition:all .3s ease;background:#fafbfc}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group .password-input-wrapper input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#ffffff;transform:translateY(-1px)}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group .password-input-wrapper input::placeholder{color:#9ca3af;font-style:italic}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group .password-input-wrapper .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group .password-input-wrapper .password-toggle:hover{color:#495057;background:rgba(0,0,0,.05)}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group .password-input-wrapper .password-toggle svg{width:18px;height:18px}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group input:not(.password-input-wrapper input){width:100%;padding:.875rem 1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:.9rem;transition:all .3s ease;background:#fafbfc}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group input:not(.password-input-wrapper input):focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#ffffff;transform:translateY(-1px)}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-group input:not(.password-input-wrapper input)::placeholder{color:#9ca3af;font-style:italic}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-actions{display:flex;gap:.75rem;margin-top:1.5rem}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-actions .btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;box-shadow:0 4px 15px #667eea4d}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-actions .btn-primary:active{transform:translateY(0)}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-actions .btn-secondary{background:#6c757d;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;box-shadow:0 4px 15px #6c757d4d}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-actions .btn-secondary:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 6px 20px #6c757d66}.admin-header .profile-dropdown .dropdown-menu .dropdown-content .profile-form .form-actions .btn-secondary:active{transform:translateY(0)}@media (max-width: 768px){.admin-header .header-content{padding:1rem}.admin-header .header-content .header-left h1{font-size:1.25rem}.admin-header .profile-dropdown .dropdown-menu{min-width:280px;right:-1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.verification-details-modal{background:white;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.modal-header h2{margin:0;font-size:20px;font-weight:600;color:#111827}.modal-header .close-btn{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.modal-header .close-btn:hover{background:#e5e7eb;color:#374151}.modal-body{flex:1;overflow-y:auto;padding:24px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.modal-loading .spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.modal-loading p{color:#6b7280;margin:0}.modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.modal-error p{color:#ef4444;margin-bottom:20px}.details-section{margin-bottom:32px}.details-section:last-child{margin-bottom:0}.details-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#111827;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.user-info{display:flex;gap:20px;align-items:flex-start}.user-info .user-avatar{flex-shrink:0}.user-info .user-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb}.user-info .user-details{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;min-width:0}.detail-row{display:flex;align-items:center;gap:8px;min-height:24px}.detail-row .label{font-weight:600;color:#374151;min-width:120px;flex-shrink:0}.detail-row .value{color:#111827;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.detail-row .value.status-badge{font-weight:600;padding:4px 8px;border-radius:6px;background:rgba(0,0,0,.05);white-space:nowrap}.detail-row .value.error{color:#ef4444}.detail-row .value[data-type=email]{font-family:monospace;font-size:14px;max-width:100%;word-break:break-all}.documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:16px}.document-item h4{margin:0 0 12px;font-size:16px;font-weight:600;color:#374151}.document-item .document-image{border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f9fafb;min-height:200px;display:flex;align-items:center;justify-content:center}.document-item .document-image img{width:100%;height:100%;object-fit:cover;max-height:300px}.btn{padding:8px 16px;border-radius:6px;border:none;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.btn.primary{background:#3b82f6;color:#fff}.btn.primary:hover{background:#2563eb}.btn.success{background:#10b981;color:#fff}.btn.success:hover{background:#059669}.btn.danger{background:#ef4444;color:#fff}.btn.danger:hover{background:#dc2626}.btn.ghost{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn.ghost:hover{background:#e5e7eb}.btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.verification-details-modal{margin:10px;max-height:95vh}.modal-header,.modal-body,.modal-footer{padding:16px}.user-info{flex-direction:column;align-items:center;text-align:center}.user-info .user-details,.documents-grid{grid-template-columns:1fr}.modal-footer{flex-direction:column;gap:8px}.modal-footer .btn{width:100%;justify-content:center}}.profile-details{background:#f8f9fa;padding:2rem}.profile-details .page-header{margin-bottom:2rem}.profile-details .page-header .page-overview{font-size:.75rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:block}.profile-details .page-header .page-title{font-size:2rem;font-weight:700;color:#1a202c;margin:0}.profile-details .profile-layout{display:grid;grid-template-columns:1fr 2fr;gap:2rem;max-width:1400px;margin:0 auto}.profile-details .profile-layout .profile-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;height:fit-content}.profile-details .profile-layout .profile-card .profile-image-section{text-align:center;margin-bottom:1.5rem}.profile-details .profile-layout .profile-card .profile-image-section .profile-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #e2e8f0}.profile-details .profile-layout .profile-card .profile-info{text-align:center;margin-bottom:1.5rem}.profile-details .profile-layout .profile-card .profile-info .profile-name{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.profile-details .profile-layout .profile-card .profile-info .profile-title{font-size:1rem;color:#6c757d;margin:0}.profile-details .profile-layout .profile-card .description-section .description-title{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .75rem}.profile-details .profile-layout .profile-card .description-section .description-text{font-size:.875rem;line-height:1.6;color:#4a5568;margin:0}.profile-details .profile-layout .account-details-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}.profile-details .profile-layout .account-details-card .account-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 2rem}.profile-details .profile-layout .account-details-card .account-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.profile-details .profile-layout .account-details-card .account-form .form-row:last-child{margin-bottom:0}.profile-details .profile-layout .account-details-card .account-form .form-group{display:flex;flex-direction:column;gap:.5rem}.profile-details .profile-layout .account-details-card .account-form .form-group.full-width{grid-column:1/-1}.profile-details .profile-layout .account-details-card .account-form .form-group label{font-size:.875rem;font-weight:600;color:#1a202c}.profile-details .profile-layout .account-details-card .account-form .form-group input,.profile-details .profile-layout .account-details-card .account-form .form-group select,.profile-details .profile-layout .account-details-card .account-form .form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1a202c;background:white;transition:border-color .2s ease}.profile-details .profile-layout .account-details-card .account-form .form-group input:focus,.profile-details .profile-layout .account-details-card .account-form .form-group select:focus,.profile-details .profile-layout .account-details-card .account-form .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.profile-details .profile-layout .account-details-card .account-form .form-group input:disabled,.profile-details .profile-layout .account-details-card .account-form .form-group select:disabled,.profile-details .profile-layout .account-details-card .account-form .form-group textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.profile-details .profile-layout .account-details-card .account-form .form-group input::placeholder,.profile-details .profile-layout .account-details-card .account-form .form-group select::placeholder,.profile-details .profile-layout .account-details-card .account-form .form-group textarea::placeholder{color:#9ca3af}.profile-details .profile-layout .account-details-card .account-form .form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.profile-details .profile-layout .account-details-card .account-form .form-group textarea{resize:vertical;min-height:100px}.profile-details .profile-layout .account-details-card .account-form .form-group .image-upload-section{display:flex;align-items:center;gap:1.5rem;padding:1rem;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb}.profile-details .profile-layout .account-details-card .account-form .form-group .image-upload-section .current-image .preview-image{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.profile-details .profile-layout .account-details-card .account-form .form-group .image-upload-section .upload-controls{flex:1}.profile-details .profile-layout .account-details-card .account-form .form-group .image-upload-section .upload-controls .upload-btn{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-bottom:.5rem}.profile-details .profile-layout .account-details-card .account-form .form-group .image-upload-section .upload-controls .upload-btn:hover{background:#2563eb}.profile-details .profile-layout .account-details-card .account-form .form-group .image-upload-section .upload-controls .upload-btn .upload-icon{width:16px;height:16px;background-color:transparent!important;border:none!important}.profile-details .profile-layout .account-details-card .account-form .form-group .image-upload-section .upload-controls .upload-hint{font-size:.75rem;color:#6b7280;margin:0}.profile-details .profile-layout .account-details-card .account-form .update-btn{width:100%;background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:.875rem 1rem;font-size:1rem;font-weight:600;cursor:pointer;margin-top:2rem;transition:background-color .2s ease}.profile-details .profile-layout .account-details-card .account-form .update-btn:hover{background:#2563eb}@media (max-width: 1024px){.profile-details .profile-layout{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.profile-details{padding:1rem}.profile-details .page-header .page-title{font-size:1.5rem}.profile-details .profile-layout .profile-card,.profile-details .profile-layout .account-details-card{padding:1.5rem}.profile-details .profile-layout .account-details-card .account-form .form-row{grid-template-columns:1fr;gap:.75rem}.profile-details .profile-layout .account-details-card .account-form .image-upload-section{flex-direction:column;text-align:center;gap:1rem}.profile-details .profile-layout .account-details-card .account-form .image-upload-section .upload-controls .upload-btn{width:100%;justify-content:center}}.profile-edit input[type=file]{width:100%!important;padding:.75rem!important;border:2px solid #e5e7eb!important;border-radius:8px!important;background:white!important;cursor:pointer!important;transition:all .3s ease!important;font-size:.9rem!important;color:#495057!important;box-sizing:border-box!important}.profile-edit input[type=file]:hover{border-color:#667eea!important;background:#f8f9ff!important}.profile-edit input[type=file]:focus{outline:none!important;border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important}.profile-edit .preview-image{width:80px!important;height:80px!important;border-radius:50%!important;object-fit:cover!important;border:3px solid #e9ecef!important;box-shadow:0 4px 12px #0000001a!important;display:block!important}.profile-edit{padding:2rem;max-width:1000px;margin:0 auto}.profile-edit .edit-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.profile-edit .edit-header .btn-back{background:#f8f9fa;border:2px solid #e9ecef;color:#6c757d;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.profile-edit .edit-header .btn-back:hover{background:#e9ecef;border-color:#dee2e6;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.profile-edit .edit-header .btn-back svg{width:18px;height:18px}.profile-edit .edit-header h1{font-size:2rem;font-weight:700;color:#1d1d1d;margin:0}.profile-edit .edit-content .profile-edit-form{display:flex;flex-direction:column;gap:2rem}.profile-edit .edit-content .profile-edit-form .form-section{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0}.profile-edit .edit-content .profile-edit-form .form-section .section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#1d1d1d;margin:0 0 1rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.profile-edit .edit-content .profile-edit-form .form-section .section-title .section-icon{color:#667eea;width:24px;height:24px}.profile-edit .edit-content .profile-edit-form .form-section .section-description{color:#6b7280;font-size:.95rem;margin:0 0 1.5rem;font-style:italic}.profile-edit .edit-content .profile-edit-form .form-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group{display:flex;flex-direction:column;gap:.5rem}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group.full-width{grid-column:1/-1}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group label{font-weight:600;color:#374151;font-size:.95rem}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group input,.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group textarea{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fafbfc}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group input:focus,.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#ffffff;transform:translateY(-1px)}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group input::placeholder,.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group textarea::placeholder{color:#9ca3af;font-style:italic}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group textarea{resize:vertical;min-height:100px}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group .password-input-wrapper{position:relative;display:flex;align-items:center}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group .password-input-wrapper input{width:100%;padding-right:3rem}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group .password-input-wrapper .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group .password-input-wrapper .password-toggle:hover{color:#495057;background:rgba(0,0,0,.05)}.profile-edit .edit-content .profile-edit-form .form-section .form-grid .form-group .password-input-wrapper .password-toggle svg{width:18px;height:18px;background-color:transparent!important;border:none!important}.profile-edit .edit-content .profile-edit-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;padding:2rem;background:#f8f9fa;border-radius:16px;border:1px solid #e9ecef}.profile-edit .edit-content .profile-edit-form .form-actions .btn-cancel{background:#6c757d;border:none;color:#fff;padding:.875rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-edit .edit-content .profile-edit-form .form-actions .btn-cancel:hover{background:#5a6268;transform:translateY(-1px);box-shadow:0 4px 12px #6c757d4d}.profile-edit .edit-content .profile-edit-form .form-actions .btn-save{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;color:#fff;padding:.875rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:140px;justify-content:center}.profile-edit .edit-content .profile-edit-form .form-actions .btn-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #667eea66}.profile-edit .edit-content .profile-edit-form .form-actions .btn-save:disabled{opacity:.7;cursor:not-allowed}.profile-edit .edit-content .profile-edit-form .form-actions .btn-save svg{width:18px;height:18px;background-color:transparent!important;border:none!important}.profile-edit .edit-content .profile-edit-form .form-actions .btn-save .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.profile-edit{padding:1rem}.profile-edit .edit-header{flex-direction:column;align-items:flex-start;gap:1rem}.profile-edit .edit-header h1{font-size:1.5rem}.profile-edit .edit-content .profile-edit-form .form-section{padding:1.5rem}.profile-edit .edit-content .profile-edit-form .form-section .form-grid{grid-template-columns:1fr;gap:1rem}.profile-edit .edit-content .profile-edit-form .form-actions{flex-direction:column;padding:1.5rem}.profile-edit .edit-content .profile-edit-form .form-actions .btn-cancel,.profile-edit .edit-content .profile-edit-form .form-actions .btn-save{width:100%;justify-content:center}.image-upload-section{display:flex;align-items:flex-start;gap:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.image-upload-section .current-image{position:relative;flex-shrink:0}.image-upload-section .current-image .preview-image{width:80px!important;height:80px!important;border-radius:50%!important;object-fit:cover!important;border:3px solid #e9ecef!important;box-shadow:0 4px 12px #0000001a!important;display:block!important}.image-upload-section .current-image .image-overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;text-align:center;padding:.25rem;border-radius:0 0 50% 50%;font-size:.75rem;font-weight:500}.image-upload-section .upload-controls{flex:1;display:flex;flex-direction:column;gap:1rem}.image-upload-section .upload-controls .form-group .file-input{width:100%!important;padding:.75rem!important;border:2px solid #e5e7eb!important;border-radius:8px!important;background:white!important;cursor:pointer!important;transition:all .3s ease!important;font-size:.9rem!important;color:#495057!important;box-sizing:border-box!important}.image-upload-section .upload-controls .form-group .file-input:hover{border-color:#667eea!important;background:#f8f9ff!important}.image-upload-section .upload-controls .form-group .file-input:focus{outline:none!important;border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important}.image-upload-section .upload-controls .form-group .upload-hint{margin-top:.5rem;font-size:.875rem;color:#6c757d;margin-bottom:0}}@media (max-width: 768px) and (max-width: 768px){.image-upload-section{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.image-upload-section .current-image .preview-image{width:60px!important;height:60px!important}.image-upload-section .upload-controls{width:100%}}.seller-dashboard{min-height:100vh;background:#ffffff;padding:0}.seller-dashboard .dashboard-container{max-width:1200px;margin:0 auto;padding:20px;display:grid;grid-template-columns:300px 1fr;gap:30px}@media screen and (max-width: 768px){.seller-dashboard .dashboard-container{grid-template-columns:1fr;gap:20px;padding:15px}}.seller-dashboard .left-sidebar{display:flex;flex-direction:column;gap:20px}.seller-dashboard .left-sidebar .profile-card{background:white;border:1px solid #e4e5e7;border-radius:8px;padding:20px;text-align:center}.seller-dashboard .left-sidebar .profile-card .profile-image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 12px;display:block}.seller-dashboard .left-sidebar .profile-card .profile-name{font-size:18px;font-weight:600;color:#404145;margin-bottom:4px}.seller-dashboard .left-sidebar .profile-card .profile-username{font-size:14px;color:#74767e;margin-bottom:16px}.seller-dashboard .left-sidebar .profile-card .view-profile-btn{background:var(--green-color);color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;width:100%;transition:all .2s ease}.seller-dashboard .left-sidebar .profile-card .view-profile-btn:hover{background:#19a463}.seller-dashboard .left-sidebar .level-overview{background:white;border:1px solid #e4e5e7;border-radius:8px;padding:20px}.seller-dashboard .left-sidebar .level-overview h3{font-size:16px;font-weight:600;color:#404145;margin-bottom:16px}.seller-dashboard .left-sidebar .level-overview .level-stats{margin-bottom:16px}.seller-dashboard .left-sidebar .level-overview .level-stats .stat-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.seller-dashboard .left-sidebar .level-overview .level-stats .stat-item .stat-label{font-size:14px;color:#74767e}.seller-dashboard .left-sidebar .level-overview .level-stats .stat-item .stat-value{font-size:14px;font-weight:500;color:#404145}.seller-dashboard .left-sidebar .level-overview .view-progress-btn{background:var(--green-color);color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;width:100%;transition:all .2s ease}.seller-dashboard .left-sidebar .level-overview .view-progress-btn:hover{background:#19a463}.seller-dashboard .left-sidebar .availability-section{background:white;border:1px solid #e4e5e7;border-radius:8px;padding:20px}.seller-dashboard .left-sidebar .availability-section h3{font-size:16px;font-weight:600;color:#404145;margin-bottom:12px}.seller-dashboard .left-sidebar .availability-section p{font-size:14px;color:#74767e;line-height:1.4;margin-bottom:16px}.seller-dashboard .left-sidebar .availability-section .set-availability-btn{background:transparent;color:var(--green-color);border:1px solid var(--green-color);padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;width:100%;transition:all .2s ease}.seller-dashboard .left-sidebar .availability-section .set-availability-btn:hover{background:var(--green-color);color:#fff}.seller-dashboard .left-sidebar .earnings-section{background:white;border:1px solid #e4e5e7;border-radius:8px;padding:20px}.seller-dashboard .left-sidebar .earnings-section p{font-size:16px;color:#404145;font-weight:500}.seller-dashboard .left-sidebar .inbox-section{background:white;border:1px solid #e4e5e7;border-radius:8px;padding:20px}.seller-dashboard .left-sidebar .inbox-section .inbox-header{display:flex;justify-content:space-between;align-items:center}.seller-dashboard .left-sidebar .inbox-section .inbox-header span{font-size:16px;font-weight:600;color:#404145}.seller-dashboard .left-sidebar .inbox-section .inbox-header .view-all-link{font-size:14px;color:var(--green-color);text-decoration:none}.seller-dashboard .left-sidebar .inbox-section .inbox-header .view-all-link:hover{text-decoration:underline}.seller-dashboard .right-content{display:flex;flex-direction:column;gap:20px}.seller-dashboard .right-content .welcome-section h1{font-size:28px;font-weight:700;color:#404145;margin-bottom:8px}.seller-dashboard .right-content .welcome-section p{font-size:16px;color:#74767e;line-height:1.4}.seller-dashboard .right-content .verification-alert{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:16px}.seller-dashboard .right-content .verification-alert .alert-content{display:flex;justify-content:space-between;align-items:center}.seller-dashboard .right-content .verification-alert .alert-content .alert-text{display:flex;flex-direction:column}.seller-dashboard .right-content .verification-alert .alert-content .alert-text .alert-title{font-size:16px;font-weight:600;color:#856404;margin-bottom:4px}.seller-dashboard .right-content .verification-alert .alert-content .alert-text .alert-subtitle{font-size:14px;color:#856404}.seller-dashboard .right-content .verification-alert .alert-content .verify-btn{background:#404145;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.seller-dashboard .right-content .verification-alert .alert-content .verify-btn:hover{background:#2f2f2f}.seller-dashboard .right-content .seller-plus-card{background:white;border:1px solid #e4e5e7;border-radius:8px;padding:20px;display:flex;justify-content:space-between;align-items:center}.seller-dashboard .right-content .seller-plus-card .card-content{flex:1}.seller-dashboard .right-content .seller-plus-card .card-content h3{font-size:18px;font-weight:600;color:#404145;margin-bottom:8px}.seller-dashboard .right-content .seller-plus-card .card-content p{font-size:14px;color:#74767e;line-height:1.4}.seller-dashboard .right-content .seller-plus-card .card-actions{display:flex;gap:8px}.seller-dashboard .right-content .seller-plus-card .card-actions .close-btn,.seller-dashboard .right-content .seller-plus-card .card-actions .next-btn{background:transparent;border:1px solid #e4e5e7;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#74767e;transition:all .2s ease}.seller-dashboard .right-content .seller-plus-card .card-actions .close-btn:hover,.seller-dashboard .right-content .seller-plus-card .card-actions .next-btn:hover{background:#f5f5f5;border-color:#d0d0d0}.seller-dashboard .right-content .active-orders-section{background:white;border:1px solid #e4e5e7;border-radius:8px;padding:20px}.seller-dashboard .right-content .active-orders-section .orders-header{display:flex;justify-content:space-between;align-items:center}.seller-dashboard .right-content .active-orders-section .orders-header h2{font-size:20px;font-weight:600;color:#404145}.seller-dashboard .right-content .active-orders-section .orders-header .orders-dropdown{background:transparent;border:1px solid #e4e5e7;border-radius:4px;padding:8px 12px;font-size:14px;color:#404145;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.seller-dashboard .right-content .active-orders-section .orders-header .orders-dropdown:hover{border-color:#d0d0d0}.seller-dashboard .right-content .active-orders-section .orders-header .orders-dropdown .dropdown-arrow{font-size:12px;color:#74767e}.seller-dashboard .right-content .active-orders-section .recent-orders{margin-top:20px}.seller-dashboard .right-content .active-orders-section .recent-orders h4{font-size:16px;font-weight:600;color:#404145;margin-bottom:12px}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list{display:flex;flex-direction:column;gap:12px}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e4e5e7;border-radius:6px;transition:all .2s ease}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item:hover{border-color:var(--green-color);box-shadow:0 2px 8px #38a1691a}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item .order-info h5{font-size:14px;font-weight:500;color:#404145;margin-bottom:4px}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item .order-info p{font-size:12px;color:#74767e;margin-bottom:6px}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item .order-info .status{display:inline-block;padding:2px 6px;border-radius:3px;font-size:11px;font-weight:500;text-transform:capitalize}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item .order-info .status.pending{background:#fef5e7;color:#d69e2e}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item .order-info .status.in_progress{background:#e6fffa;color:#38a169}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item .order-info .status.delivered{background:#e6f3ff;color:#3182ce}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item .order-info .status.completed{background:#f0fff4;color:#38a169}.seller-dashboard .right-content .active-orders-section .recent-orders .orders-list .order-item .order-price{font-size:16px;font-weight:600;color:var(--green-color)}.seller-dashboard .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.seller-dashboard .modal-overlay .dismiss-modal{background:white;border-radius:8px;padding:24px;max-width:400px;width:90%;box-shadow:0 8px 32px #00000026}.seller-dashboard .modal-overlay .dismiss-modal h3{font-size:18px;font-weight:600;color:#404145;margin-bottom:12px}.seller-dashboard .modal-overlay .dismiss-modal p{font-size:14px;color:#74767e;line-height:1.4;margin-bottom:24px}.seller-dashboard .modal-overlay .dismiss-modal .modal-actions{display:flex;gap:12px;justify-content:flex-end}.seller-dashboard .modal-overlay .dismiss-modal .modal-actions .cancel-btn{background:white;color:#74767e;border:1px solid #e4e5e7;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.seller-dashboard .modal-overlay .dismiss-modal .modal-actions .cancel-btn:hover{background:#f5f5f5;border-color:#d0d0d0}.seller-dashboard .modal-overlay .dismiss-modal .modal-actions .dismiss-btn{background:#e74c3c;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.seller-dashboard .modal-overlay .dismiss-modal .modal-actions .dismiss-btn:hover{background:#c0392b}.notFound{height:40vh;display:flex;justify-content:center;align-items:center}.notFound .container{display:flex;gap:20px;align-items:center}.notFound .container h1{color:#ed0331;font-size:3.75rem;font-weight:800}@media screen and (max-width: 900px){.notFound .container h1{font-size:2.5rem}}.notFound .container .text h2{color:#1a202c;font-size:2rem;font-weight:800}@media screen and (max-width: 900px){.notFound .container .text h2{font-size:1.5rem}}.notFound .container .text p{padding:5px 0}.notifications-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:20px}.notifications-page .notifications-container{max-width:800px;margin:0 auto;background:white;border-radius:16px;box-shadow:0 10px 25px #0000001a;overflow:hidden}.notifications-page .notifications-header{display:flex;align-items:center;justify-content:space-between;padding:32px 40px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0}.notifications-page .notifications-header .header-content h1{margin:0 0 8px;font-size:28px;font-weight:700;color:#1a202c;letter-spacing:-.02em}.notifications-page .notifications-header .header-content p{margin:0;font-size:16px;color:#6b7280}.notifications-page .notifications-header .mark-all-read-btn{background:var(--green-color);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.notifications-page .notifications-header .mark-all-read-btn:hover:not(:disabled){background:#2f855a;transform:translateY(-1px)}.notifications-page .notifications-header .mark-all-read-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.notifications-page .notifications-tabs{display:flex;border-bottom:1px solid #e2e8f0;background:white}.notifications-page .notifications-tabs .tab{flex:1;background:none;border:none;padding:16px 24px;font-size:15px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent}.notifications-page .notifications-tabs .tab:hover{background:#f8f9fa;color:#2d3748}.notifications-page .notifications-tabs .tab.active{color:var(--green-color);border-bottom-color:var(--green-color);background:rgba(56,161,105,.05)}.notifications-page .notifications-content{min-height:400px}.notifications-page .notifications-content .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:20px}.notifications-page .notifications-content .loading-state .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid var(--green-color);border-radius:50%;animation:spin 1s linear infinite}.notifications-page .notifications-content .loading-state p{margin:0;color:#6b7280;font-size:16px}.notifications-page .notifications-content .notifications-list .notification-card{display:flex;align-items:flex-start;gap:20px;padding:24px 40px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .2s ease;position:relative}.notifications-page .notifications-content .notifications-list .notification-card:hover{background:#f8fafc}.notifications-page .notifications-content .notifications-list .notification-card.unread{background:rgba(56,161,105,.02);border-left:4px solid var(--green-color)}.notifications-page .notifications-content .notifications-list .notification-card.unread:before{content:"";position:absolute;top:24px;right:40px;width:12px;height:12px;background:var(--green-color);border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 4px #38a16933}.notifications-page .notifications-content .notifications-list .notification-card .notification-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);display:flex;align-items:center;justify-content:center;color:var(--green-color);flex-shrink:0;border:1px solid #e2e8f0}.notifications-page .notifications-content .notifications-list .notification-card .notification-details{flex:1;min-width:0}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-header .notification-title{margin:0;font-size:18px;font-weight:600;color:#1a202c;line-height:1.4}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-header .notification-time{font-size:14px;color:#9ca3af;font-weight:500}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-message{font-size:15px;color:#4a5568;line-height:1.5;margin-bottom:12px}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-meta{display:flex;flex-wrap:wrap;gap:12px}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-meta .meta-item{font-size:13px;color:#6b7280;background:#f1f5f9;padding:4px 8px;border-radius:6px;font-weight:500}.notifications-page .notifications-content .notifications-list .notification-card .notification-actions{display:flex;align-items:center;gap:8px}.notifications-page .notifications-content .notifications-list .notification-card .notification-actions .delete-btn{background:none;border:none;color:#a0aec0;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;opacity:0}.notifications-page .notifications-content .notifications-list .notification-card .notification-actions .delete-btn:hover:not(:disabled){background:#fed7d7;color:#e53e3e}.notifications-page .notifications-content .notifications-list .notification-card .notification-actions .delete-btn:disabled{opacity:.5;cursor:not-allowed}.notifications-page .notifications-content .notifications-list .notification-card:hover .delete-btn{opacity:1}.notifications-page .notifications-content .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:24px}.notifications-page .notifications-content .empty-state .empty-icon{color:#cbd5e0}.notifications-page .notifications-content .empty-state h3{margin:0;font-size:24px;font-weight:600;color:#2d3748}.notifications-page .notifications-content .empty-state p{margin:0;color:#6b7280;font-size:16px;text-align:center;max-width:400px}@media (max-width: 768px){.notifications-page{padding:12px}.notifications-page .notifications-container{border-radius:12px}.notifications-page .notifications-header{padding:24px 20px;flex-direction:column;gap:16px;align-items:flex-start}.notifications-page .notifications-header .header-content h1{font-size:24px}.notifications-page .notifications-header .header-content p{font-size:14px}.notifications-page .notifications-header .mark-all-read-btn{width:100%;padding:14px 24px}.notifications-page .notifications-tabs .tab{padding:12px 16px;font-size:14px}.notifications-page .notifications-content .notifications-list .notification-card{padding:20px;gap:16px}.notifications-page .notifications-content .notifications-list .notification-card .notification-icon{width:40px;height:40px}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-header{flex-direction:column;align-items:flex-start;gap:4px}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-header .notification-title{font-size:16px}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-header .notification-time{font-size:12px}.notifications-page .notifications-content .notifications-list .notification-card .notification-details .notification-message{font-size:14px}}.auth-success{min-height:100vh;background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%);display:flex;align-items:center;justify-content:center;padding:20px}.auth-success .success-container{background:white;border-radius:16px;padding:60px 40px;box-shadow:0 10px 25px #0000001a;text-align:center;max-width:500px;width:100%}.auth-success .success-container .success-icon{margin-bottom:24px;color:#38a169;display:flex;justify-content:center}.auth-success .success-container h1{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 16px}.auth-success .success-container p{font-size:16px;color:#718096;margin:0 0 32px;line-height:1.5}.auth-success .success-container .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #38A169;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@media screen and (max-width: 768px){.auth-success{padding:16px}.auth-success .success-container{padding:40px 24px}.auth-success .success-container h1{font-size:24px}.auth-success .success-container p{font-size:14px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-error{min-height:100vh;background:linear-gradient(135deg,#FFF0EE 0%,#FFE5E1 100%);display:flex;align-items:center;justify-content:center;padding:20px}.auth-error .error-container{background:white;border-radius:16px;padding:60px 40px;box-shadow:0 10px 25px #0000001a;text-align:center;max-width:500px;width:100%}.auth-error .error-container .error-icon{margin-bottom:24px;color:#e53e3e;display:flex;justify-content:center}.auth-error .error-container h1{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 16px}.auth-error .error-container p{font-size:16px;color:#718096;margin:0 0 16px;line-height:1.5}.auth-error .error-container .redirect-text{font-size:14px;color:#a0aec0;margin-bottom:32px!important}.auth-error .error-container .error-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.auth-error .error-container .error-actions .retry-btn,.auth-error .error-container .error-actions .register-btn{padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-block}.auth-error .error-container .error-actions .retry-btn{background:#38A169;color:#fff}.auth-error .error-container .error-actions .retry-btn:hover{background:#2F855A;transform:translateY(-1px)}.auth-error .error-container .error-actions .register-btn{background:transparent;color:#38a169;border:2px solid #38A169}.auth-error .error-container .error-actions .register-btn:hover{background:#38A169;color:#fff;transform:translateY(-1px)}@media screen and (max-width: 768px){.auth-error{padding:16px}.auth-error .error-container{padding:40px 24px}.auth-error .error-container h1{font-size:24px}.auth-error .error-container p{font-size:14px}.auth-error .error-container .error-actions{flex-direction:column;align-items:center}.auth-error .error-container .error-actions .retry-btn,.auth-error .error-container .error-actions .register-btn{width:100%;max-width:200px}}* .link{text-decoration:none;color:inherit}body{overflow-x:hidden}*{margin:0;padding:0;font-family:Roboto,sans-serif}:root{--green-color: #1dbf73;--white-color: #ffffff;--dark-green: #013914;--gray-color: #74767e}
