:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-container{width:100%;max-width:min(420px,92vw);background:var(--white);padding:32px;border-radius:16px;box-shadow:0 16px 40px #00000014}.auth-message{margin-top:14px;text-align:center;font-size:.9rem;color:var(--primary-purple)}.auth-logo{display:flex;justify-content:center;margin-bottom:16px}.auth-container h2{text-align:center;color:var(--primary-purple);font-size:1.4rem;margin-bottom:6px}.auth-subtitle{text-align:center;font-size:.9rem;color:#6b6b6b;margin-bottom:24px}.input-group{margin-bottom:16px}.input-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px}.input-group input{width:100%;padding:12px;border-radius:8px;border:1px solid var(--border-light);font-size:1rem}.auth-actions{display:flex;justify-content:flex-end;margin-bottom:20px}.auth-actions span{font-size:.85rem;color:var(--primary-purple);cursor:pointer}.auth-actions span:hover{text-decoration:underline}.auth-container button{width:100%;padding:14px;border-radius:10px;border:none;background:linear-gradient(to right,var(--primary-purple),var(--accent-purple));color:var(--white);font-weight:600;font-size:1rem}.auth-footer{margin-top:22px;text-align:center;font-size:.9rem}.auth-footer span{color:var(--primary-purple);font-weight:600;cursor:pointer}.auth-footer span:hover{text-decoration:underline}@media(min-width:768px){.auth-container{padding:40px}}@media(min-width:640px){.auth-container{max-width:480px;padding:40px}}@media(min-width:1024px){.auth-container{max-width:520px}}.loading-overlay{position:fixed;inset:0;background:#fffffff2;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-content{text-align:center}.loading-logo{width:110px;margin-bottom:12px;animation:logoJump 2.3s infinite ease-in-out}.loading-content p{font-size:14px;color:#6b2c91;font-weight:500}@keyframes logoJump{0%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-12px)}to{transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box}.dashboard-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#f5f3ef}.dashboard-layout>header.tb-root{position:fixed;top:0;left:0;right:0;height:56px;z-index:100;flex-shrink:0}.dashboard-body{display:flex;flex:1;overflow:hidden;margin-top:56px;height:calc(100vh - 56px)}.dashboard-body>aside.sb-root{flex-shrink:0;height:100%;position:relative;z-index:40}.dashboard-content{flex:1;overflow-y:auto;overflow-x:hidden;background:#f5f3ef;display:flex;flex-direction:column;align-items:center}.dashboard-content>*{width:100%;max-width:1100px}.ProseMirror{outline:none;min-height:250px}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:20px}.card{background:#fff;border-radius:14px;padding:20px;box-shadow:0 4px 12px #00000014;font-size:14px;font-weight:600;transition:transform .2s ease}.card h1{margin-top:10px;font-size:28px;color:#333}.recent-activities{margin-top:40px;background:#fff;padding:20px;border-radius:14px;box-shadow:0 4px 12px #00000014}.activity-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee}.activity-item:last-child{border-bottom:none}.document-canvas{position:relative;min-height:600px;background:#fff;overflow:hidden}@media(max-width:640px){.dashboard-content>*{max-width:100%}}.dashboard-wrapper{min-height:100vh;display:flex;flex-direction:column;background:var(--background)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:3px 7px;background:var(--white);border-bottom:1px solid var(--border-light)}.dashboard-header h1{color:var(--primary-purple);font-size:1.4rem}.dashboard-header button{padding:8px 16px;border-radius:8px;border:none;background:var(--primary-purple);color:var(--white);cursor:pointer}.dashboard-main{flex:1;padding:clamp(20px,4vw,48px);max-width:1100px;margin:0 auto;width:100%}.dashboard-main h2{margin-bottom:6px}.dashboard-main p{color:#666;margin-bottom:24px}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.card{background:var(--white);padding:28px;border-radius:14px;box-shadow:0 10px 24px #0000000f;font-weight:600;text-align:center;cursor:pointer;transition:transform .2s ease}.card:hover{transform:translateY(-4px)}.topbar-left{display:flex;justify-content:center;margin-bottom:16px}.auth-logo img{height:106px}.dashboard-header{height:104px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:100}.topbar-left{display:flex;align-items:center}.app-logo{height:58px;object-fit:contain}.topbar-right{display:flex;align-items:center;gap:14px}.profile-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;background:#f3f4f6}.profile-name{font-size:14px;font-weight:500;color:#111827;white-space:nowrap}.topbar-right button{background:#ac5aa9;color:#fff;border:none;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.topbar-right button:hover{background:#b28cb8}@media(max-width:768px){.profile-name{display:none}.dashboard-header{padding:0 16px}}@media(max-width:480px){.topbar-right button{padding:6px 10px;font-size:12px}}.role-badge{font-size:11px;background:#eef2ff;color:#4338ca;padding:4px 8px;border-radius:12px}.dashboard-sidebar{width:200px;background-color:#ac5aa9;color:#fff;height:100vh;padding:1.5rem 0;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden}.dashboard-sidebar.collapsed{width:60px}.dashboard-sidebar ul{list-style:none;padding:0;margin:0}.dashboard-sidebar .sidebar-item{display:flex;align-items:center;padding:12px 20px;font-size:1rem;cursor:pointer;border-radius:8px;margin:0 10px 8px;transition:all .2s ease-in-out;position:relative}.dashboard-sidebar .sidebar-item:hover{background-color:#600a5e}.sidebar-icon{font-size:1.4rem;width:30px;text-align:center;transition:transform .3s ease}.sidebar-item:hover .sidebar-icon{transform:translateY(-2px) scale(1.1)}.sidebar-label{font-weight:500;margin-left:12px;white-space:nowrap;opacity:1;transition:opacity .3s ease}.dashboard-sidebar.collapsed .sidebar-label{opacity:0}.sidebar-item.active{background-color:#fff;color:#d6d0d4;font-weight:700}.dashboard-sidebar:not(.collapsed) .sidebar-label{opacity:1}.org-dashboard-header{display:flex;justify-content:space-between;align-items:center}.add-member-btn{background:maroon;color:#fff;padding:8px 14px;border-radius:6px;border:none;cursor:pointer}.add-member-modal{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.add-member-box{background:#fff;padding:20px;border-radius:10px;width:350px}.add-member-box input{width:100%;padding:8px;margin-bottom:8px}.email-suggestions span{margin-right:6px;cursor:pointer;background:#f1f1f1;padding:4px 8px;border-radius:10px}.search-item{padding:6px;cursor:pointer}.search-item:hover{background:#f5f5f5}:root{--primary-purple: #6B2D84;--accent-purple: #9B5FB5;--background: #F7F3FA;--white: #FFFFFF;--text-dark: #1F1F1F;--border-light: #E0D7E8}html,body,#root{width:100%;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{width:100%;overflow-x:hidden;background:var(--background);color:var(--text-dark);min-height:100vh}img{max-width:100%;height:auto}.page-center{flex:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,48px)}
