: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;--black: #000000;--white: #ffffff;--gray: #6d6d6d;--gray-light: #e5d9e1;--gray-medium: #ada3b9;--gray-dark: #716c84;--paper-offwhite: #fff9f3;--blue-soft: #eff6ff;--blue-light: #dbeafe;--blue-medium: #bfdbfe;--blue-dark: #93c5fd}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body,#root{height:100%}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}}.background-picker{display:flex;gap:10px;padding:12px;justify-content:center}.bg-swatch{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.1);cursor:pointer}.text-object{position:absolute;cursor:move;-webkit-user-select:none;user-select:none;padding:4px 6px;border-radius:6px}.text-object.active{outline:1px dashed rgba(0,0,0,.3)}.text-panel{position:fixed;bottom:70px;left:50%;transform:translate(-50%);background:#fff;padding:12px;border-radius:12px;box-shadow:0 10px 30px #00000026;width:320px}.text-panel textarea{width:100%;height:80px;resize:none}.text-controls{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.char-count{font-size:11px;color:#666;margin-top:4px}.image-object{position:absolute;cursor:move;border-radius:6px;overflow:hidden}.image-object img{width:100%;height:100%;object-fit:cover}.image-object.active{outline:2px solid rgba(0,0,0,.25)}.resize-handle{position:absolute;right:-6px;bottom:-6px;width:12px;height:12px;background:#fff;border:1px solid #000;cursor:nwse-resize}.photo-btn{position:relative;cursor:pointer}:root{--gray-dark: #2B2B2B;--gray: #6D6D6D;--border: #DEDEDE;--bg-soft: #FAFAF8;--pink-light: #FFE4E8;--pink-border: #FEA3B4;--blue-soft: #D1E9FF;--blue-border: #84CAFF;--accent: #9B2C49}body{margin:0;font-family:Poppins,system-ui,sans-serif;background:#f5f5f5;color:var(--gray-dark)}.auth-container,.start-container{width:100%;height:100vh;display:flex;overflow:hidden}.auth-left,.start-left{width:60%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fecdd6,#ffe4e8,#fff1f3,#eff8ff,#d1e9ff,#b2ddff)}.auth-left-content,.start-left-content{max-width:480px;width:100%;padding-left:80px;display:flex;flex-direction:column}.auth-right,.start-right{width:40%;min-width:420px;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;padding:40px 20px;border-top-left-radius:40px;border-bottom-left-radius:40px}.auth-right-inner{width:100%;max-width:440px;display:flex;flex-direction:column;justify-content:center;margin:auto 0}.register-ui{width:100%;max-width:440px;display:flex;flex-direction:column;gap:18px}.brand{display:flex;align-items:center;gap:16px;margin-bottom:30px}.logo-box{width:76px;height:76px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center}.logo-box img{width:64px}.headline{font-size:42px;font-weight:800;line-height:55px;margin-bottom:18px}.headline span{color:var(--accent)}.description{font-size:13px;line-height:20px;color:#4b5563;max-width:400px;margin-bottom:26px}.feature-tags{display:grid;grid-template-columns:repeat(3,max-content);gap:10px 12px}@media(max-width:1200px){.feature-tags{grid-template-columns:repeat(2,max-content)}}.tag{height:30px;padding:0 14px;display:flex;align-items:center;justify-content:center;border-radius:100px;font-size:12px;font-weight:600}.tag.pink{background:var(--pink-light);border:1px solid var(--pink-border)}.tag.blue{background:var(--blue-soft);border:1px solid var(--blue-border)}.auth-right h2{font-size:24px;font-weight:700;margin-bottom:6px}.subtext{font-size:13px;margin-bottom:20px}.role-badge{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;margin-bottom:14px;border-radius:999px;background:linear-gradient(135deg,#fff1f3,#eff8ff);border:1px solid var(--border);width:fit-content}.role-badge-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border)}.role-badge-icon img{width:16px}.change-role{font-size:13px;font-weight:600;cursor:pointer;opacity:.7;margin-bottom:8px}.change-role:hover{opacity:1}.auth-role-card,.role-card{display:flex;align-items:center;gap:16px;min-height:88px;padding:14px 16px;border-radius:20px;border:1px solid var(--border);margin-bottom:14px;background:#fff;cursor:pointer;transition:.2s ease}.auth-role-card:hover,.role-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.auth-role-icon,.role-icon{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-role-icon img,.role-icon img{width:22px;height:22px}.auth-role-icon,.role-icon.blue{background:#e0f2fe;border:1px solid #84CAFF}.role-icon.pink{background:#ffe4e8;border:1px solid #FEA3B4}.auth-role-text,.role-text{flex:1;display:flex;flex-direction:column}.auth-role-text strong,.role-text strong{display:block;font-size:14px;font-weight:700;color:#111827;margin-bottom:2px}.auth-role-text span,.role-text span{font-size:12px;color:#6b7280}.chevron{font-size:28px;line-height:1;color:#98a2b3}.login-text{margin-top:8px;font-size:13px;text-align:center;color:#667085}.login-text span{font-weight:700;cursor:pointer}.auth-form{display:flex;flex-direction:column;gap:18px;width:100%}.auth-form label{font-size:12px;font-weight:600;margin-bottom:4px}.auth-input,.input-icon{display:flex;align-items:center;gap:10px;height:46px;padding:0 12px;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:12px}.auth-input input,.input-icon input,.input-icon select{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#111827}.auth-input input::placeholder{color:#9ca3af}.input-icon input::placeholder{color:#9ca3af}.input-icon img{width:18px;height:18px;flex-shrink:0}.auth-toggle,.toggle-password{border:none;background:transparent;cursor:pointer;padding:0;font-size:16px;color:#667085}.name-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.name-row input{width:100%;height:46px;border-radius:12px;border:1px solid var(--border);background:#f3f3f3;padding:0 10px;color:#111827}.st-upload-box{border:1px solid var(--border);border-radius:14px;padding:16px;background:linear-gradient(135deg,#fff1f3,#eff6ff)}.st-upload-header{display:flex;align-items:center;gap:10px;font-weight:600}.st-upload-desc{font-size:12px;color:#6b7280;margin:8px 0 12px}.st-upload-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px dashed var(--border);cursor:pointer}.st-gradient-btn{width:100%;height:46px;border-radius:14px;border:none;background:linear-gradient(90deg,#f8c7cf,#f1d4dc,#dbeafe,#bfdbfe);font-weight:600;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 8px 20px #00000014}.gradient-btn,.auth-button{width:100%;min-height:46px;padding:12px 16px;border-radius:14px;border:none;background:linear-gradient(90deg,#f8c7cf,#f1d4dc,#dbeafe,#bfdbfe);font-weight:600;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 8px 20px #00000014}.gradient-btn:disabled,.st-gradient-btn:disabled,.auth-button:disabled{cursor:wait;opacity:.72}.success-box{display:flex;align-items:center;gap:10px;background:#ecfdf5;border:1px solid #10B981;padding:10px;border-radius:10px}.success-box img{width:18px;height:18px}.error-box{background:#fef3f2;border:1px solid #FDA29B;color:#b42318;padding:10px 12px;border-radius:10px;font-size:13px}.info-box{display:flex;align-items:center;gap:10px;background:#eff8ff;border:1px solid #B2DDFF;color:#1d4ed8;padding:12px;border-radius:12px;font-size:13px}.info-box img{width:18px;height:18px}.error-text{font-size:12px;color:red}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#fff1f3,#eff8ff)}.auth-card{width:100%;max-width:420px;padding:28px;border-radius:24px;border:1px solid var(--border);background:#fff;box-shadow:0 20px 40px #0f172a14;display:flex;flex-direction:column;gap:14px}.auth-card h2{margin:0}.auth-card label{font-size:12px;font-weight:600}.auth-card input{width:100%;height:46px;border-radius:12px;border:1px solid var(--border);background:#f8f8f8;padding:0 12px;outline:none}.profile-page{min-height:100vh;background:linear-gradient(180deg,#fff6f8,#f7fafc);padding:24px;box-sizing:border-box}.profile-topbar{max-width:1120px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:center;gap:16px}.top-left{display:flex;align-items:center;gap:12px;font-weight:700}.top-left img{width:48px;height:48px;object-fit:contain}.top-right{font-size:13px;color:#667085}.profile-content{max-width:1120px;margin:0 auto}.profile-wrapper{display:flex;justify-content:center}.profile-card{width:100%;max-width:820px;background:#fff;border:1px solid var(--border);border-radius:28px;padding:32px;box-shadow:0 24px 48px #0f172a14}.stepper{display:flex;align-items:center;gap:16px;margin-bottom:28px}.step-group{display:flex;align-items:center;gap:12px;color:#98a2b3;font-size:13px;font-weight:600}.step-group.active{color:#111827}.step{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;background:#f8f8f8}.step-group.active .step{background:linear-gradient(135deg,#fff1f3,#eff8ff);border-color:#d0d5dd}.line{flex:1;height:1px;background:#e4e7ec}.line.active{background:linear-gradient(90deg,#fea3b4,#84caff)}.card-header{margin-bottom:24px}.badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#fff1f3,#eff8ff);border:1px solid var(--border);font-size:12px;font-weight:600;margin-bottom:12px}.card-header h2{margin:0 0 8px}.card-header p{margin:0;color:#667085}.form-body{display:flex;flex-direction:column;gap:16px}.form-body label{font-size:12px;font-weight:600;margin-bottom:-6px}.form-body>input,.form-body>select{width:100%;height:46px;border-radius:12px;border:1px solid var(--border);background:#f8f8f8;padding:0 12px;outline:none;color:#111827}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.photo-row{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:center}.avatar-preview{width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid #ffffff;box-shadow:0 10px 24px #0f172a1f;background:linear-gradient(135deg,#fff1f3,#eff8ff)}.avatar-preview img{width:100%;height:100%;object-fit:cover}.upload-box{display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:120px;border:1px dashed var(--border);border-radius:18px;padding:18px;background:linear-gradient(135deg,#fffafb,#f8fbff);cursor:pointer}.upload-box input{display:none}.upload-icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);font-size:18px}.upload-main{font-weight:600}.upload-box small{color:#667085}.availability-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.status-box{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;border:1px solid var(--border);background:#f8f8f8;cursor:pointer;transition:.2s ease}.status-box .dot{width:8px;height:8px;border-radius:50%}.status-box.green .dot{background:#12b76a}.status-box.yellow .dot{background:#f79009}.status-box.red .dot{background:#f04438}.status-box.gray .dot{background:#98a2b3}.status-box.active{box-shadow:0 0 0 2px #00000008 inset}.status-box.green.active{background:#ecfdf3;border-color:#a6f4c5}.status-box.yellow.active{background:#fffaeb;border-color:#fedf89}.status-box.red.active{background:#fef3f2;border-color:#fecdca}.status-box.gray.active{background:#f2f4f7;border-color:#d0d5dd}.card-footer{margin-top:28px;display:flex;justify-content:flex-end}.card-footer.space-between{justify-content:space-between}.back-btn{min-height:46px;padding:12px 16px;border-radius:14px;border:1px solid var(--border);background:#fff;font-weight:600;cursor:pointer}.auth-footer{font-size:13px;text-align:center}.auth-footer span{font-weight:700;cursor:pointer}.auth-mobile-brand{display:none}@media(max-width:1024px){.auth-left,.start-left{display:none}.auth-right,.start-right{width:100%;min-width:unset;border-radius:0;padding:24px 20px;align-items:flex-start}.auth-right-inner,.register-ui{max-width:420px;margin:0 auto}.auth-mobile-brand{display:block;margin-bottom:18px}.auth-mobile-logo{display:flex;align-items:center;gap:10px;margin-bottom:6px}.auth-mobile-logo img{width:34px;height:34px;border-radius:10px;background:#fff;padding:4px}.auth-mobile-logo span{font-size:18px;font-weight:700}.auth-mobile-tagline{font-size:12px;color:#6b7280}.profile-topbar{flex-direction:column;align-items:flex-start}.profile-card{padding:24px}.photo-row,.row{grid-template-columns:1fr}}@media(max-width:640px){.auth-container,.start-container{height:auto;min-height:100vh}.name-row,.availability-row{grid-template-columns:1fr}.profile-page{padding:16px}.profile-card{padding:20px;border-radius:20px}.stepper{flex-direction:column;align-items:flex-start}.line{width:100%}}.auth-left,.auth-right,.start-left,.start-right{height:100%}body{background:var(--bg-soft)}.portal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.portal-header h2{margin:0 0 6px;color:#2b2b2b}.portal-header p{margin:0;color:#667085}.portal-header-button{width:auto;flex-shrink:0}.portal-grid{display:grid;gap:20px}.portal-grid-schedule,.portal-grid-analytics,.portal-grid-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-grid-monitoring{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.portal-card{background:#fff;border:1px solid #dedede;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:16px}.portal-card h3,.portal-card h4,.portal-card h5{margin:0;color:#2b2b2b}.portal-card p{margin:0}.portal-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.portal-card-header span,.portal-muted,.portal-inline-row small{color:#667085}.portal-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.portal-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.portal-field{display:flex;flex-direction:column;gap:6px}.portal-field span{font-size:12px;font-weight:600;color:#344054}.portal-field input,.portal-field select,.portal-filter-grid select,.portal-feedback-box select,.portal-card select,.portal-card input,.portal-card textarea{width:100%;min-height:44px;border-radius:12px;border:1px solid #dedede;background:#f8fafc;padding:10px 12px;outline:none;color:#111827;box-sizing:border-box}.portal-textarea{min-height:110px;resize:vertical}.portal-checkbox{display:flex;align-items:center;gap:10px;color:#344054}.portal-checkbox input{width:auto;min-height:auto}.portal-actions,.portal-inline-actions{display:flex;gap:12px;flex-wrap:wrap}.portal-list{display:flex;flex-direction:column;gap:12px}.portal-list-item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px;border-radius:16px;border:1px solid #eaecf0;background:#fafafa}.portal-list-button{width:100%;background:#fafafa;border:1px solid #eaecf0;text-align:left}.portal-list-button.active{background:linear-gradient(135deg,#fff1f3,#eff8ff);border-color:#d0d5dd}.portal-list-button:hover{border-color:#cbd5e1}.portal-inline-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.portal-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:capitalize}.portal-pill.neutral,.portal-pill.pending,.portal-pill.blocked,.portal-pill.cancelled,.portal-pill.scheduled{background:#f2f4f7;color:#344054}.portal-pill.high,.portal-pill.denied{background:#fee4e2;color:#b42318}.portal-pill.moderate{background:#fff4e5;color:#b54708}.portal-pill.low,.portal-pill.granted,.portal-pill.active{background:#ecfdf3;color:#067647}.portal-pill.inactive,.portal-pill.negative{background:#fef3f2;color:#b42318}.portal-empty{padding:24px;border-radius:16px;border:1px dashed #d0d5dd;background:#fcfcfd;text-align:center;color:#667085}.portal-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.portal-stack{display:flex;flex-direction:column;gap:12px}.portal-inline-row{display:flex;justify-content:space-between;gap:16px;align-items:center}.portal-inline-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portal-stat{border-radius:16px;border:1px solid #eaecf0;background:#fcfcfd;padding:16px}.portal-stat strong{display:block;font-size:24px;color:#111827}.portal-stat span{color:#667085;font-size:12px}.portal-section{display:flex;flex-direction:column;gap:12px}.portal-journal-card,.portal-ai-box,.portal-feedback-box,.portal-legal-box{border-radius:16px;border:1px solid #eaecf0;background:#fcfcfd;padding:16px}.portal-ai-box,.portal-feedback-box{display:flex;flex-direction:column;gap:12px}.portal-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}.portal-media-grid img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px}.portal-danger-btn{min-height:44px;padding:10px 14px;border-radius:12px;border:1px solid #fda29b;background:#fff5f4;color:#b42318}.portal-toggle-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eaecf0}.portal-toggle-row:last-child{border-bottom:0}.portal-toggle-row input{width:18px;height:18px;min-height:auto}.portal-capitalize{text-transform:capitalize}.portal-error-text{color:#b42318;font-size:13px}@media(max-width:1120px){.portal-grid-schedule,.portal-grid-analytics,.portal-grid-settings,.portal-grid-monitoring,.portal-two-column{grid-template-columns:1fr}}@media(max-width:720px){.portal-header{flex-direction:column}.portal-form-grid,.portal-filter-grid,.portal-inline-stats{grid-template-columns:1fr}.portal-list-item,.portal-inline-row{flex-direction:column;align-items:flex-start}}.dashboard-layout{display:flex;height:100vh;align-items:stretch}.db-main{flex:1;display:flex;flex-direction:column;gap:20px;height:100vh;background:#f3f3f3;padding:24px;overflow-y:auto}.db-header{display:flex;justify-content:space-between;align-items:center}.db-header h2{margin:0;font-size:22px;font-weight:700;color:#2b2b2b}.db-header-actions{display:flex;gap:10px}.db-content{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px}.db-left{display:flex;flex-direction:column;gap:20px}.db-greeting{width:100%;max-width:none;background:linear-gradient(135deg,#ffe4e8,#fff1f3 35%,#eff8ff 65%,#d1e9ff);padding:24px;border-radius:20px;border:1px solid #dedede}.db-greeting h2{margin:0 0 10px;color:#2b2b2b}.db-greeting p{margin:0;max-width:60ch;color:#475467;line-height:1.5}.db-badge{background:#fff;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;margin-bottom:12px;display:inline-block}.db-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%}.db-stat-card{background:#fff;padding:18px;border-radius:16px;border:1px solid #dedede;text-align:center}.db-stat-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.db-stat-card.blue .db-stat-icon{background:#e0f2fe}.db-stat-card.yellow .db-stat-icon{background:#fff4e5}.db-stat-card.green .db-stat-icon{background:#e7f8f0}.db-stat-card.red .db-stat-icon{background:#fee4e2}.db-stat-icon img{width:20px;height:20px}.db-stat-card h3{margin:0;font-size:22px}.db-stat-card span{font-size:12px;color:#6d6d6d}.db-empty{padding:20px;text-align:center;font-size:13px;color:#6d6d6d}.db-card{background:#fff;padding:16px;border-radius:16px;border:1px solid #dedede;max-width:100%}.db-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.db-card-header h3{margin:0;font-size:20px;font-weight:700}.db-view-all{font-size:14px;font-weight:600;color:#6d6d6d}.db-right{display:flex;flex-direction:column;gap:20px}.db-profile{background:#fff;border-radius:20px;border:1px solid #dedede;overflow:hidden;text-align:center;position:relative}.db-profile h3{margin:10px 0 4px}.db-profile>span{color:#667085}.db-profile-top{height:80px;background:linear-gradient(#fff1f3,#eff8ff)}.db-edit-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:10px;background:#f3f3f3;border:1px solid #dedede;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.db-edit-btn img{width:18px;height:18px;object-fit:contain}.db-edit-btn:hover{background:#eaeaea}.db-avatar-wrapper{position:relative;display:inline-block;margin-top:-45px}.db-avatar{width:90px;height:90px;border-radius:50%;border:4px solid white;object-fit:cover}.db-online-dot{position:absolute;bottom:10px;right:10px;width:20px;height:20px;border-radius:50%;border:3px solid white}.db-online-dot.available{background:#75d0a7}.db-online-dot.in-session{background:#fec84b}.db-online-dot.away{background:#f97066}.db-online-dot.offline{background:#d0d5dd}.db-info{margin-top:16px;text-align:left;padding:0 16px 16px}.db-info h4{margin-bottom:10px}.info-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eee}.info-row:last-child{border-bottom:0}.info-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1px solid #dedede;flex-shrink:0}.info-icon img{width:20px;height:20px;display:block}.info-row p{margin:0;font-size:13px;color:#2b2b2b}.db-status{background:#fff;padding:16px;border-radius:20px;border:1px solid #dedede}.db-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.db-status-header h4{margin:0;font-size:18px;font-weight:700;color:#2b2b2b}.db-status-saving{font-size:12px;color:#667085}.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.status-chip{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-size:13px;cursor:pointer;border:1px solid #dedede;background:#f3f3f3;text-align:left;transition:all .2s ease}.status-chip .dot{width:8px;height:8px;border-radius:50%}.status-chip.green .dot{background:#75d0a7}.status-chip.yellow .dot{background:#fec84b}.status-chip.red .dot{background:#f97066}.status-chip.gray .dot{background:#d0d5dd}.status-chip.green.active{background:#d1fadf;border-color:#a9efd1}.status-chip.yellow.active{background:#fff4e5;border-color:#fec84b}.status-chip.red.active{background:#fee4e2;border-color:#fda29b}.status-chip.gray.active{background:#f2f4f7;border-color:#d0d5dd}.status-chip.active{box-shadow:0 0 0 2px #00000005 inset}.status-chip:disabled{cursor:wait;opacity:.72}.db-user-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.db-user-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px;border-radius:16px;background:#fafafa;border:1px solid #eee}.db-user-left{display:flex;align-items:center;gap:12px;min-width:0}.db-user-left img{width:48px;height:48px;border-radius:50%;object-fit:cover}.db-user-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:4px}.db-risk{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700}.db-risk.high{background:#fee4e2;color:#b42318}.db-risk.moderate{background:#fff4e5;color:#b54708}.db-tag{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.db-tag.stressed{background:#f0e6ff;color:#7a5af8}.db-tag.angry{background:#fee4e2;color:#d92d20}.db-tag.sad{background:#e0f2fe;color:#0284c7}.db-user-actions{display:flex;gap:8px}.db-activity-list{margin-top:12px}.db-activity-item{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;background:transparent;border:0;border-bottom:1px solid #f2f4f7;text-align:left;cursor:pointer}.db-activity-item:last-child{border-bottom:0}.db-activity-copy{color:#2b2b2b;line-height:1.45}.db-activity-item small{flex-shrink:0;color:#667085}.db-activity-item:hover .db-activity-copy{color:#344054}.db-icon-btn{width:40px;height:40px;border-radius:8px;background:#f3f3f3;border:1px solid #dedede;display:flex;align-items:center;justify-content:center;cursor:pointer}.db-icon-btn.small{width:32px;height:32px}.db-icon-btn.pink{background:#fff1f3}.db-banner-error,.db-loading-card{background:#fff;border:1px solid #dedede;border-radius:16px;padding:16px 18px}.db-banner-error{color:#b42318;background:#fff6f7;border-color:#fecdca}.db-loading-card{color:#475467}@media(max-width:1120px){.db-content{grid-template-columns:1fr}.db-right{order:-1}}@media(max-width:800px){.db-main{padding:18px}.db-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.status-grid{grid-template-columns:1fr}}@media(max-width:560px){.db-header{flex-direction:column;align-items:flex-start;gap:12px}.db-stats{grid-template-columns:1fr}.db-user-row,.db-activity-item{flex-direction:column;align-items:flex-start}.db-user-actions{width:100%}}.sidebar{width:300px;min-width:260px;height:100vh;align-self:stretch;display:flex;flex-direction:column;background:var(--paper-offwhite);border-right:1px solid #dedede}.sidebar-top{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #dedede}.logo-box{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.logo-box img{width:28px;height:28px;object-fit:contain}.sidebar-top h3{margin:0;font-size:16px;font-weight:700;color:#2b2b2b}.sidebar-top span{font-size:12px;color:#6d6d6d}.sidebar-menu{display:flex;flex-direction:column;flex:1;padding:16px;gap:6px;overflow-y:auto}.sidebar-item{display:flex;align-items:center;gap:14px;width:100%;padding:12px 14px;border:none;border-radius:12px;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#525252;transition:background .2s ease,color .2s ease}.sidebar-item .icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.sidebar-item:hover{background:#eef5ff}.sidebar-item.active{background:linear-gradient(90deg,#ffe4e8,#fff1f3 35%,#eff8ff 65%,#d1e9ff);color:#2b2b2b;font-weight:600}.sidebar-bottom{margin-top:auto;display:flex;align-items:center;gap:12px;padding:14px 16px;border-top:1px solid #dedede;flex-shrink:0}.sidebar-bottom img{width:45px;height:45px;border-radius:50%;object-fit:cover}.profile-click{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.user-info{display:flex;flex-direction:column;justify-content:center;min-width:0}.user-info p{margin:0;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info span{font-size:11px;color:#6d6d6d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{margin-left:auto;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:background .2s ease}.logout-btn img{width:16px;height:16px;object-fit:contain}.logout-btn:hover{background:#f3f3f3}.writer-review-layout{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:20px}.writer-directory-card,.writer-workspace-card{min-height:0}.writer-entry-list{display:flex;flex-direction:column;gap:14px;min-height:0}.writer-entry-button,.writer-watch-card{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px;border-radius:16px;border:1px solid #eaecf0;background:#fcfcfd;text-align:left}.writer-entry-button.active{border-color:#98a2b3;background:linear-gradient(135deg,#fff8f0,#edf6ff)}.writer-watch-card{background:linear-gradient(135deg,#fff8f0,#fff)}.writer-watch-copy{display:flex;align-items:center;gap:12px;min-width:0}.writer-watch-copy img{width:44px;height:44px;border-radius:50%;object-fit:cover}.writer-entry-meta,.writer-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.writer-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.writer-readonly-entry,.writer-feedback-editor{display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:16px;border:1px solid #eaecf0;background:#fcfcfd}.writer-readonly-entry p{white-space:pre-wrap;line-height:1.6;color:#344054}.writer-feedback-editor textarea{min-height:100px}.portal-pill.reviewed,.portal-pill.approved{background:#ecfdf3;color:#067647}.db-online-dot.reviewing{background:#fec84b}.db-online-dot.focused{background:#f97066}@media(max-width:1120px){.writer-review-layout,.writer-metrics-grid,.writer-entry-meta{grid-template-columns:1fr}}
