:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh}#root{min-height:100vh}.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:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:white;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;line-height:1}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:1.5rem}.modal-body p{margin:0;color:#4b5563;font-size:1rem;line-height:1.5}.modal-actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem;justify-content:flex-end}.modal-button{padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.modal-button.cancel{background:#f3f4f6;color:#374151}.modal-button.cancel:hover{background:#e5e7eb}.modal-button.confirm{background:#ff6b9d;color:#fff}.modal-button.confirm:hover{background:#ff4d8d;transform:translateY(-1px);box-shadow:0 4px 12px #ff6b9d4d}.modal-button:active{transform:translateY(0)}@media (max-width: 480px){.modal-content{width:95%;margin:1rem}.modal-header,.modal-body,.modal-actions{padding-left:1rem;padding-right:1rem}.modal-actions{flex-direction:column-reverse}.modal-button{width:100%;padding:.875rem 1.5rem}}.colleagues-list{max-width:1200px;margin:0 auto;padding:20px}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.colleagues-list h1{color:#fff;margin:0;font-size:2.5rem;font-weight:300}.add-colleague-btn{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.3);padding:12px 24px;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-colleague-btn:hover{background:rgba(255,255,255,.2);border-color:#ffffff80}.colleagues-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;padding:20px 0}.colleague-card{background:white;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s ease;text-decoration:none;color:#333;display:block}.colleague-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.colleague-card-wrapper{position:relative}.delete-colleague-btn-small{position:absolute;top:10px;left:10px;background:rgba(255,107,157,.9);color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:36px;height:36px;font-size:16px;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 12px #ff6b9d66;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.delete-colleague-btn-small:hover{background:rgba(255,77,141,1);border-color:#ffffff80;transform:scale(1.15) rotate(5deg);box-shadow:0 6px 20px #ff6b9d99}.delete-colleague-btn-small:active{transform:scale(1.05) rotate(0);box-shadow:0 2px 8px #ff6b9d66}.colleague-photo{width:100%;height:200px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.colleague-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.colleague-card:hover .colleague-photo img{transform:scale(1.05)}.no-photo{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;font-weight:700}.colleague-info{padding:20px}.colleague-info h3{margin:0;color:#333;font-size:1.3rem;font-weight:600;flex:1}.status-dot{font-size:1.2rem;margin-left:.5rem}.status-text{color:#666;font-size:.9rem;font-weight:500}.position{color:#666;margin:0 0 4px;font-size:.95rem;font-weight:500}.department{color:#888;margin:0;font-size:.9rem}.error{text-align:center;padding:40px;color:#ff6b6b}.error button{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;margin-top:15px;font-size:1rem;transition:background .3s ease}.error button:hover{background:#5a6fd8}@media (max-width: 768px){.colleagues-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.colleagues-list{padding:15px}.list-header{flex-direction:column;gap:15px;align-items:flex-start}.colleagues-list h1{font-size:2rem}.add-colleague-btn{width:100%}}.colleague-detail{max-width:1000px;margin:0 auto;padding:20px;min-height:100vh}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.detail-actions{display:flex;gap:10px;align-items:center}.back-link{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s ease}.back-link:hover{color:#e0e0e0}.edit-colleague-btn{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.3);padding:10px 20px;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.edit-colleague-btn:hover{background:rgba(255,255,255,.2);border-color:#ffffff80}.delete-colleague-btn{display:flex;align-items:center;background:rgba(255,255,255,.15);color:#ff6b9d;border:2px solid rgba(255,107,157,.4);padding:6px 20px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:.5px}.delete-colleague-btn:hover{background:rgba(255,107,157,.2);border-color:#ff6b9db3;color:#ff4d8d;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d4d}.delete-colleague-btn:active{transform:translateY(0);box-shadow:0 2px 10px #ff6b9d4d}.delete-colleague-btn:before{content:"🗑️";margin-right:8px;font-size:1.2rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));display:inline-block;transform:scale(1.1);vertical-align:middle}.delete-colleague-btn:hover:before{transform:scale(1.2);filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.detail-content{display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:start}.detail-photo{width:100%;max-width:400px;margin:0 auto}.detail-photo img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 25px #00000026}.no-photo-large{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem;font-weight:700;box-shadow:0 8px 25px #00000026}.detail-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;gap:1rem}.detail-info h1{color:#fff;margin:0;font-size:2.5rem;font-weight:600;flex:1}.status-indicator{font-size:1.5rem}.status-button{padding:.75rem 1.5rem;border:none;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.status-button.at-work{background:#10b981;color:#fff}.status-button.at-work:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.status-button.not-at-work{background:#ef4444;color:#fff}.status-button.not-at-work:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.status-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.info-section{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #eee}.info-section:last-child{border-bottom:none}.info-section h3{color:#fffc;margin:0 0 8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-section p{color:#fff;margin:0;font-size:1.1rem;line-height:1.5}.info-section a{color:gold;text-decoration:none;transition:color .3s ease}.info-section a:hover{color:#ffed4e;text-decoration:underline}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#fff}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.error-container{display:flex;align-items:center;justify-content:center;min-height:60vh}.error{text-align:center;padding:40px;background:white;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px}.error h2{color:#d32f2f;margin:0 0 15px;font-size:1.8rem}.error p{color:#333;margin:0 0 25px;font-size:1.1rem;line-height:1.5}.back-button{display:inline-block;background:#667eea;color:#fff;text-decoration:none;padding:12px 24px;border-radius:6px;font-weight:500;transition:background .3s ease}.back-button:hover{background:#5a6fd8}@media (max-width: 768px){.detail-content{grid-template-columns:1fr;gap:30px}.detail-photo{max-width:300px}.detail-header-info{flex-direction:column;align-items:flex-start;gap:1rem}.status-button{min-width:100px;padding:.6rem 1.2rem;font-size:.8rem}.detail-info h1{font-size:2rem}.no-photo-large{font-size:3rem}.colleague-detail{padding:15px}.detail-header{flex-direction:column;gap:15px;align-items:flex-start}.edit-colleague-btn{width:100%}}@media (max-width: 480px){.detail-photo{max-width:250px}.detail-info h1{font-size:1.8rem}.info-section p{font-size:1rem}}.colleague-form-container{max-width:800px;margin:0 auto;padding:20px;min-height:100vh}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.form-header h1{color:#fff;font-size:2.5rem;font-weight:300;margin:0}.cancel-button{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.3);padding:10px 20px;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease}.cancel-button:hover{background:rgba(255,255,255,.2);border-color:#ffffff80}.form-error{background:rgba(255,107,107,.1);border:1px solid rgba(255,107,107,.3);border-radius:6px;padding:15px;margin-bottom:20px;color:#ff6b6b}.colleague-form{background:white;border-radius:12px;padding:30px;box-shadow:0 8px 25px #00000026}.form-section{margin-bottom:30px}.form-section h3{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{display:block;color:#333;font-weight:500;margin-bottom:8px;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease;background:white;color:#333}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:100px}.photo-upload{display:flex;align-items:center;gap:20px}.photo-preview{width:120px;height:120px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.photo-preview img{width:100%;height:100%;object-fit:cover}.no-photo-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}.photo-input{flex:1}.photo-label{display:inline-block;background:#667eea;color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .3s ease}.photo-label:hover{background:#5a6fd8}.photo-file-input{display:none}.form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:40px;padding-top:20px;border-top:2px solid #f0f0f0}.cancel-btn{background:#f8f9fa;color:#666;border:2px solid #e0e0e0;padding:12px 24px;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.cancel-btn:hover{background:#e9ecef;border-color:#ced4da}.submit-btn{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.submit-btn:hover:not(:disabled){background:#5a6fd8}.submit-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.colleague-form-container{padding:15px}.form-header{flex-direction:column;gap:15px;align-items:flex-start}.form-header h1{font-size:2rem}.colleague-form{padding:20px}.form-row{grid-template-columns:1fr;gap:15px}.photo-upload{flex-direction:column;align-items:flex-start}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}@media (max-width: 480px){.colleague-form{padding:15px}.form-section{margin-bottom:25px}.form-group input,.form-group textarea{padding:10px 12px;font-size:.95rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.login-card{background:white;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:40px;width:100%;max-width:400px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:30px}.login-header h1{color:#333;margin:0 0 10px;font-size:28px;font-weight:600}.login-header p{color:#666;margin:0;font-size:16px}.login-error{background:#fee;border:1px solid #fcc;border-radius:6px;padding:12px;margin-bottom:20px;text-align:center}.login-error p{color:#c33;margin:0;font-size:14px}.login-form{margin-bottom:30px}.login-form .form-group{margin-bottom:20px}.login-form label{display:block;margin-bottom:6px;color:#333;font-weight:500;font-size:14px}.login-form input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:border-color .2s ease;box-sizing:border-box}.login-form input:focus{outline:none;border-color:#667eea}.login-form input::placeholder{color:#999}.login-actions{display:flex;gap:12px;margin-top:30px}.login-button{flex:1;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.cancel-button{background:#f8f9fa;color:#666;border:2px solid #e1e5e9;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button:hover{background:#e9ecef;border-color:#ced4da}@media (max-width: 480px){.login-card{padding:30px 20px}.login-actions{flex-direction:column}.login-button,.cancel-button{width:100%}}.navigation{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:1rem}.connection-status{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);padding:.25rem .75rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.connection-status .online-status-indicator{font-size:.8rem;width:14px;height:18px}.connection-status .status-text{color:#fff;font-size:.75rem;font-weight:500}.nav-title{color:#fff;margin:0;font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .2s ease}.nav-title:hover{transform:scale(1.05)}.nav-actions{display:flex;align-items:center}.auth-status{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.user-info{display:flex;align-items:center;gap:.5rem;color:#fff}.user-icon{font-size:1.2rem}.username{font-weight:500;font-size:.9rem}.status-indicator{width:8px;height:8px;border-radius:50%;display:inline-block}.status-indicator.online{background:#4ade80;box-shadow:0 0 8px #4ade8099;animation:pulse 2s infinite}.status-indicator.offline{background:#f51a1a;box-shadow:0 0 8px #f8717199}@keyframes pulse{0%{box-shadow:0 0 8px #4ade8099}50%{box-shadow:0 0 12px #4ade80cc}to{box-shadow:0 0 8px #4ade8099}}.nav-logout-button,.nav-login-button{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-logout-button:hover,.nav-login-button:hover{background:rgba(255,255,255,.3);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.nav-logout-button:active,.nav-login-button:active{transform:translateY(0)}@media (max-width: 768px){.nav-content{padding:0 1rem;flex-direction:column;gap:1rem}.nav-title{font-size:1.3rem}.auth-status{padding:.4rem .8rem}.username{font-size:.8rem}.nav-logout-button,.nav-login-button{padding:.4rem .8rem;font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#fff}.App{min-height:100vh}button{cursor:pointer;border:none;border-radius:6px;font-size:1rem;font-weight:500;transition:all .3s ease}button:hover{transform:translateY(-1px)}a{text-decoration:none;color:inherit}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){body{font-size:14px}}.workplace{max-width:600px;margin:0 auto;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a}.photo{max-width:100%;border-radius:5px;margin-bottom:20px}.buttons{margin-top:20px}button.reject{background-color:#f44336}.status{margin-top:20px;font-weight:700}.error{color:#f44336;margin:20px auto;font-weight:700}
