@import"https://fonts.googleapis.com/css2?family=Geo:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lobster&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1rem 0;background-color:#0a0a0a80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header.scrolled{background-color:#0a0a0ae6;box-shadow:0 4px 20px #0000004d}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo,.logo a{display:flex;align-items:center}.logo a{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navigation ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.navigation li{position:relative}.navigation a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;padding:.5rem 0;position:relative}.navigation a:hover{color:#00d8ff}.navigation a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#00d8ff,#7cff67);transition:width .3s ease}.navigation a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.create-client-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem 1rem;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none}.create-client-button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 15px #ffffff1a}.create-client-button i{font-size:1rem}.create-client-button span{display:inline-block}.login-button{background:linear-gradient(135deg,#00d8ff,#7cff67);border:none;border-radius:8px;padding:.5rem 1rem;color:#000;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none}.login-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00d8ff4d}.login-button i{font-size:1rem}.login-button span{display:inline-block}.mobile-login-item{display:none}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer}.mobile-menu-button span{display:block;height:2px;width:100%;background-color:#fff;transition:all .3s ease}.logo-image{height:40px;width:auto;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}@media (max-width: 768px){.header-container{gap:1rem}.navigation{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#0a0a0af2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:right .3s ease;padding:5rem 2rem;z-index:999}.navigation.active{right:0}.navigation ul{flex-direction:column;gap:1.5rem}.header-actions{display:none}.mobile-login-item{display:block;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-create-client-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1.5rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center;margin-bottom:.5rem}.mobile-create-client-button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 15px #ffffff1a}.mobile-create-client-button i{font-size:1.1rem}.mobile-login-button{background:linear-gradient(135deg,#00d8ff,#7cff67);border:none;border-radius:8px;padding:.75rem 1.5rem;color:#000;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center}.mobile-login-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00d8ff4d}.mobile-login-button i{font-size:1.1rem}.mobile-menu-button{display:flex;z-index:1000}.mobile-menu-button.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-menu-button.active span:nth-child(2){opacity:0}.mobile-menu-button.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}}.login-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:10000;padding:1rem;box-sizing:border-box}.login-modal{background:linear-gradient(135deg,#141414f2,#1e1e1ef2);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:100%;max-width:400px;box-shadow:0 20px 40px #00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;margin:auto}.login-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.login-modal-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin:0;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background-color:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.form-group input:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a;background-color:#ffffff1a}.form-group input::placeholder{color:#ffffff80}.form-group input:disabled{opacity:.6;cursor:not-allowed}.login-button{background:linear-gradient(135deg,#00d8ff,#7cff67);border:none;border-radius:8px;padding:.875rem 1.5rem;color:#000;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;position:relative;overflow:hidden}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-button i{font-size:1.1rem}.login-modal-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.login-modal-footer p{color:#ffffffb3;font-size:.85rem;margin:0}@media (max-width: 480px){.login-modal{padding:1.5rem;margin:1rem}.login-modal-header h2{font-size:1.25rem}.form-group input{padding:.625rem .875rem}.login-button{padding:.75rem 1.25rem}}.client-creator-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:10000;padding:1rem;box-sizing:border-box}.client-creator-modal{background:linear-gradient(135deg,#141414f2,#1e1e1ef2);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;margin:auto}.client-creator-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.client-creator-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin:0;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.close-button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-button:hover{background-color:#ffffff1a;transform:scale(1.1)}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;gap:1rem}.step{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;color:#ffffff80;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease}.step.active{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000}.step-line{width:60px;height:2px;background-color:#ffffff1a;transition:all .3s ease}.step-line.active{background:linear-gradient(90deg,#00d8ff,#7cff67)}.client-creator-form,.form-step{display:flex;flex-direction:column;gap:1.5rem}.form-step h3{color:#fff;font-size:1.25rem;font-weight:600;margin:0 0 1rem;text-align:center}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background-color:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a;background-color:#ffffff1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group select option{background-color:#1a1a1a;color:#fff}.next-button,.back-button,.create-button{background:linear-gradient(135deg,#00d8ff,#7cff67);border:none;border-radius:8px;padding:.875rem 1.5rem;color:#000;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;position:relative;overflow:hidden}.next-button:hover:not(:disabled),.back-button:hover:not(:disabled),.create-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}.next-button:disabled,.back-button:disabled,.create-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.back-button{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.back-button:hover:not(:disabled){background:#fff3;box-shadow:0 8px 25px #ffffff1a}.next-button i,.back-button i,.create-button i{font-size:1.1rem}.loading-spinner{width:20px;height:20px;border:2px solid rgba(0,0,0,.3);border-top:2px solid #000;border-radius:50%;animation:spin 1s linear infinite}.error-message{background-color:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center}.success-message{background-color:#34c7591a;border:1px solid rgba(52,199,89,.3);color:#34c759;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center}.form-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:1rem}.form-actions .back-button,.form-actions .create-button{flex:1;margin-top:0}@media (max-width: 768px){.client-creator-modal{padding:1.5rem;margin:1rem;max-width:100%}.client-creator-header h2{font-size:1.25rem}.form-row{grid-template-columns:1fr}.form-group input,.form-group select,.form-group textarea{padding:.625rem .875rem}.next-button,.back-button,.create-button{padding:.75rem 1.25rem}.form-actions{flex-direction:column}.form-actions .back-button,.form-actions .create-button{width:100%}}@media (max-width: 480px){.client-creator-modal{padding:1rem}.step-indicator{gap:.5rem}.step{width:35px;height:35px;font-size:.9rem}.step-line{width:40px}}.aurora-container{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:0;pointer-events:none;overflow:hidden}.text-rotate{display:flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.pixelated-image-card{background-color:transparent;color:var(--color-primary, #fff);border-radius:15px;border:none;width:80vw;max-width:100%;position:relative;overflow:hidden}.pixelated-image-card__default,.pixelated-image-card__active,.pixelated-image-card__pixels{width:100%;height:100%;position:absolute;top:0;left:0}.pixelated-image-card__default,.pixelated-image-card__active{display:flex;align-items:center;justify-content:center;text-align:center;font-family:Geo,sans-serif;padding:1rem}.pixelated-image-card__default h2,.pixelated-image-card__default p{font-size:3rem;margin:0}.pixelated-image-card__active{font-size:1.5rem;margin:0;z-index:2;display:none}.pixelated-image-card:hover .pixelated-image-card__default{display:none}.pixelated-image-card__pixels{pointer-events:none;position:absolute;z-index:3;top:0;left:0;width:100%;height:100%}.pixelated-image-card__pixel{display:none;position:absolute}@media (max-width:500px){.pixelated-image-card:hover .pixelated-image-card__default{display:block}.pixelated-image-card__default h2{font-size:2rem}}@font-face{font-family:Riosark;src:url(/fonts/riosarkregular-zpglb.otf) format("opentype");font-weight:400;font-style:normal}._homeSection_1yp32_12{position:relative;width:99vw;height:100vh;overflow:hidden;background:var(--bg-color)}._centerContent_1yp32_21{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2}._companyName_1yp32_31{font-size:15rem;font-family:Riosark,sans-serif;color:var(--text-color);background:linear-gradient(45deg,#00d8ff,#7cff67,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}._rotatingContainer_1yp32_42{display:inline-flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:1rem}._staticWord_1yp32_50{font-family:Geo,cursive;font-size:5rem;color:var(--text-color)}._highlightWord_1yp32_56{font-family:Geo,cursive;background-color:#229270;color:#000;padding:.2rem .5rem;font-size:3.5rem;border-radius:4px}._clientTextSection_1yp32_66{position:absolute;left:25%;top:80%;transform:translateY(-50%);width:50%;text-align:left;z-index:2;padding:1rem;border-radius:8px}._reviewsSection_1yp32_79{position:relative;z-index:2;margin-top:3rem;text-align:center}._reviewsHeading_1yp32_86{font-size:2.5rem;color:var(--text-color);margin-top:5rem;margin-bottom:1rem}._reviewsSubheading_1yp32_93{font-size:1.2rem;color:var(--secondary-text-color);margin-bottom:2rem}._circularGallerySection_1yp32_100{position:relative;width:100%;height:320px;margin-top:.1rem;z-index:2}@media (max-width: 500px){._homeSection_1yp32_12{width:100vw;height:100vh}._centerContent_1yp32_21{width:90vw}._rotatingContainer_1yp32_42{flex-direction:column;align-items:center;transition:5s ease-in-out}._staticWord_1yp32_50{font-size:3rem}._companyName_1yp32_31{font-size:5.5rem}._highlightWord_1yp32_56{font-size:2rem}._clientTextSection_1yp32_66{margin-top:-100px;width:80%;left:10%}}.infinite-scroll-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;overscroll-behavior:none;height:100vh}.infinite-scroll-container{display:flex;flex-direction:column;overscroll-behavior:contain;padding-inline:1rem;cursor:grab;transform-origin:center center}.infinite-scroll-item{--accent-color: #ffffff;border-radius:15px;display:flex;align-items:center;justify-content:center;padding:1rem;font-size:1.25rem;font-weight:600;text-align:center;border:2px solid var(--accent-color);-webkit-user-select:none;user-select:none;box-sizing:border-box;position:relative;background:transparent}._aboutSection_ehdlc_3{position:relative;width:100%;min-height:80vh;display:flex;align-items:center;justify-content:space-between;padding:2rem;gap:1rem;background:var(--bg-color)}._leftText_ehdlc_16{flex:1;color:#fff;text-align:left;font-family:Geo,sans-serif;margin-top:25rem}._leftText_ehdlc_16 h2{font-size:2.5rem;line-height:1.3;margin:0}._rightText_ehdlc_31{flex-shrink:0;min-width:300px;text-align:left;font-family:Geo,sans-serif;margin-top:-33rem}._rightText_ehdlc_31 h3{font-size:3rem;color:#7cff67}._rightText_ehdlc_31 p{font-size:1.5rem;line-height:1.4;margin:0}._highlight_ehdlc_51{color:#7cff67;font-weight:700}._infinite-scroll-item_ehdlc_57{font-family:Geo,sans-serif;font-size:1.2rem;color:#ccc;border:1px solid #888;background:#fff}._scrollImage_ehdlc_66{display:block;width:100%;max-height:100%;margin:0 auto;object-fit:contain}._imgCont_ehdlc_75,._curlitBox_ehdlc_76,._stoMain_ehdlc_77,._trucks_ehdlc_78{background-color:#fff;color:#123456;font-family:Geo,sans-serif;font-size:3rem;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%}._linkWrapper_ehdlc_92{display:block;width:100%;height:100%;text-decoration:none;color:inherit}@media (max-width: 500px){._aboutSection_ehdlc_3{padding-top:-40%;width:100vw;flex-direction:column-reverse}._leftText_ehdlc_16,._rightText_ehdlc_31{margin:0}}.plans-section{padding:7rem 0;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);position:relative;overflow:hidden}.animated-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.animated-bg-circle{position:absolute;border-radius:50%;filter:blur(50px);z-index:-1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#fff;position:relative;display:inline-block;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#00d8ff,#7cff67);border-radius:3px}.section-header p{font-size:1.1rem;color:#ccc;max-width:600px;margin:0 auto}.plans-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;perspective:1000px}.plan-card{background:#191919cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem 2rem;box-shadow:0 10px 30px #0003,0 1px 3px #0000001a,0 20px 40px #00d8ff0d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);height:100%;display:flex;flex-direction:column;transform-style:preserve-3d}.plan-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0000004d,0 15px 35px #00d8ff1a}.plan-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#00d8ff,#7cff67);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.plan-card:hover:before{transform:scaleX(1)}.plan-card-popular{border:2px solid rgba(0,216,255,.3);transform:scale(1.03);z-index:1;box-shadow:0 15px 35px #00d8ff26,0 5px 15px #0003}.plan-card-popular:hover{transform:scale(1.05) translateY(-10px)}.plan-card-popular:before{background:linear-gradient(90deg,#00d8ff,#7cff67);height:5px;transform:scaleX(1)}.popular-badge{position:absolute;top:12px;right:-30px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;padding:5px 40px;font-size:.8rem;font-weight:600;transform:rotate(45deg);box-shadow:0 2px 10px #00d8ff4d;z-index:2}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff;position:relative;display:inline-block}.plan-price{margin-bottom:1.5rem;position:relative}.price{font-size:3rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.period{font-size:1rem;color:#aaa}.plan-description{font-size:.95rem;color:#ccc;margin-bottom:1.5rem;line-height:1.5}.plan-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.plan-features li{display:flex;align-items:center;margin-bottom:.8rem;font-size:.95rem;transition:transform .3s ease;color:#ddd}.plan-features li:hover{transform:translate(5px)}.feature-icon{margin-right:10px;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;transition:all .3s ease}.included .feature-icon{color:#7cff67;background-color:#7cff671a}.excluded .feature-icon{color:#ff6767;background-color:#ff67671a}.excluded .feature-name{color:#777;text-decoration:line-through}.plan-button{background:#ffffff1a;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;font-size:1rem;position:relative;overflow:hidden;z-index:1}.plan-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff3;z-index:-1;transition:transform .6s cubic-bezier(.165,.84,.44,1);transform:scaleX(0);transform-origin:right}.plan-button:hover:before{transform:scaleX(1);transform-origin:left}.plan-button:hover{box-shadow:0 4px 12px #0000004d}.plan-button-popular{background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000}.plan-button-popular:before{background:linear-gradient(90deg,#00c6e6,#6be85c)}.plan-button-popular:hover{box-shadow:0 4px 12px #00d8ff4d}@media (max-width: 768px){.plans-container{grid-template-columns:1fr;max-width:400px;margin:0 auto}.plan-card-popular{transform:scale(1);order:-1}.plan-card-popular:hover{transform:translateY(-10px)}.section-header h2{font-size:2rem}.animated-bg-circle{opacity:.03!important}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.included:hover .feature-icon{animation:pulse 1s infinite}@keyframes glow{0%{box-shadow:0 0 5px #00d8ff4d}50%{box-shadow:0 0 20px #00d8ff80,0 0 30px #7cff674d}to{box-shadow:0 0 5px #00d8ff4d}}.plan-card-popular:hover{animation:glow 2s infinite}.booking-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.booking-modal{background:#1a1a1a;border-radius:16px;padding:2.5rem;width:100%;max-width:550px;position:relative;box-shadow:0 25px 50px #0000004d,0 0 30px #00d8ff33;border:1px solid rgba(255,255,255,.1);overflow:hidden}.booking-modal:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#00d8ff,#7cff67)}.close-modal{position:absolute;top:15px;right:15px;background:none;border:none;color:#ccc;font-size:1.5rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-modal:hover{background:#ffffff1a;color:#fff;transform:rotate(90deg)}.booking-modal h2{font-size:1.8rem;margin-bottom:.5rem;color:#fff;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.booking-modal p{margin-bottom:1.5rem;color:#ccc}.booking-modal p strong{color:#fff;font-weight:600}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.5rem;color:#ddd;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00d8ff80;box-shadow:0 0 0 2px #00d8ff33;background:#ffffff12}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.submit-booking{width:100%;padding:.9rem 1.5rem;border-radius:8px;border:none;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:1rem;position:relative;overflow:hidden}.submit-booking:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#00c6e6,#6be85c);z-index:-1;transition:transform .6s cubic-bezier(.165,.84,.44,1);transform:scaleX(0);transform-origin:right}.submit-booking:hover{box-shadow:0 4px 12px #00d8ff4d}.submit-booking:hover:before{transform:scaleX(1);transform-origin:left}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.booking-modal{padding:1.5rem;max-width:100%;height:auto;max-height:90vh;overflow-y:auto}.booking-modal h2{font-size:1.5rem}}.submit-status{padding:12px;border-radius:8px;margin-bottom:20px;font-weight:500;text-align:center}.submit-status.success{background-color:#7cff671a;color:#7cff67;border:1px solid rgba(124,255,103,.3)}.submit-status.error{background-color:#ff67671a;color:#ff6767;border:1px solid rgba(255,103,103,.3)}.submit-booking:disabled{opacity:.7;cursor:not-allowed}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-booking.loading:after{content:"";display:inline-block;width:16px;height:16px;border:2px solid rgba(0,0,0,.3);border-radius:50%;border-top-color:#000;animation:spin 1s ease-in-out infinite;margin-left:8px;vertical-align:middle}._testimoniesSection_17x0l_3{position:relative;width:100%;min-height:60vh;background:var(--bg-color);padding:4rem 2rem;color:#fff;text-align:center;font-family:Geo,sans-serif}._title_17x0l_15{font-size:3rem;margin-bottom:1rem}._highlight_17x0l_21{color:#7cff67}._description_17x0l_26{max-width:900px;margin:0 auto 3rem;font-size:1.2rem;color:#ccc;line-height:1.6}._cardsContainer_17x0l_35{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}._testimonyCard_17x0l_43{background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1rem;width:550px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px #0003;text-align:left;position:relative;transition:transform .3s ease,box-shadow .3s ease;border-color:#fff}._testimonyGradient_17x0l_59{height:8px;width:100%;background:linear-gradient(90deg,#4b6cb7,#182848)}._testimonyCard_17x0l_43:hover{transform:scale(1.05);box-shadow:0 6px 16px #0006}._cardContent_17x0l_71{padding:1.5rem}._clientName_17x0l_76{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}._clientRole_17x0l_84{font-size:1.75rem;color:#7cff67;margin-bottom:1rem}._clientText_17x0l_91{font-size:1.25rem;line-height:1.5;color:#ccc}._contactSection_djcge_4{width:100%;padding:6rem 2rem;background:var(--bg-color);color:var(--text-color);font-family:Poppins,sans-serif;position:relative;overflow:hidden}._bgElement_djcge_15{position:absolute;border-radius:50%;background:linear-gradient(135deg,#00d8ff0d,#7cff670d);z-index:0;animation:_float_djcge_1 15s infinite ease-in-out}._bgElement_djcge_15:nth-child(1){width:300px;height:300px;top:-100px;left:-100px;animation-delay:0s}._bgElement_djcge_15:nth-child(2){width:200px;height:200px;bottom:10%;right:5%;animation-delay:-5s}._bgElement_djcge_15:nth-child(3){width:150px;height:150px;bottom:-50px;left:30%;animation-delay:-10s}@keyframes _float_djcge_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}._contactContainer_djcge_57{display:flex;flex-direction:row;max-width:1200px;margin:0 auto;gap:3rem;position:relative;z-index:1}._leftBlock_djcge_68{background:#212121b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1;min-width:300px;padding:3rem;border-radius:16px;position:relative;box-shadow:0 10px 30px #0003;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;justify-content:center}._contactTitle_djcge_83{font-size:2.5rem;margin-bottom:1.5rem;position:relative;font-weight:700}._contactTitle_djcge_83:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:var(--accent-color);border-radius:2px}._contactTitle_djcge_83 span{color:var(--accent-color);position:relative}._contactDescription_djcge_106{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:var(--secondary-text-color)}._contactInfo_djcge_113{margin-top:2rem}._contactInfoItem_djcge_117{display:flex;align-items:center;margin-bottom:1.5rem}._contactInfoIcon_djcge_123{width:40px;height:40px;border-radius:50%;background:#00d8ff1a;display:flex;align-items:center;justify-content:center;margin-right:1rem;color:var(--accent-color);font-size:1.2rem}._contactInfoText_djcge_136{font-size:1rem}._contactInfoText_djcge_136 a{color:var(--text-color);text-decoration:none;transition:color .3s}._contactInfoText_djcge_136 a:hover{color:var(--accent-color)}._rightBlock_djcge_151{background:#181818b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1.5;min-width:400px;padding:3rem;border-radius:16px;position:relative;box-shadow:0 10px 30px #0003;border:1px solid rgba(255,255,255,.05)}._contactForm_djcge_163{display:flex;flex-direction:column;gap:1.5rem}._inputGroup_djcge_169{display:flex;gap:1.5rem;margin-bottom:.5rem}._inputBox_djcge_175{position:relative;flex:1;min-height:60px}._inputField_djcge_181{width:100%;height:100%;background:#111111b3;border:2px solid rgba(51,51,51,.7);color:var(--text-color);padding:.75rem 1rem;font-size:1rem;outline:none;transition:all .3s;border-radius:8px;resize:none}._inputField_djcge_181:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #00d8ff33}._inputLabel_djcge_200{position:absolute;top:.75rem;left:1rem;font-size:.9rem;color:#888;pointer-events:none;transition:.3s;padding:0 5px}._inputField_djcge_181:focus+._inputLabel_djcge_200,._inputField_djcge_181:not(:placeholder-shown)+._inputLabel_djcge_200{top:-12px;left:10px;font-size:.75rem;background:#181818e6;color:var(--accent-color)}._textareaBox_djcge_220{height:150px}._sendButton_djcge_224{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;font-weight:600;text-transform:uppercase;border:none;padding:1rem 2rem;cursor:pointer;border-radius:8px;transition:all .3s;align-self:flex-start;font-size:1rem;letter-spacing:1px;position:relative;overflow:hidden}._sendButton_djcge_224:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}._sendButton_djcge_224:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00d8ff4d}._sendButton_djcge_224:hover:before{left:100%}._sendButton_djcge_224:active{transform:translateY(0)}._sendButton_djcge_224:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}._feedbackMessage_djcge_272{margin-top:20px;padding:15px;border-radius:8px;text-align:center;font-weight:500;animation:_fadeIn_djcge_1 .5s ease-in-out}@keyframes _fadeIn_djcge_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._success_djcge_292{background-color:#7cff671a;color:#7cff67;border:1px solid rgba(124,255,103,.3)}._error_djcge_298{background-color:#ff67671a;color:#ff6767;border:1px solid rgba(255,103,103,.3)}@media (max-width: 992px){._contactContainer_djcge_57{flex-direction:column}._leftBlock_djcge_68,._rightBlock_djcge_151{min-width:100%}}@media (max-width: 768px){._contactSection_djcge_4{padding:4rem 1.5rem}._leftBlock_djcge_68,._rightBlock_djcge_151{padding:2rem}._inputGroup_djcge_169{flex-direction:column;gap:1rem}._contactTitle_djcge_83{font-size:2rem}}@media (max-width: 480px){._leftBlock_djcge_68,._rightBlock_djcge_151{padding:1.5rem}._sendButton_djcge_224{width:100%}}._portfolioSection_967fk_1{padding:120px 0;background-color:#121212;color:#fff;position:relative;overflow:hidden}._portfolioSection_967fk_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 10%,rgba(0,216,255,.03) 0%,transparent 50%),radial-gradient(circle at 90% 90%,rgba(124,255,103,.03) 0%,transparent 50%);pointer-events:none}._container_967fk_21{max-width:1200px;margin:0 auto;padding:0 20px}._sectionHeader_967fk_27{text-align:center;margin-bottom:60px}._sectionTitle_967fk_32{font-size:3rem;font-weight:700;margin-bottom:20px;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:inline-block}._sectionTitle_967fk_32 span{background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._sectionDescription_967fk_49{font-size:1.1rem;color:#aaa;max-width:700px;margin:0 auto;line-height:1.6}._portfolioFilters_967fk_58{display:flex;justify-content:center;gap:15px;margin-bottom:40px;flex-wrap:wrap}._filterButton_967fk_66{padding:10px 25px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:30px;color:#ccc;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}._filterButton_967fk_66:hover{background:#ffffff1a;color:#fff}._filterButton_967fk_66._active_967fk_83{background:linear-gradient(90deg,#00d8ff33,#7cff6733);border:1px solid rgba(0,216,255,.3);color:#fff;box-shadow:0 5px 15px #00d8ff26}._portfolioGrid_967fk_91{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-bottom:80px}._portfolioItem_967fk_98{background:#1e1e1e80;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0003;transition:all .4s ease;cursor:pointer;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}._portfolioItem_967fk_98:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000004d}._portfolioItem_967fk_98:hover ._portfolioImage_967fk_115{transform:scale(1.05)}._portfolioImageContainer_967fk_119{position:relative;height:240px;overflow:hidden}._portfolioImage_967fk_115{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}._featuredBadge_967fk_132{position:absolute;top:15px;right:15px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;font-size:.8rem;font-weight:600;padding:5px 12px;border-radius:20px;z-index:2}._portfolioContent_967fk_145{padding:25px}._portfolioTitle_967fk_149{font-size:1.4rem;font-weight:600;margin-bottom:8px;color:#fff}._portfolioCategory_967fk_156{font-size:.9rem;color:#aaa;margin-bottom:15px}._viewDetails_967fk_162{display:flex;align-items:center;gap:8px;color:#00d8ff;font-size:.95rem;font-weight:500;transition:all .3s ease}._viewDetails_967fk_162 i{transition:transform .3s ease}._portfolioItem_967fk_98:hover ._viewDetails_967fk_162 i{transform:translate(5px)}._loadingContainer_967fk_181{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}._loader_967fk_189{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_967fk_1 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_967fk_1{to{transform:rotate(360deg)}}._portfolioCta_967fk_206{text-align:center;padding:60px 30px;background:linear-gradient(135deg,#00d8ff1a,#7cff671a);border-radius:20px;margin-top:50px;border:1px solid rgba(255,255,255,.05)}._portfolioCta_967fk_206 h2{font-size:2.2rem;margin-bottom:15px;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._portfolioCta_967fk_206 p{font-size:1.1rem;color:#aaa;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}._ctaButton_967fk_232{display:inline-flex;align-items:center;gap:10px;padding:15px 35px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;font-size:1.1rem;font-weight:600;border-radius:30px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 20px #00d8ff33}._ctaButton_967fk_232:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00d8ff4d}._ctaButton_967fk_232 i{transition:transform .3s ease}._ctaButton_967fk_232:hover i{transform:translate(5px)}._modalOverlay_967fk_261{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modalContent_967fk_276{background:#1a1a1a;border-radius:15px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 50px #0000004d;border:1px solid rgba(255,255,255,.05)}._closeButton_967fk_288{position:absolute;top:20px;right:20px;background:#ffffff1a;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:1.5rem;z-index:10;transition:all .3s ease}._closeButton_967fk_288:hover{background:#fff3;transform:rotate(90deg)}._modalGrid_967fk_312{display:grid;grid-template-columns:1fr 1fr;gap:30px}._modalImageContainer_967fk_318{height:100%;overflow:hidden;border-radius:15px 0 0 15px}._modalImage_967fk_318{width:100%;height:100%;object-fit:cover}._modalDetails_967fk_330{padding:40px 40px 40px 10px}._modalTitle_967fk_334{font-size:2rem;font-weight:700;margin-bottom:10px;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._modalCategory_967fk_343{font-size:1rem;color:#aaa;margin-bottom:30px;display:inline-block;padding:5px 15px;background:#ffffff0d;border-radius:20px}._modalDescription_967fk_353 h3,._modalTechnologies_967fk_354 h3{font-size:1.2rem;margin-bottom:15px;color:#00d8ff}._modalDescription_967fk_353 p{font-size:1rem;line-height:1.6;color:#ccc;margin-bottom:30px}._techTags_967fk_367{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}._techTag_967fk_367{padding:8px 15px;background:#00d8ff1a;border:1px solid rgba(0,216,255,.2);border-radius:20px;font-size:.9rem;color:#ccc}._demoButton_967fk_383{display:inline-flex;align-items:center;gap:10px;padding:12px 25px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;font-size:1rem;font-weight:600;border-radius:30px;text-decoration:none;transition:all .3s ease}._demoButton_967fk_383:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00d8ff33}@media (max-width: 992px){._modalGrid_967fk_312{grid-template-columns:1fr}._modalImageContainer_967fk_318{border-radius:15px 15px 0 0;height:300px}._modalDetails_967fk_330{padding:30px}}@media (max-width: 768px){._portfolioSection_967fk_1{padding:80px 0}._sectionTitle_967fk_32{font-size:2.5rem}._portfolioGrid_967fk_91{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}._portfolioCta_967fk_206 h2{font-size:1.8rem}}@media (max-width: 576px){._sectionTitle_967fk_32{font-size:2rem}._portfolioGrid_967fk_91{grid-template-columns:1fr}._portfolioFilters_967fk_58{gap:10px}._filterButton_967fk_66{padding:8px 15px;font-size:.85rem}._portfolioCta_967fk_206{padding:40px 20px}._ctaButton_967fk_232{padding:12px 25px;font-size:1rem}}._footer_19owp_1{background-color:#121212;color:#fff;padding:60px 0 30px;position:relative;overflow:hidden}._footerContainer_19owp_9{max-width:1200px;margin:0 auto;padding:0 20px}._footerTop_19owp_15{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:50px;gap:40px}._footerLogo_19owp_23{display:flex;align-items:center;margin-bottom:1rem}._footerLogo_19owp_23 img{max-width:200px;height:40px;object-fit:contain;margin-right:1rem}._footerLogo_19owp_23 h3{font-size:24px;font-weight:600;margin:0;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._footerLinks_19owp_45{display:flex;flex-wrap:wrap;gap:60px}._linkColumn_19owp_51 h4{font-size:18px;margin-bottom:20px;font-weight:600;color:#fff;position:relative}._linkColumn_19owp_51 h4:after{content:"";position:absolute;left:0;bottom:-8px;width:30px;height:2px;background:linear-gradient(90deg,#00d8ff,#7cff67)}._linkColumn_19owp_51 ul{list-style:none;padding:0;margin:0}._linkColumn_19owp_51 li{margin-bottom:12px}._linkColumn_19owp_51 a{color:#aaa;text-decoration:none;transition:color .3s;font-size:14px}._linkColumn_19owp_51 a:hover{color:#00d8ff}._footerBottom_19owp_90{padding-top:30px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}._footerBottom_19owp_90 p{color:#777;font-size:14px;margin:0}._footerBottomLinks_19owp_106{display:flex;gap:20px}._footerBottomLinks_19owp_106 a{color:#777;text-decoration:none;font-size:14px;transition:color .3s}._footerBottomLinks_19owp_106 a:hover{color:#00d8ff}._phoneLink_19owp_122{display:flex;align-items:center;gap:8px}._phoneLink_19owp_122 i{font-size:16px;color:#00d8ff}._phoneLink_19owp_122:hover{color:#00d8ff}._phoneLink_19owp_122:hover i{transform:scale(1.1);transition:transform .2s ease}@media (max-width: 768px){._footerTop_19owp_15{flex-direction:column;gap:30px}._footerLinks_19owp_45{gap:30px}._footerBottom_19owp_90{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){._footerLinks_19owp_45{flex-direction:column;gap:30px}}._loginContainer_164x5_1{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#121212,#1e1e1e);padding:20px}._loginBox_164x5_10{width:100%;max-width:450px;background:#1e1e1ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:40px;box-shadow:0 10px 30px #0000004d;border:1px solid rgba(255,255,255,.05)}._logoContainer_164x5_21{text-align:center;margin-bottom:30px}._logo_164x5_21{width:80px;height:auto;margin-bottom:15px}._logoContainer_164x5_21 h1{font-size:24px;color:#fff;margin:0;font-weight:600}._loginForm_164x5_39{display:flex;flex-direction:column;gap:20px}._inputGroup_164x5_45{display:flex;flex-direction:column;gap:8px}._inputGroup_164x5_45 label{font-size:14px;color:#ccc}._inputGroup_164x5_45 input{padding:12px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;font-size:16px;transition:all .3s}._inputGroup_164x5_45 input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px #00d8ff33}._loginButton_164x5_72{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;font-weight:600;padding:14px;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:all .3s;margin-top:10px}._loginButton_164x5_72:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00d8ff4d}._loginButton_164x5_72:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}._errorMessage_164x5_97{background-color:#ff67671a;color:#ff6767;border:1px solid rgba(255,103,103,.3);padding:12px;border-radius:8px;text-align:center;font-size:14px}._footer_164x5_107{margin-top:40px;text-align:center;color:#666;font-size:12px}._footer_164x5_107 p{margin:5px 0}._dashboardContainer_1fmlh_1{display:flex;min-height:100vh;background-color:#121212;color:#fff}._sidebar_1fmlh_9{width:70px;background-color:#1a1a1a;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;transition:width .3s ease;overflow-x:hidden;overflow-y:auto;position:relative}._sidebar_1fmlh_9:hover{width:260px}._sidebar_1fmlh_9 ._logo_1fmlh_25 h2,._sidebar_1fmlh_9 ._navItem_1fmlh_26 span,._sidebar_1fmlh_9 ._userInfo_1fmlh_27,._sidebar_1fmlh_9 ._signOutButton_1fmlh_28 span{opacity:0;transition:opacity .2s;white-space:nowrap}._sidebar_1fmlh_9:hover ._logo_1fmlh_25 h2,._sidebar_1fmlh_9:hover ._navItem_1fmlh_26 span,._sidebar_1fmlh_9:hover ._userInfo_1fmlh_27,._sidebar_1fmlh_9:hover ._signOutButton_1fmlh_28 span{opacity:1}._logo_1fmlh_25{display:flex;align-items:center;gap:10px}._logo_1fmlh_25 img{width:30px;height:30px}._logo_1fmlh_25 h2{margin:0;font-size:18px;font-weight:600;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}._toggleButton_1fmlh_62{display:none}._sidebarHeader_1fmlh_66{padding:20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05);min-height:70px}._sidebarNav_1fmlh_75{padding:20px 0;flex:1;overflow-y:auto;overflow-x:hidden}._navItem_1fmlh_26{display:flex;align-items:center;padding:12px 20px;color:#ccc;text-decoration:none;transition:all .2s;margin-bottom:5px}._navItem_1fmlh_26:hover{background:#ffffff0d;color:#fff}._navItem_1fmlh_26._active_1fmlh_97{background:linear-gradient(90deg,#00d8ff1a,#7cff670d);color:#fff;border-left:3px solid #00d8ff}._navItem_1fmlh_26 i{font-size:20px;margin-right:15px;min-width:20px;text-align:center;display:flex;align-items:center;justify-content:center}._sidebarFooter_1fmlh_113{padding:20px;border-top:1px solid rgba(255,255,255,.05)}._userInfo_1fmlh_27{display:flex;align-items:center;margin-bottom:15px}._userAvatar_1fmlh_124{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#00d8ff,#7cff67);display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:10px}._userDetails_1fmlh_136{overflow:hidden}._userDetails_1fmlh_136 h4{margin:0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}._userDetails_1fmlh_136 p{margin:0;font-size:12px;color:#ccc}._signOutButton_1fmlh_28{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;cursor:pointer;transition:all .2s;position:relative}._sidebar_1fmlh_9:not(:hover) ._signOutButton_1fmlh_28{padding:10px 0;width:40px;height:40px;margin:0 auto;display:flex;align-items:center;justify-content:center}._signOutButton_1fmlh_28 i{margin-right:10px;font-size:18px;display:flex;align-items:center;justify-content:center}._sidebar_1fmlh_9:not(:hover) ._signOutButton_1fmlh_28 i{margin-right:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._signOutButton_1fmlh_28:hover{background:#ff67671a;color:#ff6767}._mainContent_1fmlh_202{flex:1;display:flex;flex-direction:column;overflow:hidden}._topBar_1fmlh_209{display:flex;align-items:center;justify-content:space-between;padding:15px 30px;border-bottom:1px solid rgba(255,255,255,.05)}._mobileMenuButton_1fmlh_217{display:none;background:transparent;border:none;color:#ccc;font-size:24px;cursor:pointer}._pageTitle_1fmlh_226{font-size:20px;font-weight:500}._topBarActions_1fmlh_231{display:flex;gap:15px}._createClientButton_1fmlh_236{display:flex;align-items:center;gap:8px;padding:8px 15px;border-radius:8px;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:all .2s}._createClientButton_1fmlh_236:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00d8ff4d}._createClientButton_1fmlh_236 i{font-size:1rem}._viewSiteButton_1fmlh_260{display:flex;align-items:center;gap:8px;padding:8px 15px;border-radius:8px;background:#00d8ff1a;color:#00d8ff;text-decoration:none;transition:all .2s}._viewSiteButton_1fmlh_260:hover{background:#00d8ff33}._contentArea_1fmlh_276{flex:1;padding:30px;overflow-y:auto;position:relative}._loadingContainer_1fmlh_284{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#121212;color:#fff}._spinner_1fmlh_294{width:50px;height:50px;border:4px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_1fmlh_294 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_1fmlh_294{to{transform:rotate(360deg)}}@media (max-width: 992px){._sidebar_1fmlh_9{width:260px;position:fixed;top:0;left:0;height:100%;z-index:1000;transform:translate(0);transition:transform .3s ease}._sidebar_1fmlh_9._collapsed_1fmlh_323{transform:translate(-100%)}._sidebar_1fmlh_9 ._logo_1fmlh_25 h2,._sidebar_1fmlh_9 ._navItem_1fmlh_26 span,._sidebar_1fmlh_9 ._userInfo_1fmlh_27,._sidebar_1fmlh_9 ._signOutButton_1fmlh_28 span{opacity:1}._toggleButton_1fmlh_62{display:flex}._mobileMenuButton_1fmlh_217{display:block}._mainContent_1fmlh_202{margin-left:0}}@media (max-width: 576px){._topBar_1fmlh_209{padding:15px}._contentArea_1fmlh_276{padding:20px 15px}._pageTitle_1fmlh_226{font-size:18px}._viewSiteButton_1fmlh_260 span{display:none}}._dashboardHomeContainer_1lwau_1{display:flex;flex-direction:column;gap:30px}._welcomeCard_1lwau_7{background:linear-gradient(135deg,#00d8ff1a,#7cff671a);border-radius:12px;padding:25px;border:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}._welcomeInfo_1lwau_17 h2{font-size:24px;margin:0 0 10px;font-weight:500;color:#fff}._welcomeInfo_1lwau_17 p{font-size:16px;color:#ccc;margin:0;max-width:600px}._welcomeActions_1lwau_31{display:flex;gap:15px}._actionButton_1lwau_36{display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;cursor:pointer;transition:all .2s;text-decoration:none;font-size:14px}._actionButton_1lwau_36:hover{background:#00d8ff1a;transform:translateY(-2px)}._actionButton_1lwau_36 i{font-size:18px}._statsGrid_1lwau_60{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}._statCard_1lwau_66{background:#1e1e1eb3;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.05);transition:transform .3s,box-shadow .3s}._statCard_1lwau_66:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}._statHeader_1lwau_79{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}._statTitle_1lwau_86{font-size:14px;color:#ccc;margin:0}._statIcon_1lwau_92{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}._statIcon_1lwau_92 i{font-size:20px}._bookingsIcon_1lwau_105{background:#00d8ff1a;color:#00d8ff}._contactsIcon_1lwau_110{background:#7cff671a;color:#7cff67}._visitsIcon_1lwau_115{background:#ff67ff1a;color:#ff67ff}._conversionIcon_1lwau_120{background:#ffc1671a;color:#ffc167}._statValue_1lwau_125{font-size:28px;font-weight:600;color:#fff;margin:0}._statChange_1lwau_132{display:flex;align-items:center;gap:5px;font-size:12px;margin-top:5px}._positive_1lwau_140{color:#7cff67}._negative_1lwau_144{color:#ff6767}._neutral_1lwau_148{color:#ccc}._recentActivityGrid_1lwau_152{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._activityCard_1lwau_158{background:#1e1e1eb3;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.05);height:100%}._activityHeader_1lwau_166{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._activityHeader_1lwau_166 h3{font-size:18px;margin:0;font-weight:500;color:#fff}._viewAllLink_1lwau_180{font-size:14px;color:#00d8ff;text-decoration:none;display:flex;align-items:center;gap:5px}._viewAllLink_1lwau_180:hover{text-decoration:underline}._activityList_1lwau_193{display:flex;flex-direction:column;gap:15px}._activityItem_1lwau_199{display:flex;gap:15px;padding:15px;border-radius:8px;background:#0003;transition:transform .2s}._activityItem_1lwau_199:hover{transform:translate(5px)}._activityItemIcon_1lwau_212{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._bookingIcon_1lwau_222{background:#00d8ff1a;color:#00d8ff}._contactIcon_1lwau_227{background:#7cff671a;color:#7cff67}._activityItemInfo_1lwau_232{flex:1}._activityItemTitle_1lwau_236{font-size:16px;margin:0 0 5px;color:#fff}._activityItemMeta_1lwau_242{display:flex;justify-content:space-between;align-items:center}._activityItemDate_1lwau_248{font-size:12px;color:#ccc}._activityItemStatus_1lwau_253{font-size:12px;padding:3px 8px;border-radius:12px}._pending_1lwau_259{background:#ffc1671a;color:#ffc167}._confirmed_1lwau_264{background:#00d8ff1a;color:#00d8ff}._completed_1lwau_269{background:#7cff671a;color:#7cff67}._cancelled_1lwau_274{background:#ff67671a;color:#ff6767}._responded_1lwau_279{background:#00d8ff1a;color:#00d8ff}._resolved_1lwau_284{background:#7cff671a;color:#7cff67}._spam_1lwau_289{background:#ff67671a;color:#ff6767}._emptyState_1lwau_294{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center}._emptyState_1lwau_294 i{font-size:40px;color:#333;margin-bottom:15px}._emptyState_1lwau_294 p{color:#777;margin:0}._loadingContainer_1lwau_315{display:flex;flex-direction:column;justify-content:center;align-items:center;height:300px}._spinner_1lwau_323{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_1lwau_323 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_1lwau_323{to{transform:rotate(360deg)}}@media (max-width: 1200px){._statsGrid_1lwau_60{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){._recentActivityGrid_1lwau_152{grid-template-columns:1fr}._welcomeCard_1lwau_7{flex-direction:column;align-items:flex-start;gap:20px}._welcomeActions_1lwau_31{width:100%}}@media (max-width: 768px){._statsGrid_1lwau_60{grid-template-columns:1fr}._actionButton_1lwau_36{flex:1;justify-content:center}}._bookingsContainer_1ag67_1{display:flex;flex-direction:column;gap:20px}._bookingsHeader_1ag67_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._searchFilter_1ag67_14{display:flex;gap:15px;align-items:center}._searchBox_1ag67_20{position:relative}._searchBox_1ag67_20 i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#777}._searchBox_1ag67_20 input{padding:10px 10px 10px 35px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;font-size:14px;width:250px}._searchBox_1ag67_20 input:focus{outline:none;border-color:#00d8ff}._filterBox_1ag67_47{display:flex;align-items:center;gap:10px}._filterBox_1ag67_47 label{font-size:14px;color:#ccc}._filterBox_1ag67_47 select{padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;font-size:14px}._refreshButton_1ag67_67 button{display:flex;align-items:center;gap:5px;padding:10px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;cursor:pointer;transition:all .2s}._refreshButton_1ag67_67 button:hover{background:#00d8ff1a;color:#fff}._bookingsTable_1ag67_85{width:100%;overflow-x:auto;background:#1e1e1eb3;border-radius:12px;border:1px solid rgba(255,255,255,.05)}._bookingsTable_1ag67_85 table{width:100%;border-collapse:collapse}._bookingsTable_1ag67_85 th{padding:15px;text-align:left;font-weight:500;color:#ccc;border-bottom:1px solid rgba(255,255,255,.05)}._bookingsTable_1ag67_85 td{padding:15px;border-bottom:1px solid rgba(255,255,255,.05)}._bookingsTable_1ag67_85 tr:last-child td{border-bottom:none}._bookingsTable_1ag67_85 tbody tr{transition:background .2s}._bookingsTable_1ag67_85 tbody tr:hover{background:#0003}._statusBadge_1ag67_123{display:inline-block;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:500}._pending_1ag67_131{background:#ffaa001a;color:#fa0;border:1px solid rgba(255,170,0,.3)}._confirmed_1ag67_137{background:#00d8ff1a;color:#00d8ff;border:1px solid rgba(0,216,255,.3)}._completed_1ag67_143{background:#7cff671a;color:#7cff67;border:1px solid rgba(124,255,103,.3)}._cancelled_1ag67_149{background:#ff67671a;color:#ff6767;border:1px solid rgba(255,103,103,.3)}._actionButtons_1ag67_155{display:flex;gap:10px}._viewButton_1ag67_160,._statusButton_1ag67_160{width:32px;height:32px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._viewButton_1ag67_160:hover,._statusButton_1ag67_160:hover{background:#00d8ff1a;color:#00d8ff}._statusDropdown_1ag67_179{position:relative}._dropdownContent_1ag67_183{position:absolute;right:0;top:40px;background:#1a1a1a;border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 5px 15px #0000004d;width:180px;z-index:10;display:none}._statusDropdown_1ag67_179:hover ._dropdownContent_1ag67_183{display:block}._dropdownContent_1ag67_183 button{width:100%;text-align:left;padding:10px 15px;border:none;background:none;color:#ccc;cursor:pointer;transition:all .2s}._dropdownContent_1ag67_183 button:hover{background:#0003;color:#fff}._dropdownContent_1ag67_183 button:first-child{border-radius:8px 8px 0 0}._dropdownContent_1ag67_183 button:last-child{border-radius:0 0 8px 8px}._pagination_1ag67_224{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}._pagination_1ag67_224 button{display:flex;align-items:center;gap:5px;padding:8px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;cursor:pointer;transition:all .2s}._pagination_1ag67_224 button:hover:not(:disabled){background:#00d8ff1a;color:#fff}._pagination_1ag67_224 button:disabled{opacity:.5;cursor:not-allowed}._pagination_1ag67_224 span{font-size:14px;color:#ccc}._emptyState_1ag67_260{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;background:#1e1e1eb3;border-radius:12px;border:1px solid rgba(255,255,255,.05)}._emptyState_1ag67_260 i{font-size:48px;color:#444;margin-bottom:20px}._emptyState_1ag67_260 p{color:#777;margin:5px 0}._modalOverlay_1ag67_283{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}._modal_1ag67_283{background:#1a1a1a;border-radius:12px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}._modalHeader_1ag67_306{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.05)}._modalHeader_1ag67_306 h2{margin:0;font-size:20px;font-weight:500}._closeButton_1ag67_320{background:none;border:none;color:#ccc;font-size:24px;cursor:pointer;transition:color .2s}._closeButton_1ag67_320:hover{color:#fff}._modalContent_1ag67_333{padding:20px}._bookingInfo_1ag67_337{display:flex;flex-direction:column;gap:30px}._infoGroup_1ag67_343{border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:20px}._infoGroup_1ag67_343:last-child{border-bottom:none}._infoGroup_1ag67_343 h3{font-size:16px;font-weight:500;margin:0 0 15px;color:#00d8ff}._infoRow_1ag67_359{display:flex;margin-bottom:10px}._infoRow_1ag67_359 span:first-child{width:120px;color:#ccc;font-weight:500}._messageBox_1ag67_370{background:#0003;border-radius:8px;padding:15px;color:#ccc;white-space:pre-wrap;max-height:150px;overflow-y:auto}._modalActions_1ag67_380{margin-top:20px}._statusButtons_1ag67_384{display:flex;gap:10px;flex-wrap:wrap}._statusActionButton_1ag67_390{padding:8px 15px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;cursor:pointer;transition:all .2s}._statusActionButton_1ag67_390:hover{background:#00d8ff1a}._statusActionButton_1ag67_390._active_1ag67_404{background:#00d8ff33;color:#00d8ff;border-color:#00d8ff4d}._loadingContainer_1ag67_411{display:flex;flex-direction:column;justify-content:center;align-items:center;height:300px}._spinner_1ag67_419{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_1ag67_419 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_1ag67_419{to{transform:rotate(360deg)}}@media (max-width: 992px){._bookingsHeader_1ag67_7{flex-direction:column;align-items:flex-start;gap:15px}._searchFilter_1ag67_14,._searchBox_1ag67_20 input{width:100%}._refreshButton_1ag67_67{align-self:flex-end}}@media (max-width: 768px){._searchFilter_1ag67_14{flex-direction:column;align-items:flex-start}._searchBox_1ag67_20,._filterBox_1ag67_47,._searchBox_1ag67_20 input,._filterBox_1ag67_47 select{width:100%}._bookingInfo_1ag67_337{gap:20px}._infoRow_1ag67_359{flex-direction:column}._infoRow_1ag67_359 span:first-child{width:100%;margin-bottom:5px}}._actionsCell_1ag67_485{position:relative}._actionsDropdown_1ag67_489{position:absolute;right:0;top:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 5px 15px #0000004d;z-index:100;min-width:150px;overflow:visible;transform:translateY(-50%)}._actionsDropdown_1ag67_489 button{display:block;width:100%;text-align:left;padding:10px 15px;background:none;border:none;color:#ccc;cursor:pointer;transition:background .2s}._actionsDropdown_1ag67_489 button:hover{background:#00d8ff1a;color:#fff}._actionsButton_1ag67_520{background:none;border:none;color:#ccc;cursor:pointer;padding:5px;border-radius:4px;transition:background .2s}._actionsButton_1ag67_520:hover{background:#ffffff0d;color:#fff}._tableContainer_1ag67_536{position:relative;overflow:visible}._bookingsTable_1ag67_85{width:100%;border-collapse:collapse;overflow-x:auto;display:block}@media (min-width: 992px){._bookingsTable_1ag67_85{display:table}}._contactsContainer_xlt7w_1{display:flex;flex-direction:column;gap:20px}._contactsHeader_xlt7w_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._searchFilter_xlt7w_14{display:flex;gap:15px;align-items:center}._searchBox_xlt7w_20{position:relative}._searchBox_xlt7w_20 i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#777}._searchBox_xlt7w_20 input{padding:10px 10px 10px 35px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;font-size:14px;width:250px}._searchBox_xlt7w_20 input:focus{outline:none;border-color:#00d8ff}._filterBox_xlt7w_47{display:flex;align-items:center;gap:10px}._filterBox_xlt7w_47 label{font-size:14px;color:#ccc}._filterBox_xlt7w_47 select{padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;font-size:14px}._refreshButton_xlt7w_67 button{display:flex;align-items:center;gap:5px;padding:10px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;cursor:pointer;transition:all .2s}._refreshButton_xlt7w_67 button:hover{background:#00d8ff1a;color:#fff}._contactsTable_xlt7w_85{width:100%;background:#1e1e1eb3;border-radius:12px;border:1px solid rgba(255,255,255,.05);overflow-x:auto;display:block}._contactsTable_xlt7w_85 table{width:100%;border-collapse:collapse}._contactsTable_xlt7w_85 th{padding:15px;text-align:left;font-weight:500;color:#ccc;border-bottom:1px solid rgba(255,255,255,.05)}._contactsTable_xlt7w_85 td{padding:15px;border-bottom:1px solid rgba(255,255,255,.05)}._contactsTable_xlt7w_85 tr:last-child td{border-bottom:none}._contactsTable_xlt7w_85 tbody tr{transition:background .2s}._contactsTable_xlt7w_85 tbody tr:hover{background:#0003}._statusBadge_xlt7w_125{display:inline-block;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:500}._pending_xlt7w_133{background:#ffaa001a;color:#fa0;border:1px solid rgba(255,170,0,.3)}._responded_xlt7w_139{background:#00d8ff1a;color:#00d8ff;border:1px solid rgba(0,216,255,.3)}._resolved_xlt7w_145{background:#7cff671a;color:#7cff67;border:1px solid rgba(124,255,103,.3)}._spam_xlt7w_151{background:#ff67671a;color:#ff6767;border:1px solid rgba(255,103,103,.3)}._actionButtons_xlt7w_157{display:flex;gap:10px}._viewButton_xlt7w_162,._statusButton_xlt7w_162{width:32px;height:32px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._viewButton_xlt7w_162:hover,._statusButton_xlt7w_162:hover{background:#00d8ff1a;color:#00d8ff}._statusDropdown_xlt7w_181{position:relative}._dropdownContent_xlt7w_185{position:absolute;right:0;top:40px;background:#1a1a1a;border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 5px 15px #0000004d;width:180px;z-index:10;display:none}._statusDropdown_xlt7w_181:hover ._dropdownContent_xlt7w_185{display:block}._dropdownContent_xlt7w_185 button{width:100%;text-align:left;padding:10px 15px;border:none;background:none;color:#ccc;cursor:pointer;transition:all .2s}._dropdownContent_xlt7w_185 button:hover{background:#0003;color:#fff}._dropdownContent_xlt7w_185 button:first-child{border-radius:8px 8px 0 0}._dropdownContent_xlt7w_185 button:last-child{border-radius:0 0 8px 8px}._pagination_xlt7w_226{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}._pagination_xlt7w_226 button{display:flex;align-items:center;gap:5px;padding:8px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;cursor:pointer;transition:all .2s}._pagination_xlt7w_226 button:hover:not(:disabled){background:#00d8ff1a;color:#fff}._pagination_xlt7w_226 button:disabled{opacity:.5;cursor:not-allowed}._pagination_xlt7w_226 span{font-size:14px;color:#ccc}._emptyState_xlt7w_262{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;background:#1e1e1eb3;border-radius:12px;border:1px solid rgba(255,255,255,.05)}._emptyState_xlt7w_262 i{font-size:48px;color:#444;margin-bottom:20px}._emptyState_xlt7w_262 p{color:#777;margin:5px 0}._modalOverlay_xlt7w_285{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}._modal_xlt7w_285{background:#1a1a1a;border-radius:12px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}._modalHeader_xlt7w_308{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.05)}._modalHeader_xlt7w_308 h2{margin:0;font-size:20px;font-weight:500}._closeButton_xlt7w_322{background:none;border:none;color:#ccc;font-size:24px;cursor:pointer;transition:color .2s}._closeButton_xlt7w_322:hover{color:#fff}._modalContent_xlt7w_335{padding:20px}._contactInfo_xlt7w_339{display:flex;flex-direction:column;gap:30px}._infoGroup_xlt7w_345{border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:20px}._infoGroup_xlt7w_345:last-child{border-bottom:none}._infoGroup_xlt7w_345 h3{font-size:16px;font-weight:500;margin:0 0 15px;color:#00d8ff}._infoRow_xlt7w_361{display:flex;margin-bottom:10px}._infoRow_xlt7w_361 span:first-child{width:120px;color:#ccc;font-weight:500}._messageBox_xlt7w_372{background:#0003;border-radius:8px;padding:15px;color:#ccc;white-space:pre-wrap;max-height:150px;overflow-y:auto}._modalActions_xlt7w_382{margin-top:20px}._statusButtons_xlt7w_386{display:flex;gap:10px;flex-wrap:wrap}._statusActionButton_xlt7w_392{padding:8px 15px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;cursor:pointer;transition:all .2s}._statusActionButton_xlt7w_392:hover{background:#00d8ff1a}._statusActionButton_xlt7w_392._active_xlt7w_406{background:#00d8ff33;color:#00d8ff;border-color:#00d8ff4d}._loadingContainer_xlt7w_413{display:flex;flex-direction:column;justify-content:center;align-items:center;height:300px}._spinner_xlt7w_421{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_xlt7w_421 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_xlt7w_421{to{transform:rotate(360deg)}}@media (max-width: 992px){._contactsHeader_xlt7w_7{flex-direction:column;align-items:flex-start;gap:15px}._searchFilter_xlt7w_14,._searchBox_xlt7w_20 input{width:100%}._refreshButton_xlt7w_67{align-self:flex-end}}@media (max-width: 768px){._searchFilter_xlt7w_14{flex-direction:column;align-items:flex-start}._searchBox_xlt7w_20,._filterBox_xlt7w_47,._searchBox_xlt7w_20 input,._filterBox_xlt7w_47 select{width:100%}._contactInfo_xlt7w_339{gap:20px}._infoRow_xlt7w_361{flex-direction:column}._infoRow_xlt7w_361 span:first-child{width:100%;margin-bottom:5px}}._actionsCell_xlt7w_487{position:relative}._actionsDropdown_xlt7w_491{position:absolute;right:0;top:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 5px 15px #0000004d;z-index:100;min-width:150px;overflow:visible;transform:translateY(-50%)}._actionsDropdown_xlt7w_491 button{display:block;width:100%;text-align:left;padding:10px 15px;background:none;border:none;color:#ccc;cursor:pointer;transition:background .2s}._actionsDropdown_xlt7w_491 button:hover{background:#00d8ff1a;color:#fff}._actionsButton_xlt7w_522{background:none;border:none;color:#ccc;cursor:pointer;padding:5px;border-radius:4px;transition:background .2s}._actionsButton_xlt7w_522:hover{background:#ffffff0d;color:#fff}._tableContainer_xlt7w_538{position:relative;overflow:visible}@media (min-width: 992px){._contactsTable_xlt7w_85{display:table}}._statsContainer_t8otl_1{display:flex;flex-direction:column;gap:30px}._statsHeader_t8otl_7{display:flex;justify-content:space-between;align-items:center}._statsHeader_t8otl_7 h2{margin:0;font-size:24px;font-weight:500}._dateRange_t8otl_19 select{padding:10px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;font-size:14px}._overviewCards_t8otl_28{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}._statCard_t8otl_34{background:#1e1e1eb3;border-radius:12px;padding:20px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.05);transition:transform .3s,box-shadow .3s}._statCard_t8otl_34:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}._statIcon_t8otl_49{width:50px;height:50px;border-radius:10px;background:#00d8ff1a;display:flex;align-items:center;justify-content:center;margin-right:15px}._statIcon_t8otl_49 i{font-size:24px;color:#00d8ff}._statInfo_t8otl_65{flex:1}._statInfo_t8otl_65 h3{font-size:14px;color:#ccc;margin:0 0 5px;font-weight:400}._statValue_t8otl_76{font-size:24px;font-weight:600;color:#fff}._statsGrid_t8otl_82{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._statsRow_t8otl_88{display:flex;flex-direction:column}._statsCard_t8otl_93{background:#1e1e1eb3;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.05);height:100%;display:flex;flex-direction:column}._statsCard_t8otl_93 h3{font-size:18px;margin:0 0 20px;font-weight:500;color:#fff}._tableContainer_t8otl_110{overflow-x:auto;flex:1}._tableContainer_t8otl_110 table{width:100%;border-collapse:collapse}._tableContainer_t8otl_110 th{padding:12px 15px;text-align:left;font-weight:500;color:#ccc;border-bottom:1px solid rgba(255,255,255,.05)}._tableContainer_t8otl_110 td{padding:12px 15px;border-bottom:1px solid rgba(255,255,255,.05)}._tableContainer_t8otl_110 tr:last-child td{border-bottom:none}._chartContainer_t8otl_137{flex:1;display:flex;align-items:flex-end;padding-top:20px;height:250px}._barChart_t8otl_145{display:flex;justify-content:space-between;align-items:flex-end;width:100%;height:200px}._barContainer_t8otl_153{display:flex;flex-direction:column;align-items:center;flex:1}._bar_t8otl_145{width:20px;background:linear-gradient(to top,#00d8ff,#7cff67);border-radius:4px 4px 0 0;transition:height .5s}._barLabel_t8otl_167{margin-top:10px;font-size:12px;color:#ccc}._deviceStats_t8otl_173{display:flex;flex-direction:column;gap:20px}._deviceItem_t8otl_179{display:flex;align-items:center}._deviceIcon_t8otl_184{width:40px;height:40px;border-radius:8px;background:#00d8ff1a;display:flex;align-items:center;justify-content:center;margin-right:15px}._deviceIcon_t8otl_184 i{font-size:20px;color:#00d8ff}._deviceInfo_t8otl_200{flex:1}._deviceInfo_t8otl_200 h4{font-size:14px;margin:0 0 8px;font-weight:500;color:#fff}._progressBar_t8otl_211{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:5px}._progress_t8otl_211{height:100%;background:linear-gradient(to right,#00d8ff,#7cff67);border-radius:3px}._devicePercentage_t8otl_225{font-size:12px;color:#ccc;text-align:right}._conversionContainer_t8otl_231{display:flex;gap:20px;height:100%}._conversionRate_t8otl_237{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0003;border-radius:12px;padding:20px;flex:1}._conversionValue_t8otl_248{font-size:48px;font-weight:600;color:#00d8ff;margin-bottom:10px}._conversionLabel_t8otl_255{font-size:14px;color:#ccc}._conversionInfo_t8otl_260{flex:2;display:flex;flex-direction:column;justify-content:space-between}._conversionInfo_t8otl_260 p{color:#ccc;font-size:14px;line-height:1.5;margin:0 0 20px;display:flex;align-items:flex-start;gap:10px}._conversionInfo_t8otl_260 p i{color:#00d8ff;font-size:18px}._conversionActions_t8otl_282{display:flex;gap:10px}._actionButton_t8otl_287{display:flex;align-items:center;gap:5px;padding:10px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ccc;cursor:pointer;transition:all .2s}._actionButton_t8otl_287:hover{background:#00d8ff1a;color:#fff}._loadingContainer_t8otl_306{display:flex;flex-direction:column;justify-content:center;align-items:center;height:300px}._spinner_t8otl_314{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_t8otl_314 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_t8otl_314{to{transform:rotate(360deg)}}@media (max-width: 1200px){._overviewCards_t8otl_28{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){._statsGrid_t8otl_82{grid-template-columns:1fr}._conversionContainer_t8otl_231{flex-direction:column}}@media (max-width: 768px){._overviewCards_t8otl_28{grid-template-columns:1fr}._barChart_t8otl_145{height:150px}._bar_t8otl_145{width:15px}._barLabel_t8otl_167{font-size:10px}}._settingsContainer_11roa_1{display:flex;flex-direction:column;gap:30px}._message_11roa_7{padding:15px;border-radius:8px;display:flex;align-items:center;gap:10px;margin-bottom:10px}._message_11roa_7 i{font-size:20px}._success_11roa_20{background:#7cff671a;color:#7cff67;border:1px solid rgba(124,255,103,.3)}._error_11roa_26{background:#ff67671a;color:#ff6767;border:1px solid rgba(255,103,103,.3)}._settingsGrid_11roa_32{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}._settingsCard_11roa_38{background:#1e1e1eb3;border-radius:12px;padding:25px;border:1px solid rgba(255,255,255,.05)}._settingsCard_11roa_38 h2{font-size:20px;margin:0 0 25px;font-weight:500;color:#fff}._settingsForm_11roa_52{display:flex;flex-direction:column;gap:20px}._formGroup_11roa_58{display:flex;flex-direction:column;gap:8px}._formGroup_11roa_58 label{font-size:14px;color:#ccc}._formGroup_11roa_58 input{padding:12px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;font-size:14px}._formGroup_11roa_58 input:focus{outline:none;border-color:#00d8ff}._formDivider_11roa_83{position:relative;text-align:center;margin:15px 0}._formDivider_11roa_83:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#ffffff1a}._formDivider_11roa_83 span{position:relative;background:#1a1a1a;padding:0 15px;font-size:14px;color:#ccc}._saveButton_11roa_107{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;font-weight:600;padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:all .3s;margin-top:10px}._saveButton_11roa_107:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00d8ff4d}._saveButton_11roa_107:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}._notificationSettings_11roa_132{display:flex;flex-direction:column;gap:15px}._notificationItem_11roa_138{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#0003;border-radius:8px}._notificationInfo_11roa_147{flex:1}._notificationInfo_11roa_147 h4{font-size:16px;margin:0 0 5px;font-weight:500;color:#fff}._notificationInfo_11roa_147 p{font-size:14px;color:#ccc;margin:0}._toggle_11roa_164{position:relative;width:50px;height:26px}._toggle_11roa_164 input{opacity:0;width:0;height:0}._toggle_11roa_164 label{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ffffff1a;transition:.4s;border-radius:34px}._toggle_11roa_164 label:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}._toggle_11roa_164 input:checked+label{background-color:#00d8ff}._toggle_11roa_164 input:checked+label:before{transform:translate(24px)}._loadingContainer_11roa_209{display:flex;flex-direction:column;justify-content:center;align-items:center;height:300px}._spinner_11roa_217{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_11roa_217 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_11roa_217{to{transform:rotate(360deg)}}@media (max-width: 992px){._settingsGrid_11roa_32{grid-template-columns:1fr}}@media (max-width: 768px){._notificationItem_11roa_138{flex-direction:column;align-items:flex-start;gap:15px}._toggle_11roa_164{align-self:flex-start}}._container_1mzvb_1{padding:20px;height:100%}._header_1mzvb_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}._header_1mzvb_6 h1{font-size:1.8rem;color:#fff;margin:0}._addButton_1mzvb_19{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(90deg,#00d8ff,#7cff67);border:none;border-radius:8px;color:#000;font-weight:600;cursor:pointer}._addButton_1mzvb_19 i{font-size:1.2rem}._projectsGrid_1mzvb_37{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}._projectCard_1mzvb_43{background:#ffffff0d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}._projectCard_1mzvb_43:hover{transform:translateY(-5px)}._projectCard_1mzvb_43 img{width:100%;height:180px;object-fit:cover}._projectInfo_1mzvb_61{padding:15px}._projectInfo_1mzvb_61 h3{margin:0 0 5px;color:#fff;font-size:1.1rem}._projectInfo_1mzvb_61 p{color:#aaa;margin:0;font-size:.9rem}._featuredBadge_1mzvb_77{display:inline-block;padding:4px 8px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;border-radius:4px;font-size:.8rem;font-weight:600;margin-top:8px}._projectActions_1mzvb_88{display:flex;gap:10px;padding:15px;border-top:1px solid rgba(255,255,255,.1)}._projectActions_1mzvb_88 button{background:#ffffff1a;border:none;border-radius:6px;padding:8px;color:#fff;cursor:pointer;transition:background .3s ease}._projectActions_1mzvb_88 button:hover{background:#fff3}._modalOverlay_1mzvb_110{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modal_1mzvb_110{background:#13151a;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1)}._modalHeader_1mzvb_134{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}._modalHeader_1mzvb_134 h2{margin:0;color:#fff}._modalHeader_1mzvb_134 button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:5px}._formGrid_1mzvb_156{padding:20px;display:grid;gap:20px}._formGroup_1mzvb_162{display:flex;flex-direction:column;gap:8px}._formGroup_1mzvb_162 label{color:#fff;font-size:.9rem}._formGroup_1mzvb_162 input,._formGroup_1mzvb_162 select,._formGroup_1mzvb_162 textarea{padding:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:1rem}._formGroup_1mzvb_162 textarea{min-height:120px;resize:vertical}._checkboxLabel_1mzvb_189{display:flex;align-items:center;gap:8px;cursor:pointer}._imageUpload_1mzvb_196{display:flex;flex-direction:column;gap:10px}._imagePreview_1mzvb_202{width:100%;height:200px;background:#ffffff0d;border-radius:8px;overflow:hidden}._imagePreview_1mzvb_202 img{width:100%;height:100%;object-fit:cover}._modalActions_1mzvb_216{padding:20px;display:flex;gap:10px;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.1)}._cancelButton_1mzvb_224,._saveButton_1mzvb_225{padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer}._cancelButton_1mzvb_224{background:#ffffff1a;border:none;color:#fff}._saveButton_1mzvb_225{background:linear-gradient(90deg,#00d8ff,#7cff67);border:none;color:#000}._saveButton_1mzvb_225:disabled{opacity:.7;cursor:not-allowed}._feedback_1mzvb_249{margin:20px;padding:12px;border-radius:6px;text-align:center}._feedback_1mzvb_249._success_1mzvb_256{background:#7cff671a;color:#7cff67}._feedback_1mzvb_249._error_1mzvb_261{background:#ff67671a;color:#ff6767}@media (max-width: 768px){._projectsGrid_1mzvb_37{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}._modal_1mzvb_110{margin:10px}}@media (max-width: 480px){._header_1mzvb_6{flex-direction:column;align-items:flex-start;gap:15px}._projectsGrid_1mzvb_37{grid-template-columns:1fr}._modalActions_1mzvb_216{flex-direction:column}._modalActions_1mzvb_216 button{width:100%}}._clientManager_1duge_1{padding:0}._clientManagerHeader_1duge_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}._clientManagerHeader_1duge_5 h2{margin:0;font-size:1.5rem;font-weight:600;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._clientStats_1duge_24{display:flex;gap:1.5rem}._stat_1duge_29{text-align:center;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);min-width:80px}._statNumber_1duge_38{display:block;font-size:1.5rem;font-weight:700;color:#00d8ff;margin-bottom:.25rem}._statLabel_1duge_46{font-size:.8rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}._filters_1duge_53{display:flex;gap:1rem;margin-bottom:2rem;align-items:center}._searchBox_1duge_60{position:relative;flex:1;max-width:400px}._searchBox_1duge_60 i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#ffffff80;font-size:1.1rem}._searchBox_1duge_60 input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:.9rem;transition:all .3s ease}._searchBox_1duge_60 input:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._searchBox_1duge_60 input::placeholder{color:#ffffff80}._statusFilter_1duge_96{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:.9rem;cursor:pointer;transition:all .3s ease}._statusFilter_1duge_96:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._statusFilter_1duge_96 option{background:#1a1a1a;color:#fff}._clientsTable_1duge_118{background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.1);overflow:hidden}._clientsTable_1duge_118 table{width:100%;border-collapse:collapse}._clientsTable_1duge_118 th{background:#ffffff0d;padding:1rem;text-align:left;font-weight:600;color:#fffc;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.1)}._clientsTable_1duge_118 td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle}._clientsTable_1duge_118 tr:hover{background:#ffffff05}._clientName_1duge_152{display:flex;align-items:center;gap:.75rem}._avatar_1duge_158{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#00d8ff,#7cff67);display:flex;align-items:center;justify-content:center;font-weight:600;color:#000;font-size:.9rem}._fullName_1duge_171{font-weight:600;color:#fff;margin-bottom:.25rem}._phone_1duge_177{font-size:.8rem;color:#fff9}._emailLink_1duge_182{color:#00d8ff;text-decoration:none;transition:color .3s ease}._emailLink_1duge_182:hover{color:#7cff67}._companyInfo_1duge_192{display:flex;align-items:center;gap:.5rem}._companyName_1duge_198{font-weight:500;color:#fff}._websiteLink_1duge_203{color:#fff9;text-decoration:none;transition:color .3s ease}._websiteLink_1duge_203:hover{color:#00d8ff}._statusSelect_1duge_213{padding:.5rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff0d;color:#fff;font-size:.8rem;cursor:pointer;transition:all .3s ease}._statusSelect_1duge_213:focus{outline:none;border-color:#00d8ff}._statusSelect_1duge_213 option{background:#1a1a1a;color:#fff}._dateInfo_1duge_234{display:flex;flex-direction:column;gap:.25rem}._createdDate_1duge_240{font-weight:500;color:#fff;font-size:.9rem}._timeAgo_1duge_246{font-size:.8rem;color:#fff9}._actions_1duge_251{display:flex;gap:.5rem}._viewButton_1duge_256,._editButton_1duge_257,._emailButton_1duge_258{width:32px;height:32px;border:none;border-radius:6px;background:#ffffff1a;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._viewButton_1duge_256:hover{background:#3b82f6;color:#fff}._editButton_1duge_257:hover{background:#00d8ff;color:#000}._emailButton_1duge_258:hover{background:#7cff67;color:#000}._noClients_1duge_287{text-align:center;padding:3rem;color:#fff9}._noClients_1duge_287 i{font-size:3rem;margin-bottom:1rem;opacity:.5}._errorMessage_1duge_299{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center}._modalOverlay_1duge_310{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}._modalContent_1duge_325{background:linear-gradient(135deg,#141414f2,#1e1e1ef2);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000080}._modalHeader_1duge_337{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}._modalHeader_1duge_337 h3{margin:0;font-size:1.5rem;font-weight:600;color:#fff}._closeButton_1duge_353{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}._closeButton_1duge_353:hover{background:#ffffff1a;transform:scale(1.1)}._formGrid_1duge_369{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}._formGroup_1duge_376{display:flex;flex-direction:column;gap:.5rem}._formGroup_1duge_376._fullWidth_1duge_382{grid-column:1 / -1}._formGroup_1duge_376 label{color:#fff;font-size:.9rem;font-weight:500}._formGroup_1duge_376 input,._formGroup_1duge_376 select,._formGroup_1duge_376 textarea{padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:.9rem;transition:all .3s ease}._formGroup_1duge_376 input:focus,._formGroup_1duge_376 select:focus,._formGroup_1duge_376 textarea:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._formGroup_1duge_376 textarea{resize:vertical;min-height:100px}._modalActions_1duge_417{display:flex;gap:1rem;justify-content:flex-end}._cancelButton_1duge_423,._saveButton_1duge_424{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}._cancelButton_1duge_423{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}._cancelButton_1duge_423:hover{background:#fff3}._saveButton_1duge_424{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000}._saveButton_1duge_424:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._saveButton_1duge_424:disabled{opacity:.7;cursor:not-allowed}._loadingContainer_1duge_460{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff}._spinner_1duge_469{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_1duge_469 1s ease-in-out infinite;margin-bottom:1rem}@keyframes _spin_1duge_469{to{transform:rotate(360deg)}}@media (max-width: 1024px){._clientManagerHeader_1duge_5{flex-direction:column;gap:1rem;align-items:flex-start}._clientStats_1duge_24{width:100%;justify-content:space-between}._filters_1duge_53{flex-direction:column;align-items:stretch}._searchBox_1duge_60{max-width:none}._clientsTable_1duge_118{overflow-x:auto}._clientsTable_1duge_118 table{min-width:800px}}@media (max-width: 768px){._modalContent_1duge_325{padding:1.5rem;margin:1rem}._formGrid_1duge_369{grid-template-columns:1fr}._modalActions_1duge_417{flex-direction:column}._actions_1duge_251{flex-direction:column;gap:.25rem}._editButton_1duge_257,._emailButton_1duge_258{width:28px;height:28px}}._clientDetailContainer_8igrg_1{padding:2rem;background:#121212;min-height:100vh;color:#fff}._header_8igrg_8{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}._backButton_8igrg_17{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}._backButton_8igrg_17:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._clientInfo_8igrg_36 h1{margin:0;font-size:2rem;font-weight:700;color:#fff}._clientInfo_8igrg_36 p{margin:.25rem 0;font-size:1.125rem;color:#ccc}._clientInfo_8igrg_36 ._email_8igrg_49{color:#00d8ff;font-weight:500}._tabNavigation_8igrg_54{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}._tabButton_8igrg_61{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-weight:500;color:#ccc;transition:all .2s}._tabButton_8igrg_61:hover{color:#00d8ff;background:#ffffff0d}._tabButton_8igrg_61._active_8igrg_80{color:#00d8ff;border-bottom-color:#00d8ff;background:#00d8ff1a}._contentArea_8igrg_86{background:#1a1a1a;border-radius:.75rem;box-shadow:0 4px 20px #0000004d;overflow:hidden;border:1px solid rgba(255,255,255,.05)}._overviewTab_8igrg_95{padding:2rem}._overviewGrid_8igrg_99{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}._overviewCard_8igrg_105{background:#2a2a2a;border-radius:.5rem;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}._overviewCard_8igrg_105 h3{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#fff}._infoGrid_8igrg_119{display:grid;gap:.75rem}._infoItem_8igrg_124{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}._infoItem_8igrg_124:last-child{border-bottom:none}._infoItem_8igrg_124 label{font-weight:500;color:#ccc;min-width:120px}._infoItem_8igrg_124 span{color:#fff;text-align:right}._projectDescription_8igrg_147{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}._projectDescription_8igrg_147 label{display:block;font-weight:500;color:#ccc;margin-bottom:.5rem}._projectDescription_8igrg_147 p{margin:0;color:#fff;line-height:1.6}._statsGrid_8igrg_166{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._statItem_8igrg_172{text-align:center;padding:1rem;background:#2a2a2a;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}._statNumber_8igrg_180{display:block;font-size:2rem;font-weight:700;color:#00d8ff;margin-bottom:.25rem}._statLabel_8igrg_188{font-size:.875rem;color:#ccc;font-weight:500}._stagesTab_8igrg_195{padding:2rem}._stagesHeader_8igrg_199{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}._stagesHeader_8igrg_199 h3{margin:0;font-size:1.5rem;font-weight:600;color:#fff}._addStageButton_8igrg_215{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}._addStageButton_8igrg_215:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._stagesGrid_8igrg_235{display:grid;gap:1.5rem}._stageCard_8igrg_240{background:#2a2a2a;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);overflow:hidden}._stageHeader_8igrg_247{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.1)}._stageHeaderActions_8igrg_256{display:flex;align-items:center;gap:1rem}._stageManageActions_8igrg_262{display:flex;gap:.5rem}._editStageButton_8igrg_267,._deleteStageButton_8igrg_268{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._editStageButton_8igrg_267{background:#00d8ff;color:#111}._editStageButton_8igrg_267:hover{background:#00b8e6;transform:scale(1.05)}._deleteStageButton_8igrg_268{background:#ff4757;color:#fff}._deleteStageButton_8igrg_268:hover{background:#ff3742;transform:scale(1.05)}._stageHeader_8igrg_247 h3{margin:0;font-size:1.25rem;font-weight:600;color:#fff}._stageContent_8igrg_307{padding:1.5rem}._stageDescription_8igrg_311{margin:0 0 1rem;color:#ccc;line-height:1.6}._stageDates_8igrg_317{display:flex;gap:2rem;margin-bottom:1rem;font-size:.875rem;color:#ccc}._stageNotes_8igrg_325{margin-bottom:1rem;padding:1rem;background:#1a1a1a;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}._stageNotes_8igrg_325 strong{color:#fff}._stageNotes_8igrg_325 p{margin:.5rem 0 0;color:#ccc}._stageWebsiteUrl_8igrg_342{margin:1rem 0;padding:1rem;background:#00d8ff1a;border-radius:.5rem;border:1px solid rgba(0,216,255,.2)}._stageWebsiteUrl_8igrg_342 strong{display:block;margin-bottom:.5rem;color:#00d8ff;font-weight:600}._websiteLink_8igrg_357{display:flex;align-items:center;gap:.5rem;color:#00d8ff;text-decoration:none;font-weight:500;transition:all .2s ease;word-break:break-all}._websiteLink_8igrg_357:hover{color:#7cff67;text-decoration:underline}._websiteLink_8igrg_357 i{font-size:1.1rem}._githubReadButton_8igrg_377{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;background:linear-gradient(135deg,#333,#666);color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}._githubReadButton_8igrg_377:hover{background:linear-gradient(135deg,#555,#777);transform:translateY(-1px);box-shadow:0 4px 15px #0003}._githubReadButton_8igrg_377 i{font-size:1rem}._gitHubData_8igrg_403{margin-top:1rem;padding:1rem;background:#0000001a;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}._gitHubData_8igrg_403 h4{margin:0 0 .5rem;color:#00d8ff;font-size:1rem;font-weight:600}._gitHubData_8igrg_403 pre{background:#0003;padding:.75rem;border-radius:.375rem;font-size:.75rem;color:#fff;overflow-x:auto;white-space:pre-wrap;word-break:break-word}._stageActions_8igrg_429{margin-bottom:1rem}._statusSelect_8igrg_433{padding:.5rem;border:1px solid rgba(255,255,255,.2);border-radius:.375rem;background:#2a2a2a;color:#fff;font-size:.875rem}._attachmentsSection_8igrg_442{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}._attachmentsSection_8igrg_442 h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#fff}._attachmentsHeader_8igrg_455{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._addAttachmentButton_8igrg_462{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}._addAttachmentButton_8igrg_462:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00d8ff4d}._noAttachments_8igrg_482{color:#ccc;font-style:italic;text-align:center;padding:1rem}._fileInfo_8igrg_489{margin-top:.5rem;padding:.5rem;background:#00d8ff1a;border-radius:4px;color:#00d8ff;font-size:.875rem}._attachmentsList_8igrg_498{display:grid;gap:.75rem}._attachmentItem_8igrg_503{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#1a1a1a;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}._attachmentInfo_8igrg_513{display:flex;align-items:center;gap:.5rem;color:#fff}._attachmentActions_8igrg_525{display:flex;align-items:center;gap:.5rem}._downloadButton_8igrg_531{padding:.5rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s;background:#00d8ff;color:#111}._downloadButton_8igrg_531:hover{background:#00b8e6}._deleteAttachmentButton_8igrg_545{padding:.5rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center}._deleteAttachmentButton_8igrg_545:hover{background:#dc2626}._approvalStatus_8igrg_562{padding:.25rem .5rem;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500}._requestsTab_8igrg_571{padding:2rem}._requestsHeader_8igrg_575{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._requestsHeader_8igrg_575 h3{margin:0;font-size:1.5rem;font-weight:600;color:#fff}._newRequestButton_8igrg_589{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}._newRequestButton_8igrg_589:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._requestsList_8igrg_608{display:grid;gap:1rem}._requestCard_8igrg_613{background:#2a2a2a;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);padding:1.5rem}._requestHeader_8igrg_620{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._requestHeader_8igrg_620 h4{margin:0;font-size:1.125rem;font-weight:600;color:#fff}._requestMeta_8igrg_634{display:flex;gap:.5rem;align-items:center}._expandButton_8igrg_640{background:none;border:none;color:#ffffffb3;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._expandButton_8igrg_640:hover{color:#00d8ff;background:#00d8ff1a;transform:scale(1.1)}._expandButton_8igrg_640 i{transition:transform .3s ease}._expandButton_8igrg_640 i._expanded_8igrg_664{transform:rotate(180deg)}._collapsibleContent_8igrg_668{overflow:hidden}._requestMessage_8igrg_672{margin:0 0 1rem;color:#ccc;line-height:1.6}._requestFooter_8igrg_678{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#ccc}._requestMeta_8igrg_634{display:flex;gap:2rem}._startChatButton_8igrg_691{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.375rem;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s ease}._startChatButton_8igrg_691:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00d8ff4d}._githubActivity_8igrg_712{margin:20px 0;padding:20px;background-color:#ffffff0d;border-radius:12px;border-left:4px solid #3b82f6;width:100%}._githubActivityTitle_8igrg_721{margin:0 0 20px;font-size:18px;color:#ffffffe6;display:flex;align-items:center;gap:8px;font-weight:600}._githubComments_8igrg_731,._githubPullRequests_8igrg_732,._githubCommits_8igrg_733{margin-bottom:20px}._githubComments_8igrg_731 h5,._githubPullRequests_8igrg_732 h5,._githubCommits_8igrg_733 h5{margin:0 0 12px;font-size:16px;color:#fffc;font-weight:600}._commentsList_8igrg_746,._pullRequestsList_8igrg_747,._commitsList_8igrg_748{display:flex;flex-direction:column;gap:12px}._commentItem_8igrg_754,._pullRequestItem_8igrg_755,._commitItem_8igrg_756{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;transition:all .3s ease}._commentItem_8igrg_754:hover,._pullRequestItem_8igrg_755:hover,._commitItem_8igrg_756:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-1px)}._commentHeader_8igrg_772,._pullRequestHeader_8igrg_773,._commitHeader_8igrg_774{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}._commentAuthor_8igrg_782,._pullRequestAuthor_8igrg_783,._commitAuthor_8igrg_784{color:#00d8ff;font-weight:600;font-size:.9rem}._commentDate_8igrg_790,._pullRequestDate_8igrg_791,._commitDate_8igrg_792{color:#fff9;font-size:.8rem}._commentBody_8igrg_797{color:#ffffffe6;font-size:.9rem;line-height:1.5;margin:0 0 8px}._pullRequestTitle_8igrg_804{color:#fff;font-weight:600;font-size:.95rem;flex:1}._pullRequestState_8igrg_811{padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}._pullRequestState_8igrg_811._open_8igrg_819{background:#22c55e33;color:#22c55e}._pullRequestState_8igrg_811._closed_8igrg_824{background:#ef444433;color:#ef4444}._pullRequestState_8igrg_811._merged_8igrg_829{background:#9333ea33;color:#9333ea}._pullRequestMeta_8igrg_834{display:flex;gap:12px;margin-bottom:8px;font-size:.85rem;color:#ffffffb3}._commitSha_8igrg_842{background:#ffffff1a;color:#fff;font-family:Courier New,monospace;font-size:.8rem;padding:2px 6px;border-radius:4px;font-weight:600}._commitMessage_8igrg_852{color:#fff;font-size:.95rem;font-weight:600;margin:0 0 .5rem;line-height:1.4}._commitDescription_8igrg_860{color:#fffc;font-size:.85rem;font-weight:400;margin:0 0 .75rem;line-height:1.4;white-space:pre-wrap;padding:.5rem;background:#ffffff05;border-radius:4px;border-left:2px solid rgba(255,255,255,.1)}._commitMeta_8igrg_873{display:flex;gap:12px;margin-bottom:8px;font-size:.85rem}._commitStats_8igrg_880{color:#ffffffb3;font-family:Courier New,monospace}._commitFiles_8igrg_885{margin-bottom:8px}._commitFiles_8igrg_885 small{color:#fff9;font-size:.8rem}._commentLink_8igrg_894,._pullRequestLink_8igrg_895,._commitLink_8igrg_896{display:inline-flex;align-items:center;gap:4px;color:#00d8ff;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease}._commentLink_8igrg_894:hover,._pullRequestLink_8igrg_895:hover,._commitLink_8igrg_896:hover{color:#7cff67;transform:translate(2px)}._activityUpdated_8igrg_914{margin-top:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);text-align:center}._activityUpdated_8igrg_914 small{color:#ffffff80;font-size:.8rem}._modalOverlay_8igrg_927{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_8igrg_927{background:#1a1a1a;border-radius:.75rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1)}._modalHeader_8igrg_950 button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#ccc}._modalContent_8igrg_973{padding:1.5rem}._formGroup_8igrg_977{margin-bottom:1rem}._formGroup_8igrg_977 label{display:block;margin-bottom:.5rem;font-weight:500;color:#fff}._formGroup_8igrg_977 input,._formGroup_8igrg_977 textarea,._formGroup_8igrg_977 select{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.375rem;background:#2a2a2a;color:#fff;font-size:.875rem;transition:border-color .2s}._formGroup_8igrg_977 input:focus,._formGroup_8igrg_977 textarea:focus,._formGroup_8igrg_977 select:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._modalFooter_8igrg_1009{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);justify-content:flex-end}._modalFooter_8igrg_1009 button{padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:.375rem;background:#2a2a2a;color:#fff;cursor:pointer;font-weight:500;transition:all .2s}._modalFooter_8igrg_1009 button:hover{background:#3a3a3a}._modalFooter_8igrg_1009 ._primaryButton_8igrg_1032{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border-color:transparent}._modalFooter_8igrg_1009 ._primaryButton_8igrg_1032:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._chatTab_8igrg_1044{padding:2rem;height:70vh;display:flex;flex-direction:column}._chatContainer_8igrg_1051{display:flex;flex-direction:column;height:100%;background:#2a2a2a;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);overflow:hidden}._chatMessages_8igrg_1061{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}._messageItem_8igrg_1070{max-width:70%;padding:1rem;border-radius:.75rem;background:#1a1a1a;border:1px solid rgba(255,255,255,.1)}._messageItem_8igrg_1070._ownMessage_8igrg_1078{align-self:flex-end;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border-color:transparent}._messageHeader_8igrg_1085{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem}._ownMessage_8igrg_1078 ._messageHeader_8igrg_1085{color:#111c}._senderName_8igrg_1097{font-weight:600}._messageTime_8igrg_1101{opacity:.7}._messageContent_8igrg_1105 p{margin:0;line-height:1.5}._fileMessage_8igrg_1110{display:flex;align-items:center;gap:.5rem}._fileMessage_8igrg_1110 a{color:inherit;text-decoration:none}._fileMessage_8igrg_1110 a:hover{text-decoration:underline}._chatInput_8igrg_1125{display:flex;gap:.5rem;padding:1rem;background:#1a1a1a;border-top:1px solid rgba(255,255,255,.1)}._chatInput_8igrg_1125 input{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.375rem;background:#2a2a2a;color:#fff;font-size:.875rem}._chatInput_8igrg_1125 input:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._chatInput_8igrg_1125 button{padding:.75rem 1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.375rem;cursor:pointer;transition:all .3s ease}._chatInput_8igrg_1125 button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._chatModal_8igrg_1165{background:#1a1a1a;border-radius:.75rem;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}._chatModalContent_8igrg_1176{display:flex;flex-direction:column;height:500px;padding:0}._chatModal_8igrg_1165 ._chatMessages_8igrg_1061{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._chatModal_8igrg_1165 ._chatMessage_8igrg_1061{max-width:70%;padding:.75rem 1rem;border-radius:.5rem;position:relative}._chatModal_8igrg_1165 ._adminMessage_8igrg_1199{align-self:flex-end;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111}._chatModal_8igrg_1165 ._clientMessage_8igrg_1205{align-self:flex-start;background:#2a2a2a;color:#fff;border:1px solid rgba(255,255,255,.1)}._chatModal_8igrg_1165 ._messageHeader_8igrg_1085{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.75rem;font-weight:600}._chatModal_8igrg_1165 ._senderName_8igrg_1097{font-weight:700}._chatModal_8igrg_1165 ._messageTime_8igrg_1101{opacity:.7}._chatModal_8igrg_1165 ._messageContent_8igrg_1105{line-height:1.4}._chatModal_8igrg_1165 ._messageContent_8igrg_1105 p{margin:0}._chatModal_8igrg_1165 ._chatInput_8igrg_1125{display:flex;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);background:#1a1a1a}._chatModal_8igrg_1165 ._chatInput_8igrg_1125 input{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#2a2a2a;color:#fff;font-size:.875rem}._chatModal_8igrg_1165 ._chatInput_8igrg_1125 input:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 2px #00d8ff33}._chatModal_8igrg_1165 ._chatInput_8igrg_1125 button{padding:.75rem 1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}._chatModal_8igrg_1165 ._chatInput_8igrg_1125 button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00d8ff4d}._statusBadge_8igrg_1278,._priorityBadge_8igrg_1279{padding:.25rem .5rem;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;text-transform:capitalize}._loadingContainer_8igrg_1289,._errorContainer_8igrg_1290{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:1rem}._spinner_8igrg_1299{width:2rem;height:2rem;border:3px solid rgba(255,255,255,.1);border-top:3px solid #00d8ff;border-radius:50%;animation:_spin_8igrg_1299 1s linear infinite}@keyframes _spin_8igrg_1299{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_8igrg_1290 button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.5rem;cursor:pointer;font-weight:600}@media (max-width: 768px){._clientDetailContainer_8igrg_1{padding:1rem}._header_8igrg_8{flex-direction:column;align-items:flex-start;gap:1rem}._tabNavigation_8igrg_54{flex-wrap:wrap}._tabButton_8igrg_61{flex:1;min-width:120px}._overviewGrid_8igrg_99,._statsGrid_8igrg_166{grid-template-columns:1fr}._stageHeader_8igrg_247{flex-direction:column;align-items:flex-start;gap:.5rem}._stageDates_8igrg_317{flex-direction:column;gap:.5rem}._attachmentItem_8igrg_503{flex-direction:column;align-items:flex-start;gap:.5rem}._attachmentActions_8igrg_525{align-self:flex-end}._requestsHeader_8igrg_575{flex-direction:column;align-items:flex-start;gap:1rem}._requestHeader_8igrg_620{flex-direction:column;align-items:flex-start;gap:.5rem}._requestMeta_8igrg_634{align-self:flex-start}._requestFooter_8igrg_678{flex-direction:column;gap:.5rem}._messageItem_8igrg_1070{max-width:90%}._modal_8igrg_927{width:95%;max-width:500px}._businessIPGrid_8igrg_1403{grid-template-columns:1fr}._businessIPCard_8igrg_1407 ._businessIPHeader_8igrg_1407{flex-direction:column;gap:1rem}._assetInfo_8igrg_1412{flex-direction:column;align-items:center;text-align:center}._assetActions_8igrg_1418{justify-content:center}}._githubIntegrationSection_8igrg_1424{margin-top:1.5rem;padding:1.5rem;background:#00d8ff0d;border:1px solid rgba(0,216,255,.2);border-radius:.5rem}._githubData_8igrg_1432{width:100%}._githubHeader_8igrg_1436{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,216,255,.2)}._githubHeader_8igrg_1436 h4{margin:0;color:#00d8ff;font-size:1.125rem;display:flex;align-items:center;gap:.5rem}._githubActions_8igrg_1454{display:flex;gap:.5rem}._refreshButton_8igrg_1459,._removeButton_8igrg_1460{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border:none;border-radius:.25rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}._refreshButton_8igrg_1459{background:#00d8ff33;color:#00d8ff}._refreshButton_8igrg_1459:hover:not(:disabled){background:#00d8ff4d;transform:translateY(-1px)}._refreshButton_8igrg_1459:disabled{opacity:.6;cursor:not-allowed}._removeButton_8igrg_1460{background:#ef444433;color:#ef4444}._removeButton_8igrg_1460:hover{background:#ef44444d;transform:translateY(-1px)}._githubInfo_8igrg_1498{margin-bottom:1.5rem}._githubInfo_8igrg_1498 p{margin:.5rem 0;font-size:.875rem;color:#ccc}._githubInfo_8igrg_1498 strong{color:#fff;margin-right:.5rem}._githubCommits_8igrg_733{margin-top:1rem}._githubCommits_8igrg_733 h5{margin:0 0 1rem;color:#fff;font-size:1rem;font-weight:600}._commitsList_8igrg_748{display:flex;flex-direction:column;gap:.75rem}._commitItem_8igrg_756{padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;transition:all .2s ease}._commitItem_8igrg_756:hover{background:#ffffff14;border-color:#00d8ff4d}._commitHeader_8igrg_774{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._commitSha_8igrg_842{font-family:Courier New,monospace;background:#00d8ff33;color:#00d8ff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}._commitDate_8igrg_792{font-size:.75rem;color:#888}._commitMessage_8igrg_852{margin:.5rem 0;color:#fff;font-size:.875rem;line-height:1.4}._commitAuthor_8igrg_784{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#888;margin-bottom:.5rem}._commitLink_8igrg_896{display:inline-flex;align-items:center;gap:.25rem;color:#00d8ff;text-decoration:none;font-size:.75rem;transition:all .2s ease}._commitLink_8igrg_896:hover{color:#7cff67;transform:translateY(-1px)}._noGitHubIntegration_8igrg_1596{text-align:center;padding:2rem;color:#888}._noGitHubIntegration_8igrg_1596 p{margin-bottom:1rem;font-size:.875rem}._connectGitHubButton_8igrg_1607{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s ease}._connectGitHubButton_8igrg_1607:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._selectedStageInfo_8igrg_1627{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#00d8ff1a;border:1px solid rgba(0,216,255,.2);border-radius:.5rem;margin-top:.5rem}._selectedStageInfo_8igrg_1627 strong{color:#fff;font-size:1rem}._stageStatus_8igrg_1643{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}._repositoryLink_8igrg_1651{display:inline-flex;align-items:center;gap:.25rem;color:#00d8ff;text-decoration:none;font-size:.875rem;transition:all .2s ease}._repositoryLink_8igrg_1651:hover{color:#7cff67;text-decoration:underline}._businessIPTab_8igrg_1667{padding:2rem}._businessIPHeader_8igrg_1407{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._businessIPHeader_8igrg_1407 h3{margin:0;font-size:1.5rem;font-weight:600;color:#fff}._addBusinessIPButton_8igrg_1685{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}._addBusinessIPButton_8igrg_1685:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._businessIPGrid_8igrg_1403{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}._businessIPCard_8igrg_1407{background:#2a2a2a;border-radius:.75rem;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}._businessIPCard_8igrg_1407:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;border-color:#00d8ff4d}._businessIPCard_8igrg_1407 ._businessIPHeader_8igrg_1407{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._assetInfo_8igrg_1412{display:flex;align-items:flex-start;gap:1rem;flex:1}._assetInfo_8igrg_1412 i{font-size:2rem;color:#00d8ff;margin-top:.25rem}._assetDetails_8igrg_1744{flex:1}._assetDetails_8igrg_1744 h4{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#fff;word-break:break-word}._assetType_8igrg_1756{display:inline-block;padding:.25rem .75rem;background:#00d8ff33;color:#00d8ff;border-radius:1rem;font-size:.875rem;font-weight:500;margin-right:.5rem}._fileSize_8igrg_520{color:#ccc;font-size:.875rem}._assetActions_8igrg_1418{display:flex;gap:.5rem}._downloadButton_8igrg_531,._deleteButton_8igrg_1778{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;text-decoration:none}._downloadButton_8igrg_531{background:#10b98133;color:#10b981}._downloadButton_8igrg_531:hover{background:#10b9814d;transform:translateY(-1px)}._deleteButton_8igrg_1778{background:#ef444433;color:#ef4444}._deleteButton_8igrg_1778:hover{background:#ef44444d;transform:translateY(-1px)}._assetDescription_8igrg_1811{margin:1rem 0;color:#ccc;line-height:1.5;font-size:.875rem}._assetMeta_8igrg_1818{display:flex;flex-direction:column;gap:.25rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}._assetMeta_8igrg_1818 span{color:#999;font-size:.75rem}._noBusinessIP_8igrg_1832{grid-column:1 / -1;text-align:center;padding:3rem 2rem;background:#2a2a2a;border-radius:.75rem;border:2px dashed rgba(255,255,255,.2)}._noBusinessIP_8igrg_1832 i{font-size:4rem;color:#666;margin-bottom:1rem}._noBusinessIP_8igrg_1832 h4{margin:0 0 1rem;font-size:1.25rem;color:#ccc}._noBusinessIP_8igrg_1832 p{margin:0 0 2rem;color:#999;line-height:1.5}._noBusinessIP_8igrg_1832 ._addBusinessIPButton_8igrg_1685{margin:0 auto}._devAssignmentSection_8igrg_1864{margin:1rem 0;padding:1rem;background:#00d8ff0d;border-radius:.5rem;border:1px solid rgba(0,216,255,.2)}._devAssignmentSection_8igrg_1864 h5{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#00d8ff;display:flex;align-items:center;gap:.5rem}._devAssignmentSection_8igrg_1864 h5:before{content:"👨‍💻";font-size:1rem}._assignedDev_8igrg_1887{display:flex;align-items:center;justify-content:space-between;gap:1rem}._devName_8igrg_1894{font-weight:500;color:#fff;display:flex;align-items:center;gap:.5rem}._devName_8igrg_1894 i{color:#00d8ff}._removeDevButton_8igrg_1906{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._removeDevButton_8igrg_1906:hover{background:#ef444433;border-color:#ef444480;transform:translateY(-1px)}._noDevAssigned_8igrg_1927{display:flex;align-items:center;justify-content:space-between;gap:1rem}._noDevAssigned_8igrg_1927 span{color:#ccc;font-style:italic}._assignDevButton_8igrg_1939{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._assignDevButton_8igrg_1939:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00d8ff4d}._modalOverlay_8igrg_927{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_8igrg_973{background:#1a1a1a;border-radius:.75rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000004d;border:1px solid rgba(255,255,255,.1)}._modalHeader_8igrg_950{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._modalHeader_8igrg_950 h3{margin:0;font-size:1.25rem;font-weight:600;color:#fff}._closeButton_8igrg_2000{background:none;border:none;font-size:1.5rem;color:#ccc;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s}._closeButton_8igrg_2000:hover{color:#fff}._modalBody_8igrg_2015{padding:1.5rem}._modalFooter_8igrg_1009{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}._formGroup_8igrg_977{margin-bottom:1.5rem}._formGroup_8igrg_977 label{display:block;margin-bottom:.5rem;font-weight:500;color:#fff;font-size:.875rem}._formGroup_8igrg_977 select,._formGroup_8igrg_977 input,._formGroup_8igrg_977 textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;font-size:1rem;transition:border-color .2s;background:#2a2a2a;color:#fff}._formGroup_8igrg_977 select:focus,._formGroup_8igrg_977 input:focus,._formGroup_8igrg_977 textarea:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._formGroup_8igrg_977 textarea{resize:vertical;min-height:80px}._cancelButton_8igrg_2065{padding:.75rem 1.5rem;background:#2a2a2a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_8igrg_2065:hover:not(:disabled){background:#3a3a3a}._cancelButton_8igrg_2065:disabled{opacity:.5;cursor:not-allowed}._submitButton_8igrg_2085{padding:.75rem 1.5rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}._submitButton_8igrg_2085:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #00d8ff4d}._submitButton_8igrg_2085:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){._modalContent_8igrg_973{margin:1rem;max-height:calc(100vh - 2rem)}._modalFooter_8igrg_1009{flex-direction:column}._cancelButton_8igrg_2065,._submitButton_8igrg_2085{width:100%;justify-content:center}._assignedDev_8igrg_1887,._noDevAssigned_8igrg_1927{flex-direction:column;align-items:flex-start;gap:.75rem}._removeDevButton_8igrg_1906,._assignDevButton_8igrg_1939{width:100%;justify-content:center}._devAssignmentSection_8igrg_1864{margin:.75rem 0;padding:.75rem}._devAssignmentSection_8igrg_1864 h5{font-size:.8rem}}._subscriptionPlan_8igrg_2147{font-weight:600;color:#00d8ff}._noSubscription_8igrg_2152{text-align:center;padding:2rem;color:#ffffffb3}._noSubscription_8igrg_2152 i{font-size:3rem;color:#ffffff4d;margin-bottom:1rem}._noSubscription_8igrg_2152 p{margin:0 0 .5rem;font-size:1.1rem;font-weight:500}._subscriptionNote_8igrg_2170{font-size:.9rem;color:#ffffff80}._requestTitleSection_8igrg_2176{display:flex;flex-direction:column;gap:.5rem;flex:1}._requestTitleSection_8igrg_2176 h4{margin:0;font-size:1.125rem;font-weight:600;color:#fff}._assignedDev_8igrg_1887{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);border-radius:.375rem;font-size:.875rem;color:#00d8ff;max-width:fit-content}._assignedDev_8igrg_1887 i{font-size:.75rem}._assignDevButton_8igrg_1939,._removeDevButton_8igrg_1906{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.375rem;color:#ccc;cursor:pointer;transition:all .2s ease;font-size:.875rem}._assignDevButton_8igrg_1939:hover{background:#00d8ff33;border-color:#00d8ff66;color:#00d8ff}._removeDevButton_8igrg_1906:hover{background:#ff3b3033;border-color:#ff3b3066;color:#ff3b30}._selectedRequestInfo_8igrg_2235{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}._selectedRequestInfo_8igrg_2235 strong{font-size:1rem;color:#fff;flex:1}._requestPriority_8igrg_2251,._requestStatus_8igrg_2252{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){._requestTitleSection_8igrg_2176{gap:.25rem}._assignedDev_8igrg_1887{font-size:.75rem;padding:.2rem .5rem}._assignDevButton_8igrg_1939,._removeDevButton_8igrg_1906{width:1.75rem;height:1.75rem;font-size:.75rem}._selectedRequestInfo_8igrg_2235{flex-direction:column;align-items:flex-start;gap:.5rem}._selectedRequestInfo_8igrg_2235 strong{font-size:.875rem}}._devManagerContainer_1qyen_2{padding:2rem;max-width:1200px;margin:0 auto}._loadingContainer_1qyen_9{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem}._loadingContainer_1qyen_9 ._spinner_1qyen_19{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_1qyen_19 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1qyen_19{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_1qyen_34{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;margin-bottom:2rem}._errorContainer_1qyen_34 i{font-size:1.25rem;flex-shrink:0}._errorContainer_1qyen_34 p{margin:0;flex:1}._dismissButton_1qyen_56{background:none;border:none;color:#dc2626;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:background-color .2s}._dismissButton_1qyen_56:hover{background:#dc26261a}._header_1qyen_71{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}._headerInfo_1qyen_79 h2{color:#1f2937;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}._headerInfo_1qyen_79 p{color:#6b7280;font-size:1.125rem}._headerStats_1qyen_91{display:flex;gap:1rem;flex-shrink:0}._statCard_1qyen_97{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;min-width:200px}._statCard_1qyen_97 i{font-size:1.5rem;color:#3b82f6}._statCard_1qyen_97 h4{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.25rem}._statCard_1qyen_97 p{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}._actions_1qyen_129{margin-bottom:2rem}._createDevButton_1qyen_133{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}._createDevButton_1qyen_133:hover{background:#2563eb}._devsGrid_1qyen_152{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}._devCard_1qyen_158{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;cursor:pointer}._devCard_1qyen_158:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}._devHeader_1qyen_173{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._devAvatar_1qyen_180{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1rem;flex-shrink:0}._devInfo_1qyen_194{flex:1}._devInfo_1qyen_194 h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}._devInfo_1qyen_194 p{color:#6b7280;font-size:.875rem;margin:0}._githubUsername_1qyen_211{color:#6b7280;font-size:.875rem;margin:.25rem 0 0;display:flex;align-items:center;gap:.5rem}._githubUsername_1qyen_211 i{color:#333;font-size:1rem}._devActions_1qyen_225{display:flex;gap:.5rem;align-items:center;position:relative;z-index:10}._editButton_1qyen_233{background:none;border:none;color:#3b82f6;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s;opacity:.7}._editButton_1qyen_233:hover{background:#eff6ff;opacity:1}._editButton_1qyen_233:active,._deleteButton_1qyen_250:active{transform:scale(.95)}._deleteButton_1qyen_250{background:none;border:none;color:#dc2626;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s;opacity:.7}._deleteButton_1qyen_250:hover{background:#fef2f2;opacity:1}._devDetails_1qyen_270{display:flex;flex-direction:column;gap:.5rem}._detailItem_1qyen_276{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}._detailItem_1qyen_276:last-child{border-bottom:none}._label_1qyen_288{color:#6b7280;font-size:.875rem;font-weight:500}._value_1qyen_294{color:#1f2937;font-size:.875rem;font-weight:600}._noDevs_1qyen_301{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border:2px dashed #d1d5db;border-radius:1rem}._noDevs_1qyen_301 i{font-size:3rem;color:#9ca3af;margin-bottom:1rem}._noDevs_1qyen_301 h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}._noDevs_1qyen_301 p{color:#6b7280;font-size:1rem;max-width:400px}._modalOverlay_1qyen_333{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_1qyen_347{background:#fff;border-radius:1rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._modalHeader_1qyen_357{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._modalHeader_1qyen_357 h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}._closeButton_1qyen_372{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s}._closeButton_1qyen_372:hover{color:#374151}._createForm_1qyen_388{padding:1.5rem}._formGroup_1qyen_392{margin-bottom:1.5rem}._formGroup_1qyen_392 label{display:block;color:#374151;font-weight:500;font-size:.875rem;margin-bottom:.5rem}._formGroup_1qyen_392 input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s}._formGroup_1qyen_392 input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formActions_1qyen_419{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}._cancelButton_1qyen_427{padding:.75rem 1.5rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_1qyen_427:hover:not(:disabled){background:#e5e7eb}._cancelButton_1qyen_427:disabled{opacity:.5;cursor:not-allowed}._submitButton_1qyen_447{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}._submitButton_1qyen_447:hover:not(:disabled){background:#2563eb}._submitButton_1qyen_447:disabled{opacity:.7;cursor:not-allowed}._submitButton_1qyen_447 ._spinner_1qyen_19{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_1qyen_19 1s linear infinite}@media (max-width: 768px){._devManagerContainer_1qyen_2{padding:1rem}._header_1qyen_71{flex-direction:column;gap:1rem}._headerStats_1qyen_91{flex-direction:column;width:100%}._statCard_1qyen_97{width:100%}._devsGrid_1qyen_152{grid-template-columns:1fr}._devHeader_1qyen_173{flex-direction:column;align-items:flex-start;gap:.75rem}._devActions_1qyen_225{align-self:flex-end}._modalContent_1qyen_347{margin:1rem;max-height:calc(100vh - 2rem)}._formActions_1qyen_419{flex-direction:column}._cancelButton_1qyen_427,._submitButton_1qyen_447{width:100%;justify-content:center}}@media (max-width: 480px){._devManagerContainer_1qyen_2{padding:.5rem}._headerInfo_1qyen_79 h2{font-size:1.5rem}._headerInfo_1qyen_79 p{font-size:1rem}._devCard_1qyen_158,._modalHeader_1qyen_357,._createForm_1qyen_388{padding:1rem}}._devDetailContainer_kqojy_2{padding:2rem;max-width:1200px;margin:0 auto;background-color:#121212;color:#fff;min-height:100vh}._loadingContainer_kqojy_12{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem;color:#fff}._loadingContainer_kqojy_12 ._spinner_kqojy_23{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #00d8ff;border-radius:50%;animation:_spin_kqojy_23 1s linear infinite;margin-bottom:1rem}@keyframes _spin_kqojy_23{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_kqojy_38{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem;gap:1rem;color:#fff}._errorContainer_kqojy_38 i{font-size:3rem;color:#ff6b6b}._errorContainer_kqojy_38 p{color:#ff6b6b;font-size:1.125rem;margin:0}._header_kqojy_62{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}._headerInfo_kqojy_70{flex:1}._backButton_kqojy_74{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#ccc;font-size:.875rem;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .2s}._backButton_kqojy_74:hover{color:#00d8ff}._headerInfo_kqojy_70 h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}._headerInfo_kqojy_70 p{color:#ccc;font-size:1.125rem}._headerStats_kqojy_104{display:flex;gap:1rem;flex-shrink:0}._statCard_kqojy_110{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#1e1e1eb3;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;box-shadow:0 1px 3px #0000004d;min-width:180px}._statCard_kqojy_110 i{font-size:1.5rem;color:#00d8ff}._statCard_kqojy_110 h4{color:#ccc;font-size:.875rem;font-weight:600;margin-bottom:.25rem}._statCard_kqojy_110 p{color:#fff;font-size:1.5rem;font-weight:700;margin:0}._devInfoCard_kqojy_142{display:flex;align-items:center;gap:1.5rem;background:#1e1e1eb3;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000004d}._devAvatar_kqojy_154{width:80px;height:80px;background:linear-gradient(135deg,#00d8ff,#7cff67);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;font-size:1.5rem;flex-shrink:0}._devInfo_kqojy_142 h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}._devEmail_kqojy_175{color:#ccc;font-size:1rem;margin-bottom:.5rem}._githubUsername_kqojy_181{color:#ccc;font-size:1rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}._githubUsername_kqojy_181 i{color:#fff;font-size:1.25rem}._devJoined_kqojy_195{color:#999;font-size:.875rem;margin:0}._tabs_kqojy_202{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.05)}._tab_kqojy_202{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;color:#ccc;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s}._tab_kqojy_202:hover{color:#00d8ff;background:#00d8ff0d}._tab_kqojy_202._active_kqojy_228{color:#00d8ff;border-bottom-color:#00d8ff;background:#00d8ff0d}._tab_kqojy_202 i{font-size:1.125rem}._tabContent_kqojy_239{min-height:400px}._overviewGrid_kqojy_244{display:grid;grid-template-columns:1fr 1fr;gap:2rem}._overviewCard_kqojy_250{background:#1e1e1eb3;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000004d}._overviewCard_kqojy_250 h4{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}._overviewItem_kqojy_267{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.05)}._overviewItem_kqojy_267:last-child{border-bottom:none}._overviewItemHeader_kqojy_276{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._overviewItemTitle_kqojy_283{color:#fff;font-weight:600;font-size:.95rem}._overviewItemStatus_kqojy_289,._overviewItemPriority_kqojy_290{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}._overviewItemStatus_kqojy_289{color:#7cff67}._overviewItemPriority_kqojy_290{color:#ff6b6b}._overviewItemClient_kqojy_306{color:#ccc;font-size:.875rem;margin:0}._noData_kqojy_312{color:#999;font-style:italic;text-align:center;padding:2rem}._stagesGrid_kqojy_320{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}._stageCard_kqojy_326{background:#1e1e1eb3;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000004d;transition:all .2s ease}._stageCard_kqojy_326:hover{box-shadow:0 4px 6px #0006;transform:translateY(-2px)}._stageHeader_kqojy_340{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._stageInfo_kqojy_347 h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}._stageClient_kqojy_354{color:#ccc;font-size:.875rem;margin:0}._stageStatus_kqojy_360{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#7cff67}._stageDetails_kqojy_369{display:flex;flex-direction:column;gap:.75rem}._stageDescription_kqojy_375{color:#ccc;font-size:.9rem;line-height:1.5;margin:0}._stageUrl_kqojy_382{display:flex;align-items:center;gap:.5rem;font-size:.875rem}._stageUrl_kqojy_382 strong{color:#fff}._stageUrl_kqojy_382 a{color:#00d8ff;text-decoration:none}._stageUrl_kqojy_382 a:hover{text-decoration:underline}._stageDates_kqojy_402{display:flex;gap:1rem;font-size:.8rem;color:#999}._requestsGrid_kqojy_410{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}._requestCard_kqojy_416{background:#1e1e1eb3;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000004d;transition:all .2s ease}._requestCard_kqojy_416:hover{box-shadow:0 4px 6px #0006;transform:translateY(-2px)}._requestHeader_kqojy_430{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._requestInfo_kqojy_437 h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}._requestClient_kqojy_444{color:#ccc;font-size:.875rem;margin:0}._requestMeta_kqojy_450{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}._requestPriority_kqojy_457,._requestStatus_kqojy_458{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}._requestPriority_kqojy_457{color:#ff6b6b}._requestStatus_kqojy_458{color:#7cff67}._requestDetails_kqojy_474{display:flex;flex-direction:column;gap:.75rem}._requestMessage_kqojy_480{color:#ccc;font-size:.9rem;line-height:1.5;margin:0}._requestDates_kqojy_487{display:flex;gap:1rem;font-size:.8rem;color:#999}._noDataContainer_kqojy_495{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#1e1e1eb3;border:2px dashed rgba(255,255,255,.1);border-radius:1rem}._noDataContainer_kqojy_495 i{font-size:3rem;color:#999;margin-bottom:1rem}._noDataContainer_kqojy_495 h4{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}._noDataContainer_kqojy_495 p{color:#ccc;font-size:1rem;max-width:400px}._workedHoursSection_kqojy_527{margin:1rem 0;padding:1rem;background:#00d8ff0d;border:1px solid rgba(0,216,255,.1);border-radius:.5rem}._workedHoursHeader_kqojy_535{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:#fff}._workedHoursHeader_kqojy_535 i{color:#00d8ff;font-size:1rem}._workedHoursDisplay_kqojy_549{display:flex;align-items:center;justify-content:space-between;gap:1rem}._workedHoursValue_kqojy_556{font-size:1rem;color:#ccc;font-weight:500}._editWorkedHoursButton_kqojy_562{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#00d8ff1a;border:1px solid rgba(0,216,255,.2);border-radius:.375rem;color:#00d8ff;cursor:pointer;transition:all .2s ease;font-size:.875rem}._editWorkedHoursButton_kqojy_562:hover{background:#00d8ff33;border-color:#00d8ff66;color:#fff}._workedHoursEdit_kqojy_583{display:flex;align-items:center;gap:.75rem}._workedHoursInput_kqojy_589{flex:1;padding:.5rem .75rem;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;font-size:.875rem;background:#0003;color:#fff;min-width:100px}._workedHoursInput_kqojy_589:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._workedHoursInput_kqojy_589::placeholder{color:#999}._workedHoursActions_kqojy_610{display:flex;gap:.5rem}._saveButton_kqojy_615,._cancelButton_kqojy_616{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-size:.875rem}._saveButton_kqojy_615{background:#7cff671a;border:1px solid rgba(124,255,103,.2);color:#7cff67}._saveButton_kqojy_615:hover{background:#7cff6733;border-color:#7cff6766;color:#fff}._cancelButton_kqojy_616{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.2);color:#ff6b6b}._cancelButton_kqojy_616:hover{background:#ff6b6b33;border-color:#ff6b6b66;color:#fff}._unpaidHoursDisplay_kqojy_654{margin-top:.75rem;padding:.75rem;background-color:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px}._unpaidHoursHeader_kqojy_662{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#ff6b6b;font-size:.875rem;font-weight:500}._unpaidHoursHeader_kqojy_662 i{font-size:1rem}._unpaidHoursValue_kqojy_676{color:#ff6b6b;font-weight:600;font-size:.875rem}._clientHoursGrid_kqojy_683{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}._clientHoursCard_kqojy_689{background:#1e1e1eb3;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000004d;transition:all .2s ease}._clientHoursCard_kqojy_689:hover{box-shadow:0 4px 6px #0006;transform:translateY(-2px)}._clientHoursHeader_kqojy_703{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._clientHoursInfo_kqojy_710 h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}._clientCompany_kqojy_717{color:#ccc;font-size:.875rem;margin:0}._clientHoursStats_kqojy_723{display:flex;gap:1rem;align-items:center}._hoursStat_kqojy_729,._requestsStat_kqojy_730,._unpaidStat_kqojy_731{display:flex;flex-direction:column;align-items:center;text-align:center}._hoursValue_kqojy_738,._requestsValue_kqojy_739,._unpaidValue_kqojy_740{font-size:1.5rem;font-weight:700;color:#00d8ff;line-height:1}._hoursLabel_kqojy_747,._requestsLabel_kqojy_748,._unpaidLabel_kqojy_749{font-size:.75rem;color:#ccc;text-transform:uppercase;font-weight:600;margin-top:.25rem}._unpaidValue_kqojy_740,._unpaidLabel_kqojy_749{color:#ff6b6b}._clientHoursDetails_kqojy_765{padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}._averageHours_kqojy_770{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#00d8ff0d;border-radius:.5rem;border:1px solid rgba(0,216,255,.1)}._averageLabel_kqojy_780{color:#ccc;font-size:.875rem;font-weight:500}._averageValue_kqojy_786{color:#7cff67;font-size:.875rem;font-weight:600}._unassignedRequestsTab_kqojy_793{padding:1rem 0}._unassignedRequestsGrid_kqojy_797{display:flex;flex-direction:column;gap:2rem}._unassignedRequestsGroup_kqojy_803{background:#1e1e1eb3;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._unassignedRequestsGroup_kqojy_803 h4{color:#00d8ff;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._unassignedRequestCard_kqojy_820{background:#28282880;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:1.25rem;margin-bottom:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._unassignedRequestCard_kqojy_820:last-child{margin-bottom:0}._unassignedRequestCard_kqojy_820:hover{border-color:#00d8ff4d;box-shadow:0 4px 20px #00d8ff1a;transform:translateY(-2px)}._unassignedRequestHeader_kqojy_840{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}._unassignedRequestInfo_kqojy_848 h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;border:none;padding:0}._unassignedRequestClient_kqojy_857{color:#ccc;font-size:.875rem;margin:0}._unassignedRequestMeta_kqojy_863{display:flex;gap:.5rem;flex-shrink:0}._unassignedRequestPriority_kqojy_869,._unassignedRequestStatus_kqojy_870{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff}._unassignedRequestDetails_kqojy_880{display:flex;flex-direction:column;gap:1rem}._unassignedRequestMessage_kqojy_886{color:#ccc;font-size:.875rem;line-height:1.5;margin:0}._unassignedRequestDates_kqojy_893{display:flex;gap:1rem;font-size:.75rem;color:#999}._unassignedRequestDates_kqojy_893 span{display:flex;align-items:center;gap:.25rem}._assignButton_kqojy_906{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#00d8ff,#09c);color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;margin-top:.5rem}._assignButton_kqojy_906:hover{background:linear-gradient(135deg,#09c,#079);transform:translateY(-1px);box-shadow:0 4px 12px #00d8ff4d}._assignButton_kqojy_906:active{transform:translateY(0)}._assignButton_kqojy_906 i{font-size:1rem}@media (max-width: 768px){._devDetailContainer_kqojy_2{padding:1rem}._header_kqojy_62{flex-direction:column;gap:1rem}._headerStats_kqojy_104{flex-direction:column;width:100%}._statCard_kqojy_110{width:100%}._devInfoCard_kqojy_142{flex-direction:column;text-align:center;gap:1rem}._tabs_kqojy_202{flex-direction:column;gap:0}._tab_kqojy_202{border-bottom:1px solid rgba(255,255,255,.05);border-radius:0}._tab_kqojy_202._active_kqojy_228{border-bottom-color:#00d8ff}._overviewGrid_kqojy_244,._stagesGrid_kqojy_320,._requestsGrid_kqojy_410,._clientHoursGrid_kqojy_683{grid-template-columns:1fr}._stageHeader_kqojy_340,._requestHeader_kqojy_430,._clientHoursHeader_kqojy_703{flex-direction:column;gap:.75rem}._requestMeta_kqojy_450{align-items:flex-start}._workedHoursSection_kqojy_527{margin:.75rem 0;padding:.75rem}._workedHoursEdit_kqojy_583{flex-direction:column;align-items:stretch;gap:.5rem}._workedHoursActions_kqojy_610{flex-direction:column;gap:.5rem}._unassignedRequestsGroup_kqojy_803{padding:1rem}._unassignedRequestHeader_kqojy_840{flex-direction:column;align-items:flex-start;gap:.75rem}._unassignedRequestMeta_kqojy_863{align-self:flex-start}._assignButton_kqojy_906{width:100%;justify-content:center}}@media (max-width: 480px){._devDetailContainer_kqojy_2{padding:.5rem}._headerInfo_kqojy_70 h2{font-size:1.5rem}._headerInfo_kqojy_70 p{font-size:1rem}._devInfoCard_kqojy_142{padding:1.5rem}._devAvatar_kqojy_154{width:60px;height:60px;font-size:1.25rem}._devInfo_kqojy_142 h3{font-size:1.25rem}._stageCard_kqojy_326,._requestCard_kqojy_416,._clientHoursCard_kqojy_689{padding:1rem}._workedHoursSection_kqojy_527{margin:.5rem 0;padding:.5rem}._workedHoursInput_kqojy_589{font-size:.875rem;padding:.375rem .5rem}._saveButton_kqojy_615,._cancelButton_kqojy_616,._editWorkedHoursButton_kqojy_562{width:1.75rem;height:1.75rem;font-size:.75rem}}._notFoundContainer_mj2ts_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#121212;color:#fff;padding:20px;text-align:center;position:relative;overflow:hidden}._notFoundContainer_mj2ts_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 10%,rgba(0,216,255,.03) 0%,transparent 50%),radial-gradient(circle at 90% 90%,rgba(124,255,103,.03) 0%,transparent 50%);pointer-events:none}._content_mj2ts_27{max-width:600px;z-index:1;padding:40px;background:#1e1e1e80;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #0003}._content_mj2ts_27 h1{font-size:8rem;font-weight:700;margin:0;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}._content_mj2ts_27 h2{font-size:2.5rem;margin:10px 0 30px;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._content_mj2ts_27 p{font-size:1.1rem;color:#aaa;margin-bottom:40px;line-height:1.6}._homeButton_mj2ts_63{display:inline-flex;align-items:center;gap:10px;padding:15px 35px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;font-size:1.1rem;font-weight:600;border-radius:30px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 20px #00d8ff33}._homeButton_mj2ts_63:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00d8ff4d}@media (max-width: 768px){._content_mj2ts_27 h1{font-size:6rem}._content_mj2ts_27 h2{font-size:2rem}}@media (max-width: 576px){._content_mj2ts_27{padding:30px}._content_mj2ts_27 h1{font-size:4rem}._content_mj2ts_27 h2{font-size:1.5rem}._content_mj2ts_27 p{font-size:1rem}._homeButton_mj2ts_63{padding:12px 25px;font-size:1rem}}._contactPage_1v73j_1{min-height:100vh;background:linear-gradient(135deg,#13151a,#1a1d23);color:#fff;padding:120px 20px;position:relative;overflow:hidden}._contactPage_1v73j_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 10%,rgba(0,216,255,.03) 0%,transparent 50%),radial-gradient(circle at 90% 90%,rgba(124,255,103,.03) 0%,transparent 50%);pointer-events:none}._contactContainer_1v73j_23{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;position:relative;z-index:1}._contactInfo_1v73j_33{padding:40px}._contactInfo_1v73j_33 h1{font-size:3rem;margin-bottom:20px;background:linear-gradient(90deg,#fff,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._contactInfo_1v73j_33 p{font-size:1.1rem;color:#aaa;line-height:1.6;margin-bottom:40px}._contactMethods_1v73j_52{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}._contactMethod_1v73j_52{background:#ffffff0d;padding:30px;border-radius:15px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}._contactMethod_1v73j_52 i{font-size:2rem;color:#00d8ff;margin-bottom:15px}._contactMethod_1v73j_52 h3{font-size:1.2rem;margin-bottom:10px}._contactMethod_1v73j_52 p{font-size:1rem;color:#aaa;margin:0}._socialLinks_1v73j_86{display:flex;gap:20px;margin-top:40px}._socialLinks_1v73j_86 a{width:50px;height:50px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}._socialLinks_1v73j_86 a:hover{background:#00d8ff;color:#000}._formContainer_1v73j_111{background:#ffffff05;border-radius:20px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}._contactForm_1v73j_119{display:flex;flex-direction:column;gap:20px}._formGroup_1v73j_125{position:relative;margin-bottom:15px}._inputWrapper_1v73j_130{position:relative}._inputWrapper_1v73j_130 label{display:block;color:#00d8ff;font-size:.9rem;margin-bottom:6px;font-weight:500}._inputWrapper_1v73j_130 input,._inputWrapper_1v73j_130 textarea{width:100%;padding:12px 15px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease}._inputWrapper_1v73j_130 input:focus,._inputWrapper_1v73j_130 textarea:focus{outline:none;border-color:#00d8ff;background:#ffffff0d;box-shadow:0 0 0 2px #00d8ff1a}._inputWrapper_1v73j_130 input::placeholder,._inputWrapper_1v73j_130 textarea::placeholder{color:#ffffff4d}._inputWrapper_1v73j_130 textarea{min-height:120px;resize:vertical}._inputBorder_1v73j_172{position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#00d8ff,#7cff67);transition:width .3s ease}._inputWrapper_1v73j_130 input:focus~._inputBorder_1v73j_172,._inputWrapper_1v73j_130 textarea:focus~._inputBorder_1v73j_172{width:100%}._submitButton_1v73j_187{background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;border:none;padding:15px 30px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}._submitButton_1v73j_187:disabled{opacity:.7;cursor:not-allowed}._submitButton_1v73j_187 i{font-size:1.2rem}._loadingSpinner_1v73j_212{width:20px;height:20px;border:2px solid #000;border-top-color:transparent;border-radius:50%;animation:_spin_1v73j_1 1s linear infinite}._feedback_1v73j_221{padding:15px;border-radius:10px;margin-top:20px;text-align:center}._feedback_1v73j_221._success_1v73j_228{background:#7cff671a;color:#7cff67}._feedback_1v73j_221._error_1v73j_233{background:#ff67671a;color:#ff6767}@keyframes _spin_1v73j_1{to{transform:rotate(360deg)}}@media (max-width: 968px){._contactContainer_1v73j_23{grid-template-columns:1fr;gap:40px}._contactInfo_1v73j_33 h1{font-size:2.5rem}}@media (max-width: 576px){._contactPage_1v73j_1{padding:100px 20px}._contactInfo_1v73j_33 h1{font-size:2rem}._formContainer_1v73j_111,._contactMethod_1v73j_52{padding:20px}}._thankYouContainer_1v73j_272{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}._thankYouContent_1v73j_280{text-align:center;background:#ffffff08;padding:40px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}._checkmarkIcon_1v73j_289{width:80px;height:80px;background:linear-gradient(135deg,#00d8ff,#7cff67);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}._checkmarkIcon_1v73j_289 i{font-size:40px;color:#000}._thankYouContent_1v73j_280 h2{font-size:2rem;margin-bottom:15px;background:linear-gradient(90deg,#fff,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._thankYouContent_1v73j_280 p{color:#aaa;margin-bottom:30px}._newMessageButton_1v73j_318{background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;border:none;padding:12px 25px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){._formContainer_1v73j_111,._thankYouContent_1v73j_280{padding:30px 20px}._thankYouContent_1v73j_280 h2{font-size:1.5rem}}._aboutContainer_1rx5q_1{min-height:100vh;padding:0;background-color:#121212;color:#fff;position:relative;overflow:hidden}._aboutContainer_1rx5q_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 10%,rgba(0,216,255,.03) 0%,transparent 50%),radial-gradient(circle at 90% 90%,rgba(124,255,103,.03) 0%,transparent 50%);pointer-events:none}._heroSection_1rx5q_22{text-align:center;padding:120px 20px 80px;background:linear-gradient(135deg,#00d8ff1a,#7cff671a);margin-bottom:60px;position:relative;border:1px solid rgba(255,255,255,.05)}._mainTitle_1rx5q_31{font-size:3.5rem;font-weight:700;margin-bottom:20px;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;z-index:1}._subtitle_1rx5q_42{font-size:1.4rem;color:#aaa;max-width:600px;margin:0 auto;position:relative;z-index:1}._content_1rx5q_51{max-width:1200px;margin:0 auto;padding:0 20px 80px;position:relative;z-index:1}._introSection_1rx5q_59{margin-bottom:80px}._textContent_1rx5q_63{max-width:800px;margin:0 auto}._introText_1rx5q_68{font-size:1.2rem;line-height:1.8;margin-bottom:24px;color:#ccc;text-align:center}._sectionTitle_1rx5q_76{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:50px;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:inline-block}._sectionTitle_1rx5q_76:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#00d8ff,#7cff67);border-radius:2px}._venturesSection_1rx5q_100{margin-bottom:80px}._venturesGrid_1rx5q_104{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin-top:40px}._ventureCard_1rx5q_111{background:#1e1e1e80;padding:40px;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}._ventureCard_1rx5q_111:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00d8ff0d,#7cff670d);opacity:0;transition:opacity .3s ease}._ventureCard_1rx5q_111:hover:before{opacity:1}._ventureCard_1rx5q_111:hover{transform:translateY(-10px);border-color:#00d8ff33;box-shadow:0 15px 40px #0000004d}._ventureTitle_1rx5q_145{font-size:1.8rem;font-weight:600;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px;position:relative;z-index:1}._ventureDescription_1rx5q_156{font-size:1.1rem;line-height:1.7;color:#ccc;position:relative;z-index:1}._coreValues_1rx5q_164{margin-bottom:80px}._valuesGrid_1rx5q_168{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}._valueCard_1rx5q_175{background:#1e1e1e80;padding:30px;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}._valueCard_1rx5q_175:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00d8ff08,#7cff6708);opacity:0;transition:opacity .3s ease}._valueCard_1rx5q_175:hover:before{opacity:1}._valueCard_1rx5q_175:hover{transform:translateY(-5px);border-color:#00d8ff1a;box-shadow:0 15px 35px #00000040}._valueTitle_1rx5q_209{font-size:1.5rem;font-weight:600;color:#00d8ff;margin-bottom:15px;position:relative;z-index:1}._valueDescription_1rx5q_218{font-size:1rem;line-height:1.6;color:#ccc;position:relative;z-index:1}._philosophySection_1rx5q_226{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#00d8ff1a,#7cff671a);border-radius:20px;border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}._philosophyContent_1rx5q_236{max-width:700px;margin:0 auto;position:relative;z-index:1}._philosophyText_1rx5q_243{font-size:1.3rem;line-height:1.8;color:#ccc;font-style:italic}@media (max-width: 768px){._mainTitle_1rx5q_31{font-size:2.5rem}._subtitle_1rx5q_42{font-size:1.2rem}._sectionTitle_1rx5q_76{font-size:2rem}._venturesGrid_1rx5q_104{grid-template-columns:1fr;gap:30px}._valuesGrid_1rx5q_168{grid-template-columns:1fr;gap:20px}._ventureCard_1rx5q_111,._valueCard_1rx5q_175{padding:25px}._philosophySection_1rx5q_226{padding:40px 20px}._heroSection_1rx5q_22{padding:100px 20px 60px}}@media (max-width: 480px){._mainTitle_1rx5q_31{font-size:2rem}._venturesGrid_1rx5q_104{grid-template-columns:1fr}._ventureCard_1rx5q_111,._valueCard_1rx5q_175{padding:20px}._content_1rx5q_51{padding:0 15px 60px}}._projectStages_1dvia_1{max-width:100%;margin:0 auto}._projectOverview_1dvia_7{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._overviewHeader_1dvia_16{margin-bottom:2rem}._headerContent_1dvia_20{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}._headerText_1dvia_27{text-align:left}._hoursLeft_1dvia_31{display:flex;align-items:center}._hoursBadge_1dvia_36{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ff6b6b,orange);color:#fff;padding:.75rem 1.25rem;border-radius:50px;font-weight:600;font-size:.9rem;box-shadow:0 4px 15px #ff6b6b4d;transition:all .3s ease}._hoursBadge_1dvia_36:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b6b66}._hoursBadge_1dvia_36 i{font-size:1rem}._hoursBadge_1dvia_36._zeroHours_1dvia_59{background:linear-gradient(135deg,#ff3b30,#ff6b6b);color:#fff;box-shadow:0 4px 15px #ff3b304d}._hoursBadge_1dvia_36._zeroHours_1dvia_59:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff3b3066}._overviewHeader_1dvia_16 h2{font-size:2.5rem;font-weight:700;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}._overviewHeader_1dvia_16 p{font-size:1.1rem;color:#ffffffb3;margin:0}._liveWebsiteLink_1dvia_86{margin-top:1.5rem;display:flex;justify-content:center}._liveWebsiteButton_1dvia_92{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;text-decoration:none;font-weight:600;font-size:1rem;padding:1rem 2rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #00d8ff4d}._liveWebsiteButton_1dvia_92:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff66;color:#000}._liveWebsiteButton_1dvia_92 i{font-size:1.2rem}._progressSection_1dvia_117{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}._progressInfo_1dvia_124{display:flex;flex-direction:column;gap:1rem}._progressText_1dvia_130 h3{font-size:2rem;font-weight:700;color:#fff;margin:0 0 .5rem}._progressText_1dvia_130 p{color:#ffffffb3;font-size:1rem;margin:0}._progressBar_1dvia_143{width:100%;height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden;position:relative}._progressFill_1dvia_152{height:100%;background:linear-gradient(90deg,#00d8ff,#7cff67);border-radius:6px;transition:width .8s ease;position:relative}._progressFill_1dvia_152:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:_shimmer_1dvia_1 2s infinite}@keyframes _shimmer_1dvia_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._currentStage_1dvia_176{background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;min-width:300px}._currentStageIcon_1dvia_187{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#00d8ff,#7cff67);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000}._currentStageInfo_1dvia_199 h4{margin:0 0 .5rem;color:#fffc;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._currentStageInfo_1dvia_199 p{margin:0 0 .5rem;color:#fff;font-size:1.1rem;font-weight:600}._currentStatus_1dvia_215{background:#00d8ff33;color:#00d8ff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._stagesGrid_1dvia_227{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;align-items:start}._stageCard_1dvia_234{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._stageCard_1dvia_234:hover{border-color:#00d8ff4d;box-shadow:0 8px 32px #00d8ff1a;transform:translateY(-2px)}._stageCard_1dvia_234._completed_1dvia_249{border-color:#34c7594d;background:#34c7590d}._stageCard_1dvia_234._active_1dvia_254{border-color:#00d8ff;box-shadow:0 8px 32px #00d8ff33}._stageHeader_1dvia_259{padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;position:relative}._clickableHeader_1dvia_267{cursor:pointer;transition:all .3s ease;border-radius:12px}._clickableHeader_1dvia_267:hover{background:#ffffff0d;transform:translateY(-1px)}._collapseIndicator_1dvia_278{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#ffffff1a;transition:all .3s ease;margin-left:auto}._collapseIndicator_1dvia_278 i{font-size:1.2rem;color:#ffffffb3;transition:transform .3s ease}._collapseIndicator_1dvia_278 i._rotated_1dvia_296{transform:rotate(180deg)}._clickableHeader_1dvia_267:hover ._collapseIndicator_1dvia_278{background:#00d8ff33}._clickableHeader_1dvia_267:hover ._collapseIndicator_1dvia_278 i{color:#00d8ff}._stageIcon_1dvia_308{position:relative;width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#00d8ff,#7cff67);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000;flex-shrink:0}._completedBadge_1dvia_322{position:absolute;top:-5px;right:-5px;width:24px;height:24px;background:#34c759;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:700;border:2px solid #fff}._stageInfo_1dvia_339{flex:1}._stageInfo_1dvia_339 h3{margin:0 0 .5rem;font-size:1.3rem;font-weight:600;color:#fff}._stageInfo_1dvia_339 p{margin:0;color:#ffffffb3;font-size:.95rem;line-height:1.5}._stageStats_1dvia_357{display:flex;gap:1rem;margin-top:.75rem}._statItem_1dvia_363{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#ffffff0d;border-radius:12px;font-size:.8rem;color:#ffffffb3;transition:all .3s ease}._statItem_1dvia_363 i{font-size:.9rem;color:#00d8ff}._statItem_1dvia_363:hover{background:#00d8ff1a;color:#ffffffe6}._stageStatus_1dvia_385{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}._statusBadge_1dvia_392{padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}._stageContent_1dvia_403{padding:0 2rem 2rem;border-top:1px solid rgba(255,255,255,.1)}._stageNotes_1dvia_408{margin-bottom:1.5rem;padding:1rem;background:#ffffff0d;border-radius:12px;border-left:4px solid #00d8ff}._stageNotes_1dvia_408 h4{margin:0 0 .5rem;color:#00d8ff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._stageNotes_1dvia_408 p{margin:0;color:#fffc;line-height:1.5}._assignedDeveloper_1dvia_432{background:#00d8ff0d;border:1px solid rgba(0,216,255,.2);border-radius:12px;padding:1rem;margin-bottom:1rem}._assignedDeveloper_1dvia_432 h4{color:#00d8ff;font-size:.9rem;font-weight:600;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}._developerInfo_1dvia_449{display:flex;align-items:center;gap:.5rem}._developerInfo_1dvia_449 i{color:#00d8ff;font-size:1rem}._developerName_1dvia_460{color:#fff;font-weight:500;font-size:.95rem}._websitePreview_1dvia_466{margin-bottom:1.5rem;padding:1rem;background:#00d8ff1a;border-radius:12px;border:1px solid rgba(0,216,255,.2)}._websitePreview_1dvia_466 h4{margin:0 0 .75rem;color:#00d8ff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._websiteLink_1dvia_483{display:inline-flex;align-items:center;gap:.5rem;color:#00d8ff;text-decoration:none;font-weight:500;transition:all .2s ease;padding:.5rem 1rem;background:#00d8ff1a;border-radius:8px}._websiteLink_1dvia_483:hover{color:#7cff67;background:#00d8ff33;transform:translateY(-1px)}._commitsPreview_1dvia_503{margin-bottom:1.5rem;padding:1rem;background:#00d8ff1a;border-radius:12px;border:1px solid rgba(0,216,255,.2)}._commitsPreview_1dvia_503 h4{margin:0 0 .75rem;color:#00d8ff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._commitsList_1dvia_520{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._commitPreview_1dvia_527{background:#ffffff0d;border-radius:8px;padding:.75rem;border-left:3px solid #00d8ff}._commitInfo_1dvia_534{display:flex;flex-direction:column;gap:.25rem}._commitMessage_1dvia_540{margin:0;font-size:.9rem;color:#fff;line-height:1.4;font-weight:500}._commitMeta_1dvia_548{font-size:.8rem;color:#fff9}._viewMoreButton_1dvia_553{width:100%;background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);color:#00d8ff;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._viewMoreButton_1dvia_553:hover{background:#00d8ff33;color:#7cff67;transform:translateY(-1px)}._attachmentsPreview_1dvia_576{margin-bottom:1.5rem}._attachmentsPreview_1dvia_576 h4{margin:0 0 .75rem;color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._attachmentsList_1dvia_589{display:flex;flex-direction:column;gap:.5rem}._attachmentPreview_1dvia_595{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff0d;border-radius:8px;color:#fffc;font-size:.85rem}._attachmentPreview_1dvia_595 i{color:#00d8ff;font-size:1rem}._moreFiles_1dvia_611{text-align:center;color:#ffffff80;font-size:.8rem;font-style:italic}._viewDetailsButton_1dvia_618{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._viewDetailsButton_1dvia_618:hover{background:#ffffff1a;color:#fff;border-color:#00d8ff4d}._viewDetailsButton_1dvia_618 i{transition:transform .3s ease}._viewDetailsButton_1dvia_618 i._rotated_1dvia_296{transform:rotate(180deg)}._stageDetails_1dvia_649{border-top:1px solid rgba(255,255,255,.1);background:#ffffff05}._detailsContent_1dvia_654{padding:2rem}._fullAttachmentsList_1dvia_658{display:flex;flex-direction:column;gap:1rem}._attachmentItem_1dvia_664{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;transition:all .3s ease;flex-wrap:wrap}._attachmentItem_1dvia_664:hover{background:#ffffff14;border-color:#00d8ff4d}._attachmentInfo_1dvia_682{display:flex;align-items:center;gap:1rem;flex:1}._attachmentInfo_1dvia_682 i{font-size:1.5rem;color:#00d8ff;width:40px;text-align:center}._attachmentInfo_1dvia_682 h5{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#fff}._attachmentInfo_1dvia_682 p{margin:0;font-size:.85rem;color:#fff9}._attachmentActions_1dvia_709{display:flex;align-items:center;gap:.75rem}._downloadButton_1dvia_715{background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);color:#00d8ff;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._downloadButton_1dvia_715:hover{background:#00d8ff33;transform:translateY(-1px)}._approvalButtons_1dvia_735{display:flex;gap:.5rem}._approveButton_1dvia_740,._rejectButton_1dvia_741{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._approveButton_1dvia_740{background:#34c7591a;border:1px solid rgba(52,199,89,.3);color:#34c759}._approveButton_1dvia_740:hover{background:#34c75933;transform:translateY(-1px)}._rejectButton_1dvia_741{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30}._rejectButton_1dvia_741:hover{background:#ff3b3033;transform:translateY(-1px)}._stageApprovalButtons_1dvia_777{display:flex;gap:.5rem;margin-top:.75rem}._approveStageButton_1dvia_783,._rejectStageButton_1dvia_784{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}._approveStageButton_1dvia_783{background:#34c7591a;border:1px solid rgba(52,199,89,.3);color:#34c759}._approveStageButton_1dvia_783:hover{background:#34c75933;transform:translateY(-1px)}._rejectStageButton_1dvia_784{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30}._rejectStageButton_1dvia_784:hover{background:#ff3b3033;transform:translateY(-1px)}._modalStageInfo_1dvia_821{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;margin-bottom:1.5rem}._modalStageInfo_1dvia_821 i{font-size:2rem;color:#00d8ff;margin-top:.25rem}._modalStageInfo_1dvia_821 h4{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem}._modalStageInfo_1dvia_821 p{color:#ffffffb3;margin:0 0 .5rem;line-height:1.5}._modalStageInfo_1dvia_821 ._stageStatus_1dvia_385{display:inline-block;padding:.25rem .75rem;background:#00d8ff33;color:#00d8ff;border-radius:6px;font-size:.875rem;font-weight:500}._approvalStatus_1dvia_860{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._approvalStatus_1dvia_860._approved_1dvia_869{background:#34c7591a;border:1px solid rgba(52,199,89,.3);color:#34c759}._approvalStatus_1dvia_860._rejected_1dvia_875{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30}._noAttachments_1dvia_881{text-align:center;padding:3rem 2rem;color:#ffffff80}._noAttachments_1dvia_881 i{font-size:3rem;margin-bottom:1rem;opacity:.5}._noAttachments_1dvia_881 p{margin:0;font-size:.95rem}._modalOverlay_1dvia_899{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}._modalContent_1dvia_914{background:linear-gradient(135deg,#141414f2,#1e1e1ef2);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #00000080}._modalHeader_1dvia_925{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._modalHeader_1dvia_925 h3{margin:0;font-size:1.3rem;font-weight:600;color:#fff}._modalHeader_1dvia_925 button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}._modalHeader_1dvia_925 button:hover{background:#ffffff1a;transform:scale(1.1)}._modalBody_1dvia_956{padding:1.5rem;max-height:70vh;overflow-y:auto}._modalBody_1dvia_956 img{width:100%;height:auto;border-radius:8px}._filePreview_1dvia_968{text-align:center;padding:3rem 2rem;color:#ffffffb3}._filePreview_1dvia_968 i{font-size:4rem;color:#00d8ff;margin-bottom:1rem}._filePreview_1dvia_968 p{margin:0 0 2rem;font-size:1.1rem}._loadingContainer_1dvia_986{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff}._spinner_1dvia_995{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_1dvia_995 1s ease-in-out infinite;margin-bottom:1rem}@keyframes _spin_1dvia_995{to{transform:rotate(360deg)}}@media (max-width: 1200px){._progressSection_1dvia_117{grid-template-columns:1fr;gap:2rem}._currentStage_1dvia_176{min-width:auto}._stagesGrid_1dvia_227{grid-template-columns:1fr}}@media (max-width: 768px){._projectOverview_1dvia_7{padding:1.5rem;margin-bottom:2rem}._headerContent_1dvia_20{flex-direction:column;gap:1rem;align-items:center}._headerText_1dvia_27{text-align:center}._hoursBadge_1dvia_36{font-size:.8rem;padding:.6rem 1rem}._overviewHeader_1dvia_16 h2{font-size:2rem}._progressText_1dvia_130 h3{font-size:1.5rem}._currentStage_1dvia_176{flex-direction:column;text-align:center;gap:1rem}._stageHeader_1dvia_259{flex-direction:column;align-items:flex-start;gap:1rem}._stageStatus_1dvia_385{align-items:flex-start}._stageContent_1dvia_403{padding:0 1.5rem 1.5rem}._attachmentItem_1dvia_664{flex-direction:column;align-items:flex-start;gap:1rem}._attachmentActions_1dvia_709{width:100%;justify-content:flex-end}._approvalButtons_1dvia_735{flex-direction:column;width:100%}._approveButton_1dvia_740,._rejectButton_1dvia_741{justify-content:center}._stageApprovalButtons_1dvia_777{flex-direction:column;width:100%}._approveStageButton_1dvia_783,._rejectStageButton_1dvia_784{justify-content:center}}@media (max-width: 480px){._overviewHeader_1dvia_16 h2{font-size:1.5rem}._stageIcon_1dvia_308{width:50px;height:50px;font-size:1.2rem}._stageInfo_1dvia_339 h3{font-size:1.1rem}._modalContent_1dvia_914{margin:1rem}}._rejectModalContent_1dvia_1129{display:flex;flex-direction:column;gap:1.5rem}._fileInfo_1dvia_1135{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}._fileInfo_1dvia_1135 i{font-size:2rem;color:#00d8ff;width:50px;text-align:center}._fileInfo_1dvia_1135 h4{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#fff}._fileInfo_1dvia_1135 p{margin:0;font-size:.9rem;color:#fff9}._rejectForm_1dvia_1165{display:flex;flex-direction:column;gap:.75rem}._rejectForm_1dvia_1165 label{font-size:.9rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}._rejectForm_1dvia_1165 textarea{width:100%;min-height:120px;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;font-family:inherit;resize:vertical;transition:all .3s ease}._rejectForm_1dvia_1165 textarea:focus{outline:none;border-color:#00d8ff;background:#ffffff14}._rejectForm_1dvia_1165 textarea::placeholder{color:#fff6}._helpText_1dvia_1203{margin:0;font-size:.8rem;color:#ffffff80;font-style:italic}._modalActions_1dvia_1210{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}._cancelButton_1dvia_1218{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}._cancelButton_1dvia_1218:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}._rejectConfirmButton_1dvia_1236{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._rejectConfirmButton_1dvia_1236:hover:not(:disabled){background:#ff3b3033;transform:translateY(-1px)}._rejectConfirmButton_1dvia_1236:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){._modalActions_1dvia_1210{flex-direction:column}._cancelButton_1dvia_1218,._rejectConfirmButton_1dvia_1236{width:100%;justify-content:center}}._projectRequests_kt9lf_1{max-width:1000px;margin:0 auto}._header_kt9lf_6{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}._header_kt9lf_6 h2{font-size:2.5rem;font-weight:700;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem}._header_kt9lf_6 p{font-size:1.1rem;color:#ffffffb3;margin:0}._newRequestButton_kt9lf_30{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;border:none;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}._newRequestButton_kt9lf_30:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._requestsContainer_kt9lf_51{display:flex;flex-direction:column;gap:1.5rem}._noRequests_kt9lf_57{text-align:center;padding:4rem 2rem;color:#ffffff80;background:#ffffff05;border:2px dashed rgba(255,255,255,.1);border-radius:16px}._noRequests_kt9lf_57 i{font-size:4rem;margin-bottom:1.5rem;opacity:.5}._noRequests_kt9lf_57 h3{margin:0 0 .5rem;font-size:1.5rem;color:#fffc}._noRequests_kt9lf_57 p{margin:0 0 2rem;font-size:1rem}._requestsList_kt9lf_83{display:flex;flex-direction:column;gap:1.5rem}._requestCard_kt9lf_89{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s ease}._requestCard_kt9lf_89:hover{border-color:#00d8ff4d;box-shadow:0 8px 32px #00d8ff1a;transform:translateY(-2px)}._requestHeader_kt9lf_103{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}._requestInfo_kt9lf_111 h3{margin:0 0 .5rem;font-size:1.3rem;font-weight:600;color:#fff}._requestDate_kt9lf_118{margin:0;font-size:.9rem;color:#fff9}._requestStatus_kt9lf_124{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}._expandButton_kt9lf_131{background:none;border:none;color:#ffffffb3;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._expandButton_kt9lf_131:hover{color:#00d8ff;background:#00d8ff1a;transform:scale(1.1)}._expandButton_kt9lf_131 i{transition:transform .3s ease}._expandButton_kt9lf_131 i._expanded_kt9lf_155{transform:rotate(180deg)}._collapsibleContent_kt9lf_159{overflow:hidden}._priorityBadge_kt9lf_163,._statusBadge_kt9lf_164{padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}._hoursWorkedBadge_kt9lf_175{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ff6b6b,orange);box-shadow:0 2px 8px #ff6b6b4d;transition:all .3s ease;white-space:nowrap}._hoursWorkedBadge_kt9lf_175:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b66}._hoursWorkedBadge_kt9lf_175 i{font-size:.9rem}._unpaidHoursBadge_kt9lf_199{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ff3b30,#ff6b6b);box-shadow:0 2px 8px #ff3b304d;transition:all .3s ease;white-space:nowrap}._unpaidHoursBadge_kt9lf_199:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff3b3066}._unpaidHoursBadge_kt9lf_199 i{font-size:.9rem}._coveredHoursBadge_kt9lf_223{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#34c759,#30d158);box-shadow:0 2px 8px #34c7594d;transition:all .3s ease;white-space:nowrap}._coveredHoursBadge_kt9lf_223:hover{transform:translateY(-1px);box-shadow:0 4px 12px #34c75966}._coveredHoursBadge_kt9lf_223 i{font-size:.9rem}._unpaidHoursDisplay_kt9lf_247{background:linear-gradient(135deg,#ff3b301a,#ff6b6b1a);border:1px solid rgba(255,59,48,.3);border-radius:12px;padding:1rem;margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}._unpaidHoursHeader_kt9lf_258{display:flex;align-items:center;gap:.5rem;color:#ff3b30;font-weight:600;font-size:.9rem}._unpaidHoursHeader_kt9lf_258 i{font-size:1rem}._unpaidHoursValue_kt9lf_271{color:#ffffffe6;font-size:.85rem;line-height:1.4}._requestMessage_kt9lf_277{margin-bottom:1rem}._requestMessage_kt9lf_277 p{margin:0;color:#fffc;line-height:1.6;font-size:.95rem}._requestFooter_kt9lf_288{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}._requestMeta_kt9lf_297{display:flex;gap:1rem;flex-wrap:wrap}._resolvedDate_kt9lf_303,._updatedDate_kt9lf_304{font-size:.85rem;color:#fff9;padding:.25rem .75rem;background:#ffffff0d;border-radius:12px}._githubLink_kt9lf_312{flex-shrink:0}._githubIssueLink_kt9lf_316{display:inline-flex;align-items:center;gap:.5rem;color:#00d8ff;text-decoration:none;font-size:.85rem;font-weight:500;padding:.5rem .75rem;background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);border-radius:8px;transition:all .3s ease}._githubIssueLink_kt9lf_316:hover{background:#00d8ff33;color:#7cff67;transform:translateY(-1px)}._githubIssueLink_kt9lf_316 i{font-size:1rem}._modalOverlay_kt9lf_342{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}._modalContent_kt9lf_357{background:linear-gradient(135deg,#141414f2,#1e1e1ef2);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000080}._modalHeader_kt9lf_368{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._modalHeader_kt9lf_368 h3{margin:0;font-size:1.5rem;font-weight:600;color:#fff}._modalHeader_kt9lf_368 button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}._modalHeader_kt9lf_368 button:hover{background:#ffffff1a;transform:scale(1.1)}._requestForm_kt9lf_399{padding:1.5rem}._formGroup_kt9lf_403{margin-bottom:1.5rem}._formGroup_kt9lf_403 label{display:block;margin-bottom:.5rem;color:#fff;font-weight:500;font-size:.95rem}._formGroup_kt9lf_403 input,._formGroup_kt9lf_403 select,._formGroup_kt9lf_403 textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:.95rem;transition:all .3s ease;box-sizing:border-box}._formGroup_kt9lf_403 input:focus,._formGroup_kt9lf_403 select:focus,._formGroup_kt9lf_403 textarea:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._formGroup_kt9lf_403 input::placeholder,._formGroup_kt9lf_403 textarea::placeholder{color:#ffffff80}._formGroup_kt9lf_403 textarea{resize:vertical;min-height:120px;font-family:inherit}._formGroup_kt9lf_403 select{cursor:pointer}._formGroup_kt9lf_403 select option{background:#1a1a1a;color:#fff}._formGroup_kt9lf_403 small{display:block;margin-top:.25rem;font-size:.8rem;color:#ffffff80;font-style:italic}._noProjectsWarning_kt9lf_465{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#ff3b301a;border:1px solid rgba(255,59,48,.3);border-radius:8px;color:#ff3b30;font-size:.9rem}._noProjectsWarning_kt9lf_465 i{font-size:1.1rem;flex-shrink:0}._formActions_kt9lf_482{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}._cancelButton_kt9lf_489,._submitButton_kt9lf_490{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._cancelButton_kt9lf_489{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}._cancelButton_kt9lf_489:hover:not(:disabled){background:#fff3;transform:translateY(-1px)}._submitButton_kt9lf_490{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000}._submitButton_kt9lf_490:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._submitButton_kt9lf_490:disabled,._cancelButton_kt9lf_489:disabled{opacity:.7;cursor:not-allowed;transform:none}._loadingContainer_kt9lf_532{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff}._spinner_kt9lf_541{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_kt9lf_541 1s ease-in-out infinite;margin-bottom:1rem}@keyframes _spin_kt9lf_541{to{transform:rotate(360deg)}}@media (max-width: 768px){._header_kt9lf_6{flex-direction:column;align-items:flex-start;gap:1rem}._header_kt9lf_6 h2{font-size:2rem}._requestHeader_kt9lf_103{flex-direction:column;align-items:flex-start;gap:1rem}._requestStatus_kt9lf_124{width:100%;justify-content:flex-start}._requestFooter_kt9lf_288{flex-direction:column;align-items:flex-start;gap:1rem}._formActions_kt9lf_482{flex-direction:column}._cancelButton_kt9lf_489,._submitButton_kt9lf_490{justify-content:center}}@media (max-width: 480px){._header_kt9lf_6 h2{font-size:1.5rem}._requestCard_kt9lf_89{padding:1rem}._requestInfo_kt9lf_111 h3{font-size:1.1rem}._modalContent_kt9lf_357{margin:1rem}._modalHeader_kt9lf_368,._requestForm_kt9lf_399{padding:1rem}}._requestActions_kt9lf_620{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._startChatButton_kt9lf_627{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.375rem;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s ease}._startChatButton_kt9lf_627:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00d8ff4d}._joinChatButton_kt9lf_647{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.375rem;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s ease}._joinChatButton_kt9lf_647:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00d8ff4d}._chatModal_kt9lf_667{background:#1a1a1a;border-radius:.75rem;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}._chatModalContent_kt9lf_678{display:flex;flex-direction:column;height:100%;padding:1rem}._chatMessages_kt9lf_685{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;max-height:400px}._chatMessage_kt9lf_685{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;border-radius:.5rem;max-width:80%}._clientMessage_kt9lf_704{align-self:flex-end;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111}._adminMessage_kt9lf_710{align-self:flex-start;background:#ffffff1a;color:#fff}._messageHeader_kt9lf_716{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;opacity:.8}._senderName_kt9lf_724{font-weight:600}._messageTime_kt9lf_728{opacity:.7}._messageContent_kt9lf_732 p{margin:0;line-height:1.4}._fileMessage_kt9lf_737{display:flex;align-items:center;gap:.5rem}._fileMessage_kt9lf_737 a{color:inherit;text-decoration:underline}._chatInput_kt9lf_748{display:flex;gap:.5rem;padding:1rem;border-top:1px solid rgba(255,255,255,.1)}._chatInput_kt9lf_748 input{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff0d;color:#fff;font-size:.9rem}._chatInput_kt9lf_748 input:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 2px #00d8ff33}._chatInput_kt9lf_748 button{padding:.75rem 1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#111;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}._chatInput_kt9lf_748 button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00d8ff4d}@media (max-width: 768px){._requestActions_kt9lf_620{flex-direction:column;align-items:stretch}._startChatButton_kt9lf_627{justify-content:center}._chatModal_kt9lf_667{width:95%;max-height:90vh}._chatMessages_kt9lf_685{max-height:300px}}._githubActivity_kt9lf_808{margin:20px 0;padding:20px;background-color:#ffffff0d;border-radius:12px;border-left:4px solid #3b82f6;width:100%}._githubActivityTitle_kt9lf_817{margin:0 0 20px;font-size:18px;color:#ffffffe6;display:flex;align-items:center;gap:8px;font-weight:600}._githubActivityTitle_kt9lf_817 i{color:#3b82f6}._githubComments_kt9lf_831,._githubPRs_kt9lf_832{margin-bottom:16px}._githubComments_kt9lf_831 h5,._githubPRs_kt9lf_832 h5{margin:0 0 12px;font-size:14px;color:#ffffffb3;font-weight:600}._commentsList_kt9lf_844,._prsList_kt9lf_845{display:flex;flex-direction:column;gap:12px}._commentItem_kt9lf_851,._prItem_kt9lf_852{padding:12px;background-color:#ffffff0d;border-radius:6px;border:1px solid rgba(255,255,255,.1)}._commentHeader_kt9lf_859{display:flex;align-items:center;gap:8px;margin-bottom:8px}._commentAvatar_kt9lf_866{width:24px;height:24px;border-radius:50%}._commentUser_kt9lf_872{font-weight:600;color:#ffffffe6;font-size:14px}._commentDate_kt9lf_878{color:#ffffff80;font-size:12px;margin-left:auto}._commentBody_kt9lf_884{margin:0 0 8px;color:#fffc;font-size:14px;line-height:1.5}._commentLink_kt9lf_891{color:#3b82f6;text-decoration:none;font-size:12px;font-weight:500}._commentLink_kt9lf_891:hover{text-decoration:underline}._prHeader_kt9lf_902{display:flex;align-items:center;gap:8px;margin-bottom:8px}._prState_kt9lf_909{padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}._prStateopen_kt9lf_917{background-color:#dcfce7;color:#166534}._prStateclosed_kt9lf_922{background-color:#fef2f2;color:#dc2626}._prStatemerged_kt9lf_927{background-color:#dbeafe;color:#1d4ed8}._prNumber_kt9lf_932{color:#ffffff80;font-size:12px;font-weight:500}._prTitle_kt9lf_938{margin:0 0 8px;font-size:14px;color:#ffffffe6;font-weight:600}._prMeta_kt9lf_945{display:flex;align-items:center;gap:12px;margin-bottom:8px}._prUser_kt9lf_952,._prDate_kt9lf_957{color:#ffffff80;font-size:12px}._prLink_kt9lf_962{color:#3b82f6;text-decoration:none;font-size:12px;font-weight:500}._prLink_kt9lf_962:hover{text-decoration:underline}._githubCommits_kt9lf_974{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}._githubCommits_kt9lf_974 h5{color:#fff;font-size:1rem;font-weight:600;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}._commitsList_kt9lf_990{display:flex;flex-direction:column;gap:1rem}._commitItem_kt9lf_996{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1rem;transition:all .3s ease}._commitItem_kt9lf_996:hover{border-color:#00d8ff4d;background:#00d8ff0d}._commitHeader_kt9lf_1009{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._commitSha_kt9lf_1016{background:#00d8ff33;color:#00d8ff;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.85rem;font-weight:600}._commitDate_kt9lf_1026{color:#fff9;font-size:.85rem}._commitMessage_kt9lf_1031{color:#fff;font-size:.95rem;font-weight:600;margin:0 0 .5rem;line-height:1.4}._commitDescription_kt9lf_1039{color:#fffc;font-size:.85rem;font-weight:400;margin:0 0 .75rem;line-height:1.4;white-space:pre-wrap;padding:.5rem;background:#ffffff05;border-radius:4px;border-left:2px solid rgba(255,255,255,.1)}._commitMeta_kt9lf_1052{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._commitAuthor_kt9lf_1059{color:#ffffffb3;font-size:.85rem}._commitStats_kt9lf_1064{background:#7cff6733;color:#7cff67;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600;font-family:Courier New,monospace}._commitFiles_kt9lf_1074{margin-bottom:.75rem}._commitFiles_kt9lf_1074 small{color:#ffffff80;font-size:.8rem}._commitLink_kt9lf_1083{color:#00d8ff;text-decoration:none;font-size:.85rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem;transition:all .3s ease}._commitLink_kt9lf_1083:hover{color:#7cff67;transform:translate(2px)}._activityUpdated_kt9lf_1099{text-align:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}._activityUpdated_kt9lf_1099 small{color:#ffffff80;font-size:11px}._projectChat_bp3go_1{max-width:1000px;margin:0 auto;height:calc(100vh - 200px);display:flex;flex-direction:column}._chatHeader_bp3go_9{text-align:center;margin-bottom:2rem}._chatHeader_bp3go_9 h2{font-size:2.5rem;font-weight:700;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}._chatHeader_bp3go_9 p{font-size:1.1rem;color:#ffffffb3;margin:0}._chatContainer_bp3go_30{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;display:flex;flex-direction:column;overflow:hidden}._messagesContainer_bp3go_40{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._messagesContainer_bp3go_40::-webkit-scrollbar{width:6px}._messagesContainer_bp3go_40::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._messagesContainer_bp3go_40::-webkit-scrollbar-thumb{background:#00d8ff4d;border-radius:3px}._messagesContainer_bp3go_40::-webkit-scrollbar-thumb:hover{background:#00d8ff80}._noMessages_bp3go_67{text-align:center;padding:4rem 2rem;color:#ffffff80;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}._noMessages_bp3go_67 i{font-size:4rem;margin-bottom:1.5rem;opacity:.5}._noMessages_bp3go_67 h3{margin:0 0 .5rem;font-size:1.5rem;color:#fffc}._noMessages_bp3go_67 p{margin:0;font-size:1rem}._messagesList_bp3go_95{display:flex;flex-direction:column;gap:1rem}._dateDivider_bp3go_101{text-align:center;margin:1rem 0;position:relative}._dateDivider_bp3go_101:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#ffffff1a;z-index:1}._dateDivider_bp3go_101 span{background:#141414e6;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;color:#fff9;position:relative;z-index:2}._messageItem_bp3go_128{display:flex;gap:.75rem;max-width:80%}._messageItem_bp3go_128._ownMessage_bp3go_134{align-self:flex-end;flex-direction:row-reverse}._messageItem_bp3go_128._otherMessage_bp3go_139{align-self:flex-start}._avatar_bp3go_143{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#000;font-size:.9rem;flex-shrink:0}._messageContent_bp3go_156{flex:1;display:flex;flex-direction:column;gap:.25rem}._messageHeader_bp3go_163{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._senderName_bp3go_170{font-size:.9rem;font-weight:600;color:#fff}._messageTime_bp3go_176{font-size:.8rem;color:#ffffff80}._messageBubble_bp3go_181{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.75rem 1rem;position:relative}._ownMessage_bp3go_134 ._messageBubble_bp3go_181{background:linear-gradient(135deg,#00d8ff,#7cff67);border-color:#00d8ff4d;color:#000}._otherMessage_bp3go_139 ._messageBubble_bp3go_181{background:#ffffff1a;border-color:#ffffff1a;color:#fff}._messageBubble_bp3go_181 p{margin:0;line-height:1.5;word-wrap:break-word}._fileMessage_bp3go_207{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}._fileMessage_bp3go_207 i{font-size:1.2rem;color:#00d8ff}._fileMessage_bp3go_207 span{flex:1;font-size:.9rem}._downloadLink_bp3go_227{color:#00d8ff;text-decoration:none;font-size:.85rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;background:#00d8ff1a;transition:all .3s ease}._downloadLink_bp3go_227:hover{background:#00d8ff33}._messageFooter_bp3go_242{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;margin-top:.25rem}._messageFooter_bp3go_242 i{color:#00d8ff;font-size:.9rem}._messageForm_bp3go_255{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);background:#ffffff05}._inputContainer_bp3go_261{display:flex;gap:.75rem;align-items:flex-end}._messageInput_bp3go_267{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff0d;color:#fff;font-size:.95rem;transition:all .3s ease;resize:none;min-height:44px;max-height:120px;font-family:inherit}._messageInput_bp3go_267:focus{outline:none;border-color:#00d8ff;box-shadow:0 0 0 3px #00d8ff1a}._messageInput_bp3go_267::placeholder{color:#ffffff80}._sendButton_bp3go_292{width:44px;height:44px;border:none;border-radius:12px;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}._sendButton_bp3go_292:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}._sendButton_bp3go_292:disabled{opacity:.7;cursor:not-allowed;transform:none}._chatInfo_bp3go_319{margin-top:1.5rem;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}._infoItem_bp3go_327{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.9rem}._infoItem_bp3go_327 i{color:#00d8ff;font-size:1rem}._loadingContainer_bp3go_341{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff}._spinner_bp3go_350{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_bp3go_350 1s ease-in-out infinite;margin-bottom:1rem}@keyframes _spin_bp3go_350{to{transform:rotate(360deg)}}@media (max-width: 768px){._projectChat_bp3go_1{height:calc(100vh - 150px)}._chatHeader_bp3go_9 h2{font-size:2rem}._messageItem_bp3go_128{max-width:90%}._chatInfo_bp3go_319{flex-direction:column;align-items:center;gap:1rem}._messagesContainer_bp3go_40,._messageForm_bp3go_255{padding:1rem}}@media (max-width: 480px){._chatHeader_bp3go_9 h2{font-size:1.5rem}._messageItem_bp3go_128{max-width:95%}._avatar_bp3go_143{width:35px;height:35px;font-size:.8rem}._messageBubble_bp3go_181{padding:.5rem .75rem}._inputContainer_bp3go_261{gap:.5rem}._messageInput_bp3go_267{padding:.5rem .75rem;font-size:.9rem}._sendButton_bp3go_292{width:40px;height:40px;font-size:1rem}}._submissionsContainer_1mkq0_1{max-width:100%;margin:0 auto}._tabNavigation_1mkq0_7{display:flex;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._tabButton_1mkq0_17{flex:1;background:none;border:none;color:#ffffffb3;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}._tabButton_1mkq0_17:hover{color:#fff;background:#ffffff1a}._tabButton_1mkq0_17._active_1mkq0_39{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;box-shadow:0 4px 16px #00d8ff4d}._tabButton_1mkq0_17 i{font-size:1.2rem}._tabContent_1mkq0_50{min-height:400px}._filesTab_1mkq0_54,._commitsTab_1mkq0_55{animation:_fadeIn_1mkq0_1 .3s ease}@keyframes _fadeIn_1mkq0_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._filesGrid_1mkq0_65{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._fileCard_1mkq0_71{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:1rem}._fileCard_1mkq0_71:hover{border-color:#00d8ff4d;box-shadow:0 8px 32px #00d8ff1a;transform:translateY(-2px)}._fileIcon_1mkq0_90{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#00d8ff,#7cff67);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000;flex-shrink:0}._fileInfo_1mkq0_103{flex:1;min-width:0}._fileInfo_1mkq0_103 h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#fff;word-break:break-word;overflow-wrap:break-word}._fileInfo_1mkq0_103 p{margin:0 0 .25rem;font-size:.85rem;color:#ffffffb3}._uploadDate_1mkq0_123{font-size:.8rem;color:#ffffff80}._fileActions_1mkq0_128{flex-shrink:0}._downloadButton_1mkq0_132{background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);color:#00d8ff;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._downloadButton_1mkq0_132:hover{background:#00d8ff33;transform:translateY(-1px)}._commitsList_1mkq0_151{display:flex;flex-direction:column;gap:1rem}._commitItem_1mkq0_157{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._commitItem_1mkq0_157:hover{border-color:#00d8ff4d;box-shadow:0 8px 32px #00d8ff1a;transform:translateY(-2px)}._commitHeader_1mkq0_172{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}._commitInfo_1mkq0_180{flex:1}._commitMessage_1mkq0_184{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#fff;line-height:1.4}._commitDescription_1mkq0_192{margin:0 0 .75rem;font-size:.95rem;color:#fffc;line-height:1.5;background:#ffffff0d;padding:.75rem;border-radius:8px;border-left:3px solid rgba(0,216,255,.3);white-space:pre-wrap}._commitMeta_1mkq0_204{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._commitHash_1mkq0_211{font-size:.85rem;color:#00d8ff;font-family:Courier New,monospace;background:#00d8ff1a;padding:.3rem .6rem;border-radius:6px;font-weight:600}._commitAuthor_1mkq0_221{font-size:.9rem;color:#fffc;font-weight:500}._commitDate_1mkq0_227{font-size:.85rem;color:#fff9}._commitStage_1mkq0_232{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}._stageBadge_1mkq0_240{display:inline-block;background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);color:#00d8ff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._repoName_1mkq0_253{font-size:.85rem;color:#ffffffb3;font-weight:500}._commitActions_1mkq0_259{display:flex;gap:.75rem;flex-wrap:wrap}._viewCommitButton_1mkq0_265,._viewRepoButton_1mkq0_266{display:inline-flex;align-items:center;gap:.5rem;color:#00d8ff;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;padding:.5rem 1rem;background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);border-radius:8px}._viewCommitButton_1mkq0_265:hover,._viewRepoButton_1mkq0_266:hover{color:#7cff67;background:#00d8ff33;transform:translateY(-1px)}._emptyState_1mkq0_289{text-align:center;padding:3rem 2rem;color:#ffffff80}._emptyState_1mkq0_289 i{font-size:3rem;margin-bottom:1rem;opacity:.5}._emptyState_1mkq0_289 h3{margin:0 0 .5rem;font-size:1.2rem;color:#ffffffb3}._emptyState_1mkq0_289 p{margin:0;font-size:.95rem}._modalOverlay_1mkq0_313{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}._modalContent_1mkq0_328{background:linear-gradient(135deg,#141414f2,#1e1e1ef2);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #00000080}._modalHeader_1mkq0_339{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._modalHeader_1mkq0_339 h3{margin:0;font-size:1.3rem;font-weight:600;color:#fff}._closeButton_1mkq0_354{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}._closeButton_1mkq0_354:hover{background:#ffffff1a;transform:scale(1.1)}._modalBody_1mkq0_370{padding:1.5rem;max-height:70vh;overflow-y:auto}._modalBody_1mkq0_370 img{width:100%;height:auto;border-radius:8px}._filePreview_1mkq0_382{text-align:center;padding:3rem 2rem;color:#ffffffb3}._filePreview_1mkq0_382 i{font-size:4rem;color:#00d8ff;margin-bottom:1rem}._filePreview_1mkq0_382 p{margin:0 0 2rem;font-size:1.1rem}._downloadLink_1mkq0_399{display:inline-flex;align-items:center;gap:.5rem;color:#00d8ff;text-decoration:none;font-weight:500;padding:.75rem 1.5rem;background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);border-radius:8px;transition:all .3s ease}._downloadLink_1mkq0_399:hover{background:#00d8ff33;transform:translateY(-1px)}._fileNotes_1mkq0_418{margin-top:2rem;padding:1rem;background:#ffffff0d;border-radius:8px;border-left:4px solid #00d8ff}._fileNotes_1mkq0_418 h4{margin:0 0 .5rem;color:#00d8ff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._fileNotes_1mkq0_418 p{margin:0;color:#fffc;line-height:1.5}._loadingContainer_1mkq0_442{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff}._spinner_1mkq0_451{width:40px;height:40px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_1mkq0_451 1s ease-in-out infinite;margin-bottom:1rem}@keyframes _spin_1mkq0_451{to{transform:rotate(360deg)}}@media (max-width: 1200px){._filesGrid_1mkq0_65{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){._tabNavigation_1mkq0_7{flex-direction:column;gap:.5rem}._tabButton_1mkq0_17{justify-content:flex-start}._filesGrid_1mkq0_65{grid-template-columns:1fr}._fileCard_1mkq0_71{flex-direction:column;text-align:center;gap:1rem}._fileActions_1mkq0_128{align-self:stretch}._downloadButton_1mkq0_132{width:100%;justify-content:center}._commitHeader_1mkq0_172{flex-direction:column;align-items:flex-start;gap:1rem}._commitStage_1mkq0_232{align-items:flex-start}._commitMeta_1mkq0_204{flex-direction:column;align-items:flex-start;gap:.5rem}._commitActions_1mkq0_259{flex-direction:column}._viewCommitButton_1mkq0_265,._viewRepoButton_1mkq0_266{width:100%;justify-content:center}}@media (max-width: 480px){._fileIcon_1mkq0_90{width:40px;height:40px;font-size:1.2rem}._commitItem_1mkq0_157{padding:1rem}._modalContent_1mkq0_328{margin:1rem}}._container_1z032_2{padding:2rem;max-width:100%}._header_1z032_8{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}._headerContent_1z032_16 h2{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#00d8ff,#09c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._headerContent_1z032_16 p{margin:0;color:#ffffffb3;font-size:1rem;line-height:1.5}._uploadButton_1z032_34{background:linear-gradient(135deg,#00d8ff,#09c);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap;box-shadow:0 4px 15px #00d8ff4d}._uploadButton_1z032_34:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d8ff66}._uploadButton_1z032_34 i{font-size:1.1rem}._assetsGrid_1z032_61{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}._emptyState_1z032_69{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#ffffff05;border:2px dashed rgba(255,255,255,.1);border-radius:16px;color:#fff9}._emptyState_1z032_69 i{font-size:4rem;color:#ffffff4d;margin-bottom:1rem}._emptyState_1z032_69 h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#fff}._emptyState_1z032_69 p{margin:0 0 2rem;font-size:1rem;line-height:1.5}._assetCard_1z032_99{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer}._assetCard_1z032_99:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000004d;border-color:#00d8ff4d}._assetPreview_1z032_115{position:relative;height:200px;background:#ffffff05;display:flex;align-items:center;justify-content:center;overflow:hidden}._assetPreview_1z032_115 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._assetCard_1z032_99:hover ._assetPreview_1z032_115 img{transform:scale(1.05)}._fileIcon_1z032_136{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#00d8ff1a}._fileIcon_1z032_136 i{font-size:3rem;color:#00d8ff}._assetOverlay_1z032_150{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._assetCard_1z032_99:hover ._assetOverlay_1z032_150{opacity:1}._assetOverlay_1z032_150 i{font-size:2rem;color:#fff}._assetInfo_1z032_174{padding:1.5rem}._assetHeader_1z032_178{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._assetType_1z032_185{background:#00d8ff1a;color:#00d8ff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._deleteButton_1z032_196{background:none;border:none;color:#ffffff80;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}._deleteButton_1z032_196:hover{color:#ff3b30;background:#ff3b301a}._deleteButton_1z032_196 i{font-size:1.1rem}._assetName_1z032_215{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#fff;line-height:1.3}._assetDescription_1z032_223{margin:0 0 1rem;color:#fff9;font-size:.9rem;line-height:1.4}._assetMeta_1z032_230{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.8rem;color:#ffffff80}._fileSize_1z032_239{background:#ffffff0d;padding:.25rem .5rem;border-radius:6px}._uploadDate_1z032_245{color:#fff6}._assetActions_1z032_249{display:flex;gap:.5rem}._downloadButton_1z032_254{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fffc;padding:.5rem 1rem;border-radius:8px;font-size:.8rem;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;flex:1;justify-content:center}._downloadButton_1z032_254:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}._downloadButton_1z032_254 i{font-size:1rem}._modalOverlay_1z032_282{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_1z032_296{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid rgba(255,255,255,.1);border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000080}._modalHeader_1z032_307{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._modalHeader_1z032_307 h3{margin:0;font-size:1.3rem;font-weight:600;color:#fff}._modalHeader_1z032_307 button{background:none;border:none;color:#fff9;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}._modalHeader_1z032_307 button:hover{color:#fff;background:#ffffff1a}._modalHeader_1z032_307 button i{font-size:1.2rem}._modalBody_1z032_341{padding:1.5rem}._uploadForm_1z032_346{display:flex;flex-direction:column;gap:1.5rem}._formGroup_1z032_352{display:flex;flex-direction:column;gap:.5rem}._formGroup_1z032_352 label{font-size:.9rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}._formGroup_1z032_352 select,._formGroup_1z032_352 textarea{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;font-family:inherit;transition:all .3s ease}._formGroup_1z032_352 select:focus,._formGroup_1z032_352 textarea:focus{outline:none;border-color:#00d8ff;background:#ffffff14}._formGroup_1z032_352 select option{background:#1a1a2e;color:#fff}._formGroup_1z032_352 textarea{resize:vertical;min-height:80px}._formGroup_1z032_352 textarea::placeholder{color:#fff6}._fileInput_1z032_401{position:relative;border:2px dashed rgba(255,255,255,.2);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;cursor:pointer}._fileInput_1z032_401:hover{border-color:#00d8ff;background:#00d8ff0d}._fileInput_1z032_401 input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}._fileInputContent_1z032_426{pointer-events:none}._fileInputContent_1z032_426 i{font-size:2rem;color:#00d8ff;margin-bottom:1rem}._fileInputContent_1z032_426 p{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#fff}._fileInputContent_1z032_426 span{font-size:.8rem;color:#ffffff80}._modalActions_1z032_449{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}._cancelButton_1z032_457{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}._cancelButton_1z032_457:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}._uploadConfirmButton_1z032_475{background:linear-gradient(135deg,#00d8ff,#09c);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._uploadConfirmButton_1z032_475:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #00d8ff4d}._uploadConfirmButton_1z032_475:disabled{opacity:.5;cursor:not-allowed;transform:none}._previewModalContent_1z032_502{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid rgba(255,255,255,.1);border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000080}._previewModalHeader_1z032_513{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._previewModalHeader_1z032_513 h3{margin:0;font-size:1.3rem;font-weight:600;color:#fff}._previewModalBody_1z032_528{padding:1.5rem}._previewModalBody_1z032_528 img{width:100%;max-height:400px;object-fit:contain;border-radius:8px;margin-bottom:1.5rem}._filePreview_1z032_540{text-align:center;padding:3rem;background:#ffffff05;border-radius:8px;margin-bottom:1.5rem}._filePreview_1z032_540 i{font-size:4rem;color:#00d8ff;margin-bottom:1rem}._filePreview_1z032_540 p{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#fff}._filePreview_1z032_540 span{font-size:.9rem;color:#fff9}._previewInfo_1z032_566{margin-bottom:1.5rem}._infoRow_1z032_570{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}._infoRow_1z032_570:last-child{border-bottom:none}._infoLabel_1z032_582{font-size:.9rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}._infoValue_1z032_590{font-size:.9rem;color:#fff}._previewActions_1z032_595{display:flex;justify-content:center}._previewActions_1z032_595 ._downloadButton_1z032_254{background:linear-gradient(135deg,#00d8ff,#09c);border:none;color:#fff;padding:.75rem 2rem;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}._previewActions_1z032_595 ._downloadButton_1z032_254:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00d8ff4d}._loadingContainer_1z032_621{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#ffffffb3}._spinner_1z032_630{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #00d8ff;border-radius:50%;animation:_spin_1z032_630 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1z032_630{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._container_1z032_2{padding:1rem}._header_1z032_8{flex-direction:column;align-items:stretch;gap:1rem}._headerContent_1z032_16 h2{font-size:1.5rem}._assetsGrid_1z032_61{grid-template-columns:1fr;gap:1rem}._modalContent_1z032_296,._previewModalContent_1z032_502{margin:1rem;max-width:calc(100vw - 2rem)}._modalActions_1z032_449{flex-direction:column}._cancelButton_1z032_457,._uploadConfirmButton_1z032_475{width:100%;justify-content:center}._assetActions_1z032_249{flex-direction:column}._downloadButton_1z032_254{width:100%}}@media (max-width: 480px){._assetInfo_1z032_174{padding:1rem}._assetMeta_1z032_230{flex-direction:column;align-items:flex-start;gap:.5rem}._modalBody_1z032_341{padding:1rem}._uploadForm_1z032_346{gap:1rem}}._paymentMethodsContainer_qswyh_2{padding:2rem;width:100%;max-width:100%;margin:0;color:#fff}._loadingContainer_qswyh_11,._errorContainer_qswyh_12{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem}._loadingContainer_qswyh_11 ._spinner_qswyh_22,._errorContainer_qswyh_12 ._spinner_qswyh_22{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_qswyh_22 1s linear infinite;margin-bottom:1rem}@keyframes _spin_qswyh_22{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_qswyh_12 i{font-size:3rem;color:#ef4444;margin-bottom:1rem}._errorContainer_qswyh_12 h3{color:#fff;margin-bottom:.5rem}._errorContainer_qswyh_12 p{color:#ffffffb3;margin-bottom:1.5rem}._retryButton_qswyh_54{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}._retryButton_qswyh_54:hover{background:#2563eb}._header_qswyh_73{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem;width:100%}._headerInfo_qswyh_82 h2{color:#fff;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}._headerInfo_qswyh_82 p{color:#ffffffb3;font-size:1.125rem;max-width:600px}._headerStats_qswyh_95{display:flex;gap:1rem;flex-shrink:0}._statCard_qswyh_101{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:200px}._statCard_qswyh_101 i{font-size:1.5rem;color:#3b82f6}._statCard_qswyh_101 h4{color:#ffffffb3;font-size:.875rem;font-weight:600;margin-bottom:.25rem}._statCard_qswyh_101 p{color:#fff;font-size:1.5rem;font-weight:700;margin:0}._methodsGrid_qswyh_133{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem;width:100%}._methodCard_qswyh_141{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .2s ease;width:100%;min-height:200px;display:flex;flex-direction:column;justify-content:space-between}._methodCard_qswyh_141:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}._cardHeader_qswyh_161{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._cardBrand_qswyh_168{display:flex;align-items:center;gap:.5rem}._cardBrand_qswyh_168 i{font-size:1.5rem}._brandName_qswyh_178{font-weight:600;color:#fff;font-size:.875rem}._defaultBadge_qswyh_184{background:#059669;color:#fff;font-size:.625rem;font-weight:600;padding:.25rem .75rem;border-radius:1rem;text-transform:uppercase;letter-spacing:.05em}._cardDetails_qswyh_195{margin-bottom:1.5rem}._cardNumber_qswyh_199{font-family:Courier New,monospace;font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem;letter-spacing:.1em}._cardInfo_qswyh_208{display:flex;flex-direction:column;gap:.25rem}._expiry_qswyh_214{color:#ffffffb3;font-size:.875rem}._addedDate_qswyh_219{color:#ffffff80;font-size:.75rem}._cardActions_qswyh_224{display:flex;gap:.75rem;justify-content:flex-end}._setDefaultButton_qswyh_230{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._setDefaultButton_qswyh_230:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}._setDefaultButton_qswyh_230:disabled{opacity:.5;cursor:not-allowed}._setDefaultButton_qswyh_230 ._spinner_qswyh_22{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:_spin_qswyh_22 1s linear infinite}._deleteButton_qswyh_264{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dc26261a;color:#fca5a5;border:1px solid rgba(220,38,38,.2);border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._deleteButton_qswyh_264:hover:not(:disabled){background:#dc262626;border-color:#dc26264d}._deleteButton_qswyh_264:disabled{opacity:.5;cursor:not-allowed}._deleteButton_qswyh_264 ._spinner_qswyh_22{width:14px;height:14px;border:2px solid rgba(220,38,38,.3);border-top:2px solid #fca5a5;border-radius:50%;animation:_spin_qswyh_22 1s linear infinite}._noMethods_qswyh_299{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);border-radius:1rem;margin-bottom:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._noMethods_qswyh_299 i{font-size:3rem;color:#9ca3af;margin-bottom:1rem}._noMethods_qswyh_299 h4{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}._noMethods_qswyh_299 p{color:#ffffffb3;font-size:1rem;max-width:400px}._infoSection_qswyh_333{background:#ffffff0d;border-radius:1rem;padding:2rem;width:100%;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}._infoSection_qswyh_333 h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}._infoGrid_qswyh_350{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%}._infoCard_qswyh_357{background:#ffffff0d;padding:1.5rem;border-radius:.75rem;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}._infoCard_qswyh_357 i{font-size:2rem;color:#3b82f6;margin-bottom:1rem}._infoCard_qswyh_357 h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}._infoCard_qswyh_357 p{color:#ffffffb3;font-size:.875rem;line-height:1.5;margin:0}@media (max-width: 1024px){._methodsGrid_qswyh_133{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}._infoGrid_qswyh_350{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){._paymentMethodsContainer_qswyh_2{padding:1rem}._header_qswyh_73{flex-direction:column;gap:1rem}._headerStats_qswyh_95{flex-direction:column;width:100%}._statCard_qswyh_101{width:100%}._methodsGrid_qswyh_133{grid-template-columns:1fr}._cardHeader_qswyh_161{flex-direction:column;align-items:flex-start;gap:.75rem}._cardActions_qswyh_224{flex-direction:column;justify-content:stretch}._setDefaultButton_qswyh_230,._deleteButton_qswyh_264{width:100%;justify-content:center}._infoGrid_qswyh_350{grid-template-columns:1fr}}@media (max-width: 480px){._paymentMethodsContainer_qswyh_2{padding:.5rem}._headerInfo_qswyh_82 h2{font-size:1.5rem}._headerInfo_qswyh_82 p{font-size:1rem}._methodCard_qswyh_141,._infoSection_qswyh_333{padding:1rem}._cardNumber_qswyh_199{font-size:1rem}._methodsGrid_qswyh_133,._infoGrid_qswyh_350{grid-template-columns:1fr;gap:1rem}}._paymentsContainer_5h6ka_2{padding:2rem;max-width:1200px;margin:0 auto;color:#fff}._loadingContainer_5h6ka_10,._errorContainer_5h6ka_11{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem}._loadingContainer_5h6ka_10 ._spinner_5h6ka_21,._errorContainer_5h6ka_11 ._spinner_5h6ka_21{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_5h6ka_21 1s linear infinite;margin-bottom:1rem}@keyframes _spin_5h6ka_21{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_5h6ka_11 i{font-size:3rem;color:#ef4444;margin-bottom:1rem}._errorContainer_5h6ka_11 h3{color:#1f2937;margin-bottom:.5rem}._errorContainer_5h6ka_11 p{color:#6b7280;margin-bottom:1.5rem}._retryButton_5h6ka_53{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}._retryButton_5h6ka_53:hover{background:#2563eb}._paymentsHeader_5h6ka_72{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}._headerInfo_5h6ka_80 h2{color:#fff;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}._headerInfo_5h6ka_80 p{color:#ffffffb3;font-size:1.125rem}._paymentSummary_5h6ka_92{display:flex;gap:1rem;flex-shrink:0;align-items:center}._summaryCard_5h6ka_99{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:200px}._summaryCard_5h6ka_99 i{font-size:1.5rem;color:#3b82f6}._summaryCard_5h6ka_99 h4{color:#ffffffb3;font-size:.875rem;font-weight:600;margin-bottom:.25rem}._summaryCard_5h6ka_99 p{color:#fff;font-size:1rem;font-weight:600;margin:0}._manageMethodsButton_5h6ka_130{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}._manageMethodsButton_5h6ka_130:hover{background:#ffffff26;border-color:#ffffff4d}._pendingStages_5h6ka_151{margin-bottom:3rem}._pendingStages_5h6ka_151 h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}._stagesGrid_5h6ka_162{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}._stageCard_5h6ka_168{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .2s ease}._stageCard_5h6ka_168:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}._stageHeader_5h6ka_183{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}._stageIcon_5h6ka_190{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;flex-shrink:0}._stageIcon_5h6ka_190 i{font-size:1.5rem;color:#fff}._stageInfo_5h6ka_206{flex:1}._stageInfo_5h6ka_206 h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}._stageInfo_5h6ka_206 p{color:#ffffffb3;font-size:.875rem;margin:0}._stageCost_5h6ka_223{text-align:right;flex-shrink:0}._costAmount_5h6ka_228{display:block;color:#10b981;font-size:1.25rem;font-weight:700}._costLabel_5h6ka_235{display:block;color:#ffffffb3;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}._stageDetails_5h6ka_243{margin-bottom:1.5rem}._stageMeta_5h6ka_247{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}._stageOrder_5h6ka_254{background:#ffffff1a;color:#ffffffe6;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._stageStatus_5h6ka_265{background:#f59e0b33;color:#fbbf24;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._stageDescription_5h6ka_276{color:#fffc;font-size:.875rem;line-height:1.5;margin:0}._stageActions_5h6ka_283{display:flex;justify-content:flex-end}._payButton_5h6ka_288{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:.75rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;min-width:160px;justify-content:center;box-shadow:0 4px 12px #0596694d;position:relative;overflow:hidden}._payButton_5h6ka_288:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._payButton_5h6ka_288:hover:before{left:100%}._payButton_5h6ka_288:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-2px);box-shadow:0 8px 20px #05966966}._payButton_5h6ka_288:disabled{opacity:.7;cursor:not-allowed}._payButton_5h6ka_288._processing_5h6ka_334{background:#6b7280}._payButton_5h6ka_288._processing_5h6ka_334 ._spinner_5h6ka_21{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_5h6ka_21 1s linear infinite}._noPendingStages_5h6ka_348{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);border-radius:1rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._noPendingStages_5h6ka_348 i{font-size:3rem;color:#059669;margin-bottom:1rem}._noPendingStages_5h6ka_348 h4{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}._noPendingStages_5h6ka_348 p{color:#ffffffb3;font-size:1rem;max-width:400px}._paymentInfo_5h6ka_381{background:#ffffff0d;border-radius:1rem;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}._paymentInfo_5h6ka_381 h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}._infoGrid_5h6ka_397{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._infoCard_5h6ka_403{background:#ffffff0d;padding:1.5rem;border-radius:.75rem;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}._infoCard_5h6ka_403 i{font-size:2rem;color:#3b82f6;margin-bottom:1rem}._infoCard_5h6ka_403 h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}._infoCard_5h6ka_403 p{color:#ffffffb3;font-size:.875rem;line-height:1.5;margin:0}._modalOverlay_5h6ka_433{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_5h6ka_447{background:#ffffff0d;border-radius:1rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}._paymentModal_5h6ka_459{padding:0}._modalHeader_5h6ka_463{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05;border-radius:1rem 1rem 0 0}._modalHeader_5h6ka_463 h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.75rem}._modalHeader_5h6ka_463 h3:before{content:"💳";font-size:1.75rem}._closeButton_5h6ka_488{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:1.5rem;color:#ffffffb3;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._closeButton_5h6ka_488:hover{color:#fff;background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}._modalContent_5h6ka_447{padding:2rem}._paymentSummary_5h6ka_92{background:#ffffff0d;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._summaryItem_5h6ka_527{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#ffffff08;border-radius:.5rem;border:1px solid rgba(255,255,255,.05);transition:all .2s ease}._summaryItem_5h6ka_527:hover{background:#ffffff0d;border-color:#ffffff1a}._summaryItem_5h6ka_527:last-child{margin-bottom:0}._summaryItem_5h6ka_527 span:first-child{color:#fff9;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._summaryItem_5h6ka_527 span:last-child{color:#fff;font-size:1rem;font-weight:600}._summaryItem_5h6ka_527 ._amount_5h6ka_561{color:#10b981;font-weight:700;font-size:1.25rem}._paymentForm_5h6ka_568{display:flex;flex-direction:column;gap:2rem}._savedMethods_5h6ka_574{border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._savedMethods_5h6ka_574 h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}._savedMethods_5h6ka_574 h4:before{content:"💳";font-size:1.25rem}._methodList_5h6ka_597{display:flex;flex-direction:column;gap:.75rem}._methodOption_5h6ka_603{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;cursor:pointer;transition:all .3s ease;background:#ffffff0d;position:relative;overflow:hidden}._methodOption_5h6ka_603:hover{border-color:#3b82f6;background:#ffffff14;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}._methodOption_5h6ka_603:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);opacity:0;transition:opacity .3s ease}._methodOption_5h6ka_603:hover:before{opacity:1}._methodOption_5h6ka_603 input[type=radio]{margin:0}._methodInfo_5h6ka_644{flex:1;display:flex;flex-direction:column;gap:.25rem}._cardInfo_5h6ka_651{display:flex;align-items:center;gap:.5rem;font-weight:500}._cardIcon_5h6ka_658{color:#3b82f6}._cardExpiry_5h6ka_662{font-size:.75rem;color:#ffffffb3}._defaultBadge_5h6ka_667{background:#059669;color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .5rem;border-radius:1rem;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start}._cardInput_5h6ka_679{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.75rem}._cardInput_5h6ka_679 label{color:#fff;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem}._cardInput_5h6ka_679 label:before{content:"💳";font-size:1.125rem}._cardElement_5h6ka_703{border:1px solid rgba(255,255,255,.2);border-radius:.75rem;padding:1rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s ease}._cardElement_5h6ka_703:focus-within{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._saveCard_5h6ka_717{display:flex;align-items:center}._checkboxLabel_5h6ka_722{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#fff}._checkboxLabel_5h6ka_722 input[type=checkbox]{margin:0}._errorMessage_5h6ka_735{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#dc26261a;border:1px solid rgba(220,38,38,.2);border-radius:.5rem;color:#fca5a5;font-size:.875rem}._paymentActions_5h6ka_747{display:flex;gap:1.5rem;justify-content:flex-end;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem}._cancelButton_5h6ka_756{padding:1rem 2rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-width:120px}._cancelButton_5h6ka_756:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}._cancelButton_5h6ka_756:disabled{opacity:.5;cursor:not-allowed}._paymentMethodsModal_5h6ka_781{background:#ffffff0d;border-radius:1rem;max-width:95vw;width:100%;max-height:90vh;overflow-y:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}._paymentMethodsContent_5h6ka_793{padding:0;width:100%;height:100%}@media (max-width: 768px){._paymentsContainer_5h6ka_2{padding:1rem}._paymentsHeader_5h6ka_72{flex-direction:column;gap:1rem}._paymentSummary_5h6ka_92{flex-direction:column;width:100%;grid-template-columns:1fr;gap:.75rem}._summaryCard_5h6ka_99{width:100%}._stagesGrid_5h6ka_162{grid-template-columns:1fr}._stageHeader_5h6ka_183{flex-direction:column;align-items:flex-start;gap:.75rem}._stageCost_5h6ka_223{text-align:left}._stageMeta_5h6ka_247{flex-direction:column;align-items:flex-start;gap:.5rem}._stageActions_5h6ka_283{justify-content:center}._payButton_5h6ka_288{width:100%}._infoGrid_5h6ka_397{grid-template-columns:1fr}._modalContent_5h6ka_447{margin:1rem;max-height:calc(100vh - 2rem);max-width:95vw}._paymentMethodsModal_5h6ka_781{max-width:98vw;margin:.5rem}._paymentMethodsContent_5h6ka_793{padding:0}._paymentActions_5h6ka_747{flex-direction:column;gap:1rem}._cancelButton_5h6ka_756,._payButton_5h6ka_288{width:100%;min-width:auto}}@media (max-width: 480px){._paymentsContainer_5h6ka_2{padding:.5rem}._headerInfo_5h6ka_80 h2{font-size:1.5rem}._headerInfo_5h6ka_80 p{font-size:1rem}._stageCard_5h6ka_168,._paymentInfo_5h6ka_381,._modalHeader_5h6ka_463,._modalContent_5h6ka_447{padding:1rem}}._paymentHistory_5h6ka_908{margin-top:3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}._historyHeader_5h6ka_916{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._historyHeader_5h6ka_916 h3{color:#fff;font-size:1.5rem;font-weight:600;margin:0}._viewHistoryButton_5h6ka_930{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);color:#00d8ff;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}._viewHistoryButton_5h6ka_930:hover{background:#00d8ff33;color:#7cff67;transform:translateY(-1px)}._recentPayments_5h6ka_951{display:flex;flex-direction:column;gap:1rem}._paymentItem_5h6ka_957{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}._paymentItem_5h6ka_957:hover{background:#ffffff14;border-color:#00d8ff4d}._paymentInfo_5h6ka_381{display:flex;flex-direction:column;gap:.5rem}._paymentAmount_5h6ka_979{font-size:1.25rem;font-weight:600;color:#fff}._paymentDetails_5h6ka_985{display:flex;align-items:center;gap:1rem}._paymentStatus_5h6ka_991{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._paymentDate_5h6ka_1000{color:#fff9;font-size:.85rem}._paymentMethod_5h6ka_781{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.85rem}._paymentMethod_5h6ka_781 i{color:#00d8ff}._paymentStageInfo_5h6ka_1018{display:flex;align-items:center;margin:.5rem 0}._stageBadge_5h6ka_1024{display:flex;align-items:center;gap:.5rem;background:#00d8ff1a;border:1px solid rgba(0,216,255,.3);border-radius:20px;padding:.25rem .75rem;font-size:.8rem;color:#00d8ff;font-weight:500}._stageBadge_5h6ka_1024 i{font-size:.9rem}._stageBadge_5h6ka_1024._subscription_5h6ka_1042{background:#a855f71a;border:1px solid rgba(168,85,247,.3);color:#a855f7}._stageBadge_5h6ka_1024._subscription_5h6ka_1042 i{color:#a855f7}._stageBadge_5h6ka_1024._unpaidHours_5h6ka_1053{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30}._stageBadge_5h6ka_1024._unpaidHours_5h6ka_1053 i{color:#ff3b30}._paymentStage_5h6ka_1018._subscription_5h6ka_1042{background:#a855f70d;border-left:3px solid #a855f7}._paymentStage_5h6ka_1018._subscription_5h6ka_1042 i,._paymentStage_5h6ka_1018._subscription_5h6ka_1042 ._stageName_5h6ka_1072{color:#a855f7}._paymentStage_5h6ka_1018._unpaidHours_5h6ka_1053{background:#ff3b300d;border-left:3px solid #ff3b30}._paymentStage_5h6ka_1018._unpaidHours_5h6ka_1053 i,._paymentStage_5h6ka_1018._unpaidHours_5h6ka_1053 ._stageName_5h6ka_1072{color:#ff3b30}._paymentStage_5h6ka_1018{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;padding:.5rem;background:#00d8ff0d;border-radius:8px;border-left:3px solid #00d8ff}._paymentStage_5h6ka_1018 i{color:#00d8ff;font-size:1rem}._stageName_5h6ka_1072{color:#00d8ff;font-weight:600;font-size:.9rem}._stageDescription_5h6ka_276{color:#ffffffb3;font-size:.85rem;font-style:italic}._noPaymentHistory_5h6ka_1117{text-align:center;padding:3rem 2rem;color:#ffffff80}._noPaymentHistory_5h6ka_1117 i{font-size:3rem;margin-bottom:1rem;opacity:.5}._noPaymentHistory_5h6ka_1117 p{margin:0;font-size:.95rem}._paymentHistoryModal_5h6ka_1135{background:linear-gradient(135deg,#141414f2,#1e1e1ef2);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #00000080}._paymentHistoryContent_5h6ka_1146{padding:1.5rem;max-height:70vh;overflow-y:auto}._fullPaymentHistory_5h6ka_1152{display:flex;flex-direction:column;gap:1rem}._fullPaymentItem_5h6ka_1158{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;transition:all .3s ease}._fullPaymentItem_5h6ka_1158:hover{background:#ffffff14;border-color:#00d8ff4d}._paymentMainInfo_5h6ka_1175{display:flex;flex-direction:column;gap:.5rem;min-width:120px}._paymentDetails_5h6ka_985{flex:1;display:flex;flex-direction:column;gap:.5rem}._paymentDate_5h6ka_1000{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.85rem}._paymentDate_5h6ka_1000 i{color:#00d8ff}._paymentDescription_5h6ka_1201{color:#fffc;font-size:.9rem}._statusBadge_5h6ka_1206{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._receiptLink_5h6ka_1215{display:flex;align-items:center;gap:.5rem;color:#00d8ff;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;background:#00d8ff1a;border-radius:8px}._receiptLink_5h6ka_1215:hover{color:#7cff67;background:#00d8ff33;transform:translateY(-1px)}@media (max-width: 768px){._paymentHistory_5h6ka_908{padding:1.5rem}._historyHeader_5h6ka_916,._paymentItem_5h6ka_957{flex-direction:column;align-items:flex-start;gap:1rem}._fullPaymentItem_5h6ka_1158{flex-direction:column;align-items:flex-start}._paymentHistoryModal_5h6ka_1135{margin:1rem}}._unpaidHoursSection_5h6ka_1264{margin:2rem 0;padding:2rem;background:#ffffff0d;border-radius:1rem;border:1px solid rgba(255,255,255,.1)}._unpaidHoursSection_5h6ka_1264 h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}._unpaidHoursSection_5h6ka_1264 h3:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#ff3b30,#ff6b6b);border-radius:2px}._unpaidRequestsList_5h6ka_1290{display:flex;flex-direction:column;gap:1rem}._unpaidRequestItem_5h6ka_1296{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#ffffff0d;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}._unpaidRequestItem_5h6ka_1296:hover{background:#ffffff14;border-color:#ff3b304d;transform:translateY(-2px);box-shadow:0 8px 25px #ff3b3033}._requestSubject_5h6ka_1314{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._requestSubject_5h6ka_1314 i{font-size:1.25rem;color:#ff3b30;flex-shrink:0}._requestSubject_5h6ka_1314 span{color:#fff;font-weight:500;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._requestDetails_5h6ka_1337{display:flex;flex-direction:column;gap:.25rem;margin:0 1.5rem;flex:1;min-width:0}._requestDetails_5h6ka_1337 span{color:#ffffffb3;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._requestDetails_5h6ka_1337 span:first-child{color:#ff3b30;font-weight:600}._requestActions_5h6ka_1359{flex-shrink:0}._requestActions_5h6ka_1359 ._payButton_5h6ka_288{background:linear-gradient(135deg,#ff3b30,#ff6b6b);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}._requestActions_5h6ka_1359 ._payButton_5h6ka_288:hover{background:linear-gradient(135deg,#ff1a1a,#ff5252);transform:translateY(-1px);box-shadow:0 4px 15px #ff3b3066}._requestActions_5h6ka_1359 ._payButton_5h6ka_288 i{font-size:1rem}._noUnpaidRequests_5h6ka_1389{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:#ffffff05;border-radius:.75rem;border:1px dashed rgba(255,255,255,.1)}._noUnpaidRequests_5h6ka_1389 i{font-size:3rem;color:#34c759;margin-bottom:1rem}._noUnpaidRequests_5h6ka_1389 h4{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}._noUnpaidRequests_5h6ka_1389 p{color:#ffffffb3;font-size:1rem;max-width:400px}@media (max-width: 768px){._unpaidHoursSection_5h6ka_1264{padding:1.5rem;margin:1.5rem 0}._unpaidRequestItem_5h6ka_1296{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}._requestSubject_5h6ka_1314{width:100%}._requestDetails_5h6ka_1337{width:100%;margin:0}._requestActions_5h6ka_1359{width:100%}._requestActions_5h6ka_1359 ._payButton_5h6ka_288{width:100%;justify-content:center}}@media (max-width: 480px){._unpaidHoursSection_5h6ka_1264{padding:1rem}._unpaidHoursSection_5h6ka_1264 h3{font-size:1.25rem}._requestSubject_5h6ka_1314 span{font-size:.875rem}._requestDetails_5h6ka_1337 span{font-size:.75rem}}._subscriptionsContainer_q8xwp_1{max-width:1200px;margin:0 auto;padding:2rem}._header_q8xwp_7{text-align:center;margin-bottom:3rem}._header_q8xwp_7 h2{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1rem;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._header_q8xwp_7 p{font-size:1.1rem;color:#ffffffb3;margin:0}._currentSubscription_q8xwp_30{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._currentSubscriptionHeader_q8xwp_39{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._currentSubscriptionHeader_q8xwp_39 h3{color:#fff;margin:0;font-size:1.5rem;font-weight:600}._statusBadge_q8xwp_53{padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._statusBadge_q8xwp_53._active_q8xwp_62{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}._statusBadge_q8xwp_53._cancelled_q8xwp_68{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}._statusBadge_q8xwp_53._past_due_q8xwp_74{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}._statusBadge_q8xwp_53._incomplete_q8xwp_80{background:#6b728033;color:#6b7280;border:1px solid rgba(107,114,128,.3)}._currentSubscriptionDetails_q8xwp_86{display:grid;grid-template-columns:1fr 2fr auto;gap:2rem;align-items:center}._currentPlan_q8xwp_93 h4{color:#00d8ff;margin:0 0 .5rem;font-size:1.3rem;font-weight:600}._currentPlan_q8xwp_93 p{color:#7cff67;margin:0;font-size:1.1rem;font-weight:600}._billingInfo_q8xwp_107 p{color:#fffc;margin:.5rem 0;font-size:.95rem}._cancelButton_q8xwp_113{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}._cancelButton_q8xwp_113:hover{background:#ef444433;transform:translateY(-1px)}._tiersContainer_q8xwp_131{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}._tierCard_q8xwp_138{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;overflow:hidden}._tierCard_q8xwp_138:hover{transform:translateY(-5px);border-color:#00d8ff4d;box-shadow:0 10px 30px #00d8ff1a}._tierCard_q8xwp_138._popular_q8xwp_155{border:2px solid #00d8ff;background:#00d8ff0d}._popularBadge_q8xwp_160{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._tierHeader_q8xwp_174{text-align:center;margin-bottom:2rem}._tierHeader_q8xwp_174 h3{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 1rem}._price_q8xwp_186{margin-bottom:1rem}._currency_q8xwp_190{color:#7cff67;font-size:1.5rem;font-weight:600;vertical-align:top}._amount_q8xwp_197{color:#7cff67;font-size:3rem;font-weight:700;margin:0 .25rem}._period_q8xwp_204{color:#fff9;font-size:1rem;font-weight:400}._description_q8xwp_210{color:#ffffffb3;font-size:1rem;margin:0;line-height:1.5}._features_q8xwp_217{margin-bottom:2rem}._features_q8xwp_217 ul{list-style:none;padding:0;margin:0}._features_q8xwp_217 li{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;margin-bottom:.75rem;font-size:.95rem}._features_q8xwp_217 li i{color:#7cff67;font-size:1.1rem;flex-shrink:0}._tierActions_q8xwp_242{text-align:center}._subscribeButton_q8xwp_246{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 15px #00d8ff4d}._subscribeButton_q8xwp_246:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d8ff66}._currentPlanButton_q8xwp_265{background:#6b728033;color:#fff9;border:1px solid rgba(107,114,128,.3);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:not-allowed;width:100%}._modalOverlay_q8xwp_278{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}._modal_q8xwp_278{background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:16px;max-width:500px;width:100%;box-shadow:0 20px 40px #00000080}._modalHeader_q8xwp_302{padding:2rem 2rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}._modalHeader_q8xwp_302 h3{margin:0;color:#fff;font-size:1.5rem;font-weight:600}._modalHeader_q8xwp_302 button{background:none;border:none;color:#fff9;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}._modalHeader_q8xwp_302 button:hover{background:#ffffff1a;color:#fff}._modalContent_q8xwp_338{padding:2rem}._planSummary_q8xwp_342{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._planSummary_q8xwp_342 h4{color:#00d8ff;margin:0 0 .5rem;font-size:1.3rem;font-weight:600}._planPrice_q8xwp_356{color:#7cff67;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}._planDescription_q8xwp_363{color:#ffffffb3;margin:0;font-size:.95rem}._featuresSummary_q8xwp_369 h5{color:#fff;margin:0 0 1rem;font-size:1.1rem;font-weight:600}._featuresSummary_q8xwp_369 ul{list-style:none;padding:0;margin:0}._featuresSummary_q8xwp_369 li{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;margin-bottom:.5rem;font-size:.9rem}._featuresSummary_q8xwp_369 li i{color:#7cff67;font-size:1rem;flex-shrink:0}._modalFooter_q8xwp_397{padding:1.5rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:1rem}._cancelModalButton_q8xwp_404{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fffc;padding:.875rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1}._cancelModalButton_q8xwp_404:hover{background:#ffffff26;color:#fff}._confirmButton_q8xwp_422{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:2;display:flex;align-items:center;justify-content:center;gap:.5rem}._confirmButton_q8xwp_422:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #00d8ff4d}._confirmButton_q8xwp_422:disabled{opacity:.7;cursor:not-allowed}._loadingContainer_q8xwp_450{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#fff}._spinner_q8xwp_459{width:30px;height:30px;border:3px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_q8xwp_459 1s ease-in-out infinite;margin-bottom:1rem}@keyframes _spin_q8xwp_459{to{transform:rotate(360deg)}}@media (max-width: 1024px){._subscriptionsContainer_q8xwp_1{padding:1.5rem}._tiersContainer_q8xwp_131{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media (max-width: 768px){._header_q8xwp_7 h2{font-size:2rem}._currentSubscriptionDetails_q8xwp_86{grid-template-columns:1fr;gap:1.5rem;text-align:center}._tiersContainer_q8xwp_131{grid-template-columns:1fr;gap:1.5rem}._tierCard_q8xwp_138{padding:1.5rem}._modal_q8xwp_278{max-width:95vw}._modalHeader_q8xwp_302{padding:1.5rem 1.5rem 1rem}._modalContent_q8xwp_338{padding:1.5rem}._upgradeNotice_q8xwp_519{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:1rem;margin-bottom:1.5rem}._upgradeNotice_q8xwp_519 p{color:#f59e0b;margin:0;font-size:.9rem;line-height:1.4}._cancelWarning_q8xwp_535{text-align:center;padding:1rem 0}._warningIcon_q8xwp_540{font-size:3rem;color:#f59e0b;margin-bottom:1rem}._warningIcon_q8xwp_540 i{background:#f59e0b1a;border-radius:50%;padding:1rem;display:inline-block}._cancelWarning_q8xwp_535 h4{color:#fff;margin:0 0 1rem;font-size:1.3rem;font-weight:600}._cancelWarning_q8xwp_535 p{color:#fffc;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}._currentPlanInfo_q8xwp_567{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;margin-top:1rem}._currentPlanInfo_q8xwp_567 p{margin:0 0 .5rem;color:#ffffffe6;font-size:.9rem}._currentPlanInfo_q8xwp_567 p:last-child{margin-bottom:0}._dangerButton_q8xwp_585{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}._dangerButton_q8xwp_585:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 8px 25px #ef44444d}._modalFooter_q8xwp_397{padding:1rem 1.5rem 1.5rem;flex-direction:column}._cancelWarning_q8xwp_535 h4{font-size:1.1rem}._warningIcon_q8xwp_540{font-size:2.5rem}}@media (max-width: 480px){._subscriptionsContainer_q8xwp_1{padding:1rem}._header_q8xwp_7 h2{font-size:1.8rem}._header_q8xwp_7 p{font-size:1rem}._currentSubscription_q8xwp_30{padding:1.5rem}._tierCard_q8xwp_138{padding:1.25rem}._amount_q8xwp_197{font-size:2.5rem}._modalHeader_q8xwp_302 h3{font-size:1.3rem}._modalContent_q8xwp_338{padding:1.25rem}}._customSubscriptionSection_q8xwp_652{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#00d8ff1a,#7cff671a);border:2px solid rgba(0,216,255,.3);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._customSubscriptionCard_q8xwp_661{text-align:center;max-width:800px;margin:0 auto}._customHeader_q8xwp_667{margin-bottom:2rem}._customHeader_q8xwp_667 h3{color:#00d8ff;font-size:2.5rem;font-weight:700;margin:0 0 1rem;text-shadow:0 0 20px rgba(0,216,255,.5)}._customPrice_q8xwp_679{margin-bottom:1rem}._customPrice_q8xwp_679 ._currency_q8xwp_190{color:#7cff67;font-size:2rem;font-weight:600;vertical-align:top}._customPrice_q8xwp_679 ._amount_q8xwp_197{color:#7cff67;font-size:4rem;font-weight:700;margin:0 .25rem;text-shadow:0 0 20px rgba(124,255,103,.5)}._customPrice_q8xwp_679 ._period_q8xwp_204{color:#fff9;font-size:1.2rem;font-weight:400}._customDescription_q8xwp_704{color:#fffc;font-size:1.1rem;margin:0;line-height:1.5}._customSliderSection_q8xwp_711{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin:2rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._customSliderSection_q8xwp_711 ._sliderHeader_q8xwp_720{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._customSliderSection_q8xwp_711 ._sliderHeader_q8xwp_720 label{font-weight:600;color:#fff;font-size:1.1rem}._hoursValue_q8xwp_733{color:#00d8ff;font-weight:700;font-size:1.2rem}._customSliderSection_q8xwp_711 ._hourlyRate_q8xwp_739{font-size:1rem;color:#10b981;font-weight:600;background:#10b98133;padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(16,185,129,.3)}._customSlider_q8xwp_711{width:100%;height:8px;border-radius:4px;background:#ffffff1a;outline:none;-webkit-appearance:none;margin:1.5rem 0}._customSlider_q8xwp_711::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#00d8ff,#7cff67);cursor:pointer;border:3px solid #fff;box-shadow:0 4px 8px #0000004d;transition:all .3s ease}._customSlider_q8xwp_711::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 6px 12px #0006}._customSlider_q8xwp_711::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#00d8ff,#7cff67);cursor:pointer;border:3px solid #fff;box-shadow:0 4px 8px #0000004d}._customSliderSection_q8xwp_711 ._sliderLabels_q8xwp_787{display:flex;justify-content:space-between;font-size:.9rem;color:#ffffffb3;margin-top:.5rem;font-weight:500}._customFeatures_q8xwp_796{margin:2rem 0;text-align:left}._customFeatures_q8xwp_796 h4{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 1rem;text-align:center}._customFeatures_q8xwp_796 ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}._customFeatures_q8xwp_796 li{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:1rem;padding:.5rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}._customFeatures_q8xwp_796 li i{color:#7cff67;font-size:1.1rem;flex-shrink:0}._customActions_q8xwp_836{margin-top:2rem}._customSubscribeButton_q8xwp_840{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;border:none;padding:1.25rem 3rem;border-radius:16px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #00d8ff4d;text-transform:uppercase;letter-spacing:.5px}._customSubscribeButton_q8xwp_840:hover{transform:translateY(-3px);box-shadow:0 12px 35px #00d8ff66}._customSlider_q8xwp_711{margin:1.5rem 0;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}._sliderHeader_q8xwp_720{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._sliderHeader_q8xwp_720 label{font-weight:600;color:#fff;font-size:.9rem}._hourlyRate_q8xwp_739{font-size:.8rem;color:#10b981;font-weight:500}._slider_q8xwp_720{width:100%;height:6px;border-radius:3px;background:#ffffff1a;outline:none;-webkit-appearance:none;margin:1rem 0}._slider_q8xwp_720::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#10b981;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px #0003}._slider_q8xwp_720::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#10b981;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px #0003}._sliderLabels_q8xwp_787{display:flex;justify-content:space-between;font-size:.8rem;color:#fff9;margin-top:.5rem}@media (max-width: 768px){._customSubscriptionSection_q8xwp_652{margin-top:2rem;padding:1.5rem}._customHeader_q8xwp_667 h3{font-size:2rem}._customPrice_q8xwp_679 ._amount_q8xwp_197{font-size:3rem}._customSliderSection_q8xwp_711{padding:1.5rem}._customFeatures_q8xwp_796 ul{grid-template-columns:1fr}._customSubscribeButton_q8xwp_840{padding:1rem 2rem;font-size:1rem}._customSlider_q8xwp_711{padding:.75rem}}._notification_q8xwp_961{position:fixed;top:2rem;right:2rem;max-width:400px;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;box-shadow:0 20px 40px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;border-left:4px solid}._notification_q8xwp_961._success_q8xwp_976{border-left-color:#10b981;background:linear-gradient(135deg,#10b9811a,#10b9810d)}._notification_q8xwp_961._error_q8xwp_981{border-left-color:#ef4444;background:linear-gradient(135deg,#ef44441a,#ef44440d)}._notification_q8xwp_961._warning_q8xwp_540{border-left-color:#f59e0b;background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d)}._notification_q8xwp_961._info_q8xwp_991{border-left-color:#00d8ff;background:linear-gradient(135deg,#00d8ff1a,#00d8ff0d)}._notificationHeader_q8xwp_996{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._notificationIcon_q8xwp_1003{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}._notification_q8xwp_961._success_q8xwp_976 ._notificationIcon_q8xwp_1003{background:#10b98133;color:#10b981}._notification_q8xwp_961._error_q8xwp_981 ._notificationIcon_q8xwp_1003{background:#ef444433;color:#ef4444}._notification_q8xwp_961._warning_q8xwp_540 ._notificationIcon_q8xwp_1003{background:#f59e0b33;color:#f59e0b}._notification_q8xwp_961._info_q8xwp_991 ._notificationIcon_q8xwp_1003{background:#00d8ff33;color:#00d8ff}._notificationClose_q8xwp_1033{background:none;border:none;color:#fff9;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center}._notificationClose_q8xwp_1033:hover{background:#ffffff1a;color:#fff}._notificationContent_q8xwp_1054 h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}._notificationContent_q8xwp_1054 p{color:#fffc;margin:0;font-size:.95rem;line-height:1.4}@media (max-width: 768px){._notification_q8xwp_961{top:1rem;right:1rem;left:1rem;max-width:none}}._dashboardContainer_pxi8f_1{display:flex;min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e)}._sidebar_pxi8f_8{width:280px;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:1000;overflow:hidden}._mobileMenuOverlay_pxi8f_22{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:flex-start;justify-content:flex-start}._mobileMenu_pxi8f_22{width:280px;height:100vh;background:#0f0f23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;animation:_slideInLeft_pxi8f_1 .3s ease-out;overflow:hidden}@keyframes _slideInLeft_pxi8f_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._mobileMenuHeader_pxi8f_57{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}._mobileLogo_pxi8f_66 h2{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._mobileMenuClose_pxi8f_76{background:none;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}._mobileMenuClose_pxi8f_76:hover{background:#ffffff1a;color:#fff}._mobileUserSection_pxi8f_92{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem;flex-shrink:0}._mobileUserAvatar_pxi8f_101{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#00d8ff,#7cff67);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000}._mobileUserInfo_pxi8f_113 h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#fff}._mobileUserInfo_pxi8f_113 p{margin:0;font-size:.9rem;color:#ffffffb3}._mobileNav_pxi8f_126{flex:1;padding:1.5rem 0;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;max-height:calc(100vh - 300px)}._mobileNavItem_pxi8f_136{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:none;border:none;color:#ffffffb3;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}._mobileNavItem_pxi8f_136:hover{background:#ffffff1a;color:#fff}._mobileNavItem_pxi8f_136._active_pxi8f_157{background:linear-gradient(90deg,#00d8ff33,#7cff6733);color:#fff;border-right:3px solid #00d8ff}._mobileNavItem_pxi8f_136 i{font-size:1.2rem;min-width:1.2rem}._mobileMenuFooter_pxi8f_168{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);box-sizing:border-box;flex-shrink:0}._mobileSignOutButton_pxi8f_175{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#ff4757,#ff3742);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;justify-content:center;box-sizing:border-box}._mobileSignOutButton_pxi8f_175:hover{background:linear-gradient(135deg,#ff3742,#ff2e3a);transform:translateY(-2px);box-shadow:0 8px 25px #ff47574d}._mobileHeader_pxi8f_200{display:none;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._mobileMenuButton_pxi8f_208{background:#ffffff1a;border:none;border-radius:8px;color:#fff;font-size:1.5rem;cursor:pointer;padding:.75rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._mobileMenuButton_pxi8f_208:hover{background:#fff3}._mobilePageTitle_pxi8f_226 h1{margin:0;font-size:1.25rem;font-weight:600;color:#fff}._sidebarHeader_pxi8f_233{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}._logo_pxi8f_239{display:flex;align-items:center;gap:1rem}._logo_pxi8f_239 img{width:40px;height:40px;border-radius:8px}._logo_pxi8f_239 h2{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._userSection_pxi8f_261{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem;flex-shrink:0}._userAvatar_pxi8f_270{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#00d8ff,#7cff67);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000}._userInfo_pxi8f_282 h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#fff}._userInfo_pxi8f_282 p{margin:0;font-size:.9rem;color:#ffffffb3}._sidebarNav_pxi8f_295{flex:1;padding:1.5rem 0;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;max-height:calc(100vh - 300px)}._navItem_pxi8f_305{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:none;border:none;color:#ffffffb3;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;border-radius:0;position:relative}._navItem_pxi8f_305:hover{background:#ffffff0d;color:#fff}._navItem_pxi8f_305._active_pxi8f_157{background:#00d8ff1a;color:#00d8ff;border-right:3px solid #00d8ff}._navItem_pxi8f_305 i{font-size:1.2rem;width:20px;text-align:center}._sidebarFooter_pxi8f_339{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);box-sizing:border-box;flex-shrink:0}._signOutButton_pxi8f_346{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-sizing:border-box}._signOutButton_pxi8f_346:hover{background:#ff3b3033;transform:translateY(-1px)}._mainContent_pxi8f_369{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}._topHeader_pxi8f_377{background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.1);padding:2rem 2.5rem;display:flex;justify-content:space-between;align-items:center}._breadcrumb_pxi8f_386 h1{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#fff}._breadcrumb_pxi8f_386 p{margin:0;color:#ffffffb3;font-size:1rem}._headerActions_pxi8f_399{display:flex;align-items:center;gap:2rem}._testButton_pxi8f_405{background:linear-gradient(135deg,#ff6b6b,orange);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._testButton_pxi8f_405:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b4d}._quickStats_pxi8f_425{display:flex;gap:1.5rem}._statItem_pxi8f_430{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.9rem}._statItem_pxi8f_430 i{color:#00d8ff;font-size:1rem}._contentArea_pxi8f_443{flex:1;padding:2rem 2.5rem;overflow-y:auto}._loadingContainer_pxi8f_450{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#fff}._spinner_pxi8f_459{width:50px;height:50px;border:4px solid rgba(0,216,255,.1);border-radius:50%;border-top-color:#00d8ff;animation:_spin_pxi8f_459 1s ease-in-out infinite;margin-bottom:1.5rem}@keyframes _spin_pxi8f_459{to{transform:rotate(360deg)}}._errorContainer_pxi8f_475{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#fff;text-align:center;padding:2rem}._errorContainer_pxi8f_475 h2{margin:0 0 1rem;font-size:2rem;color:#ff3b30}._errorContainer_pxi8f_475 p{margin:0 0 2rem;color:#ffffffb3;font-size:1.1rem}._button_pxi8f_498{background:linear-gradient(135deg,#00d8ff,#7cff67);border:none;color:#000;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._button_pxi8f_498:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d8ff4d}@media (max-width: 1024px){._sidebar_pxi8f_8{width:240px}._mainContent_pxi8f_369{margin-left:240px}._topHeader_pxi8f_377,._contentArea_pxi8f_443{padding:1.5rem 2rem}}@media (max-width: 768px){._dashboardContainer_pxi8f_1{flex-direction:column}._sidebar_pxi8f_8{display:none}._mainContent_pxi8f_369{margin-left:0;width:100%}._mobileHeader_pxi8f_200{display:flex}._breadcrumb_pxi8f_386,._headerActions_pxi8f_399{display:none}._topHeader_pxi8f_377{padding:0}._contentArea_pxi8f_443{padding:1rem}}@media (max-width: 480px){._mobileMenu_pxi8f_22{width:100%}._mobileLogo_pxi8f_66 h2{font-size:1.2rem}._mobileUserInfo_pxi8f_113 h3{font-size:1rem}._mobileNavItem_pxi8f_136{padding:.75rem 1rem;font-size:.9rem}._mobileNavItem_pxi8f_136 i{font-size:1rem}._mobilePageTitle_pxi8f_226 h1{font-size:1.1rem}._contentArea_pxi8f_443{padding:.75rem}}._contractModalOverlay_pxi8f_601{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}._contractModal_pxi8f_601{background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:16px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000080}._contractModalHeader_pxi8f_628{padding:2rem 2rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:center}._contractModalHeader_pxi8f_628 h2{margin:0 0 .5rem;font-size:1.8rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#00d8ff,#7cff67);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._contractModalHeader_pxi8f_628 p{margin:0;color:#fffc;font-size:1.1rem}._contractModalContent_pxi8f_651{flex:1;overflow-y:auto;padding:2rem}._contractText_pxi8f_657{color:#ffffffe6;line-height:1.6;font-size:.95rem}._contractText_pxi8f_657 h3{color:#00d8ff;margin:2rem 0 1rem;font-size:1.3rem;font-weight:600}._contractText_pxi8f_657 h3:first-child{margin-top:0}._contractText_pxi8f_657 p{margin:1rem 0}._contractText_pxi8f_657 ul{margin:1rem 0;padding-left:1.5rem}._contractText_pxi8f_657 li{margin:.5rem 0}._contractText_pxi8f_657 strong{color:#7cff67;font-weight:600}._contractText_pxi8f_657 a{color:#00d8ff;text-decoration:none;transition:color .3s ease}._contractText_pxi8f_657 a:hover{color:#7cff67}._contractModalFooter_pxi8f_702{padding:1.5rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}._acceptContractButton_pxi8f_708{background:linear-gradient(135deg,#00d8ff,#7cff67);color:#000;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00d8ff4d}._acceptContractButton_pxi8f_708:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d8ff66}._acceptContractButton_pxi8f_708:active{transform:translateY(0)}@media (max-width: 768px){._contractModal_pxi8f_601{max-width:95vw;max-height:95vh}._contractModalHeader_pxi8f_628{padding:1.5rem 1.5rem 1rem}._contractModalHeader_pxi8f_628 h2{font-size:1.5rem}._contractModalContent_pxi8f_651{padding:1.5rem}._contractText_pxi8f_657{font-size:.9rem}._contractText_pxi8f_657 h3{font-size:1.2rem}._contractModalFooter_pxi8f_702{padding:1rem 1.5rem 1.5rem}._acceptContractButton_pxi8f_708{padding:.875rem 1.5rem;font-size:1rem}}@media (max-width: 480px){._contractModal_pxi8f_601{max-width:98vw;max-height:98vh}._contractModalHeader_pxi8f_628{padding:1rem 1rem .75rem}._contractModalHeader_pxi8f_628 h2{font-size:1.3rem}._contractModalContent_pxi8f_651{padding:1rem}._contractText_pxi8f_657{font-size:.85rem}._contractText_pxi8f_657 h3{font-size:1.1rem}._contractModalFooter_pxi8f_702{padding:.75rem 1rem 1rem}._acceptContractButton_pxi8f_708{padding:.75rem 1.25rem;font-size:.95rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:Poppins,sans-serif;scroll-behavior:smooth}:root{--bg-color: #000;--text-color: #fff;--secondary-text-color: #ccc;--accent-color: #7cff67;--container-color: #222;--border-color: #888}body{background:var(--bg-color);color:var(--text-color)}._servicesPage_qawbd_1{min-height:100vh;background:linear-gradient(135deg,#13151a,#1a1d23);color:#fff;overflow:hidden}._heroSection_qawbd_9{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:120px 20px;position:relative;background:radial-gradient(circle at 10% 10%,rgba(0,216,255,.03) 0%,transparent 50%),radial-gradient(circle at 90% 90%,rgba(124,255,103,.03) 0%,transparent 50%)}._heroContent_qawbd_21{text-align:center;max-width:800px}._heroContent_qawbd_21 h1{font-size:4rem;margin-bottom:20px;background:linear-gradient(90deg,#fff,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}._heroContent_qawbd_21 p{font-size:1.5rem;color:#aaa;margin-bottom:40px}._heroButtons_qawbd_41{display:flex;gap:20px;justify-content:center}._primaryButton_qawbd_47,._secondaryButton_qawbd_47{padding:15px 35px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;border:none;transition:all .3s ease}._primaryButton_qawbd_47{background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000}._secondaryButton_qawbd_47{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}._featuresSection_qawbd_69{padding:100px 20px;background:#ffffff05}._featuresSection_qawbd_69 h2{text-align:center;font-size:2.5rem;margin-bottom:60px;background:linear-gradient(90deg,#fff,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._featuresGrid_qawbd_83{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}._featureCard_qawbd_91{background:#ffffff08;padding:40px;border-radius:20px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}._featureCard_qawbd_91 i{font-size:3rem;color:#00d8ff;margin-bottom:20px}._featureCard_qawbd_91 h3{font-size:1.5rem;margin-bottom:15px;color:#fff}._featureCard_qawbd_91 p{color:#aaa;line-height:1.6}._pricingSection_qawbd_118{padding:100px 20px;text-align:center}._pricingSection_qawbd_118 h2{font-size:2.5rem;margin-bottom:20px;background:linear-gradient(90deg,#fff,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._pricingSection_qawbd_118>p{color:#aaa;font-size:1.2rem;margin-bottom:60px}._pricingGrid_qawbd_137{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}._pricingCard_qawbd_145{background:#ffffff08;padding:40px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);position:relative}._pricingCard_qawbd_145._popular_qawbd_154{background:#00d8ff0d;border-color:#00d8ff33;transform:scale(1.05)}._popularBadge_qawbd_160{position:absolute;top:-15px;right:-15px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;padding:8px 20px;border-radius:20px;font-weight:600}._pricingCard_qawbd_145 h3{font-size:1.8rem;margin-bottom:15px;color:#fff}._planDescription_qawbd_177{color:#aaa;margin-bottom:30px;min-height:48px}._price_qawbd_183{font-size:2rem;font-weight:700;color:#00d8ff;margin-bottom:30px}._featuresList_qawbd_190{list-style:none;padding:0;margin:0 0 30px;text-align:left}._featuresList_qawbd_190 li{display:flex;align-items:center;gap:10px;color:#aaa;margin-bottom:15px}._featuresList_qawbd_190 i{color:#7cff67;font-size:1.2rem}._ctaButton_qawbd_210{width:100%;padding:15px;border-radius:30px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;font-weight:600;border:none;cursor:pointer;text-decoration:none;display:inline-block}._processSection_qawbd_224{padding:100px 20px;background:#ffffff05}._processSection_qawbd_224 h2{text-align:center;font-size:2.5rem;margin-bottom:60px;background:linear-gradient(90deg,#fff,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._processSteps_qawbd_238{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}._processStep_qawbd_238{text-align:center;padding:30px}._stepNumber_qawbd_251{width:60px;height:60px;background:linear-gradient(135deg,#00d8ff,#7cff67);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#000;margin:0 auto 20px}._processStep_qawbd_238 h3{font-size:1.5rem;margin-bottom:15px;color:#fff}._processStep_qawbd_238 p{color:#aaa;line-height:1.6}._ctaSection_qawbd_277{padding:100px 20px;text-align:center;background:linear-gradient(135deg,#00d8ff1a,#7cff671a)}._ctaContent_qawbd_283{max-width:600px;margin:0 auto}._ctaContent_qawbd_283 h2{font-size:2.5rem;margin-bottom:20px;background:linear-gradient(90deg,#fff,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._ctaContent_qawbd_283 p{color:#aaa;font-size:1.2rem;margin-bottom:40px}@media (max-width: 768px){._heroContent_qawbd_21 h1{font-size:3rem}._heroContent_qawbd_21 p{font-size:1.2rem}._heroButtons_qawbd_41{flex-direction:column}._pricingCard_qawbd_145._popular_qawbd_154{transform:none}._processSteps_qawbd_238{grid-template-columns:1fr}}@media (max-width: 480px){._heroContent_qawbd_21 h1{font-size:2.5rem}._featuresGrid_qawbd_83,._pricingGrid_qawbd_137{grid-template-columns:1fr}._pricingSection_qawbd_118,._featuresSection_qawbd_69,._processSection_qawbd_224,._ctaSection_qawbd_277{padding:60px 20px}}._modalOverlay_qawbd_344{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modal_qawbd_344{background:linear-gradient(135deg,#13151a,#1a1d23);padding:40px;border-radius:20px;width:100%;max-width:500px;position:relative;border:1px solid rgba(255,255,255,.1);scrollbar-width:thin;scrollbar-color:#00d8ff #13151a}._closeButton_qawbd_371{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:5px}._modal_qawbd_344 h2{font-size:2rem;margin-bottom:30px;background:linear-gradient(90deg,#fff,#00d8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._formGroup_qawbd_391{margin-bottom:20px}._formGroup_qawbd_391 input,._formGroup_qawbd_391 textarea{width:100%;padding:12px 15px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease}._formGroup_qawbd_391 input:focus,._formGroup_qawbd_391 textarea:focus{outline:none;border-color:#00d8ff;background:#ffffff0d;box-shadow:0 0 0 2px #00d8ff1a}._formRow_qawbd_415{display:grid;grid-template-columns:1fr 1fr;gap:20px}._formGroup_qawbd_391 textarea{min-height:120px;resize:vertical}._submitButton_qawbd_426{width:100%;padding:15px;border-radius:30px;background:linear-gradient(90deg,#00d8ff,#7cff67);color:#000;font-weight:600;border:none;cursor:pointer;margin-top:20px}._submitButton_qawbd_426:disabled{opacity:.7;cursor:not-allowed}._feedback_qawbd_443{margin-top:20px;padding:15px;border-radius:8px;text-align:center}._feedback_qawbd_443._success_qawbd_450{background:#7cff671a;color:#7cff67}._feedback_qawbd_443._error_qawbd_455{background:#ff67671a;color:#ff6767}._selectInput_qawbd_460{width:100%;padding:12px 15px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:16px}._selectInput_qawbd_460:focus{outline:none;border-color:#00d8ff;background-color:#ffffff0d;box-shadow:0 0 0 2px #00d8ff1a}._selectInput_qawbd_460 option{background:#13151a;color:#fff;padding:12px}@media (max-width: 480px){._modal_qawbd_344{padding:30px 20px;margin:10px;max-height:90vh;overflow-y:auto}._formRow_qawbd_415{grid-template-columns:1fr;gap:15px}._formGroup_qawbd_391 input,._formGroup_qawbd_391 textarea,._selectInput_qawbd_460{font-size:16px}}._modal_qawbd_344::-webkit-scrollbar{width:8px}._modal_qawbd_344::-webkit-scrollbar-track{background:#13151a}._modal_qawbd_344::-webkit-scrollbar-thumb{background-color:#00d8ff;border-radius:4px;border:2px solid #13151a}
