@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background-color:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100}.navbar-logo h2{margin:0;font-weight:700;color:#4a90e2}.navbar-links button{margin-left:16px}.footer{text-align:center;padding:24px 0;background-color:#f0f2f5;font-size:14px;color:#555;margin-top:60px}.home-container{font-family:Inter,sans-serif;color:#222}.hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:120px 40px 80px;background-color:#f9f9f9}.hero-text{flex:1;min-width:300px;max-width:600px}.hero-text h1{font-size:48px;font-weight:700;margin-bottom:16px}.hero-text p{font-size:18px;margin-bottom:24px;line-height:1.6;color:#555}.hero-buttons button:not(:last-child){margin-right:16px}.hero-buttons button:not(:last-child){margin-right:24px}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px}.hero-image{flex:1;min-width:300px;text-align:center}.hero-image img{max-width:100%;border-radius:12px;box-shadow:0 8px 20px #00000014}.features{padding:60px 40px;background-color:#fff}.feature-card{text-align:center;border-radius:12px;box-shadow:0 4px 12px #0000000f}.feature-card h3{font-size:20px;font-weight:600}.feature-card p{color:#555;font-size:14px}.auth-page-container{display:flex;flex-direction:column;min-height:100vh}.auth-container{flex:1;display:flex;justify-content:center;align-items:center;padding:40px 20px;background-color:#f9f9f9}.auth-card{width:100%;max-width:500px;min-width:300px;padding:40px 32px;border-radius:16px;box-shadow:0 8px 24px #00000014;text-align:center;transition:all .3s ease}.auth-card h2{margin-bottom:28px;font-weight:700;font-size:28px;color:#222}.auth-footer{margin-top:20px;font-size:14px;color:#555}.auth-footer a{color:#4a90e2}@media(max-width:768px){.auth-card{padding:32px 24px}.auth-card h2{font-size:24px}}.workspace-detail-page{padding:2rem;min-height:80vh}.workspace-detail-page-loading{display:flex;justify-content:center;align-items:center;height:80vh}.workspace-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.workspace-project-card{border-radius:12px;padding:1rem;transition:transform .2s,box-shadow .2s;cursor:pointer}.workspace-project-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.workspace-page{padding:2rem;min-height:80vh;background-color:#f9f9f9}.workspace-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.workspace-card{border-radius:12px;transition:transform .2s,box-shadow .2s;cursor:pointer;padding:1.5rem;background:#fff;border:1px solid #e6e6e6}.workspace-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.ant-modal-content{border-radius:12px}.ant-btn-primary{background-color:#4a90e2;border-color:#4a90e2}.ant-btn-primary:hover{background-color:#357ab7;border-color:#357ab7}.ant-table{background:#fff;border-radius:12px}.ant-table-thead>tr>th{background:#f0f2f5;font-weight:600}@media(max-width:768px){.workspace-page{padding:1rem}.workspace-header{flex-direction:column;align-items:flex-start;gap:1rem}.workspace-header .ant-space{width:100%;justify-content:space-between;flex-wrap:wrap}.workspace-card{padding:1rem}.workspace-card .ant-typography{font-size:14px}.workspace-card .ant-btn{padding:0 6px;height:28px}.ant-table{font-size:12px}.ant-table .ant-table-thead>tr>th,.ant-table .ant-table-tbody>tr>td{padding:8px 12px}.ant-modal-content{width:90%!important;margin:0 auto}}:root{--primary-color: #4a90e2;--bg-color: #f9f9f9;--container-bg: #fff;--text-color: #222;--border-radius: 8px;--shadow-light: 0 2px 6px rgba(0, 0, 0, .08);--font-primary: "Inter", sans-serif;--h1-size: 28px;--h2-size: 24px;--h3-size: 20px;--h4-size: 18px;--h5-size: 16px;--h6-size: 14px;--p-size: 15px;--p-line-height: 1.6;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-color);margin:0;padding:0}h1{font-size:var(--h1-size);font-weight:var(--fw-bold);margin:0 0 16px}h2{font-size:var(--h2-size);font-weight:var(--fw-semibold);margin:0 0 14px}h3{font-size:var(--h3-size);font-weight:var(--fw-semibold);margin:0 0 12px}h4{font-size:var(--h4-size);font-weight:var(--fw-medium);margin:0 0 10px}h5{font-size:var(--h5-size);font-weight:var(--fw-medium);margin:0 0 8px}h6{font-size:var(--h6-size);font-weight:var(--fw-regular);margin:0 0 6px}p{font-size:var(--p-size);line-height:var(--p-line-height);margin:0 0 12px;color:var(--text-color)}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}.card{background-color:var(--container-bg);border-radius:var(--border-radius);padding:16px;box-shadow:var(--shadow-light);margin-bottom:16px}.ant-btn{border-radius:var(--border-radius);font-weight:500}.ant-input,.ant-select-selector{border-radius:var(--border-radius)}.ant-table{border-radius:var(--border-radius);overflow:hidden}.text-muted{color:var(--text-muted);font-size:var(--p-size)}
