@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{color:#1e293b;background-color:#f8fafc;margin:0;font-family:Inter,sans-serif}*{box-sizing:border-box}.login-container{background-color:#f1f5f9;justify-content:center;align-items:center;height:100vh;display:flex}.login-box{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:40px;box-shadow:0 10px 25px #0000000d}.login-box h2{text-align:center;color:#0f172a;margin-bottom:24px}.form-input{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;margin-bottom:16px;padding:12px 16px;font-size:14px;transition:border-color .2s}.form-input:focus{background-color:#fff;border-color:#3b82f6}textarea.form-input{resize:vertical;min-height:100px}.btn-primary{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;width:100%;padding:14px;font-weight:600;transition:background-color .2s}.btn-primary:hover{background-color:#2563eb}.layout{min-height:100vh;display:flex;position:relative}.sidebar{z-index:30;background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:250px;padding:24px 0;display:flex}.sidebar-logo{border-bottom:1px solid #e2e8f0;margin-bottom:24px;padding:0 24px 24px}.sidebar-logo h1{color:#0f172a;margin:0;font-size:18px}.sidebar-logo span{color:#64748b;font-size:12px;font-weight:400}.nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 24px;font-family:inherit;font-size:15px;font-weight:500;text-decoration:none;display:flex}.nav-item:hover,.nav-item.active{color:#3b82f6;background-color:#eff6ff;border-left-color:#3b82f6}.main-content{flex:1;height:100vh;padding:32px;overflow-y:auto}.mobile-menu-btn,.mobile-close-btn,.mobile-sidebar-overlay{display:none}.mobile-menu-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:12px}.header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.header-title h2{color:#0f172a;margin:0 0 8px;font-size:24px}.header-title span{color:#64748b;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:600}.user-profile{background:#fff;border-radius:20px;align-items:center;gap:12px;padding:8px 16px;display:flex;box-shadow:0 2px 10px #00000005}.user-avatar{color:#fff;background-color:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.card{background:#fff;border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.form-group{margin-bottom:20px}.form-group label{color:#334155;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.users-list{flex-direction:column;gap:12px;display:flex}.user-item{border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.user-item-info{flex-direction:column;gap:4px;display:flex}.user-item-info strong{color:#0f172a;font-size:14px}.user-item-info span{color:#64748b;font-size:12px}.status-switch{width:46px;height:26px;display:inline-block;position:relative}.status-switch input{opacity:0;width:0;height:0}.status-slider{cursor:pointer;background-color:#cbd5e1;border-radius:999px;transition:all .2s;position:absolute;inset:0}.status-slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:3px;left:3px}.status-switch input:checked+.status-slider{background-color:#3b82f6}.status-switch input:checked+.status-slider:before{transform:translate(20px)}.status-switch input:disabled+.status-slider{opacity:.6;cursor:not-allowed}.project-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.project-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.project-item img{object-fit:cover;border-bottom:1px solid #e2e8f0;width:100%;height:160px}.project-item-info{padding:20px}.project-item-info h4{color:#0f172a;margin:0 0 10px;font-size:16px}.action-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.action-btn:hover:not(:disabled){color:#0f172a;background:#e2e8f0}.action-btn:disabled{opacity:.5;cursor:not-allowed}.delete-btn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.delete-btn:hover{color:#dc2626;background:#fecaca}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;padding:30px;overflow-y:auto;box-shadow:0 20px 40px #00000026}.modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.modal-header h3{color:#0f172a;margin:0;font-size:20px}.close-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:all .2s;display:flex}.close-btn:hover{color:#0f172a;background:#e2e8f0}@media (width<=900px){.layout{overflow:hidden}.sidebar{height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 10px 30px #0f172a33}.sidebar.mobile-open{transform:translate(0)}.mobile-close-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:12px;right:12px}.mobile-menu-btn,.mobile-sidebar-overlay{display:inline-flex}.mobile-sidebar-overlay{z-index:20;background:#0f172a59;border:none;width:100%;height:100%;margin:0;padding:0;position:fixed;inset:0}.main-content{width:100%;height:auto;min-height:100vh;padding:20px 16px}.header{flex-wrap:wrap;gap:12px;margin-bottom:20px}.header-title h2{font-size:20px}.card{margin-bottom:16px;padding:16px}}
