@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap";*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}body,html{height:100%}body{line-height:1.5}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#__next,#root{isolation:isolate}.bg-primary{background-color:var(--color-bg-primary)}.bg-secondary{background-color:var(--color-bg-secondary)}.bg-blue-primary{background-color:var(--color-blue-primary)}.bg-blue-dark{background-color:var(--color-blue-dark)}.bg-blue-light{background-color:var(--color-blue-light-solid)}.bg-accent{background-color:var(--color-accent-primary)}.text-primary{color:var(--color-blue-primary)}.text-dark{color:var(--color-accent-dark)}.text-accent{color:var(--color-accent-primary)}.text-blue-light{color:var(--color-blue-light-solid)}.gradient-primary{background:var(--gradient-primary)}.gradient-primary-reverse{background:var(--gradient-primary-reverse)}.gradient-blue{background:var(--gradient-blue)}.gradient-warm{background:var(--gradient-warm)}.font-primary{font-family:var(--font-primary)}.font-secondary{font-family:var(--font-secondary)}.font-heading{font-family:var(--font-heading)}.font-body{font-family:var(--font-body)}.font-ui{font-family:var(--font-ui)}.font-light{font-weight:var(--font-weight-light)}.font-regular{font-weight:var(--font-weight-regular)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.blur-none{filter:var(--blur-none)}.blur-sm{filter:var(--blur-sm)}.blur-md{filter:var(--blur-md)}.blur-lg{filter:var(--blur-lg)}.blur-xl{filter:var(--blur-xl)}.blur-2xl{filter:var(--blur-2xl)}.blur-3xl{filter:var(--blur-3xl)}.m-0{margin:var(--spacing-0)}.m-1{margin:var(--spacing-1)}.m-2{margin:var(--spacing-2)}.m-3{margin:var(--spacing-3)}.m-4{margin:var(--spacing-4)}.m-5{margin:var(--spacing-5)}.m-6{margin:var(--spacing-6)}.m-8{margin:var(--spacing-8)}.m-10{margin:var(--spacing-10)}.m-12{margin:var(--spacing-12)}.m-16{margin:var(--spacing-16)}.m-20{margin:var(--spacing-20)}.m-24{margin:var(--spacing-24)}.p-0{padding:var(--spacing-0)}.p-1{padding:var(--spacing-1)}.p-2{padding:var(--spacing-2)}.p-3{padding:var(--spacing-3)}.p-4{padding:var(--spacing-4)}.p-5{padding:var(--spacing-5)}.p-6{padding:var(--spacing-6)}.p-8{padding:var(--spacing-8)}.p-10{padding:var(--spacing-10)}.p-12{padding:var(--spacing-12)}.p-16{padding:var(--spacing-16)}.p-20{padding:var(--spacing-20)}.p-24{padding:var(--spacing-24)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-none{box-shadow:var(--shadow-none)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.shadow-2xl{box-shadow:var(--shadow-2xl)}.shadow-blue{box-shadow:var(--shadow-blue)}.shadow-accent{box-shadow:var(--shadow-accent)}.transition-fast{transition:all var(--transition-fast)}.transition-normal{transition:all var(--transition-normal)}.transition-slow{transition:all var(--transition-slow)}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.grid{display:grid}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.container{max-width:var(--container-max-width);padding:0 20px}.container-fluid{width:100%;padding:0 20px}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(0,0,0,0)}.status-pending{background-color:#fef3c7;color:#f59e0b;border-color:rgba(245,158,11,.2)}.status-accepted{background-color:#d1fae5;color:#10b981;border-color:rgba(16,185,129,.2)}.status-rejected{background-color:#fee2e2;color:#ef4444;border-color:rgba(239,68,68,.2)}.status-withdrawn{background-color:#f3f4f6;color:#6b7280;border-color:rgba(107,114,128,.2)}.status-naujas{background-color:#fef08a;color:#eab308;border-color:rgba(234,179,8,.2)}.glass{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.blur-overlay{position:relative}.blur-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;filter:var(--blur-lg);z-index:-1}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hover-lift{transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.hover-lift:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hover-glow{transition:box-shadow var(--transition-normal)}.hover-glow:hover{box-shadow:var(--shadow-blue)}*{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.54)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(139,195,222,.54);border-radius:4px;margin:2px}::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#132644}::-webkit-scrollbar-corner{background:rgba(139,195,222,.54)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.54)}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(139,195,222,.54);border-radius:4px;margin:2px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.custom-scrollbar::-webkit-scrollbar-thumb:active,.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#132644}.custom-scrollbar::-webkit-scrollbar-corner{background:rgba(139,195,222,.54)}.custom-scrollbar-thick{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.54)}.custom-scrollbar-thick::-webkit-scrollbar{width:12px;height:12px}.custom-scrollbar-thick::-webkit-scrollbar-track{background:rgba(139,195,222,.54);border-radius:4px;margin:2px}.custom-scrollbar-thick::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.custom-scrollbar-thick::-webkit-scrollbar-thumb:active,.custom-scrollbar-thick::-webkit-scrollbar-thumb:hover{background:#132644}.custom-scrollbar-thick::-webkit-scrollbar-corner{background:rgba(139,195,222,.54)}.custom-scrollbar-minimal{scrollbar-width:thin;scrollbar-color:rgba(22,68,213,.3) rgba(0,0,0,0)}.custom-scrollbar-minimal::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar-minimal::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:4px;margin:2px}.custom-scrollbar-minimal::-webkit-scrollbar-thumb{background:rgba(22,68,213,.3);border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.custom-scrollbar-minimal::-webkit-scrollbar-thumb:active,.custom-scrollbar-minimal::-webkit-scrollbar-thumb:hover{background:rgba(22,68,213,.6)}.custom-scrollbar-minimal::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.custom-scrollbar-accent{scrollbar-width:thin;scrollbar-color:rgba(225,255,103,.8) rgba(225,255,103,.2)}.custom-scrollbar-accent::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar-accent::-webkit-scrollbar-track{background:rgba(225,255,103,.2);border-radius:4px;margin:2px}.custom-scrollbar-accent::-webkit-scrollbar-thumb{background:rgba(225,255,103,.8);border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.custom-scrollbar-accent::-webkit-scrollbar-thumb:active,.custom-scrollbar-accent::-webkit-scrollbar-thumb:hover{background:#e1ff67}.custom-scrollbar-accent::-webkit-scrollbar-corner{background:rgba(225,255,103,.2)}.chat-container,.conversation-area,.message-list{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.3)}.chat-container::-webkit-scrollbar,.conversation-area::-webkit-scrollbar,.message-list::-webkit-scrollbar{width:6px;height:6px}.chat-container::-webkit-scrollbar-track,.conversation-area::-webkit-scrollbar-track,.message-list::-webkit-scrollbar-track{background:rgba(139,195,222,.3);border-radius:4px;margin:2px}.chat-container::-webkit-scrollbar-thumb,.conversation-area::-webkit-scrollbar-thumb,.message-list::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.chat-container::-webkit-scrollbar-thumb:active,.chat-container::-webkit-scrollbar-thumb:hover,.conversation-area::-webkit-scrollbar-thumb:active,.conversation-area::-webkit-scrollbar-thumb:hover,.message-list::-webkit-scrollbar-thumb:active,.message-list::-webkit-scrollbar-thumb:hover{background:#132644}.chat-container::-webkit-scrollbar-corner,.conversation-area::-webkit-scrollbar-corner,.message-list::-webkit-scrollbar-corner{background:rgba(139,195,222,.3)}.code-block,code,pre{scrollbar-width:thin;scrollbar-color:rgba(22,68,213,.7) rgba(19,38,68,.2)}.code-block::-webkit-scrollbar,code::-webkit-scrollbar,pre::-webkit-scrollbar{width:4px;height:4px}.code-block::-webkit-scrollbar-track,code::-webkit-scrollbar-track,pre::-webkit-scrollbar-track{background:rgba(19,38,68,.2);border-radius:4px;margin:2px}.code-block::-webkit-scrollbar-thumb,code::-webkit-scrollbar-thumb,pre::-webkit-scrollbar-thumb{background:rgba(22,68,213,.7);border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.code-block::-webkit-scrollbar-thumb:active,.code-block::-webkit-scrollbar-thumb:hover,code::-webkit-scrollbar-thumb:active,code::-webkit-scrollbar-thumb:hover,pre::-webkit-scrollbar-thumb:active,pre::-webkit-scrollbar-thumb:hover{background:#132644}.code-block::-webkit-scrollbar-corner,code::-webkit-scrollbar-corner,pre::-webkit-scrollbar-corner{background:rgba(19,38,68,.2)}.data-grid,.table-container,table{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.54)}.data-grid::-webkit-scrollbar,.table-container::-webkit-scrollbar,table::-webkit-scrollbar{width:6px;height:6px}.data-grid::-webkit-scrollbar-track,.table-container::-webkit-scrollbar-track,table::-webkit-scrollbar-track{background:rgba(139,195,222,.54);border-radius:4px;margin:2px}.data-grid::-webkit-scrollbar-thumb,.table-container::-webkit-scrollbar-thumb,table::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.data-grid::-webkit-scrollbar-thumb:active,.data-grid::-webkit-scrollbar-thumb:hover,.table-container::-webkit-scrollbar-thumb:active,.table-container::-webkit-scrollbar-thumb:hover,table::-webkit-scrollbar-thumb:active,table::-webkit-scrollbar-thumb:hover{background:#132644}.data-grid::-webkit-scrollbar-corner,.table-container::-webkit-scrollbar-corner,table::-webkit-scrollbar-corner{background:rgba(139,195,222,.54)}.modal-content,.overlay-content,.popup-content{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.4)}.modal-content::-webkit-scrollbar,.overlay-content::-webkit-scrollbar,.popup-content::-webkit-scrollbar{width:6px;height:6px}.modal-content::-webkit-scrollbar-track,.overlay-content::-webkit-scrollbar-track,.popup-content::-webkit-scrollbar-track{background:rgba(139,195,222,.4);border-radius:4px;margin:2px}.modal-content::-webkit-scrollbar-thumb,.overlay-content::-webkit-scrollbar-thumb,.popup-content::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.modal-content::-webkit-scrollbar-thumb:active,.modal-content::-webkit-scrollbar-thumb:hover,.overlay-content::-webkit-scrollbar-thumb:active,.overlay-content::-webkit-scrollbar-thumb:hover,.popup-content::-webkit-scrollbar-thumb:active,.popup-content::-webkit-scrollbar-thumb:hover{background:#132644}.modal-content::-webkit-scrollbar-corner,.overlay-content::-webkit-scrollbar-corner,.popup-content::-webkit-scrollbar-corner{background:rgba(139,195,222,.4)}.nav-menu,.navigation,.sidebar{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.2)}.nav-menu::-webkit-scrollbar,.navigation::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:4px;height:4px}.nav-menu::-webkit-scrollbar-track,.navigation::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track{background:rgba(139,195,222,.2);border-radius:4px;margin:2px}.nav-menu::-webkit-scrollbar-thumb,.navigation::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.nav-menu::-webkit-scrollbar-thumb:active,.nav-menu::-webkit-scrollbar-thumb:hover,.navigation::-webkit-scrollbar-thumb:active,.navigation::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:active,.sidebar::-webkit-scrollbar-thumb:hover{background:#132644}.nav-menu::-webkit-scrollbar-corner,.navigation::-webkit-scrollbar-corner,.sidebar::-webkit-scrollbar-corner{background:rgba(139,195,222,.2)}.form-content,textarea{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.54)}.form-content::-webkit-scrollbar,textarea::-webkit-scrollbar{width:6px;height:6px}.form-content::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track{background:rgba(139,195,222,.54);border-radius:4px;margin:2px}.form-content::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.form-content::-webkit-scrollbar-thumb:active,.form-content::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:active,textarea::-webkit-scrollbar-thumb:hover{background:#132644}.form-content::-webkit-scrollbar-corner,textarea::-webkit-scrollbar-corner{background:rgba(139,195,222,.54)}@media(max-width:768px){*{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.54)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:rgba(139,195,222,.54);border-radius:4px;margin:2px}::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#132644}::-webkit-scrollbar-corner{background:rgba(139,195,222,.54)}.custom-scrollbar-thick{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.54)}.custom-scrollbar-thick::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar-thick::-webkit-scrollbar-track{background:rgba(139,195,222,.54);border-radius:4px;margin:2px}.custom-scrollbar-thick::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.custom-scrollbar-thick::-webkit-scrollbar-thumb:active,.custom-scrollbar-thick::-webkit-scrollbar-thumb:hover{background:#132644}.custom-scrollbar-thick::-webkit-scrollbar-corner{background:rgba(139,195,222,.54)}}@media(max-width:640px){*{scrollbar-width:thin;scrollbar-color:#1644d5 rgba(139,195,222,.54)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:rgba(139,195,222,.54);border-radius:4px;margin:2px}::-webkit-scrollbar-thumb{background:#1644d5;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#132644}::-webkit-scrollbar-corner{background:rgba(139,195,222,.54)}}@media(prefers-reduced-motion:reduce){::-webkit-scrollbar-thumb{-webkit-transition:none;transition:none}}@media(prefers-contrast:high){*{scrollbar-width:thin;scrollbar-color:#132644 rgba(139,195,222,.8)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(139,195,222,.8);border-radius:4px;margin:2px}::-webkit-scrollbar-thumb{background:#132644;border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#132644}::-webkit-scrollbar-corner{background:rgba(139,195,222,.8)}}@media(prefers-color-scheme:dark){.dark-mode{scrollbar-width:thin;scrollbar-color:rgba(139,195,222,.6) rgba(139,195,222,.2)}.dark-mode::-webkit-scrollbar{width:8px;height:8px}.dark-mode::-webkit-scrollbar-track{background:rgba(139,195,222,.2);border-radius:4px;margin:2px}.dark-mode::-webkit-scrollbar-thumb{background:rgba(139,195,222,.6);border-radius:4px;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.dark-mode::-webkit-scrollbar-thumb:active,.dark-mode::-webkit-scrollbar-thumb:hover{background:rgba(139,195,222,.8)}.dark-mode::-webkit-scrollbar-corner{background:rgba(139,195,222,.2)}}.header{background-color:#fff;border-bottom:1px solid rgba(139,195,222,.3);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header__container{display:flex;align-items:center;justify-content:space-between;max-width:1340px;margin:0 auto;padding:0 1.5rem;gap:2rem}.header__left{display:flex;align-items:center;gap:1rem;flex-shrink:0}.header__left .logo-link{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .2s;cursor:pointer;outline:none;border:none}.header__left .logo-link:hover{opacity:.8}.header__left .logo-link:active,.header__left .logo-link:focus{outline:none}.header__left .back-btn{background:none;border:1px solid rgba(139,195,222,.3);border-radius:6px;padding:.5rem 1rem;color:#171c22;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center}.header__left .back-btn:hover{background:#fffff8;border-color:#1644d5}.header__left .back-btn:active{transform:translateY(1px)}.header__center{flex:1 1;max-width:600px;margin:0 auto}.header__right{gap:1.5rem;flex-shrink:0;position:relative;z-index:1000}.header__nav,.header__right{display:flex;align-items:center}.header__nav{gap:1rem}.header__nav .btn{padding:.75rem 1.5rem;border-radius:4px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header__nav .btn.btn--primary{background:#1644d5;color:#fff;box-shadow:0 2px 4px rgba(22,68,213,.3)}.header__nav .btn.btn--primary:hover{background:rgb(17.2255319149,53.2425531915,166.7744680851);transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,68,213,.4)}.header__nav .btn.btn--primary:active{transform:translateY(0);box-shadow:0 2px 4px rgba(22,68,213,.3)}.header__nav .btn.btn--secondary{background:rgba(0,0,0,0);color:#171c22;border:1px solid rgba(139,195,222,.3);box-shadow:0 2px 4px rgba(0,0,0,.1)}.header__nav .btn.btn--secondary:hover{background:#ebebe1;border-color:#1644d5;transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,68,213,.25)}.header__nav .btn.btn--secondary:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.header__nav-link{color:#171c22;text-decoration:none;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.header__nav-link--active,.header__nav-link:hover{color:#1644d5;background:rgba(22,68,213,.1)}.search-form{width:100%}.search-dropdown-container{position:relative;width:100%}.search-input-wrapper{position:relative;display:flex;align-items:stretch;background:#fff;border:1px solid rgba(139,195,222,.3);border-radius:4px;overflow:hidden}.search-input-wrapper:focus-within{border-color:#1644d5}.search-input{flex:1 1;padding:.875rem 1rem;border:none;outline:none;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#171c22;background:rgba(0,0,0,0)}.search-input::placeholder{color:rgba(23,28,34,.7)}.search-button{background:#171c22;color:#fff;border:none;padding:0;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:48px;flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.search-button:hover{background:rgb(43.5789473684,53.0526315789,64.4210526316);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.25)}.search-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.search-button svg{color:#fff}.search-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);border:1px solid rgba(139,195,222,.3);max-height:400px;overflow-y:auto;z-index:1001;margin-top:.25rem}.search-dropdown:before{content:"";position:absolute;top:-8px;left:20px;width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff}.search-dropdown-section{padding:.5rem 0}.search-dropdown-section:not(:last-child){border-bottom:1px solid rgba(139,195,222,.3)}.search-dropdown-section-title{padding:.5rem 1rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:600;color:rgba(23,28,34,.7);text-transform:uppercase;letter-spacing:.5px}.search-dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.75rem;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.search-dropdown-item:hover{background:#ebebe1}.search-dropdown-item:active{background:rgba(22,68,213,.1)}.search-dropdown-item-avatar{width:40px;height:40px;border-radius:50%;background:#132644;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.875rem;flex-shrink:0;overflow:hidden}.search-dropdown-item-avatar img{width:100%;height:100%;object-fit:cover}.search-dropdown-item-icon{width:40px;height:40px;border-radius:6px;background:rgba(22,68,213,.1);color:#1644d5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-dropdown-item-content{flex:1 1;min-width:0}.search-dropdown-item-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#171c22;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-dropdown-item-subtitle{font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-dropdown-empty,.search-dropdown-item-subtitle{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:rgba(23,28,34,.7)}.search-dropdown-empty{padding:2rem 1rem;text-align:center;font-size:.875rem}.header-icon-btn{background:none;border:none;color:#171c22;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s;position:relative;display:flex;align-items:center;justify-content:center}.header-icon-btn:hover{background:#ebebe1;color:#1644d5}.header-icon-btn svg{width:20px;height:20px}.header-icon-btn--messages{position:relative}.header-icon-btn--messages .message-unread-badge{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;background:rgba(139,195,222,.95);color:#fff;border-radius:999px;border:2px solid #fff;font-size:10px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;pointer-events:none;box-shadow:0 1px 2px rgba(0,0,0,.12)}.header-text-btn{background:none;border:none;color:#171c22;cursor:pointer;padding:.5rem .75rem;border-radius:4px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:.875rem;transition:all .2s}.header-text-btn:hover{background:#ebebe1;color:#1644d5}.profile-circle,.profile-dropdown-container{position:relative}.profile-circle{width:40px;height:40px;border-radius:50%;background:#132644;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.875rem;transition:all .2s;overflow:hidden;padding:0}.profile-circle:hover{background:rgb(30.1379310345,60.275862069,107.8620689655)}.profile-circle:has(.profile-avatar-image){background:rgba(0,0,0,0)}.profile-circle:has(.profile-avatar-image):hover{background:rgba(0,0,0,0);opacity:.9}.profile-circle .profile-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;position:absolute;top:0;left:0}.profile-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);border:1px solid rgba(139,195,222,.3);min-width:200px;z-index:1000;overflow:hidden}.profile-dropdown:before{content:"";position:absolute;top:-8px;right:16px;width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff}.dropdown-section{padding:.5rem 0}.dropdown-divider{height:1px;background:rgba(139,195,222,.3);margin:.25rem 0}.dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#171c22;cursor:pointer;transition:background-color .2s;display:flex;align-items:center}.dropdown-item:hover{background:#ebebe1}.dropdown-item--logout{color:#ef4444;font-weight:500}.dropdown-item--logout:hover{background:rgba(239,68,68,.1)}@media(max-width:1024px){.header__container{gap:1rem;padding:0 1rem}.header__center{max-width:400px}.header__right{gap:1rem}.header .header-icon-btn{padding:.375rem}.header .header-icon-btn svg{width:18px;height:18px}.header .header-text-btn{padding:.375rem .5rem;font-size:.8125rem}.header .profile-circle{width:36px;height:36px;font-size:.8125rem}.header .profile-circle .online-indicator{width:10px;height:10px}}@media(max-width:768px){.header__container{flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem}.header__center{order:3;flex-basis:100%;max-width:none;margin-top:.5rem}.header__right{gap:.75rem}.header .search-input{font-size:.8125rem}.header .search-button,.header .search-input{padding:.75rem .875rem}.header .header-icon-btn{padding:.25rem}.header .header-icon-btn svg{width:16px;height:16px}.header .header-text-btn{padding:.25rem .375rem;font-size:.75rem}.header .profile-circle{width:32px;height:32px;font-size:.75rem}.header .profile-circle .online-indicator{width:8px;height:8px}}@media(max-width:480px){.header__container{padding:.5rem}.header__left .back-btn{padding:.375rem .75rem;font-size:.8125rem}.header__right{gap:.5rem}.header .header-text-btn{display:none}}.footer{background-color:#fff;border-top:1px solid rgba(139,195,222,.3);padding:2rem 0;margin-top:auto}.footer__container{display:flex;align-items:center;justify-content:space-between}@media(max-width:639px){.footer__container{display:flex;flex-direction:column;gap:1rem;text-align:center}}.footer__copyright{color:rgba(23,28,34,.7);font-size:.875rem}.footer__links{display:flex;align-items:center;justify-content:center;gap:1.5rem}@media(max-width:639px){.footer__links{gap:1rem}}.footer__link{color:rgba(23,28,34,.7);text-decoration:none;font-size:.875rem;transition:color .2s ease-in-out}.footer__link:hover{color:#1644d5}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.btn:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,0,0,.25)}.btn.btn-primary,.btn:active:not(:disabled){box-shadow:0 2px 4px rgba(0,0,0,.1)}.btn.btn-primary{display:inline-flex;align-items:center;justify-content:center;border:none;text-decoration:none;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:#1644d5;color:#fff;width:293px;height:54px;border-radius:3px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:18px;line-height:28px;letter-spacing:0;box-shadow:0 2px 4px rgba(22,68,213,.3)}.btn.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,0,0,.25)}.btn.btn-primary:active:not(:disabled){box-shadow:0 2px 4px rgba(0,0,0,.1)}.btn.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn.btn-primary:hover:not(:disabled){background:#132644;transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,68,213,.4)}.btn.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(22,68,213,.3)}.btn.btn-secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.1);background-color:rgba(0,0,0,0);color:#1644d5;width:187px;height:54px;border:2px solid #1644d5;border-radius:3px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:18px;line-height:28px;letter-spacing:0;box-shadow:0 2px 4px rgba(22,68,213,.1)}.btn.btn-secondary:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,0,0,.25)}.btn.btn-secondary:active:not(:disabled){box-shadow:0 2px 4px rgba(0,0,0,.1)}.btn.btn-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn.btn-secondary:hover:not(:disabled){background-color:#1644d5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,68,213,.25)}.btn.btn-secondary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(22,68,213,.1)}.btn.btn-full{width:100%}.btn.btn-large{width:350px;height:60px;font-size:20px}.btn.btn-small{width:150px;height:40px;font-size:14px;font-weight:500}.btn.disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.btn.btn-primary{width:100%;max-width:293px}.btn.btn-secondary{width:100%;max-width:187px}}.form{gap:1.5rem}.form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#171c22}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem 1rem;border:1px solid rgba(139,195,222,.3);border-radius:.375rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;background-color:#fff;transition:border-color .2s ease-in-out}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1644d5;box-shadow:0 0 0 3px rgba(22,68,213,.1)}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:rgba(23,28,34,.7);font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.form-group input.error:focus,.form-group select.error:focus,.form-group textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-group .error-text{color:#ef4444}.form-group .error-text,.form-group .help-text{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;margin-top:.25rem}.form-group .help-text{color:rgba(23,28,34,.7)}.form-row{grid-gap:1rem;gap:1rem;margin-bottom:1rem}.form-actions{flex-direction:column;gap:1rem;margin-top:1.5rem}.card{background-color:#fff;border-radius:.25rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:2rem}.card--auth{max-width:400px;width:100%;margin:0 auto}.card__header{text-align:center;margin-bottom:2rem}.card__title{font-size:1.5rem;font-weight:700;color:#171c22;margin-bottom:.5rem}.card__subtitle{font-size:1rem;color:rgba(23,28,34,.7)}.card__body{margin-bottom:2rem}.card__footer{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(139,195,222,.3)}.specialists-section{padding:2rem 0;background:linear-gradient(135deg,rgba(139,195,222,.02),rgba(225,255,103,.02));position:relative}.specialists-section .specialists-header{margin-bottom:3rem;text-align:center;position:relative}.specialists-section .specialists-header:before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.specialists-section .specialists-header h3{margin:0 0 10px;color:#1f2937;font-size:30px;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.specialists-section .specialists-header p{color:#6b7280;font-size:1.125rem;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.specialists-section .specialists-filters{display:flex;gap:1.5rem;margin-bottom:3rem;align-items:center;flex-wrap:wrap;max-width:800px;margin-left:auto;margin-right:auto;padding:0 1rem}.specialists-section .specialists-filters .search-box{flex:1 1;min-width:300px;position:relative}.specialists-section .specialists-filters .search-box .search-input{width:100%;padding:1rem 1rem 1rem 2rem;border:1px solid #e5e7eb;border-radius:3px;font-size:1rem;font-weight:500;background:#fff;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02)}.specialists-section .specialists-filters .search-box .search-input::placeholder{color:#9ca3af;font-weight:400}.specialists-section .specialists-filters .search-box .search-input:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 4px rgba(139,195,222,.1),0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.specialists-section .specialists-filters .search-box .search-input:hover{border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.04)}.specialists-section .specialists-filters .filter-controls{display:flex;gap:.75rem}.specialists-section .specialists-filters .filter-controls .filter-select{padding:1rem 2.75rem 1rem 1.5rem;border:1px solid #e5e7eb;border-radius:3px;font-size:1rem;font-weight:400;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02);min-width:140px;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.specialists-section .specialists-filters .filter-controls .filter-select.custom-select:after{display:none}.specialists-section .specialists-filters .filter-controls .filter-select:after{content:"▼";position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#6b7280;pointer-events:none}.specialists-section .specialists-filters .filter-controls .filter-select:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 4px rgba(139,195,222,.1),0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.specialists-section .specialists-filters .filter-controls .filter-select:hover{border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.04)}.specialists-section .specialists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.specialists-section .specialists-grid .component-loading{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%}.specialists-section .specialist-card{background:#fff;border:1px solid rgba(235,235,225,.25);border-radius:3px;overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative;box-shadow:0 1px 11.7px 0 rgba(0,0,0,.09);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px)}.specialists-section .specialist-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-4px);border-color:rgba(235,235,225,.25)}.specialists-section .specialist-card__banner{background:linear-gradient(135deg,rgba(225,255,103,.5),rgba(139,195,222,.2));color:#1f2937;padding:1.5rem;position:relative;min-height:162px;height:120px;display:flex;align-items:flex-start;justify-content:space-between;overflow:hidden;border-bottom:1px solid rgba(235,235,225,.3)}.specialists-section .specialist-card__banner .banner-content{display:flex;flex-direction:column;justify-content:flex-start;height:100%;flex:1 1;z-index:2;position:relative}.specialists-section .specialist-card__banner .banner-content .specialist-location-banner{font-size:12px;font-weight:700;margin-top:auto;color:#132644}.specialists-section .specialist-card__banner .banner-content .service-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.4;letter-spacing:.3px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;position:relative}.specialists-section .specialist-card__banner .banner-content .service-tags{display:flex;gap:.4rem;margin-bottom:0;flex-wrap:wrap}.specialists-section .specialist-card__banner .banner-content .service-tags .service-tag{background:rgba(139,195,222,.3);color:#4b5563;padding:.25rem .6rem;border-radius:3px;font-size:.7rem;font-weight:500;letter-spacing:.2px}.specialists-section .specialist-card__banner .banner-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(139,195,222,.7);z-index:2;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1)}.specialists-section .specialist-card__banner .banner-avatar img{width:100%;height:100%;object-fit:cover}.specialists-section .specialist-card__banner .banner-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.specialists-section .specialist-card__banner .like-btn{position:absolute;top:20px;right:20px;background:hsla(0,0%,100%,.9);border:none;color:#6b7280;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s ease;z-index:3;box-shadow:0 2px 4px rgba(0,0,0,.1)}.specialists-section .specialist-card__banner .like-btn:hover{background:rgba(239,68,68,.5);color:#ef4444;transform:scale(1.05)}.specialists-section .specialist-card__banner .like-btn.liked{background:rgba(255,194,194,.8);color:#ef4444}.specialists-section .specialist-card__body{display:flex;flex-direction:column;justify-content:flex-start;padding:1.25rem;min-height:200px}.specialists-section .specialist-card__body .specialist-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.specialists-section .specialist-card__body .specialist-header .specialist-name{margin:0;color:#1f2937;font-size:1.1rem;font-weight:600;line-height:1.3}.specialists-section .specialist-card__body .specialist-header .vetted-badge{background:#b6e1a2;color:#000;text-transform:uppercase;padding:6px 10px 4px;border-radius:3px;font-size:10px;font-weight:600}.specialists-section .specialist-card__body .specialist-header .vetted-badge.status-naujas{background:#e1ff67;color:#000}.specialists-section .specialist-card__body .service-description{margin:0 0 1.25rem;color:#6b7280;line-height:1.6;font-size:.95rem;font-weight:400}.specialists-section .specialist-card__body .specialist-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:1rem;background:rgba(235,235,225,.2);border-radius:3px}.specialists-section .specialist-card__body .specialist-meta .rating{display:flex;align-items:center;gap:.5rem}.specialists-section .specialist-card__body .specialist-meta .rating .stars{display:flex;gap:.1rem}.specialists-section .specialist-card__body .specialist-meta .rating .stars svg{width:14px;height:14px}.specialists-section .specialist-card__body .specialist-meta .rating .stars .star-icon path,.specialists-section .specialist-card__body .specialist-meta .rating .stars svg.star-icon path{fill:#132644!important}.specialists-section .specialist-card__body .specialist-meta .rating .rating-text{color:#374151;font-size:.85rem;font-weight:600}.specialists-section .specialist-card__body .specialist-meta .price{display:flex;flex-direction:column;align-items:flex-end}.specialists-section .specialist-card__body .specialist-meta .price .price-label{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.specialists-section .specialist-card__body .specialist-meta .price .price-amount{color:#1f2937;font-size:1.3rem;font-weight:800;line-height:1}.specialists-section .specialist-card__body .specialist-name-container{display:flex;flex-direction:column;gap:.25rem}.specialists-section .specialist-card__body .specialist-name-container .specialist-name{margin:0}.specialists-section .specialist-card__body .specialist-name-container .experience-text{color:#6b7280;font-size:.75rem;font-weight:500;font-style:italic;margin:0}.specialists-section .empty-state,.specialists-section .loading-state{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:#6b7280;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.specialists-section .empty-state p,.specialists-section .loading-state p{font-size:1.1rem;font-weight:500;margin:0}.specialists-section .specialist-detail-grid{display:grid;grid-gap:2rem;gap:2rem}.specialists-section .specialist-detail-grid .specialist-detail-section h4{margin:0 0 1rem;color:#1f2937;border-bottom:2px solid #e5e7eb;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.specialists-section .specialist-detail-grid .specialist-detail-section .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.specialists-section .specialist-detail-grid .specialist-detail-section .detail-row:last-child{border-bottom:none}.specialists-section .specialist-detail-grid .specialist-detail-section .detail-row .detail-label{font-weight:600;color:#6b7280;min-width:140px;font-size:.9rem}.specialists-section .specialist-detail-grid .specialist-detail-section .detail-row .detail-value{color:#1f2937;text-align:right;flex:1 1;font-weight:500}.specialists-section .specialist-detail-grid .specialist-detail-section .skills-grid,.specialists-section .specialist-detail-grid .specialist-detail-section .specializations-grid{display:flex;flex-wrap:wrap;gap:.75rem}.specialists-section .specialist-detail-grid .specialist-detail-section .skills-grid .skill-tag,.specialists-section .specialist-detail-grid .specialist-detail-section .skills-grid .specialization-tag,.specialists-section .specialist-detail-grid .specialist-detail-section .specializations-grid .skill-tag,.specialists-section .specialist-detail-grid .specialist-detail-section .specializations-grid .specialization-tag{padding:.5rem 1rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;border-radius:25px;font-size:.85rem;color:#374151;font-weight:600;transition:all .2s ease}.specialists-section .specialist-detail-grid .specialist-detail-section .skills-grid .skill-tag:hover,.specialists-section .specialist-detail-grid .specialist-detail-section .skills-grid .specialization-tag:hover,.specialists-section .specialist-detail-grid .specialist-detail-section .specializations-grid .skill-tag:hover,.specialists-section .specialist-detail-grid .specialist-detail-section .specializations-grid .specialization-tag:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;transform:translateY(-1px)}.specialists-section .specialist-detail-grid .specialist-detail-section .languages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.specialists-section .specialist-detail-grid .specialist-detail-section .languages-grid .language-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.specialists-section .specialist-detail-grid .specialist-detail-section .languages-grid .language-item .language-name{font-weight:600;color:#1f2937}.specialists-section .specialist-detail-grid .specialist-detail-section .languages-grid .language-item .language-level{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:capitalize}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@media(max-width:768px){.specialists-section .specialists-header{margin-bottom:2rem}.specialists-section .specialists-header h3{font-size:2rem}.specialists-section .specialists-header p{font-size:1rem}.specialists-section .specialists-filters{flex-direction:column;align-items:stretch;gap:1rem;max-width:100%;padding:0 .5rem}.specialists-section .specialists-filters .search-box{min-width:auto}.specialists-section .specialists-filters .search-box .search-input{padding:.875rem .875rem .875rem 2.5rem;font-size:.95rem}.specialists-section .specialists-filters .filter-controls .filter-select{padding:.875rem 2.5rem .875rem 1.25rem;font-size:.95rem;min-width:auto}.specialists-section .specialists-grid{grid-template-columns:1fr;gap:1rem}.specialists-section .specialist-card__banner{flex-direction:column;text-align:center;gap:1rem;min-height:auto;padding:1.25rem}.specialists-section .specialist-card__banner .banner-content{order:1}.specialists-section .specialist-card__banner .banner-avatar{order:2}.specialists-section .specialist-card__banner .like-btn{top:.75rem;right:.75rem}.specialists-section .specialist-card__body .specialist-header{flex-direction:column;align-items:flex-start;gap:.75rem}.specialists-section .specialist-card__body .specialist-meta{flex-direction:column;align-items:flex-start;gap:1rem}.specialists-section .specialist-card__body .specialist-meta .price{align-items:flex-start}.specialists-section .specialist-detail-grid{grid-template-columns:1fr}.specialists-section .specialist-detail-grid .specialist-detail-section .detail-row{flex-direction:column;align-items:flex-start;gap:.5rem}.specialists-section .specialist-detail-grid .specialist-detail-section .detail-row .detail-value{text-align:left}.specialists-section .specialist-detail-grid .specialist-detail-section .languages-grid{grid-template-columns:1fr}}@media(max-width:480px){.specialists-section .specialists-grid{grid-template-columns:1fr}.specialists-section .specialist-card__banner{padding:1rem}.specialists-section .specialist-card__banner .banner-content .service-title{font-size:1.1rem;letter-spacing:.6px}.specialists-section .specialist-card__banner .banner-content .service-title:after{width:25px}.specialists-section .specialist-card__banner .banner-content .service-tags .service-tag{font-size:.7rem;padding:.25rem .5rem}.specialists-section .specialist-card__banner .banner-content .order-now-btn{font-size:.8rem;padding:.5rem 1rem}.specialists-section .specialist-card__banner .banner-avatar{width:60px;height:60px}.specialists-section .specialist-card__body{padding:1.25rem}.specialists-section .specialist-card__body .specialist-header .specialist-name{font-size:1.1rem}.specialists-section .specialist-card__body .specialist-header .vetted-badge{font-size:.7rem;padding:.25rem .5rem}.specialists-section .specialist-card__body .specialist-header .vetted-badge.status-naujas{background:#e1ff67;color:#000}.specialists-section .specialist-card__body .service-description{font-size:.9rem}.specialists-section .specialist-card__body .specialist-meta{padding:.75rem}.specialists-section .specialist-card__body .specialist-meta .rating .stars svg{width:12px;height:12px}.specialists-section .specialist-card__body .specialist-meta .rating .stars svg path{fill:#fbbf24!important}.specialists-section .specialist-card__body .specialist-meta .rating .rating-text{font-size:.8rem}.specialists-section .specialist-card__body .specialist-meta .price .price-amount{font-size:1.1rem}.specialists-section .specialist-card__body .experience-text{font-size:.7rem}}.specialist-profile-modal{max-width:1200px;width:95%}.specialist-profile-modal .modal-body{padding:2rem}.specialist-profile-modal .modal-body:has(.application-modal-layout){padding:2rem 2.5rem}.specialist-profile-modal .modal-body:has(.service-detail-grid),.specialist-profile-modal .modal-body:has(.user-detail-grid){display:block;padding:2rem 2.5rem}.specialist-profile-modal .modal-body:has(.profile-left-column){display:grid;grid-template-columns:300px 1fr;grid-gap:2rem;gap:2rem}.specialist-profile-modal .modal-body .application-modal-layout{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:2.5rem;gap:2.5rem;width:100%}.specialist-profile-modal .profile-left-column{display:flex;flex-direction:column;gap:1.5rem}.specialist-profile-modal .profile-left-column .specialist-avatar{width:200px;height:200px;border-radius:50%;overflow:hidden;margin:0 auto;border:4px solid #8bc3de;box-shadow:0 4px 12px rgba(0,0,0,.1)}.specialist-profile-modal .profile-left-column .specialist-avatar img{width:100%;height:100%;object-fit:cover}.specialist-profile-modal .profile-left-column .specialist-avatar .avatar-placeholder{width:100%;height:100%;background:#8bc3de;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700}.specialist-profile-modal .profile-left-column .work-section{background:#f8f9fa;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb}.specialist-profile-modal .profile-left-column .work-section h4{margin:0 0 1rem;color:#1f2937;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.specialist-profile-modal .profile-left-column .work-section .work-item{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:.75rem}.specialist-profile-modal .profile-left-column .work-section .work-item:last-child{margin-bottom:0}.specialist-profile-modal .profile-left-column .work-section .work-item .work-title{font-weight:600;color:#1f2937;margin-bottom:.25rem}.specialist-profile-modal .profile-left-column .work-section .work-item .work-company{color:#6b7280;font-size:.9rem;margin-bottom:.25rem}.specialist-profile-modal .profile-left-column .work-section .work-item .work-location{color:#9ca3af;font-size:.8rem}.specialist-profile-modal .profile-left-column .skills-section h4{margin:0 0 1rem;color:#1f2937;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.specialist-profile-modal .profile-left-column .skills-section .skills-tags{display:flex;flex-wrap:wrap;gap:.5rem}.specialist-profile-modal .profile-left-column .skills-section .skills-tags .skill-tag{background:#8bc3de;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.specialist-profile-modal .profile-right-column .specialist-header{margin-bottom:2rem}.specialist-profile-modal .profile-right-column .specialist-header h1{margin:0 0 .5rem;color:#1f2937;font-size:2rem;font-weight:700}.specialist-profile-modal .profile-right-column .specialist-header .specialist-title{margin:0 0 .5rem;color:#8bc3de;font-weight:500;font-size:1.1rem}.specialist-profile-modal .profile-right-column .specialist-header .specialist-location{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem;margin-bottom:1rem}.specialist-profile-modal .profile-right-column .specialist-header .vetted-badge{background:rgba(16,185,129,.1);color:#059669;padding:.25rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;border:1px solid rgba(16,185,129,.2);display:inline-block;margin-bottom:1rem}.specialist-profile-modal .profile-right-column .specialist-header .vetted-badge.status-naujas{background:#e1ff67;color:#000}.specialist-profile-modal .profile-right-column .profile-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.specialist-profile-modal .profile-right-column .profile-tabs .profile-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(0,0,0,0);color:#6b7280;cursor:pointer;font-size:.9rem;font-weight:500;border:none;border-bottom:2px solid rgba(0,0,0,0);transition:all .2s ease}.specialist-profile-modal .profile-right-column .profile-tabs .profile-tab .tab-icon{font-size:1rem}.specialist-profile-modal .profile-right-column .profile-tabs .profile-tab:hover{color:#8bc3de}.specialist-profile-modal .profile-right-column .profile-tabs .profile-tab.active{color:#8bc3de;border-bottom-color:#8bc3de}.specialist-profile-modal .profile-right-column .profile-tab-content .about-content .info-section{margin-bottom:2rem}.specialist-profile-modal .profile-right-column .profile-tab-content .about-content .info-section h4{margin:0 0 1rem;color:#1f2937;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.specialist-profile-modal .profile-right-column .profile-tab-content .about-content .info-section .info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.specialist-profile-modal .profile-right-column .profile-tab-content .about-content .info-section .info-item:last-child{border-bottom:none}.specialist-profile-modal .profile-right-column .profile-tab-content .about-content .info-section .info-item .info-label{font-weight:500;color:#6b7280;min-width:120px;font-size:.9rem}.specialist-profile-modal .profile-right-column .profile-tab-content .about-content .info-section .info-item .info-value{color:#1f2937;text-align:right;flex:1 1;font-size:.9rem}.specialist-profile-modal .profile-right-column .profile-tab-content .about-content .info-section .bio-text{color:#1f2937;line-height:1.6;margin:0;font-size:.9rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{margin:0 0 .5rem;color:#333;font-size:2rem;font-weight:700}.dashboard-header p{margin:0;color:#666;font-size:1.1rem}.dashboard-tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid rgba(139,195,222,.3);overflow-x:auto}.dashboard-tabs .tab-button{padding:1rem 1.5rem;background:rgba(0,0,0,0);border-radius:0;cursor:pointer;white-space:nowrap;transition:all .2s;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:.95rem;color:rgba(23,28,34,.7);text-transform:uppercase;letter-spacing:.5px;position:relative;border:none;border-bottom:2px solid rgba(0,0,0,0)}.dashboard-tabs .tab-button:hover{color:#171c22;background:rgba(22,68,213,.05)}.dashboard-tabs .tab-button.active{color:#1644d5;background:rgba(0,0,0,0);border-bottom:2px solid #1644d5;font-weight:600}.form-section,.form-section h3{position:relative}.form-section h3{margin:0 0 1.5rem;padding-bottom:.75rem;color:#1f2937;font-size:1.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.form-section h3:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.form-section h4{margin:1.5rem 0 1rem;color:#555;font-weight:500}.form-section .business-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media(min-width:1200px){.form-section .business-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px)and (max-width:1199px){.form-section .business-stats-grid{grid-template-columns:repeat(2,1fr)}}.form-section .business-stats-grid .stat-card{padding:2rem 1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative;overflow:hidden}.form-section .business-stats-grid .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,rgba(139,195,222,.87),rgba(225,255,103,.86));border-radius:12px 12px 0 0}.form-section .business-stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(139,195,222,.5)}.form-section .business-stats-grid .stat-card h3{margin:0 0 1rem;color:#1f2937;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#1f2937;background-clip:unset;padding:0}.form-section .business-stats-grid .stat-card h3:after{display:none}.form-section .business-stats-grid .stat-card p{margin:0 0 .75rem;color:#1f2937;font-size:2.5rem;font-weight:800;line-height:1;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-section .business-stats-grid .stat-card small{color:#6b7280;font-size:.875rem;font-weight:500;display:block;line-height:1.4}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.form-grid,.form-group{margin-bottom:1rem}.form-group label{font-weight:500;color:#333}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#28a745;box-shadow:0 0 0 3px rgba(40,167,69,.1)}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.form-textarea{resize:vertical;min-height:100px}.form-actions{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}.message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.message--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.avatar-upload-wrapper{display:inline-block;margin-bottom:.5rem}.avatar-preview{position:relative;display:inline-block;cursor:pointer;transition:all .3s ease}.avatar-preview:hover{transform:scale(1.02)}.avatar-preview:hover .avatar-upload-overlay{opacity:1}.avatar-preview.uploading{pointer-events:none;opacity:.7}.avatar-preview .avatar-image{object-fit:cover;display:block}.avatar-preview .avatar-image,.avatar-preview .avatar-placeholder{width:120px;height:120px;border-radius:12px;border:2px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.1)}.avatar-preview .avatar-placeholder{background:linear-gradient(135deg,#8bc2de,#e1ff67);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.avatar-preview .avatar-upload-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.avatar-preview .avatar-upload-overlay .upload-icon{font-size:2rem;color:#fff;margin-bottom:.5rem}.avatar-preview .avatar-upload-overlay .upload-text{color:#fff;font-size:.875rem;font-weight:500;text-align:center}.avatar-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.avatar-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600}.documents-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.documents-section .documents-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem;padding-bottom:.75rem;position:relative}.documents-section .documents-header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.documents-section .documents-header h4{margin:0;padding-bottom:0;position:relative;color:#1f2937;font-size:1.5rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.documents-section .documents-header .btn-upload-documents{background:#fff;color:#8bc3de;border:2px solid rgba(139,195,222,.6);padding:.75rem 1.5rem;border-radius:3px;font-size:.9rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;white-space:nowrap;box-shadow:0 2px 4px rgba(139,195,222,.1)}.documents-section .documents-header .btn-upload-documents:hover:not(:disabled){background:rgba(139,195,222,.1);border-color:#8bc3de;color:#8bc3de;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,195,222,.25)}.documents-section .documents-header .btn-upload-documents:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(139,195,222,.1)}.documents-section .documents-header .btn-upload-documents:disabled{opacity:.6;cursor:not-allowed;transform:none}.documents-section .documents-header .btn-upload-documents .upload-icon{font-size:1.2rem;font-weight:900;color:#8bc3de}.documents-section .documents-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.documents-section .document-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;transition:all .2s ease}.documents-section .document-item:hover{background:#f0f0f0;border-color:#dee2e6}.documents-section .document-item .document-icon{font-size:1.25rem;color:#1644d5;flex-shrink:0}.documents-section .document-item .document-link{flex:1 1;color:#333;text-decoration:none;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-section .document-item .document-link:hover{color:#1644d5;text-decoration:underline}.documents-section .document-item .document-remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:rgba(0,0,0,0);border:none;color:#dc3545;cursor:pointer;border-radius:4px;transition:all .2s ease;flex-shrink:0}.documents-section .document-item .document-remove:hover{background:#fee;color:#c82333}.documents-section .document-item .document-remove svg{width:16px;height:16px}.documents-section .documents-empty{margin:.5rem 0;padding:0;color:#6b7280;font-size:.875rem;text-align:left}.documents-section .documents-hint{margin:.5rem 0 0;font-size:.75rem;color:#6c757d}.profile-section{padding:2rem 0;background:linear-gradient(135deg,rgba(139,195,222,.02),rgba(225,255,103,.02));position:relative}.profile-section .profile-header{margin-bottom:3rem;text-align:center;position:relative}.profile-section .profile-header:before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.profile-section .profile-header h3{margin:0 0 10px;color:#1f2937;font-size:30px;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-section .profile-header p{color:#6b7280;font-size:1.125rem;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.profile-section .form-section{margin-bottom:2rem;position:relative}.profile-section .form-section h3{margin:0 0 1.5rem;padding-bottom:.75rem;position:relative;color:#1f2937;font-size:1.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-section .form-section h3:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.profile-section .form-section h4{margin:1.5rem 0 1rem;color:#555;font-size:1.1rem;font-weight:500}.profile-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.profile-section .form-group{margin-bottom:1rem}.profile-section .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.profile-section .form-input,.profile-section .form-select,.profile-section .form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff}.profile-section .form-input:focus,.profile-section .form-select:focus,.profile-section .form-textarea:focus{outline:none;border-color:#28a745;box-shadow:0 0 0 3px rgba(40,167,69,.1)}.profile-section .form-input:disabled,.profile-section .form-select:disabled,.profile-section .form-textarea:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.profile-section .form-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.profile-section .form-textarea{resize:vertical;min-height:100px}.profile-section .form-actions{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}.profile-section .message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.profile-section .message--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.profile-section .message--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.profile-section .avatar-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.profile-section .avatar-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600}.profile-section .avatar-section .avatar-upload-wrapper{display:inline-block}.profile-section .avatar-section .avatar-preview{position:relative;display:inline-block;cursor:pointer;transition:all .3s ease}.profile-section .avatar-section .avatar-preview:hover{transform:scale(1.02)}.profile-section .avatar-section .avatar-preview:hover .avatar-upload-overlay{opacity:1}.profile-section .avatar-section .avatar-preview.uploading{pointer-events:none;opacity:.7}.profile-section .avatar-section .avatar-preview .avatar-image{width:120px;height:120px;border-radius:12px;object-fit:cover;border:2px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.1);display:block}.profile-section .avatar-section .avatar-preview .avatar-placeholder{width:120px;height:120px;border-radius:12px;background:linear-gradient(135deg,#8bc2de,#e1ff67);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;border:2px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.1)}.profile-section .avatar-section .avatar-preview .avatar-upload-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.profile-section .avatar-section .avatar-preview .avatar-upload-overlay .upload-icon{font-size:2rem;color:#fff;margin-bottom:.5rem}.profile-section .avatar-section .avatar-preview .avatar-upload-overlay .upload-text{color:#fff;font-size:.875rem;font-weight:500;text-align:center}.profile-section .business-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.profile-section .business-info-grid .info-card{padding:1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.profile-section .business-info-grid .info-card h3{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600;border-bottom:2px solid #e9ecef;padding-bottom:.5rem}.profile-section .business-info-grid .info-card .info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.profile-section .business-info-grid .info-card .info-item:last-child{border-bottom:none}.profile-section .business-info-grid .info-card .info-item .info-label{font-weight:500;color:#666;font-size:.9rem}.profile-section .business-info-grid .info-card .info-item .info-value{color:#333;text-align:right;font-weight:500}.profile-section .business-info-grid .info-card .info-item .info-value a{color:#28a745;text-decoration:none}.profile-section .business-info-grid .info-card .info-item .info-value a:hover{text-decoration:underline}.overview-section{padding:1rem 0}.overview-section .user-card{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(270deg,rgba(225,255,103,.2) 26.92%,rgba(139,195,222,.2));border-radius:3px}.overview-section .user-card .user-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid rgba(139,195,222,.54);box-shadow:0 4px 12px rgba(40,167,69,.2)}.overview-section .user-card .user-avatar img{width:100%;height:100%;object-fit:cover}.overview-section .user-card .user-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.overview-section .user-card .user-info h2{margin:0 0 .5rem;color:#333;font-size:1.5rem;font-weight:700}.overview-section .user-card .user-info .user-title{margin:0 0 .25rem;color:#28a745;font-weight:600;font-size:1rem}.overview-section .user-card .user-info .user-email,.overview-section .user-card .user-info .user-role{margin:0 0 .25rem;color:#666;font-size:.9rem}.overview-section .business-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media(min-width:1200px){.overview-section .business-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px)and (max-width:1199px){.overview-section .business-stats-grid{grid-template-columns:repeat(2,1fr)}}.overview-section .business-stats-grid .stat-card{padding:2rem 1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative;overflow:hidden}.overview-section .business-stats-grid .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,rgba(139,195,222,.87),rgba(225,255,103,.86));border-radius:12px 12px 0 0}.overview-section .business-stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(139,195,222,.5)}.overview-section .business-stats-grid .stat-card h3{margin:0 0 1rem;color:#1f2937;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.overview-section .business-stats-grid .stat-card p{margin:0 0 .75rem;color:#1f2937;font-size:2.5rem;font-weight:800;line-height:1;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.overview-section .business-stats-grid .stat-card small{color:#6b7280;font-size:.875rem;font-weight:500;display:block;line-height:1.4}.overview-section .business-stats-grid .stat-card.stat-card--rating{display:flex;flex-direction:column;align-items:center}.overview-section .business-stats-grid .stat-card.stat-card--rating .stat-card__rating-value{margin:.35rem 0 .25rem;font-size:1.5rem;font-weight:700;color:#8bc3de;line-height:1.2}.overview-section .business-stats-grid .stat-card.stat-card--rating .stars{display:flex;gap:.25rem;justify-content:center;margin:.35rem 0 0}.overview-section .business-stats-grid .stat-card.stat-card--rating .stars .star{font-size:1.25rem}@media(min-width:1200px){.overview-section .specialist-overview-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.services-section{padding:2rem 0;background:linear-gradient(135deg,rgba(139,195,222,.02),rgba(225,255,103,.02));position:relative}.services-section .services-header{margin-bottom:3rem;text-align:center;position:relative}.services-section .services-header:before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.services-section .services-header h3{margin:0 0 10px;color:#1f2937;font-size:30px;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.services-section .services-header p{color:#6b7280;font-size:1.125rem;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.services-section .services-filters{display:flex;gap:1.5rem;margin-bottom:3rem;align-items:center;flex-wrap:wrap;max-width:800px;margin-left:auto;margin-right:auto;padding:0 1rem}.services-section .services-filters .search-box{flex:1 1;min-width:300px;position:relative}.services-section .services-filters .search-box .search-input{width:100%;padding:1rem 1rem 1rem 2rem;border:1px solid #e5e7eb;border-radius:3px;font-size:1rem;font-weight:500;background:#fff;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02)}.services-section .services-filters .search-box .search-input::placeholder{color:#9ca3af;font-weight:400}.services-section .services-filters .search-box .search-input:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 4px rgba(139,195,222,.1),0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.services-section .services-filters .search-box .search-input:hover{border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.04)}.services-section .services-filters .filter-controls{display:flex;gap:.75rem}.services-section .services-filters .filter-controls .filter-select{padding:1rem 2.75rem 1rem 1.5rem;border:1px solid #e5e7eb;border-radius:3px;font-size:1rem;font-weight:400;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02);min-width:140px;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.services-section .services-filters .filter-controls .filter-select.custom-select:after{display:none}.services-section .services-filters .filter-controls .filter-select:after{content:"▼";position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#6b7280;pointer-events:none}.services-section .services-filters .filter-controls .filter-select:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 4px rgba(139,195,222,.1),0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.services-section .services-filters .filter-controls .filter-select:hover{border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.04)}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.services-section .services-grid .component-loading{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%}.services-section .service-card{background:#fff;border:1px solid rgba(235,235,225,.25);border-radius:3px;overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative;box-shadow:0 1px 11.7px 0 rgba(0,0,0,.09);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px)}.services-section .service-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-4px);border-color:rgba(235,235,225,.25)}.services-section .service-card__header{padding:1.25rem;display:flex;gap:1rem;border-bottom:1px solid rgba(235,235,225,.3)}.services-section .service-card__header .service-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(139,195,222,.3)}.services-section .service-card__header .service-avatar img{width:100%;height:100%;object-fit:cover}.services-section .service-card__header .service-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.services-section .service-card__header .service-info{flex:1 1;min-width:0}.services-section .service-card__header .service-info h4{margin:0 0 .25rem;color:#1f2937;font-size:1.1rem;font-weight:600;line-height:1.3}.services-section .service-card__header .service-info .service-title{margin:0 0 .25rem;color:#6b7280;font-size:.9rem;font-weight:500}.services-section .service-card__header .service-info .service-company{margin:0;color:#9ca3af;font-size:.85rem}.services-section .service-card__body .service-description{margin:0 0 1rem}.services-section .service-card__body .service-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(235,235,225,.3)}.services-section .service-card__body .service-meta .service-category{background:rgba(139,195,222,.2);color:#1f2937;padding:.25rem .6rem;border-radius:3px;font-size:.75rem;font-weight:500;text-transform:capitalize}.services-section .service-card__body .service-meta .service-price{color:#1f2937;font-size:1.1rem;font-weight:700}.services-section .service-card__actions{padding:1rem 1.25rem;border-top:1px solid rgba(235,235,225,.3);display:flex;gap:.75rem}.services-section .service-card__banner{height:200px;position:relative;border-radius:3px 3px 0 0;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat;background:linear-gradient(135deg,rgba(225,255,103,.5),rgba(139,195,222,.2));color:#1f2937;min-height:162px;border-bottom:1px solid rgba(235,235,225,.3)}.services-section .service-card__banner:has(.banner-content){padding:1.5rem;display:flex;align-items:flex-start;justify-content:space-between}.services-section .service-card__banner .banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(225,255,103,.4),rgba(139,195,222,.3));z-index:1;transition:opacity .3s ease}.services-section .service-card__banner.has-image,.services-section .service-card__banner[style*=backgroundImage]{height:250px;min-height:250px}.services-section .service-card__banner.has-image .banner-overlay,.services-section .service-card__banner[style*=backgroundImage] .banner-overlay{background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.15) 50%,rgba(225,255,103,.5))}.services-section .service-card__banner.has-image .banner-content .service-title,.services-section .service-card__banner[style*=backgroundImage] .banner-content .service-title{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.7),0 1px 3px rgba(0,0,0,.5)}.services-section .service-card__banner.has-image .banner-content .service-location-banner,.services-section .service-card__banner[style*=backgroundImage] .banner-content .service-location-banner{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.8)}.services-section .service-card__banner.has-image .banner-content .service-tag,.services-section .service-card__banner[style*=backgroundImage] .banner-content .service-tag{background:hsla(0,0%,100%,.9);color:#1f2937;text-shadow:none}.services-section .service-card__banner.has-image .banner-content .order-now-btn,.services-section .service-card__banner[style*=backgroundImage] .banner-content .order-now-btn{background:hsla(0,0%,100%,.95);color:#1f2937;box-shadow:0 2px 6px rgba(0,0,0,.4)}.services-section .service-card__banner.has-image .banner-content .order-now-btn:hover,.services-section .service-card__banner[style*=backgroundImage] .banner-content .order-now-btn:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.5)}.services-section .service-card__banner .banner-content{display:flex;flex-direction:column;justify-content:flex-start;height:100%;flex:1 1;z-index:2;position:relative}.services-section .service-card__banner .banner-content .service-location-banner{font-size:12px;font-weight:700;margin-top:auto;color:#132644;text-shadow:0 2px 4px rgba(0,0,0,.3),0 1px 2px hsla(0,0%,100%,.8)}.services-section .service-card__banner .banner-content .service-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.4;letter-spacing:.3px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.3),0 1px 2px hsla(0,0%,100%,.8)}.services-section .service-card__banner .banner-content .service-tags{display:flex;gap:.4rem;margin-bottom:0;flex-wrap:wrap}.services-section .service-card__banner .banner-content .service-tags .service-tag{background:rgba(139,195,222,.6);color:#1f2937;padding:.25rem .6rem;border-radius:3px;font-size:.7rem;font-weight:500;letter-spacing:.2px;text-shadow:0 1px 1px hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.services-section .service-card__banner .banner-content .order-now-btn{margin-top:auto;padding:.5rem 1rem;background:rgba(139,195,222,.9);color:#1f2937;border:none;border-radius:3px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 4px rgba(0,0,0,.2)}.services-section .service-card__banner .banner-content .order-now-btn:hover{background:#8bc3de;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.services-section .service-card__banner .banner-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(139,195,222,.7);z-index:2;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1)}.services-section .service-card__banner .banner-avatar img{width:100%;height:100%;object-fit:cover}.services-section .service-card__banner .banner-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.services-section .service-card__banner .like-btn{position:absolute;top:20px;right:20px;background:hsla(0,0%,100%,.9);border:none;color:#6b7280;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s ease;z-index:3;box-shadow:0 2px 4px rgba(0,0,0,.1)}.services-section .service-card__banner .like-btn:hover{background:rgba(239,68,68,.5);color:#ef4444;transform:scale(1.05)}.services-section .service-card__banner .like-btn.liked{background:rgba(255,194,194,.8);color:#ef4444}.services-section .service-card__body{display:flex;flex-direction:column;justify-content:flex-start;padding:1.25rem;min-height:140px}.services-section .service-card__body .service-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.services-section .service-card__body .service-header .service-name{margin:0;color:#1f2937;font-size:1.1rem;font-weight:600;line-height:1.3}.services-section .service-card__body .service-header .vetted-badge{background:#b6e1a2;color:#000;text-transform:uppercase;padding:6px 10px 4px;border-radius:3px;font-size:10px;font-weight:600}.services-section .service-card__body .service-header .vetted-badge.status-naujas{background:#e1ff67;color:#000}.services-section .service-card__body .service-category-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.services-section .service-card__body .service-category-badge .service-category{background:rgba(139,195,222,.2);color:#1f2937;padding:.4rem .8rem;border-radius:3px;font-size:.75rem;font-weight:500;text-transform:capitalize;display:inline-block}.services-section .service-card__body .service-price{color:#1f2937;font-size:1.1rem;font-weight:700}.services-section .service-card__body .service-description{margin:0 0 1.25rem;color:#6b7280;line-height:1.6;font-size:.95rem;font-weight:400;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.8em}.services-section .service-card__body .service-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:1rem;background:rgba(235,235,225,.2);border-radius:3px}.services-section .service-card__body .service-meta .rating{display:flex;align-items:center;gap:.5rem}.services-section .service-card__body .service-meta .rating .stars{display:flex;gap:.1rem}.services-section .service-card__body .service-meta .rating .stars svg{width:14px;height:14px}.services-section .service-card__body .service-meta .rating .stars .star-icon path,.services-section .service-card__body .service-meta .rating .stars svg.star-icon path{fill:#132644!important}.services-section .service-card__body .service-meta .rating .rating-text{color:#374151;font-size:.85rem;font-weight:600}.services-section .service-card__body .service-meta .price{display:flex;flex-direction:column;align-items:flex-end}.services-section .service-card__body .service-meta .price .price-label{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.services-section .service-card__body .service-meta .price .price-amount{color:#1f2937;font-size:1.3rem;font-weight:800;line-height:1}.services-section .service-card__body .service-name-container{display:flex;flex-direction:column;gap:.25rem}.services-section .service-card__body .service-name-container .service-name{margin:0}.services-section .service-card__body .service-name-container .experience-text{color:#6b7280;font-size:.75rem;font-weight:500;font-style:italic;margin:0}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{border-radius:3px;max-width:1340px;width:90%;max-height:90vh;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}.modal-header{padding:1.5rem;border-bottom:1px solid #e9ecef}.modal-header h3{color:#333;font-size:1.3rem;font-weight:600}.modal-header .modal-close{color:#666;width:32px;height:32px}.modal-header .modal-close:hover{background:#f8f9fa;color:#333}.modal-body,.modal-footer{padding:1.5rem}.modal-footer{border-top:1px solid #e9ecef}.service-detail-grid{display:grid;grid-gap:2rem;gap:2rem}.service-detail-grid .service-detail-section h4{margin:0 0 1rem;color:#333;border-bottom:2px solid #e9ecef;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}.service-detail-grid .service-detail-section .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.service-detail-grid .service-detail-section .detail-row:last-child{border-bottom:none}.service-detail-grid .service-detail-section .detail-row .detail-label{font-weight:600;color:#666;min-width:140px;font-size:.9rem}.service-detail-grid .service-detail-section .detail-row .detail-value{color:#333;text-align:right;flex:1 1;font-weight:500}.empty-state,.loading-state{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:#6b7280;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.empty-state p,.loading-state p{font-size:1.1rem;font-weight:500;margin:0}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.dashboard-tabs{flex-wrap:nowrap;overflow-x:auto}.dashboard-tabs .tab-button{padding:.75rem 1rem;font-size:.875rem;flex-shrink:0}.profile-section .profile-header{margin-bottom:2rem}.profile-section .profile-header h3{font-size:2rem}.profile-section .profile-header p{font-size:1rem}.profile-section .business-info-grid,.profile-section .form-grid{grid-template-columns:1fr}.profile-section .business-info-grid .info-card .info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.profile-section .business-info-grid .info-card .info-item .info-value{text-align:left}.profile-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.profile-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.profile-section .business-stats-grid .stat-card p{font-size:2rem}.overview-section .user-card{flex-direction:column;text-align:center;gap:1rem}.overview-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.overview-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.services-section .services-header{margin-bottom:2rem}.services-section .services-header h3{font-size:2rem}.services-section .services-header p{font-size:1rem}.services-section .services-filters{flex-direction:column;align-items:stretch;gap:1rem;max-width:100%;padding:0 .5rem}.services-section .services-filters .search-box{min-width:auto}.services-section .services-filters .search-box .search-input{padding:.875rem .875rem .875rem 2.5rem;font-size:.95rem}.services-section .services-filters .filter-controls .filter-select{padding:.875rem 2.5rem .875rem 1.25rem;font-size:.95rem;min-width:auto}.services-section .services-grid{grid-template-columns:1fr;gap:1rem}.services-section .service-card__banner{flex-direction:column;text-align:center;gap:1rem;min-height:auto;padding:1.25rem;height:auto!important}.services-section .service-card__banner.has-image,.services-section .service-card__banner[style*=backgroundImage]{height:220px!important;min-height:220px!important}.services-section .service-card__banner .banner-content{order:1}.services-section .service-card__banner .banner-avatar{order:2}.services-section .service-card__banner .like-btn{top:.75rem;right:.75rem}.services-section .service-card__body .service-header{flex-direction:column;align-items:flex-start;gap:.75rem}.services-section .service-card__body .service-meta{flex-direction:column;align-items:flex-start;gap:1rem}.services-section .service-card__body .service-meta .price{align-items:flex-start}.service-detail-grid{grid-template-columns:1fr}.service-detail-grid .service-detail-section .detail-row{flex-direction:column;align-items:flex-start;gap:.5rem}.service-detail-grid .service-detail-section .detail-row .detail-value{text-align:left}.modal-content{margin:1rem;max-height:90vh;width:calc(100% - 2rem)}}@media(max-width:480px){.dashboard-header h1{font-size:1.5rem}.dashboard-header p{font-size:1rem}.dashboard-tabs .tab-button{padding:.6rem .75rem;font-size:.8rem}.overview-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.overview-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.overview-section .business-stats-grid .stat-card p{font-size:2rem}.overview-section .user-card{padding:1rem}.overview-section .user-card .user-avatar{width:60px;height:60px}.overview-section .user-card .user-info h2{font-size:1.3rem}.form-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.form-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.form-section .business-stats-grid .stat-card p{font-size:2rem}.services-section .services-grid{grid-template-columns:1fr}.services-section .service-card__banner{padding:1rem;height:auto!important}.services-section .service-card__banner.has-image,.services-section .service-card__banner[style*=backgroundImage]{height:200px!important;min-height:200px!important}.services-section .service-card__banner .banner-content .service-title{font-size:1.1rem;letter-spacing:.6px}.services-section .service-card__banner .banner-content .service-tags .service-tag{font-size:.7rem;padding:.25rem .5rem}.services-section .service-card__banner .banner-content .order-now-btn{font-size:.8rem;padding:.5rem 1rem}.services-section .service-card__banner .banner-avatar{width:60px;height:60px}.services-section .service-card__body{padding:1.25rem}.services-section .service-card__body .service-header .service-name{font-size:1.1rem}.services-section .service-card__body .service-header .vetted-badge{font-size:.7rem;padding:.25rem .5rem}.services-section .service-card__body .service-header .vetted-badge.status-naujas{background:#e1ff67;color:#000}.services-section .service-card__body .service-description{font-size:.9rem}.services-section .service-card__body .service-meta{padding:.75rem}.services-section .service-card__body .service-meta .rating .stars svg{width:12px;height:12px}.services-section .service-card__body .service-meta .rating .stars svg path{fill:#fbbf24!important}.services-section .service-card__body .service-meta .rating .rating-text{font-size:.8rem}.services-section .service-card__body .service-meta .price .price-amount{font-size:1.1rem}.services-section .service-card__body .experience-text{font-size:.7rem}}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#495057;margin:0}.checkbox-label .form-checkbox{width:16px;height:16px;accent-color:#28a745;cursor:pointer}.checkbox-label span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.services-filters,.user-filters{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s;color:#666}.filter-btn:hover{background:#f8f9fa;border-color:#1644d5;color:#1644d5}.filter-btn--active{background:#1644d5;color:#fff;border-color:#1644d5}.services-table-container,.user-table-container{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;margin-bottom:2rem}.services-table-header,.user-table-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee;background:#f8f9fa}.services-table-header h4,.user-table-header h4{margin:0;color:#333}.table-actions{display:flex;gap:1rem;align-items:center}.search-input{padding:.5rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;min-width:200px;transition:all .2s}.search-input:focus{outline:none;border-color:#1644d5;box-shadow:0 0 0 2px rgba(139,195,222,.25)}.services-table,.user-table{overflow-x:auto}.services-table table,.user-table table{width:100%;border-collapse:collapse}.services-table th,.user-table th{background:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:1px solid #eee}.services-table td,.user-table td{padding:1rem;border-bottom:1px solid #eee;color:#666}.services-table tr:hover,.user-table tr:hover{background:#f8f9fa}.loading-message,.no-data-message{text-align:center;padding:3rem 1rem;color:#666}.loading-message p,.no-data-message p{margin:0 0 .5rem;font-size:1.1rem}.loading-message small,.no-data-message small{color:#999}.service-info-cell--placeholder{color:#cbd5e1;font-size:1rem}.service-info-cell,.user-info-cell{display:flex;align-items:center;gap:.75rem}.service-title,.user-name{font-weight:500;color:#333}.service-description,.user-company{font-size:.8rem;color:#666}.category-badge,.role-badge,.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;text-transform:capitalize}.role-specialist{background:#e3f2fd;color:#1976d2}.role-business{background:#e8f5e8;color:#388e3c}.role-administrator{background:#fff3e0;color:#f57c00}.status-active{background:#e8f5e8;color:#388e3c}.status-pending{background:#fff3e0;color:#f57c00}.status-suspended{background:#ffebee;color:#d32f2f}.status-inactive{background:#f5f5f5;color:#666}.action-buttons{display:flex;gap:.25rem;flex-wrap:nowrap;align-items:center}.action-btn{padding:.5rem;border-radius:4px;font-size:0;transition:all .2s;background:rgba(0,0,0,0);width:32px;height:32px;color:#6b7280}.action-btn svg{width:18px;height:18px}.action-btn:hover{transform:scale(1.1)}.action-btn--view{color:#3b82f6}.action-btn--view:hover{background:#e3f2fd;color:#2563eb}.action-btn--approve{color:#10b981}.action-btn--approve:hover{background:#e8f5e8;color:#059669}.action-btn--reject{color:#ef4444}.action-btn--reject:hover{background:#ffebee;color:#dc2626}.action-btn--suspend{color:#f59e0b}.action-btn--suspend:hover{background:#fff3e0;color:#d97706}.action-btn--activate{color:#10b981}.action-btn--activate:hover{background:#d1fae5;color:#059669}.action-btn--delete{color:#ef4444}.action-btn--delete:hover{background:#ffebee;color:#dc2626}.specialist-info{max-width:200px}.specialist-name{font-weight:500;color:#333;margin-bottom:.25rem}.specialist-email{font-size:.9rem;color:#666}.price-info{text-align:center}.price-amount{font-weight:500;color:#007bff}.price-type{font-size:.8rem;color:#666}.service-detail-grid,.user-detail-grid{display:grid;grid-gap:2rem;gap:2rem}.service-detail-section h4,.user-detail-section h4{margin:0 0 1rem;color:#333;border-bottom:1px solid #eee;padding-bottom:.5rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:#666;min-width:120px}.detail-value{color:#333;text-align:right;flex:1 1}.admin-hours-value{font-weight:600}.admin-hours-value--available{color:#2563eb}.admin-hours-value--reserved{color:#ea580c}.admin-add-hours{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.admin-add-hours label{display:block;margin-bottom:.5rem;font-weight:500;color:#666;font-size:.875rem}.admin-add-hours__row{display:flex;gap:.75rem;align-items:center}.admin-add-hours__row input{flex:1 1;min-width:0;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.admin-add-hours__row input:focus{outline:none;border-color:#3b82f6}.admin-add-hours__row .btn{flex-shrink:0}.admin-add-hours__message{margin:.5rem 0 0;font-size:.8125rem}.admin-add-hours__message--success{color:#059669}.admin-add-hours__message--error{color:#dc2626}.admin-resend-email{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.admin-resend-email__message{margin:.5rem 0 0;font-size:.8125rem}.admin-resend-email__message--success{color:#059669}.admin-resend-email__message--error{color:#dc2626}.admin-resend-email__debug{margin:.75rem 0 0;padding:.75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.75rem;line-height:1.5;color:#374151;white-space:pre-wrap;word-break:break-word;text-align:left}.placeholder-content{padding:1.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.placeholder-content ul{margin:1rem 0 0;padding-left:1.5rem}.placeholder-content li{margin-bottom:.5rem;color:#666}@media(max-width:768px){.services-filters,.user-filters{justify-content:center}.services-table-header,.user-table-header{flex-direction:column;gap:1rem;align-items:stretch}.table-actions{flex-direction:column;gap:.5rem}.search-input{min-width:auto;width:100%}.services-table,.user-table{font-size:.9rem}.services-table td,.services-table th,.user-table td,.user-table th{padding:.75rem .5rem}.service-detail-grid,.user-detail-grid{grid-template-columns:1fr}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value{text-align:left}.action-buttons{flex-direction:column;gap:.5rem}}.profile-layout{display:grid;grid-template-columns:320px 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto;padding:2.5rem 0}.profile-left{display:flex;flex-direction:column;gap:2rem}.profile-avatar-section{display:flex;justify-content:center;align-items:center;margin-bottom:.5rem;padding:1rem 0}.profile-avatar{width:160px;height:160px;border-radius:50%;overflow:hidden;border:4px solid rgba(139,195,222,.8);box-shadow:0 8px 24px rgba(139,195,222,.3),0 4px 8px rgba(0,0,0,.1);transition:all .3s ease;background:#fff}.profile-avatar:hover{transform:scale(1.03);box-shadow:0 12px 32px rgba(139,195,222,.4),0 6px 12px rgba(0,0,0,.15);border-color:#8bc3de}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgba(225,255,103,.95),rgba(139,195,222,.95));color:#1f2937;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-shadow:0 2px 4px hsla(0,0%,100%,.5);letter-spacing:-.02em}.work-section{margin-bottom:2.5rem;padding:0}.work-section h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 1.5rem;padding-bottom:.875rem;border-bottom:3px solid rgba(139,195,222,.9);position:relative}.work-section h3:after{content:"";position:absolute;bottom:-3px;left:0;width:40px;height:3px;background:rgba(225,255,103,.8)}.work-item{margin-bottom:1.25rem;padding:0;background:rgba(0,0,0,0);border-radius:8px;border:none;position:relative}.work-item:last-child{margin-bottom:0}.work-item.secondary{background:rgba(0,0,0,0)}.work-header{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.work-type{font-size:.7rem;font-weight:700;color:#8bc3de;text-transform:uppercase;letter-spacing:1px;padding:.25rem .75rem;background:rgba(139,195,222,.1);border-radius:12px;border:1px solid rgba(139,195,222,.3)}.work-item.secondary .work-type{color:rgba(225,255,103,.9);background:rgba(225,255,103,.15);border-color:rgba(225,255,103,.4)}.work-details{padding-left:.25rem}.work-details h4{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;line-height:1.4;letter-spacing:-.01em}.work-details p{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#6b7280;line-height:1.6;margin:0 0 .375rem}.work-details p:last-child{margin-bottom:0}.skills-section{margin-bottom:2.5rem;padding:0}.skills-section h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 1.5rem;padding-bottom:.875rem;border-bottom:3px solid rgba(139,195,222,.9);position:relative}.skills-section h3:after{content:"";position:absolute;bottom:-3px;left:0;width:40px;height:3px;background:rgba(225,255,103,.8)}.skills-tags{display:flex;flex-wrap:wrap;gap:.75rem;padding:.25rem 0}.skill-tag{padding:.625rem 1.25rem;background:linear-gradient(135deg,rgba(139,195,222,.15),rgba(139,195,222,.25));color:#1f2937;border-radius:20px;font-size:.875rem;font-weight:600;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .25s cubic-bezier(.4,0,.2,1);border:1.5px solid rgba(139,195,222,.4);box-shadow:0 2px 4px rgba(139,195,222,.1);position:relative;overflow:hidden}.skill-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.skill-tag:hover{background:linear-gradient(135deg,rgba(139,195,222,.9),rgb(139,195,222));color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px rgba(139,195,222,.4),0 2px 6px rgba(0,0,0,.1);border-color:#8bc3de}.skill-tag:hover:before{left:100%}.profile-right{display:flex;flex-direction:column;gap:2rem}.profile-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(139,195,222,.2)}.profile-name-section h1{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.25rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;letter-spacing:-.03em;line-height:1.2;background:linear-gradient(135deg,rgb(31,41,55),rgb(75,85,99));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-location{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;color:#6b7280;font-weight:500}.profile-location .location-icon{width:18px;height:18px;flex-shrink:0;color:rgba(239,68,68,.8);filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.profile-title{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;color:#8bc3de;margin:0;letter-spacing:.01em}.profile-actions{display:flex;gap:.75rem}.action-btn.bookmark{height:40px;min-height:40px;padding:0 1.25rem;background:#fff;border:2px solid rgba(139,195,222,.6);border-radius:8px;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);gap:.5rem;box-shadow:0 2px 4px rgba(139,195,222,.1);white-space:nowrap;line-height:1.5;vertical-align:middle;box-sizing:border-box}.action-btn.bookmark,.action-btn.bookmark .bookmark-icon{color:#8bc3de;display:inline-flex;align-items:center;justify-content:center}.action-btn.bookmark .bookmark-icon{width:16px;height:16px;flex-shrink:0;stroke-width:1.5}.action-btn.bookmark:hover{background:rgba(139,195,222,.1);border-color:#8bc3de;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,195,222,.25)}.action-btn.bookmark:active{transform:translateY(0);box-shadow:0 2px 4px rgba(139,195,222,.1)}.rankings-section{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,rgba(139,195,222,.05),rgba(225,255,103,.05));border-radius:8px;border:1px solid rgba(139,195,222,.2)}.rankings-header{display:flex;align-items:center;gap:.75rem}.rankings-label{font-size:.875rem;color:#1f2937;text-transform:uppercase;letter-spacing:1px}.rankings-label,.rankings-score{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.rankings-score{font-size:1.5rem;color:#8bc3de;letter-spacing:-.02em}.rankings-score .rankings-max{font-size:1rem;font-weight:600;color:rgba(107,114,128,.95);margin-left:.15rem}.stars{display:flex;gap:.25rem;margin-left:auto}.star{font-size:1.25rem;color:rgba(139,195,222,.4);transition:all .2s ease}.star.filled{color:#8bc3de;filter:drop-shadow(0 1px 2px rgba(139,195,222,.3))}.star.outline{color:rgba(139,195,222,.25)}.profile-action-buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:stretch}.action-btn{height:44px;min-height:44px;padding:0 1.5rem;border:2px solid rgba(139,195,222,.6);border-radius:8px;background:#fff;color:#8bc3de;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;white-space:nowrap;line-height:1.5;vertical-align:middle;box-sizing:border-box}.action-btn,.action-btn .btn-icon{display:inline-flex;align-items:center;justify-content:center}.action-btn .btn-icon{width:18px;height:18px;flex-shrink:0;stroke-width:1.5}.action-btn.primary,.action-btn:hover{border-color:#8bc3de}.action-btn.primary{background:linear-gradient(135deg,rgba(139,195,222,.9),rgb(139,195,222));color:#fff;box-shadow:0 4px 8px rgba(139,195,222,.3)}.action-btn.primary .btn-icon{color:#fff}.action-btn.primary:hover{background:linear-gradient(135deg,rgb(139,195,222),rgba(139,195,222,.95));box-shadow:0 6px 16px rgba(139,195,222,.4);transform:translateY(-3px)}.action-btn.message .btn-icon{color:#8bc3de}.action-btn.report{border-color:rgba(107,114,128,.4);color:#6b7280}.action-btn.report .btn-icon{color:#6b7280;width:16px;height:16px}.action-btn.report:hover{background:rgba(107,114,128,.1);border-color:rgba(107,114,128,.6);color:#1f2937}.action-btn.report:hover .btn-icon{color:#1f2937}.profile-tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:2px solid rgba(139,195,222,.2);overflow-x:auto;padding-bottom:0}.profile-tab{padding:1rem 1.75rem;background:rgba(0,0,0,0);border-radius:0;cursor:pointer;white-space:nowrap;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.9rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;position:relative;border:none;border-bottom:3px solid rgba(0,0,0,0);display:flex;align-items:center;gap:.5rem}.profile-tab:hover{color:#8bc3de;background:rgba(139,195,222,.05)}.profile-tab.active{color:#8bc3de;background:rgba(0,0,0,0);border-bottom-color:#8bc3de;font-weight:700}.tab-icon{font-size:1rem}.profile-tab-content{min-height:200px;padding:.5rem 0}.about-content,.basic-content,.contact-content{display:flex;flex-direction:column;gap:2rem;max-height:500px;overflow-y:auto;padding-right:.5rem}.about-content::-webkit-scrollbar,.basic-content::-webkit-scrollbar,.contact-content::-webkit-scrollbar{width:6px}.about-content::-webkit-scrollbar-track,.basic-content::-webkit-scrollbar-track,.contact-content::-webkit-scrollbar-track{background:rgba(139,195,222,.05);border-radius:3px}.about-content::-webkit-scrollbar-thumb,.basic-content::-webkit-scrollbar-thumb,.contact-content::-webkit-scrollbar-thumb{background:rgba(139,195,222,.3);border-radius:3px}.about-content::-webkit-scrollbar-thumb:hover,.basic-content::-webkit-scrollbar-thumb:hover,.contact-content::-webkit-scrollbar-thumb:hover{background:rgba(139,195,222,.5)}.about-text{line-height:1.8;color:#374151;font-size:.95rem;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.specialist-contact-actions{display:flex;flex-direction:column;gap:1.25rem}.specialist-contact-actions__buttons{display:flex;flex-wrap:wrap;gap:.75rem}.specialist-contact-actions__button{display:inline-flex;align-items:center;gap:.5rem}.specialist-contact-actions__email-form{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem;border-top:1px solid rgba(139,195,222,.2)}.specialist-contact-actions__email-form label{font-size:.875rem;font-weight:600;color:#1f2937}.specialist-contact-actions__email-form textarea{width:100%;min-height:120px;padding:.875rem 1rem;border:1px solid rgba(139,195,222,.35);border-radius:8px;resize:vertical;font:inherit;line-height:1.5}.specialist-contact-actions__email-form textarea:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 3px rgba(139,195,222,.15)}.specialist-contact-actions__email-actions{display:flex;justify-content:flex-end;gap:.75rem}.specialist-contact-actions__feedback{margin:0;font-size:.875rem;line-height:1.5}.specialist-contact-actions__feedback--success{color:#047857}.specialist-contact-actions__feedback--error{color:#b91c1c}.info-section{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid rgba(139,195,222,.15);box-shadow:0 2px 6px rgba(0,0,0,.04)}.info-section h4{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 1.5rem;padding-bottom:.875rem;border-bottom:3px solid rgba(139,195,222,.9);position:relative}.info-section h4:after{content:"";position:absolute;bottom:-3px;left:0;width:40px;height:3px;background:rgba(225,255,103,.8)}.info-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(139,195,222,.1)}.info-item:last-child{border-bottom:none}.info-label{color:#4b5563}.info-label,.info-value{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:600}.info-value{color:#8bc3de;text-align:right}.timeline-content{padding:2rem;text-align:center;color:#6b7280;opacity:.7;font-style:italic}@media(max-width:1024px){.profile-layout{grid-template-columns:280px 1fr;gap:2rem}}@media(max-width:768px){.profile-layout{grid-template-columns:1fr;gap:2rem;padding:1.5rem 0}.profile-avatar{width:140px;height:140px}.profile-avatar .avatar-placeholder{font-size:2.5rem}.profile-header{flex-direction:column;align-items:flex-start;gap:1.25rem;padding-bottom:1.25rem}.profile-name-section h1{font-size:1.875rem}.profile-action-buttons{flex-direction:column;gap:.875rem;width:100%}.profile-action-buttons .action-btn{width:100%;min-height:44px;justify-content:center;padding:.875rem 1.5rem}.profile-action-buttons .action-btn .btn-icon{width:18px;height:18px}.action-btn.bookmark{min-height:40px;width:auto}.action-btn.bookmark .bookmark-icon{width:16px;height:16px}.profile-tabs{flex-wrap:nowrap;overflow-x:auto}.profile-tabs .profile-tab{border-bottom:none;border-left:3px solid rgba(0,0,0,0);justify-content:flex-start;padding:.875rem 1.25rem;font-size:.85rem}.profile-tabs .profile-tab.active{border-bottom-color:rgba(0,0,0,0);border-left-color:#8bc3de}.work-item{padding:1.25rem}.work-item:hover{transform:translateY(-1px) translateX(2px)}.skills-tags{gap:.625rem}.skill-tag{font-size:.8125rem;padding:.5rem 1rem}.info-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.875rem 0}.info-item:hover{margin:0;padding-left:0;padding-right:0}.info-value{text-align:left;width:100%}.rankings-section{flex-direction:column;align-items:flex-start;gap:1rem}.rankings-section .stars{margin-left:0}}@media(max-width:480px){.profile-layout{padding:1rem 0}.profile-avatar{width:120px;height:120px}.profile-name-section h1{font-size:1.5rem}.work-item{padding:1rem}.skill-tag{font-size:.75rem;padding:.4375rem .875rem}}.projects-section{padding:2rem 0;background:linear-gradient(135deg,rgba(139,195,222,.02),rgba(225,255,103,.02));position:relative}.projects-section .projects-header{margin-bottom:3rem;text-align:center;position:relative}.projects-section .projects-header:before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.projects-section .projects-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;text-align:left}.projects-section .projects-header .header-content>div{flex:1 1}.projects-section .projects-header .header-content h3{margin:0 0 10px;color:#1f2937;font-size:30px;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.projects-section .projects-header .header-content p{margin:0;color:#6b7280;font-size:1.125rem;font-weight:400;line-height:1.6;max-width:600px}.projects-section .projects-header .header-content .create-project-btn{background:#fff;color:#8bc3de;border:2px solid rgba(139,195,222,.6);padding:.75rem 1.5rem;border-radius:3px;font-size:.9rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;white-space:nowrap;box-shadow:0 2px 4px rgba(139,195,222,.1)}.projects-section .projects-header .header-content .create-project-btn:hover{background:rgba(139,195,222,.1);border-color:#8bc3de;color:#8bc3de;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,195,222,.25)}.projects-section .projects-header .header-content .create-project-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(139,195,222,.1)}.projects-section .projects-header .header-content .create-project-btn .btn-icon{font-size:1.2rem;font-weight:900;color:#8bc3de}.projects-section .projects-filters{display:flex;gap:1.5rem;margin-bottom:3rem;align-items:center;flex-wrap:wrap;max-width:800px;margin-left:auto;margin-right:auto;padding:0 1rem}.projects-section .projects-filters .search-box{flex:1 1;min-width:300px;position:relative}.projects-section .projects-filters .search-box .search-input{width:100%;padding:1rem 1rem 1rem 2rem;border:1px solid #e5e7eb;border-radius:3px;font-size:1rem;font-weight:500;background:#fff;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02)}.projects-section .projects-filters .search-box .search-input::placeholder{color:#9ca3af;font-weight:400}.projects-section .projects-filters .search-box .search-input:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 4px rgba(139,195,222,.1),0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.projects-section .projects-filters .search-box .search-input:hover{border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.04)}.projects-section .projects-filters .filter-controls{display:flex;gap:.75rem}.projects-section .projects-filters .filter-controls .filter-select{padding:1rem 2.75rem 1rem 1.5rem;border:1px solid #e5e7eb;border-radius:3px;font-size:1rem;font-weight:400;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02);min-width:140px;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.projects-section .projects-filters .filter-controls .filter-select.custom-select:after{display:none}.projects-section .projects-filters .filter-controls .filter-select:after{content:"▼";position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#6b7280;pointer-events:none}.projects-section .projects-filters .filter-controls .filter-select:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 4px rgba(139,195,222,.1),0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.projects-section .projects-filters .filter-controls .filter-select:hover{border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.04)}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.projects-section .projects-grid .component-loading{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%}.projects-section .project-card{background:#fff;border:1px solid rgba(235,235,225,.25);border-radius:3px;overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative;box-shadow:0 1px 11.7px 0 rgba(0,0,0,.09);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);display:flex;flex-direction:column;height:100%}.projects-section .project-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-4px);border-color:rgba(235,235,225,.25)}.projects-section .project-card__banner{color:#1f2937;padding:1.5rem;position:relative;min-height:162px;height:120px;display:flex;align-items:flex-start;justify-content:space-between;overflow:hidden;border-bottom:1px solid rgba(235,235,225,.3)}.projects-section .project-card__banner .banner-content{display:flex;flex-direction:column;justify-content:flex-start;height:100%;flex:1 1;z-index:2;position:relative}.projects-section .project-card__banner .banner-content .project-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.4;letter-spacing:.3px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;position:relative}.projects-section .project-card__banner .banner-content .project-tags{display:flex;gap:.4rem;margin-bottom:0;flex-wrap:wrap}.projects-section .project-card__banner .banner-content .project-tags .project-tag{background:hsla(0,0%,100%,.4);color:#1f2937;padding:.25rem .6rem;border-radius:3px;font-size:.7rem;font-weight:500;letter-spacing:.2px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.3)}.projects-section .project-card__banner .banner-icon{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(139,195,222,.7);z-index:2;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1);background:rgba(139,195,222,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projects-section .project-card__banner .banner-icon,.projects-section .project-card__banner .banner-icon .project-icon{display:flex;align-items:center;justify-content:center}.projects-section .project-card__banner .banner-icon .project-icon .project-icon-svg{color:#1f2937;opacity:.8}.projects-section .project-card__banner .status-indicator{position:absolute;top:20px;right:20px;z-index:3}.projects-section .project-card__banner .status-indicator .status-badge{padding:6px 10px 4px;border-radius:3px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);box-shadow:0 2px 4px rgba(0,0,0,.1)}.projects-section .project-card__body{display:flex;flex-direction:column;justify-content:flex-start;padding:1.25rem;flex:1 1}.projects-section .project-card__body .project-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.projects-section .project-card__body .project-header .project-name{margin:0;color:#1f2937;font-size:1.1rem;font-weight:600;line-height:1.3}.projects-section .project-card__body .project-header .project-status .status-badge{background:#b6e1a2;color:#000;text-transform:uppercase;padding:6px 10px 4px;border-radius:3px;font-size:10px;font-weight:600}.projects-section .project-card__body .project-header .project-status .status-badge.status-pending{background:#e1ff67;color:#000}.projects-section .project-card__body .project-header .project-status .status-badge.status-in_progress{background:#8bc3de;color:#000}.projects-section .project-card__body .project-header .project-status .status-badge.status-completed{background:#b6e1a2;color:#000}.projects-section .project-card__body .project-header .project-status .status-badge.status-cancelled{background:#ffc2c2;color:#000}.projects-section .project-card__body .project-header .project-status .status-badge.status-on_hold{background:#ebebe1;color:#000}.projects-section .project-card__body .project-header .project-status .status-badge.status-paused{background:#fef3c7;color:#92400e}.projects-section .project-card__body .project-description{margin:0 0 1.25rem;color:#6b7280;line-height:1.6;font-size:.95rem;font-weight:400}.projects-section .project-card__body .project-meta{display:flex;flex-direction:column;gap:1.5rem;margin-top:auto;padding:1.25rem;background:rgba(235,235,225,.2);border-radius:3px}.projects-section .project-card__body .project-meta .project-info{display:flex;flex-direction:column;gap:.75rem;width:100%}.projects-section .project-card__body .project-meta .project-info .info-item{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(235,235,225,.3)}.projects-section .project-card__body .project-meta .project-info .info-item:last-child{border-bottom:none;padding-bottom:0}.projects-section .project-card__body .project-meta .project-info .info-item .info-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.projects-section .project-card__body .project-meta .project-info .info-item .info-value{font-size:.85rem;color:#1f2937;font-weight:600}.projects-section .project-card__body .project-meta .project-progress{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(235,235,225,.3)}.projects-section .project-card__body .project-meta .project-progress .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.projects-section .project-card__body .project-meta .project-progress .progress-header .progress-label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.projects-section .project-card__body .project-meta .project-progress .progress-header .progress-percentage{font-size:.8rem;color:#1f2937;font-weight:600}.projects-section .project-card__body .project-meta .project-progress .progress-container{display:flex;flex-direction:column;gap:.75rem}.projects-section .project-card__body .project-meta .project-progress .progress-container .progress-bar{width:100%;height:8px;background-color:#f1f5f9;border-radius:4px;overflow:hidden;border:1px solid #e2e8f0;margin-bottom:.25rem}.projects-section .project-card__body .project-meta .project-progress .progress-container .progress-bar .progress-fill{height:100%;border-radius:4px;transition:width .3s ease;min-width:2px}.projects-section .project-card__body .project-meta .project-progress .progress-container .progress-text{font-size:.75rem;color:#6b7280;font-weight:500;text-align:right;margin-top:.25rem}.projects-section .project-card__body .project-client,.projects-section .project-card__body .project-specialist{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:rgba(235,235,225,.2);border-radius:3px;border:1px solid rgba(235,235,225,.3)}.projects-section .project-card__body .project-client .client-label,.projects-section .project-card__body .project-client .specialist-label,.projects-section .project-card__body .project-specialist .client-label,.projects-section .project-card__body .project-specialist .specialist-label{font-size:.8rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.projects-section .project-card__body .project-client .client-name,.projects-section .project-card__body .project-client .specialist-name,.projects-section .project-card__body .project-specialist .client-name,.projects-section .project-card__body .project-specialist .specialist-name{font-size:.9rem;color:#1f2937;font-weight:600}.projects-section .project-card__body .project-client .client-name:empty,.projects-section .project-card__body .project-client .client-name[data-unassigned=true],.projects-section .project-card__body .project-client .specialist-name:empty,.projects-section .project-card__body .project-client .specialist-name[data-unassigned=true],.projects-section .project-card__body .project-specialist .client-name:empty,.projects-section .project-card__body .project-specialist .client-name[data-unassigned=true],.projects-section .project-card__body .project-specialist .specialist-name:empty,.projects-section .project-card__body .project-specialist .specialist-name[data-unassigned=true]{color:#9ca3af;font-style:italic;font-weight:400}.projects-section .project-card__body .project-actions{display:flex;gap:.75rem;flex-wrap:wrap}.projects-section .project-card__body .project-actions .btn{padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.projects-section .project-card__body .project-actions .btn--primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 12px rgba(59,130,246,.3)}.projects-section .project-card__body .project-actions .btn--primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.projects-section .project-card__body .project-actions .btn--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.3)}.projects-section .project-card__body .project-actions .btn--success:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.projects-section .project-card__body .project-actions .btn--warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px rgba(245,158,11,.3)}.projects-section .project-card__body .project-actions .btn--warning:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,158,11,.4)}.projects-section .project-card__body .project-actions .btn--danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px rgba(239,68,68,.3)}.projects-section .project-card__body .project-actions .btn--danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 20px rgba(239,68,68,.4)}.projects-section .project-card__body .project-actions .btn--secondary{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;box-shadow:0 4px 12px rgba(107,114,128,.3)}.projects-section .project-card__body .project-actions .btn--secondary:hover{background:linear-gradient(135deg,#4b5563,#374151);transform:translateY(-2px);box-shadow:0 6px 20px rgba(107,114,128,.4)}.projects-section .empty-state,.projects-section .loading-state{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:#6b7280;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.projects-section .empty-state p,.projects-section .loading-state p{font-size:1.1rem;font-weight:500;margin:0}.projects-section .empty-state .empty-state__icon{font-size:3rem;margin-bottom:1rem}.projects-section .empty-state h4{margin:0 0 .5rem;color:#1f2937;font-size:1.2rem;font-weight:600}.projects-section .empty-state p{margin:0;color:#6b7280;font-size:1rem}.projects-section .specialist-profile-modal .profile-left-column .project-icon-large{display:flex;justify-content:center;margin-bottom:1.5rem}.projects-section .specialist-profile-modal .profile-left-column .project-icon-large .project-icon-circle{width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:4px solid rgba(139,195,222,.5);box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden}.projects-section .specialist-profile-modal .profile-left-column .project-icon-large .project-icon-circle .project-icon{display:flex;align-items:center;justify-content:center}.projects-section .specialist-profile-modal .profile-left-column .project-icon-large .project-icon-circle .project-icon .project-icon-svg{color:#1f2937;opacity:.9;width:80px;height:80px}@media(max-width:768px){.projects-section .projects-header{margin-bottom:2rem}.projects-section .projects-header h3{font-size:2rem}.projects-section .projects-header p{font-size:1rem}.projects-section .projects-header .header-content{flex-direction:column;align-items:stretch;gap:1rem;text-align:center}.projects-section .projects-header .header-content .create-project-btn{align-self:center;width:auto}.projects-section .projects-filters{flex-direction:column;align-items:stretch;gap:1rem;max-width:100%;padding:0 .5rem}.projects-section .projects-filters .search-box{min-width:auto}.projects-section .projects-filters .search-box .search-input{padding:.875rem .875rem .875rem 2.5rem;font-size:.95rem}.projects-section .projects-filters .filter-controls .filter-select{width:100%;padding:.875rem 2.5rem .875rem 1.25rem;font-size:.95rem;min-width:auto}.projects-section .projects-grid{grid-template-columns:1fr;gap:1rem}.projects-section .projects-grid .component-loading{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%}.projects-section .project-card__banner{flex-direction:column;text-align:center;gap:1rem;min-height:auto;padding:1.25rem}.projects-section .project-card__banner .banner-content{order:1}.projects-section .project-card__banner .banner-icon{order:2;width:80px;height:80px}.projects-section .project-card__banner .status-indicator{top:.75rem;right:.75rem}.projects-section .project-card__body .project-header{flex-direction:column;align-items:flex-start;gap:.75rem}.projects-section .project-card__body .project-meta{flex-direction:column;align-items:flex-start;gap:1rem}.projects-section .project-card__body .project-meta .project-info{width:100%}.projects-section .project-card__body .project-actions{flex-direction:column}.projects-section .project-detail-grid{grid-template-columns:1fr}.projects-section .project-detail-grid .project-detail-section .detail-row{flex-direction:column;align-items:flex-start;gap:.5rem}.projects-section .project-detail-grid .project-detail-section .detail-row .detail-value{text-align:left}}@media(max-width:480px){.projects-section .projects-grid{grid-template-columns:1fr}.projects-section .projects-grid .component-loading{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%}.projects-section .project-card__banner{padding:1rem}.projects-section .project-card__banner .banner-content .project-title{font-size:1.1rem;letter-spacing:.6px}.projects-section .project-card__banner .banner-content .project-tags .project-tag{font-size:.7rem;padding:.25rem .5rem}.projects-section .project-card__banner .banner-icon{width:60px;height:60px}.projects-section .project-card__banner .banner-icon .project-icon{font-size:1.5rem}.projects-section .project-card__body{padding:1.25rem}.projects-section .project-card__body .project-header .project-name{font-size:1.1rem}.projects-section .project-card__body .project-header .project-status .status-badge{font-size:.7rem;padding:.25rem .5rem}.projects-section .project-card__body .project-description{font-size:.9rem}.projects-section .project-card__body .project-meta .project-info{gap:.5rem}.projects-section .project-card__body .project-actions .btn{font-size:.8rem;padding:.5rem 1rem}}.project-timer{margin-top:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.project-timer .timer-error{background:#fee2e2;color:#dc2626;padding:.5rem;border-radius:4px;margin-bottom:.5rem;font-size:.875rem}.project-timer .timer-display{text-align:center;margin-bottom:1rem}.project-timer .timer-display .current-time{font-size:1.5rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#171c22;margin-bottom:.25rem}.project-timer .timer-display .total-time{font-size:.875rem;color:rgba(23,28,34,.7)}.project-timer .timer-controls{display:flex;justify-content:center;margin-bottom:.5rem}.project-timer .timer-controls .timer-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.project-timer .timer-controls .timer-btn:disabled{opacity:.6;cursor:not-allowed}.project-timer .timer-controls .timer-btn--start{background:#10b981;color:#fff}.project-timer .timer-controls .timer-btn--start:hover:not(:disabled){background:#059669}.project-timer .timer-controls .timer-btn--stop{background:#ef4444;color:#fff}.project-timer .timer-controls .timer-btn--stop:hover:not(:disabled){background:#dc2626}.project-timer .timer-status{display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#059669;font-weight:500}.project-timer .timer-status .timer-indicator{color:#10b981;margin-right:.5rem;animation:pulse 2s infinite}.project-timer .manual-time-entry{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.project-timer .manual-time-entry .add-time-btn{width:100%;padding:.5rem 1rem;background:#f8fafc;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.project-timer .manual-time-entry .add-time-btn:hover{background:#f1f5f9;border-color:#9ca3af}.project-timer .manual-time-entry .manual-entry-form{margin-top:1rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.project-timer .manual-time-entry .manual-entry-form .time-inputs{display:flex;gap:1rem;margin-bottom:1rem}.project-timer .manual-time-entry .manual-entry-form .time-inputs .input-group{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.project-timer .manual-time-entry .manual-entry-form .time-inputs .input-group label{font-size:.75rem;font-weight:500;color:#374151}.project-timer .manual-time-entry .manual-entry-form .time-inputs .input-group .time-input{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;outline:none;transition:border-color .2s}.project-timer .manual-time-entry .manual-entry-form .time-inputs .input-group .time-input:focus{border-color:#3b82f6}.project-timer .manual-time-entry .manual-entry-form .save-time-btn{width:100%;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.project-timer .manual-time-entry .manual-entry-form .save-time-btn:hover:not(:disabled){background:#2563eb}.project-timer .manual-time-entry .manual-entry-form .save-time-btn:disabled{opacity:.6;cursor:not-allowed}.project-time-tracking{margin-top:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.project-time-tracking .time-display{text-align:center}.project-time-tracking .time-display .time-spent{font-size:1.1rem;font-weight:600;color:#171c22;margin-bottom:.5rem}.project-time-tracking .time-display .budget-info{font-size:.9rem;color:rgba(23,28,34,.7);margin-bottom:.5rem}.project-time-tracking .time-display .time-progress{font-size:.875rem;color:#059669;font-weight:500;padding:.25rem .5rem;background:#d1fae5;border-radius:4px;display:inline-block}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(139,195,222,.3),rgba(225,255,103,.2));display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.modal-content{background:#fff;border-radius:12px;max-width:1000px;width:100%;max-height:calc(100vh - 4rem);overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);margin:auto;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:700}.modal-header .modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-header .modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:2rem 2.5rem}.application-modal-layout{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;width:100%}.project-details-column{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 2px 8px rgba(0,0,0,.05);width:100%;min-width:0}.project-details-column .project-title{margin:0 0 1.5rem;color:#1f2937;font-size:1.25rem;font-weight:600;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.project-info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.project-info-item:last-child{border-bottom:none}.project-info-item .info-label{font-weight:500;color:#666;font-size:.9rem}.project-info-item .info-value{color:#333;text-align:right;font-weight:500;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word}.application-form-column{padding:0;width:100%;min-width:0}.application-form{margin:0;width:100%}.modal-footer{padding:1.5rem 2.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem;background:#fff}.form-section{margin-bottom:2rem}.form-section h4{margin:0 0 1rem;color:#1f2937;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:600;font-size:.9rem}.form-group .form-input,.form-group .form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s;background:#fff;color:#1f2937;box-sizing:border-box}.form-group .form-input:focus,.form-group .form-textarea:focus{outline:none;border-color:#28a745;box-shadow:0 0 0 3px rgba(40,167,69,.1)}.form-group .form-textarea{resize:vertical;min-height:120px;line-height:1.5}.form-group .form-help,.form-group .form-hint{display:block;margin-top:.5rem;color:#6b7280;font-size:.8rem;line-height:1.4}.date-input-wrapper{position:relative}.date-input-wrapper:after{content:"📅";position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;font-size:1.1rem}.date-input{padding-right:3rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fecaca;font-size:.9rem}.btn{padding:.75rem 1.5rem;border:none;background:#1644d5;border-radius:3px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:16px;line-height:24px;box-shadow:0 2px 4px rgba(22,68,213,.3)}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,68,213,.4)}.btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(22,68,213,.3)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn--secondary{background:#fff;color:#6c757d;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05)}.btn--secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.btn--primary{background:#1644d5;color:#fff}@media(max-width:768px){.modal-content{margin:1rem;max-height:90vh}.modal-body{padding:1.5rem}.application-modal-layout{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.modal-footer{flex-direction:column-reverse;padding:1rem 1.5rem}.btn{width:100%}}.specialist-info-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem}.specialist-info-card .specialist-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}.specialist-info-card .specialist-avatar img{width:100%;height:100%;object-fit:cover}.specialist-info-card .specialist-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.2rem}.specialist-info-card .specialist-details{flex:1 1}.specialist-info-card .specialist-details h4{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#1f2937}.specialist-info-card .specialist-details p{margin:.125rem 0;font-size:.875rem;color:#6b7280}.specialist-info-card .specialist-details p.specialist-position{font-weight:500;color:#374151}.specialist-info-card .specialist-details p.specialist-rate{font-weight:600;color:#059669}.project-chat{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:3px;overflow:hidden;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-chat .chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border-bottom:1px solid hsla(0,0%,100%,.1)}.project-chat .chat-header .chat-user-info h3{margin:0;font-size:18px;font-weight:600}.project-chat .chat-header .chat-user-info .user-role{font-size:12px;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.project-chat .chat-messages{flex:1 1;overflow-y:auto;padding:20px;background:#fff}.project-chat .chat-messages::-webkit-scrollbar{width:6px}.project-chat .chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.project-chat .chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.project-chat .chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.project-chat .chat-messages .loading-messages{display:flex;justify-content:center;align-items:center;height:100px;color:#64748b;font-style:italic}.project-chat .chat-messages .empty-messages{display:flex;justify-content:center;align-items:center;height:200px;color:#64748b;font-style:italic;text-align:center}.project-chat .chat-messages .empty-messages p{margin:0;font-size:16px}.project-chat .chat-messages .message{margin-bottom:16px;display:flex;align-items:flex-end;gap:8px}.project-chat .chat-messages .message.sent{justify-content:flex-end}.project-chat .chat-messages .message.sent .message-content{background:#ebebe1;color:#fff;border-radius:18px 18px 4px 18px;max-width:70%}.project-chat .chat-messages .message.sent .message-content .message-time{font-weight:600;color:#171c22}.project-chat .chat-messages .message.sent .message-avatar{order:2}.project-chat .chat-messages .message.received{justify-content:flex-start}.project-chat .chat-messages .message.received .message-content{background:#fff;color:#1e293b;border-radius:18px 18px 18px 4px;max-width:70%;box-shadow:0 2px 8px rgba(0,0,0,.1)}.project-chat .chat-messages .message.received .message-content .message-time{color:#64748b}.project-chat .chat-messages .message.received .message-content .unread-indicator{color:#28a745;font-weight:700;margin-left:8px}.project-chat .chat-messages .message.received .message-avatar{order:0}.project-chat .chat-messages .message .message-avatar{flex-shrink:0}.project-chat .chat-messages .message .message-avatar .avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,rgb(139,195,222),rgb(169,216,180));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.project-chat .chat-messages .message .message-content{padding:12px 16px;position:relative}.project-chat .chat-messages .message .message-content p{margin:0 0 4px;line-height:1.4;word-wrap:break-word}.project-chat .chat-messages .message .message-content .message-attachments{display:flex;flex-direction:column;gap:8px;margin-bottom:6px}.project-chat .chat-messages .message .message-content .message-attachment{display:block;text-decoration:none;color:inherit}.project-chat .chat-messages .message .message-content .message-attachment--image img{display:block;max-width:220px;max-height:180px;border-radius:10px;object-fit:cover;border:1px solid rgba(0,0,0,.08)}.project-chat .chat-messages .message .message-content .message-attachment--pdf{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.08);max-width:100%}.project-chat .chat-messages .message .message-content .message-attachment--pdf .message-attachment__icon{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:28px;border-radius:6px;background:#ef4444;color:#fff;font-size:10px;font-weight:700}.project-chat .chat-messages .message .message-content .message-attachment--pdf .message-attachment__name{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-chat .chat-messages .message .message-content .message-time{font-size:11px;display:flex;align-items:center;gap:4px}.project-chat .chat-messages .typing-indicator{padding:8px 16px;color:#666;font-size:12px;font-style:italic;background:hsla(0,0%,100%,.8);border-radius:12px;margin-bottom:8px;display:inline-block}.project-chat .chat-input-form{padding:16px 20px;background:#fff;border-top:0}.project-chat .chat-input-form .chat-pending-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.project-chat .chat-input-form .chat-pending-attachment{position:relative;width:72px;height:72px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc}.project-chat .chat-input-form .chat-pending-attachment img{width:100%;height:100%;object-fit:cover}.project-chat .chat-input-form .chat-pending-attachment__label{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:8px;font-size:11px;font-weight:600;text-align:center;color:#334155;word-break:break-word}.project-chat .chat-input-form .chat-pending-attachment__remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;border-radius:50%;background:rgba(15,23,42,.75);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.project-chat .chat-input-form .chat-pending-attachment__remove svg{width:14px;height:14px}.project-chat .chat-input-form .chat-input-container{display:flex;gap:12px;align-items:center}.project-chat .chat-input-form .chat-input-container .chat-file-input{display:none}.project-chat .chat-input-form .chat-input-container .attach-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #e2e8f0;border-radius:3px;background:#fff;color:#475569;cursor:pointer;flex-shrink:0;transition:all .2s ease}.project-chat .chat-input-form .chat-input-container .attach-btn svg{width:20px;height:20px}.project-chat .chat-input-form .chat-input-container .attach-btn:hover:not(:disabled){border-color:#8bc3de;color:#1d4ed8}.project-chat .chat-input-form .chat-input-container .attach-btn:disabled{opacity:.5;cursor:not-allowed}.project-chat .chat-input-form .chat-input-container .chat-input{flex:1 1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:3px;font-size:14px;outline:none;transition:border-color .2s ease;background:#fff}.project-chat .chat-input-form .chat-input-container .chat-input:focus{border-color:#8bc3de}.project-chat .chat-input-form .chat-input-container .chat-input:disabled{background-color:#f1f5f9;cursor:not-allowed}.project-chat .chat-input-form .chat-input-container .chat-input::placeholder{color:#94a3b8}.project-chat .chat-input-form .chat-input-container .send-btn{padding:12px 20px;background:#c5eb8e;color:#000;border:none;border-radius:3px;font-size:14px;font-weight:500;text-transform:uppercase;cursor:pointer;transition:all .2s ease;min-width:80px}.project-chat .chat-input-form .chat-input-container .send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(40,167,69,.4)}.project-chat .chat-input-form .chat-input-container .send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.project-chat .chat-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#dc3545}.project-chat .chat-error p{margin-bottom:16px;font-size:16px}.project-chat .chat-error button{padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(220,53,69,.3)}.project-chat .chat-error button:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,53,69,.4)}.project-chat .chat-error button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(220,53,69,.3)}@media(max-width:768px){.project-chat{max-height:80vh;border-radius:0}.project-chat .chat-header{padding:12px 16px}.project-chat .chat-header .chat-user-info h3{font-size:16px}.project-chat .chat-messages{padding:16px}.project-chat .chat-messages .message .message-content{max-width:85%}.project-chat .chat-input-form{padding:12px 16px}.project-chat .chat-input-form .chat-input-container{gap:8px}.project-chat .chat-input-form .chat-input-container .chat-input{padding:10px 14px;font-size:16px}.project-chat .chat-input-form .chat-input-container .send-btn{padding:10px 16px;min-width:70px}}.chat-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(102,126,234,.3)}.chat-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(102,126,234,.4)}.chat-button:active{transform:translateY(0);box-shadow:0 2px 8px rgba(102,126,234,.3)}.chat-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.chat-button.has-unread{animation:pulse 2s infinite}.chat-button svg{transition:transform .2s ease}.chat-button:hover svg{transform:scale(1.1)}.chat-button .unread-badge{position:absolute;top:-6px;right:-6px;background:#ff4757;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px rgba(255,71,87,.3);animation:bounce 1s infinite}.chat-button .loading-spinner{position:absolute;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.chat-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.chat-modal-overlay .chat-modal{width:90%;max-width:500px;max-height:80vh;animation:slideUp .3s ease}@keyframes pulse{0%{box-shadow:0 2px 8px rgba(102,126,234,.3)}50%{box-shadow:0 2px 8px rgba(102,126,234,.6),0 0 0 4px rgba(102,126,234,.1)}to{box-shadow:0 2px 8px rgba(102,126,234,.3)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.chat-button{width:36px;height:36px}.chat-button svg{width:18px;height:18px}.chat-button .unread-badge{font-size:9px;min-width:16px;height:16px;border-radius:8px}.chat-modal-overlay .chat-modal{width:95%;max-height:90vh}}@media(prefers-color-scheme:dark){.chat-modal-overlay{background:rgba(0,0,0,.7)}}.loading-spinner-container{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:200px}.loading-spinner-container.full-height{min-height:100vh;padding:4rem 2rem;background:#fff}.loading-spinner-container.page-loading{min-height:100vh;background:#fffff8;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1000}.loading-spinner-container.component-loading{min-height:80vh;padding:1.5rem;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff}.loading-spinner-container.inline-loading{min-height:100px;padding:1rem}.loading-spinner-content{flex-direction:column;gap:1rem;text-align:center}.loading-spinner-content,.spinner-wrapper{display:flex;align-items:center;justify-content:center}.spinner-wrapper{animation:gentle-pulse 2s ease-in-out infinite}.loading-text{margin:0;color:rgba(23,28,34,.7);font-size:1rem;font-weight:500;letter-spacing:.025em;animation:text-fade 1.5s ease-in-out infinite alternate}@keyframes gentle-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes text-fade{0%{opacity:.7}to{opacity:1}}@media(max-width:768px){.loading-spinner-container{padding:1.5rem;min-height:150px}.loading-spinner-container.full-height{min-height:80vh;padding:2rem 1rem}.loading-spinner-container.page-loading{min-height:80vh;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.loading-spinner-container.component-loading{min-height:80vh;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.loading-text{font-size:.9rem}}@media(max-width:480px){.loading-spinner-container{padding:1rem;min-height:120px}.loading-spinner-container.full-height{min-height:70vh;padding:1.5rem .5rem}.loading-spinner-container.page-loading{min-height:70vh;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.loading-spinner-container.component-loading{min-height:80vh;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.loading-text{font-size:.85rem}}@media(prefers-color-scheme:dark){.loading-spinner-container.page-loading{background:#fffff8}.loading-text{color:#9ca3af}}.custom-select-wrapper{position:relative;display:inline-block;width:100%}.custom-select-wrapper .custom-select{width:100%;padding:10px 40px 10px 12px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#171c22;background-color:#fff;border:1px solid rgba(139,195,222,.3);border-radius:6px;cursor:pointer;transition:all .25s ease-in-out;outline:none;display:flex;align-items:center;justify-content:space-between;text-align:left;position:relative}.custom-select-wrapper .custom-select:hover:not(:disabled){border-color:rgba(139,195,222,.6);box-shadow:0 0 0 3px rgba(139,195,222,.1)}.custom-select-wrapper .custom-select.custom-select--open,.custom-select-wrapper .custom-select:focus{border-color:#1644d5;box-shadow:0 0 0 3px rgba(22,68,213,.1)}.custom-select-wrapper .custom-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed;opacity:.6}.custom-select-wrapper .custom-select .custom-select-value{flex:1 1;min-width:0;padding-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-wrapper .custom-select--small{padding:6px 28px 6px 10px;font-size:.75rem}.custom-select-wrapper .custom-select--small .custom-select-icon{right:8px}.custom-select-wrapper .custom-select--small .custom-select-icon svg{width:.875rem;height:.875rem}.custom-select-wrapper .custom-select--medium{padding:10px 44px 10px 12px;font-size:.875rem}.custom-select-wrapper .custom-select--medium .custom-select-icon svg{width:1rem;height:1rem}.custom-select-wrapper .custom-select--large{padding:14px 48px 14px 16px;font-size:1rem}.custom-select-wrapper .custom-select--large .custom-select-icon{right:16px}.custom-select-wrapper .custom-select--large .custom-select-icon svg{width:1.125rem;height:1.125rem}.custom-select-wrapper .custom-select--outlined{background-color:rgba(0,0,0,0);border-width:2px;border-color:rgba(139,195,222,.5)}.custom-select-wrapper .custom-select--outlined:hover:not(:disabled){border-color:#8bc3de;background-color:rgba(139,195,222,.05)}.custom-select-wrapper .custom-select--outlined.custom-select--open,.custom-select-wrapper .custom-select--outlined:focus{border-color:#1644d5;background-color:rgba(139,195,222,.1)}.custom-select-wrapper .custom-select .custom-select-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#1644d5;display:flex;align-items:center;justify-content:center;transition:transform .15s ease-in-out;flex-shrink:0}.custom-select-wrapper .custom-select .custom-select-icon svg{width:1rem;height:1rem}.custom-select-wrapper .custom-select.custom-select--open .custom-select-icon{transform:translateY(-50%) rotate(180deg)}.custom-select-wrapper .custom-select--disabled .custom-select-icon{color:#9ca3af}.custom-select-wrapper .custom-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid rgba(139,195,222,.3);border-radius:6px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);z-index:1000;max-height:300px;overflow-y:auto;margin-top:4px;animation:dropdownFadeIn .15s ease-in-out}.custom-select-wrapper .custom-select-dropdown--portal{right:auto;margin-top:0}.custom-select-wrapper .custom-select-dropdown--drop-up{animation:dropdownFadeInUp .15s ease-in-out}.custom-select-wrapper .custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-wrapper .custom-select-dropdown::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.custom-select-wrapper .custom-select-dropdown::-webkit-scrollbar-thumb{background:rgba(139,195,222,.5);border-radius:3px}.custom-select-wrapper .custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:rgba(139,195,222,.7)}.custom-select-wrapper .custom-select-option{padding:10px 12px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#171c22;cursor:pointer;transition:all .15s ease-in-out;border-bottom:1px solid rgba(139,195,222,.1)}.custom-select-wrapper .custom-select-option:last-child{border-bottom:none}.custom-select-wrapper .custom-select-option:hover{background-color:rgba(139,195,222,.1);color:#1644d5}.custom-select-wrapper .custom-select-option--selected{background-color:rgba(22,68,213,.1);color:#1644d5;font-weight:600}.custom-select-wrapper .custom-select-option--selected:hover{background-color:rgba(22,68,213,.15)}.custom-select-wrapper .custom-select-option--placeholder{color:#9ca3af;font-style:italic}.custom-select-dropdown.custom-select-dropdown--portal{background-color:#fff;border:1px solid rgba(139,195,222,.3);border-radius:6px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);overflow-y:auto}.custom-select-dropdown.custom-select-dropdown--portal .custom-select-option{padding:10px 12px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#171c22;cursor:pointer;transition:all .15s ease-in-out;border-bottom:1px solid rgba(139,195,222,.1);background-color:#fff}.custom-select-dropdown.custom-select-dropdown--portal .custom-select-option:last-child{border-bottom:none}.custom-select-dropdown.custom-select-dropdown--portal .custom-select-option:hover{background-color:rgba(139,195,222,.1);color:#1644d5}.custom-select-dropdown.custom-select-dropdown--portal .custom-select-option--selected{background-color:rgba(22,68,213,.1);color:#1644d5;font-weight:600}.custom-select-dropdown.custom-select-dropdown--portal .custom-select-option--selected:hover{background-color:rgba(22,68,213,.15)}.custom-select-dropdown.custom-select-dropdown--portal .custom-select-option--placeholder{color:#9ca3af;font-style:italic}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownFadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.custom-select-wrapper--compact{display:inline-block;width:auto;min-width:120px}.custom-select-wrapper--compact .custom-select{padding:6px 32px 6px 10px;font-size:.75rem}.custom-select-wrapper--compact .custom-select-icon{right:8px}.custom-select-wrapper--compact .custom-select-icon svg{width:1rem;height:1rem}@media(max-width:768px){.custom-select-wrapper .custom-select{font-size:.875rem;padding:10px 44px 10px 12px}.custom-select-wrapper .custom-select-icon{right:12px}.custom-select-wrapper .custom-select-icon svg{width:1rem;height:1rem}.custom-select-wrapper .custom-select-dropdown .custom-select-option{padding:8px 10px;font-size:.75rem}}:root{--color-background-primary:rgb(255,255,248);--color-background-secondary:rgb(235,235,225);--color-primary-blue:rgb(22,68,213);--color-primary-blue-dark:rgb(19,38,68);--color-primary-blue-light:rgba(139,195,222,0.54);--color-primary-blue-light-solid:rgb(139,195,222);--color-accent-yellow-green:rgb(225,255,103)}.notification-dropdown-container{position:relative;z-index:1000}.notification-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);border:1px solid rgba(139,195,222,.3);width:400px;max-height:500px;z-index:1001;overflow:hidden;display:flex;flex-direction:column}@media(max-width:480px){.notification-dropdown{right:auto;left:50%;transform:translateX(-50%)}}.notification-dropdown:before{content:"";position:absolute;top:-8px;right:16px;width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff}.notification-dropdown__header{padding:1rem 1.25rem;border-bottom:1px solid rgba(139,195,222,.3);display:flex;justify-content:space-between;align-items:center;background:#ebebe1}.notification-dropdown__header h3{margin:0;font-size:1rem;font-weight:600;color:#171c22}.notification-dropdown__mark-all-read{background:none;border:none;color:#1644d5;font-size:.75rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s}.notification-dropdown__mark-all-read:hover{background:rgba(22,68,213,.1)}.notification-dropdown__content{flex:1 1;overflow-y:auto}.notification-dropdown__empty,.notification-dropdown__loading{padding:2rem 1.25rem;text-align:center;color:rgba(23,28,34,.7);font-size:.875rem}.notification-dropdown__list{padding:.5rem 0}.notification-item{padding:1rem 1.25rem;border-bottom:1px solid rgba(139,195,222,.3);cursor:pointer;transition:background-color .2s;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.notification-item:hover{background:#ebebe1}.notification-item:last-child{border-bottom:none}.notification-item--unread{background:rgba(22,68,213,.05);border-left:3px solid #1644d5}.notification-item--unread:hover{background:rgba(22,68,213,.1)}.notification-item__content{flex:1 1;min-width:0}.notification-item__title{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:#171c22}.notification-item__message{margin:0 0 .5rem;font-size:.8125rem;color:rgba(23,28,34,.7);line-height:1.4;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-item__time{font-size:.75rem;color:rgba(23,28,34,.7)}.notification-item__resolved{display:inline-block;margin-top:.5rem;font-size:.75rem;font-weight:600}.notification-item__resolved--approved{color:#059669}.notification-item__resolved--rejected{color:#dc2626}.notification-item__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.notification-item__unread-dot{width:8px;height:8px;background:#1644d5;border-radius:50%;display:block}.notification-item__delete{background:none;border:none;color:rgba(23,28,34,.7);font-size:1.25rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;line-height:1}.notification-item__delete:hover{background:rgba(239,68,68,.1);color:#ef4444}.notification-detail-modal{z-index:1100}.notification-detail-modal .notification-detail-modal__box{max-width:560px;width:100%}.notification-detail-modal .notification-detail-modal__meta{margin:0 0 1rem;font-size:.875rem;color:rgba(23,28,34,.7)}.notification-detail-modal .notification-detail-modal__type{text-transform:capitalize}.notification-detail-modal .notification-detail-modal__message{margin:0;font-size:.9375rem;line-height:1.6;color:#171c22;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.notification-detail-modal .notification-detail-modal__project{margin:1rem 0 0;font-size:.875rem;color:rgba(23,28,34,.7)}.notification-detail-modal .notification-detail-modal__actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.header-icon-btn--notifications{position:relative}.header-icon-btn--notifications .notification-badge{position:absolute;top:.25rem;right:.25rem;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid #fff;display:block;z-index:1}@media(max-width:768px){.notification-dropdown{width:320px;max-height:400px;right:-1rem}.notification-item{padding:.875rem 1rem}.notification-item__title{font-size:.8125rem}.notification-item__message{font-size:.75rem}}@media(max-width:480px){.notification-dropdown{width:calc(100vw - 2rem);right:-.5rem}}.global-timer-widget{position:fixed;bottom:24px;right:24px;z-index:10000;width:320px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #dbeafe;border-radius:12px;box-shadow:0 12px 32px rgba(15,23,42,.18);overflow:visible}.global-timer-widget--collapsed{width:auto;min-width:220px}.global-timer-widget--collapsed .global-timer-widget__body{display:none}.global-timer-widget__toggle{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;border-radius:6px;background:#f1f5f9;color:#475569;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center}.global-timer-widget__toggle:hover{background:#e2e8f0}.global-timer-widget__header{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:14px 40px 14px 14px;background:linear-gradient(135deg,#eff6ff,#f8fafc);border-radius:12px 12px 0 0}.global-timer-widget--collapsed .global-timer-widget__header{border-radius:12px}.global-timer-widget__indicator{color:#22c55e;font-size:14px;animation:global-timer-pulse 1.5s ease-in-out infinite}.global-timer-widget__meta{min-width:0;display:flex;flex-direction:column;gap:2px}.global-timer-widget__label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.global-timer-widget__project{font-size:13px;font-weight:600;color:#1d4ed8;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-timer-widget__project:hover{text-decoration:underline}.global-timer-widget__time{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:18px;font-weight:700;color:#0f172a;white-space:nowrap}.global-timer-widget__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:12px;overflow:visible}.global-timer-widget__stop-btn{width:100%;border:none;border-radius:8px;padding:10px 12px;background:#ef4444;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.global-timer-widget__stop-btn:hover:not(:disabled){background:#dc2626}.global-timer-widget__stop-btn:disabled{opacity:.7;cursor:not-allowed}.global-timer-widget__tasks{display:flex;flex-direction:column;gap:8px;overflow:visible}.global-timer-widget__tasks-title{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.global-timer-widget__task{display:grid;grid-template-columns:1fr 130px;grid-gap:8px;gap:8px;align-items:center}.global-timer-widget__task-name{font-size:13px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-timer-widget__task-select{min-width:0}.global-timer-widget__project--static{color:#334155;cursor:default}.global-timer-widget__project--static:hover{text-decoration:none}.global-timer-widget__projects{display:flex;flex-direction:column;gap:8px}.global-timer-widget__project-row{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid #e2e8f0}.global-timer-widget__project-row:last-child{border-bottom:none;padding-bottom:0}.global-timer-widget__project-row-info{min-width:0;display:flex;flex-direction:column;gap:2px}.global-timer-widget__project-link{font-size:13px;font-weight:600;color:#1d4ed8;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-timer-widget__project-link:hover{text-decoration:underline}.global-timer-widget__specialist{font-size:12px;color:#64748b}.global-timer-widget__project-row-time{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap}.global-timer-widget--business .global-timer-widget__indicator{color:#3b82f6}.global-timer-widget__modal-backdrop{position:fixed;inset:0;z-index:10001;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:16px}.global-timer-widget__modal{width:100%;max-width:420px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 20px 40px rgba(15,23,42,.2)}.global-timer-widget__modal h3{margin:0 0 8px;font-size:18px;color:#0f172a}.global-timer-widget__modal p{margin:0 0 12px;font-size:14px;color:#64748b}.global-timer-widget__textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font-size:14px;resize:vertical;margin-bottom:14px}.global-timer-widget__modal-actions{display:flex;justify-content:flex-end;gap:8px}@keyframes global-timer-pulse{0%,to{opacity:1}50%{opacity:.35}}@media(max-width:640px){.global-timer-widget{bottom:16px;right:16px;left:16px;width:auto}.global-timer-widget__task{grid-template-columns:1fr}}.login-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fffff8}.auth-page-loading-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-page-loading-overlay .loading-spinner-container{min-height:auto;padding:0;background:rgba(0,0,0,0)}.login-header{padding:1.5rem 2rem;background-color:#fff;border-bottom:1px solid rgba(139,195,222,.1)}.login-header .header-content{max-width:1340px;margin:0 auto;justify-content:space-between}.login-header .header-content,.login-header .logo{display:flex;align-items:center}.login-header .header-nav{display:flex;gap:2rem}.login-header .header-nav .nav-link{color:rgba(23,28,34,.7);text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s ease-in-out}.login-header .header-nav .nav-link:hover{color:#1644d5}.login-header .login-btn{background-color:#1644d5;color:#fff;padding:.5rem 1.5rem;border-radius:.375rem;text-decoration:none;font-weight:500;font-size:1rem;transition:background-color .2s ease-in-out}.login-header .login-btn:hover{background-color:#132644}.login-main{flex:1 1;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px)}.login-container{display:grid;grid-template-columns:2fr 1fr;width:100%;min-height:1060px;overflow:hidden}.login-image-section{position:relative;background-color:#f5f5f5}.login-image-section .login-background-image{object-fit:cover;object-position:center}.login-form-section{background:linear-gradient(90deg,rgba(225,255,103,.8),rgba(139,195,222,.6));display:flex;align-items:center;justify-content:center;padding:3rem}.login-form-container{width:100%;max-width:400px}.login-form-container .success-message{background-color:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.25);border-radius:.375rem;padding:1rem 1.5rem;margin-bottom:0;color:#047857;font-size:.875rem;line-height:1.6}.login-form-container .registration-success{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.login-form-container .registration-success .success-subtext{margin:0;color:rgba(55,65,81,.9);font-size:.875rem;line-height:1.7}.login-form-container .registration-success .btn{margin-top:1rem;margin-bottom:0}.login-title{font-size:1.5rem;font-weight:700;color:#171c22;margin-bottom:3rem;line-height:1.3}.google-role-selection{width:100%}.google-role-selection__intro{margin:0 0 1.5rem;font-size:.875rem;line-height:1.6;color:rgba(55,65,81,.95)}.google-role-selection__intro strong{color:#171c22;font-weight:600}.google-role-selection__form{display:flex;flex-direction:column;gap:0}.google-role-selection__options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.google-role-selection .btn.btn-primary{margin-bottom:1rem}.google-role-selection .btn.btn-register{margin-bottom:0}.google-role-option{display:block;padding:1rem 1.5rem;border:2px solid rgba(22,68,213,.2);border-radius:.375rem;background:hsla(0,0%,100%,.85);cursor:pointer;transition:all .2s ease}.google-role-option input{position:absolute;opacity:0;pointer-events:none}.google-role-option__title{display:block;font-weight:600;color:#171c22;margin-bottom:.25rem}.google-role-option__desc{display:block;font-size:.875rem;color:rgba(23,28,34,.7);line-height:1.4}.google-role-option:hover{border-color:rgba(22,68,213,.45);background:#fff}.google-role-option--selected{border-color:#1644d5;background:rgba(22,68,213,.06);box-shadow:0 2px 8px rgba(22,68,213,.12)}.login-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group .form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#171c22;font-size:1rem}.login-form .form-group .form-input{width:100%;padding:1rem;border:1px solid rgba(139,195,222,.3);border-radius:.375rem;font-size:1rem;background-color:hsla(0,0%,100%,.9);transition:all .2s ease-in-out}.login-form .form-group .form-input:focus{outline:none;border-color:#1644d5;box-shadow:0 0 0 3px rgba(22,68,213,.1);background-color:#fff}.login-form .form-group .form-input.error{border-color:#ef4444;background-color:rgba(239,68,68,.05)}.login-form .form-group .form-input::placeholder{color:rgba(23,28,34,.5)}.login-form .form-group .password-input-wrapper{position:relative}.login-form .form-group .password-input-wrapper .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:rgba(23,28,34,.7);padding:.25rem;border-radius:.25rem;transition:color .2s ease-in-out}.login-form .form-group .password-input-wrapper .password-toggle:hover{color:#1644d5}.login-form .form-group .password-input-wrapper .password-toggle svg{display:block}.login-form .form-group .error-text{display:block;margin-top:.25rem;color:#ef4444;font-size:.875rem}.login-form .form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.login-form .form-options .remember-me{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#171c22}.login-form .form-options .remember-me input[type=checkbox]{display:none}.login-form .form-options .remember-me .checkmark{width:18px;height:18px;border:2px solid rgba(139,195,222,.5);border-radius:.25rem;position:relative;transition:all .2s ease-in-out}.login-form .form-options .remember-me .checkmark:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease-in-out}.login-form .form-options .remember-me input[type=checkbox]:checked+.checkmark{background-color:#1644d5;border-color:#1644d5}.login-form .form-options .remember-me input[type=checkbox]:checked+.checkmark:after{opacity:1}.login-form .form-options .forgot-password{color:#1644d5;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease-in-out}.login-form .form-options .forgot-password:hover{color:#132644;text-decoration:underline}.login-form .error-message{background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:.375rem;padding:1rem;margin-bottom:1.5rem;color:#ef4444;font-size:.875rem}.login-form .btn{width:100%;padding:1rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.login-form .btn.btn-primary{background-color:#1644d5;color:#fff;box-shadow:0 2px 4px rgba(22,68,213,.3)}.login-form .btn.btn-primary:hover:not(:disabled){background-color:#132644;transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,68,213,.4)}.login-form .btn.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(22,68,213,.3)}.login-form .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 4px rgba(22,68,213,.3)}.login-form .btn.btn-google{background-color:#374151;color:#fff;border:1px solid #4b5563;box-shadow:0 2px 4px rgba(55,65,81,.3)}.login-form .btn.btn-google span{color:#fff}.login-form .btn.btn-google:hover:not(:disabled):not(.btn-google--disabled){background-color:#4b5563;transform:translateY(-2px);box-shadow:0 4px 12px rgba(55,65,81,.4)}.login-form .btn.btn-google:active:not(:disabled):not(.btn-google--disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(55,65,81,.3)}.login-form .btn.btn-google--disabled,.login-form .btn.btn-google:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-form .btn.btn-google svg{flex-shrink:0}.login-form .btn.btn-register{background-color:rgba(0,0,0,0);color:#1644d5;border:2px solid #1644d5;box-shadow:0 2px 4px rgba(22,68,213,.1);text-decoration:none;margin-bottom:0}.login-form .btn.btn-register:hover{background-color:#1644d5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,68,213,.4)}.login-form .btn.btn-register:active{transform:translateY(0);box-shadow:0 2px 4px rgba(22,68,213,.1)}@media(max-width:1024px){.login-container{grid-template-columns:1fr;max-height:none;height:auto}.login-image-section{display:none}.login-form-section{min-height:100vh;background:linear-gradient(90deg,rgba(225,255,103,.9),rgba(139,195,222,.7))}}@media(max-width:768px){.login-header{padding:1rem 1.5rem}.login-header .header-nav{display:none}.login-form-container{padding:0 1.5rem}.login-title{font-size:1.25rem}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,rgb(22,68,213),rgb(139,195,222))}.auth-container{width:100%;max-width:400px;background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);padding:3rem}.auth-header{text-align:center;margin-bottom:3rem}.auth-header h1{font-size:1.875rem;font-weight:700;color:#171c22;margin-bottom:.5rem}.auth-header p{color:rgba(23,28,34,.7);font-size:1.125rem}.auth-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#171c22}.auth-form .form-group input,.auth-form .form-group select{width:100%;padding:1rem;border:1px solid rgba(139,195,222,.3);border-radius:.375rem;font-size:1rem;transition:border-color .2s ease-in-out}.auth-form .form-group input:focus,.auth-form .form-group select:focus{outline:none;border-color:#1644d5;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.auth-form .form-group input.error,.auth-form .form-group select.error{border-color:#ef4444}.auth-form .form-group .error-text{display:block;margin-top:.25rem;color:#ef4444;font-size:.875rem}.auth-form .error-message{background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:.375rem;padding:1rem;margin-bottom:1.5rem;color:#ef4444;font-size:.875rem}.auth-form .btn{width:100%;padding:1rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.auth-form .btn.btn-primary{background-color:#1644d5;color:#fff;box-shadow:0 2px 4px rgba(22,68,213,.3)}.auth-form .btn.btn-primary:hover:not(:disabled){background-color:#132644;transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,68,213,.4)}.auth-form .btn.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(22,68,213,.3)}.auth-form .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;margin-top:2rem}.auth-footer p{color:rgba(23,28,34,.7);font-size:1rem}.auth-footer p a{color:#1644d5;text-decoration:none;font-weight:500;transition:color .2s ease-in-out}.auth-footer p a:hover{color:#132644;text-decoration:underline}:root{--color-bg-primary:rgb(255,255,248);--color-bg-secondary:rgb(235,235,225);--color-blue-primary:rgb(22,68,213);--color-blue-dark:rgb(19,38,68);--color-blue-light:rgba(139,195,222,0.54);--color-blue-light-solid:rgb(139,195,222);--color-accent-primary:rgb(225,255,103);--color-accent-dark:rgb(23,28,34);--gradient-primary:linear-gradient(135deg,rgb(225,255,103),rgb(139,195,222));--gradient-primary-reverse:linear-gradient(135deg,rgb(139,195,222),rgb(225,255,103));--gradient-blue:linear-gradient(135deg,rgb(22,68,213),rgb(139,195,222));--gradient-warm:linear-gradient(135deg,rgb(255,255,248),rgb(235,235,225));--font-primary:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-secondary:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-heading:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-body:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-ui:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--blur-none:blur(0px);--blur-sm:blur(4px);--blur-md:blur(8px);--blur-lg:blur(16px);--blur-xl:blur(24px);--blur-2xl:blur(40px);--blur-3xl:blur(64px);--spacing-0:0;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--radius-xl:8px;--radius-2xl:12px;--radius-3xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,0.25);--shadow-blue:0 4px 14px 0 rgba(22,68,213,0.15);--shadow-accent:0 4px 14px 0 rgba(225,255,103,0.15);--transition-fast:150ms ease-in-out;--transition-normal:250ms ease-in-out;--transition-slow:350ms ease-in-out;--container-max-width:1340px}.project-detail-page{min-height:100vh;background:linear-gradient(135deg,rgba(139,195,222,.02),rgba(225,255,103,.02));padding:0;position:relative}.project-detail-page .page-header{background:#fff;border-bottom:1px solid rgba(139,195,222,.2);padding:20px 24px;display:flex;align-items:center;gap:20px;box-shadow:0 2px 4px rgba(0,0,0,.03)}.project-detail-page .page-header .back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:2px solid rgba(139,195,222,.6);border-radius:3px;color:#8bc3de;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:0 2px 4px rgba(139,195,222,.1)}.project-detail-page .page-header .back-btn:hover{background:rgba(139,195,222,.1);border-color:#8bc3de;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,195,222,.25)}.project-detail-page .page-header .back-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(139,195,222,.1)}.project-detail-page .page-header h1{margin:0;font-size:24px;font-weight:600;color:#171c22;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-detail-page .project-content{padding:2.5rem 0;max-width:1400px;margin:0 auto}.project-detail-page .project-content .project-management-with-chat{margin:0}.project-detail-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;background:#f8fafc}.project-detail-page .loading-container .loading-spinner{width:40px;height:40px;border:4px solid #f1f5f9;border-top-color:#28a745;border-radius:50%;animation:spin 1s linear infinite}.project-detail-page .loading-container p{color:rgba(23,28,34,.7);font-size:16px;margin:0}.project-detail-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem;text-align:center;padding:3rem 2rem;background:#fff;border-radius:8px;border:1px solid rgba(139,195,222,.2);max-width:600px;margin:2rem auto;box-shadow:0 2px 8px rgba(0,0,0,.06)}.project-detail-page .error-container h2{color:#ef4444;font-size:1.75rem;font-weight:700;margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-detail-page .error-container p{color:#6b7280;font-size:1rem;margin:0;max-width:400px;line-height:1.6;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-detail-page .error-container .back-btn{padding:.75rem 1.75rem;background:linear-gradient(135deg,rgba(139,195,222,.9),rgb(139,195,222));color:#fff;border:2px solid #8bc3de;border-radius:3px;font-size:.875rem;font-weight:600;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 8px rgba(139,195,222,.3)}.project-detail-page .error-container .back-btn:hover{background:linear-gradient(135deg,rgb(139,195,222),rgba(139,195,222,.95));transform:translateY(-2px);box-shadow:0 6px 16px rgba(139,195,222,.4)}.project-detail-page .error-container .back-btn:active{transform:translateY(0);box-shadow:0 4px 8px rgba(139,195,222,.3)}@media(max-width:768px){.project-detail-page .page-header{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}.project-detail-page .page-header .back-btn{font-size:13px;padding:8px 12px}.project-detail-page .page-header h1{font-size:20px}.project-detail-page .project-content{padding:16px}.project-detail-page .error-container,.project-detail-page .loading-container{min-height:50vh;padding:20px}}.messages-main{padding:0;height:calc(100vh - 80px)}.messages-layout{display:flex;gap:28px;min-height:calc(100vh - 80px);height:100%;padding:30px 0;max-width:var(--container-max-width);margin:0 auto}.conversations-pane{width:400px;display:flex;flex-direction:column;overflow:hidden}.conversations-header{padding:var(--spacing-8) var(--spacing-6) var(--spacing-6);background:var(--color-bg-primary);border-bottom:1px solid rgba(139,195,222,.2)}.conversations-header h1{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);margin:0 0 var(--spacing-6) 0;color:var(--color-accent-dark);font-family:var(--font-heading)}.search-container{position:relative}.search-container .search-input{width:100%;padding:var(--spacing-3) var(--spacing-4) var(--spacing-3) var(--spacing-10);border:1px solid rgba(139,195,222,.3);border-radius:var(--radius-full);background:var(--color-bg-primary);color:var(--color-accent-dark);font-size:var(--font-size-sm);font-family:var(--font-body);transition:var(--transition-normal)}.search-container .search-input::placeholder{color:rgba(23,28,34,.5)}.search-container .search-input:focus{outline:none;border-color:var(--color-blue-primary);box-shadow:0 0 0 3px rgba(22,68,213,.1)}.search-container .search-icon{position:absolute;left:var(--spacing-3);top:50%;transform:translateY(-50%);color:rgba(23,28,34,.5);pointer-events:none}.conversations-list{flex:1 1;overflow-y:auto}.conversation-item{display:flex;align-items:center;padding:var(--spacing-4);margin-bottom:var(--spacing-5);background:var(--color-bg-primary);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition-normal);position:relative;background:#fff;box-shadow:0 1px 15px -7px rgba(22,68,213,.35);border:1px solid rgba(139,195,222,.1)}.conversation-item:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.conversation-item:last-child{margin-bottom:0}.conversation-item.active{background:linear-gradient(135deg,rgba(139,195,222,.5),rgba(225,255,103,.2));border:0}.conversation-item.active .conversation-preview,.conversation-item.active .conversation-time,.conversation-item.active .conversation-title{color:#132644}.conversation-avatar{margin-right:var(--spacing-4);flex-shrink:0}.conversation-avatar img{object-fit:cover}.conversation-avatar .avatar-placeholder,.conversation-avatar img{width:48px;height:48px;border-radius:var(--radius-full);border:2px solid rgba(139,195,222,.7)}.conversation-avatar .avatar-placeholder{background:var(--gradient-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg);font-family:var(--font-heading)}.conversation-content{flex:1 1;min-width:0}.conversation-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--spacing-2)}.conversation-title{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-accent-dark);margin:0;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:var(--spacing-4);font-family:var(--font-heading)}.conversation-time{color:rgba(23,28,34,.6);flex-shrink:0}.conversation-preview,.conversation-time{font-size:var(--font-size-sm);font-family:var(--font-body)}.conversation-preview{color:rgba(23,28,34,.7);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.unread-badge{position:absolute;top:unset;bottom:14px;right:14px;background:rgba(139,195,222,.6);color:#fff;border-radius:var(--radius-full);width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:var(--font-weight-semibold);min-width:18px;box-shadow:var(--shadow-md);font-family:var(--font-ui)}.chat-pane{box-shadow:0 1px 20px -9px rgba(22,68,213,.35);flex:1 1;background:var(--color-bg-primary);position:relative}.chat-container,.chat-pane{display:flex;flex-direction:column}.chat-container{height:100%}.messages-context-banner{padding:.65rem var(--spacing-6);font-size:var(--font-size-sm);background:rgba(139,195,222,.12);border-bottom:1px solid rgba(139,195,222,.25);color:var(--color-accent-dark);flex-shrink:0;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;min-width:0}.messages-context-banner__prefix{flex-shrink:0}.messages-context-banner__link{color:var(--color-blue-primary);font-weight:var(--font-weight-medium);text-decoration:underline;min-width:0;flex:1 1;max-width:min(28rem,72vw)}.messages-context-banner__title-truncate{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header{justify-content:space-between;padding:var(--spacing-6);background:#fff;border-bottom:1px solid rgba(139,195,222,.2);box-shadow:var(--shadow-sm)}.chat-header,.chat-participant{display:flex;align-items:center}.participant-avatar{margin-right:var(--spacing-4)}.participant-avatar img{object-fit:cover}.participant-avatar .avatar-placeholder,.participant-avatar img{width:48px;height:48px;border-radius:var(--radius-full);border:2px solid rgba(139,195,222,.7)}.participant-avatar .avatar-placeholder{background:var(--gradient-blue);color:#fff;display:flex;align-items:center;justify-content:center}.participant-avatar .avatar-placeholder,.participant-info h3{font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg);font-family:var(--font-heading)}.participant-info h3{color:var(--color-accent-dark);margin:0 0 var(--spacing-1) 0}.participant-status{font-size:var(--font-size-sm);color:#10b981;font-weight:var(--font-weight-medium);font-family:var(--font-body)}.chat-actions{display:flex;gap:var(--spacing-2)}.action-btn{background:none;border:none;color:rgba(23,28,34,.6);cursor:pointer;padding:var(--spacing-2);border-radius:var(--radius-lg);transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(139,195,222,.1)}.action-btn:hover{background:rgba(139,195,222,.1);color:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,195,222,.25)}.action-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(139,195,222,.1)}.chat-messages{flex:1 1;overflow:hidden}.chat-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:var(--spacing-8);background:#fff}.chat-placeholder .placeholder-icon{margin-bottom:var(--spacing-6);color:rgba(23,28,34,.3);opacity:.5}.chat-placeholder h3{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--color-accent-dark);margin-bottom:var(--spacing-2);font-family:var(--font-heading)}.chat-placeholder p{font-size:var(--font-size-base);color:rgba(23,28,34,.7);line-height:1.5;font-family:var(--font-body)}.empty-state{text-align:center;padding:var(--spacing-16) var(--spacing-8);color:rgba(23,28,34,.7)}.empty-state .empty-icon{margin-bottom:var(--spacing-6);color:rgba(23,28,34,.4)}.empty-state h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-accent-dark);margin-bottom:var(--spacing-2);font-family:var(--font-heading)}.empty-state p{font-size:var(--font-size-base);line-height:1.5;font-family:var(--font-body)}.loading-container{text-align:center;padding:var(--spacing-16) var(--spacing-8)}.loading-container .loading-spinner{width:40px;height:40px;border:3px solid rgba(139,195,222,.3);border-top:3px solid var(--color-blue-primary);border-radius:var(--radius-full);animation:spin 1s linear infinite;margin:0 auto var(--spacing-4)}.loading-container p{color:rgba(23,28,34,.7);font-size:var(--font-size-base);font-family:var(--font-body)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{text-align:center;padding:var(--spacing-16) var(--spacing-8)}.error-container h2{color:#ef4444;margin-bottom:var(--spacing-4);font-family:var(--font-heading)}.error-container p{color:rgba(23,28,34,.7);margin-bottom:var(--spacing-8);font-family:var(--font-body)}@media(max-width:1024px){.conversations-pane{width:350px}}@media(max-width:768px){.messages-layout{flex-direction:column}.conversations-pane{width:100%;height:50%}.chat-pane{height:50%}.conversations-header{padding:var(--spacing-6) var(--spacing-4) var(--spacing-4)}.conversations-header h1{font-size:var(--font-size-2xl)}.chat-header,.conversation-item{padding:var(--spacing-4)}}@media(max-width:480px){.conversations-header{padding:var(--spacing-4) var(--spacing-3) var(--spacing-3)}.conversations-header h1{font-size:var(--font-size-xl)}.conversation-item{padding:var(--spacing-3)}.conversation-title{font-size:var(--font-size-base)}.conversation-preview{font-size:var(--font-size-sm)}}*{box-sizing:border-box}body{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fffff8;color:#171c22;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#171c22}.btn,button,h1,h2,h3,h4,h5,h6,input,select,textarea{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:color .15s ease-in-out}.content,.text-content,div,label,li,p,span,td,th{color:#171c22}.container{max-width:1340px;margin:0 auto;padding:0}.page{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;padding:2rem 0}