.toast{position:fixed;top:1.25rem;left:50%;transform:translateX(-50%);z-index:1200;display:flex;align-items:flex-start;gap:.75rem;max-width:min(520px,100vw - 2rem);padding:.875rem 1rem;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);font-size:.9375rem;line-height:1.45;animation:toast-slide-in .2s ease-out}.toast--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.toast--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.toast--info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.toast__message{flex:1 1}.toast__close{flex-shrink:0;background:none;border:none;color:inherit;opacity:.7;font-size:1.25rem;line-height:1;cursor:pointer;padding:0}.toast__close:hover{opacity:1}@keyframes toast-slide-in{0%{opacity:0;transform:translateX(-50%) translateY(-.5rem)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.form-feedback{padding:.75rem .875rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem;line-height:1.45}.form-feedback--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-feedback--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}: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);--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-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;--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);--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));--blur-sm:blur(4px);--blur-md:blur(8px);--blur-lg:blur(16px);--blur-xl:blur(24px);--blur-2xl:blur(40px)}.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}}.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}