.schedule-calendar{padding:18px}.schedule-calendar-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:14px;background:linear-gradient(90deg,#ffe4e8,#fff1f3,#eff8ff,#d1e9ff);font-weight:600;font-size:14px}.schedule-calendar-header button{border:none;background:#fff;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:.2s}.schedule-calendar-header button:hover{background:#f2f4f7}.calendar-weekdays{display:grid!important;grid-template-columns:repeat(7,1fr)!important;text-align:center;margin-top:14px;font-size:12px;color:#667085}.calendar-grid{display:grid!important;grid-template-columns:repeat(7,1fr)!important;gap:8px;margin-top:8px}.calendar-weekdays>div,.calendar-grid>div{display:flex;align-items:center;justify-content:center}.calendar-day{height:42px;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;font-size:13px;color:#2b2b2b;transition:all .15s ease;position:relative}.calendar-day.empty{pointer-events:none;visibility:hidden}.calendar-day:hover{background:#f3f3f3}.calendar-day.active{background:#f2f4f7;border:1px solid #dedede;font-weight:600}.calendar-day.has-session:after{content:"";width:5px;height:5px;background:#7a5af8;border-radius:50%;position:absolute;bottom:6px}.portal-card h3{font-size:18px}.schedule-info{display:flex;flex-direction:column;gap:10px;margin:14px 0}.info-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding-bottom:6px;border-bottom:1px solid #f2f4f7}.info-row:last-child{border-bottom:none}.status-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;margin-bottom:12px}.status-pill{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid #dedede;background:#f3f3f3;cursor:pointer}.status-pill.active{background:#d1fadf;border-color:#75d0a7}.portal-list-item{align-items:center}.portal-list-item small{display:block;font-size:12px;color:#667085}.st-gradient-btn.small{width:auto;height:34px;padding:0 12px;font-size:13px}.modal-overlay{position:fixed!important;top:0;left:0;width:100vw;height:100vh;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:99999}.modal-card{width:600px;max-width:95%;max-height:90vh;background:#fafaf8;border-radius:20px;border:1px solid #dedede;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000026}.modal-card,.modal-card .modal-header button,.modal-card .st-gradient-btn{color:#213547}.modal-card .portal-textarea{min-height:100px;resize:vertical;background:#f8fafc;border:1px solid #dedede;color:#111827;border-radius:12px;padding:10px 12px;box-sizing:border-box}.modal-footer button{color:#213547}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #eee}.modal-header h3{margin:0;font-size:18px}.modal-header button{border:none;background:#f2f4f7;width:32px;height:32px;border-radius:8px;cursor:pointer}.modal-body{padding:18px;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 16px;border-top:1px solid #eee}.modal-footer button{height:40px;padding:0 14px;border-radius:10px;border:1px solid #dedede;background:#fff;cursor:pointer}.portal-textarea{min-height:100px;resize:vertical}@media(max-width:768px){.modal-card{width:95%}.calendar-grid{gap:6px}.calendar-day{height:38px;font-size:12px}}: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}.register-name-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.register-field{display:flex;flex-direction:column;gap: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}.password-checklist{display:grid;gap:8px;margin-top:-6px}.password-check{font-size:12px;color:#667085}.password-check.passed{color:#027a48;font-weight:500}.name-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.name-row input,.register-field 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-box-plain{cursor:pointer}.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-upload-btn-full{justify-content:center;min-height:48px}.register-actions{display:flex;justify-content:flex-end;gap:12px}.register-actions.space-between{justify-content:space-between}.secondary-btn{min-width:120px;height:46px;border-radius:14px;border:1px solid var(--border);background:#fff;color:#111827;font-weight:600;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;color:#111827}.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:#344054;font-weight:500}.profile-content{max-width:1120px;margin:0 auto}.profile-wrapper{display:flex;justify-content:center}.profile-shell{width:100%;max-width:820px}.profile-card{width:100%;background:#fff;border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:0 24px 48px #0f172a14}.stepper{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding:0 8px}.step-group{display:flex;align-items:center;gap:12px;color:#98a2b3;font-size:13px;font-weight:600}.step-group.active{color:#111827}.step-group.completed{color:#344054}.step{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;background:#f8f8f8;box-shadow:0 10px 24px #0f172a14;font-size:20px;font-weight:600}.step-group.active .step,.step-group.completed .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;padding:18px 24px 28px;background:linear-gradient(90deg,#ffe3e8,#eef7ff)}.card-header.compact{margin-bottom:20px}.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;padding:0 24px 24px}.form-body label{font-size:12px;font-weight:600;margin-bottom:-6px;color:#344054}.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}.name-row,.row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.row{grid-template-columns:1fr 1fr;gap:12px}.name-row input,.row input,.row select{width:100%;height:46px;border-radius:12px;border:1px solid var(--border);background:#f8f8f8;padding:0 12px;outline:none;color:#111827}.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;align-items:center;text-align: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;color:#344054}.upload-main{font-weight:600;color:#111827}.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:14px;border:1px solid var(--border);background:#f8f8f8;cursor:pointer;transition:.2s ease;color:#111827;min-height:56px;font-weight:500}.status-box .dot{width:14px;height:14px;border-radius:50%}.status-box.green .dot{background:#12b76a}.status-box.yellow .dot{background:#fdb022}.status-box.blue .dot{background:#53b1fd}.status-box.red .dot{background:#f97066}.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}.availability-row-wide{grid-template-columns:repeat(4,minmax(0,1fr))}.card-footer{display:flex;justify-content:flex-end;gap:16px;padding:20px 24px 24px;border-top:1px solid #eaecf0}.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;color:#111827}.profile-action-btn{width:auto;min-width:236px;color:#111827}.profile-page .gradient-btn,.profile-page .status-box{color:#111827}.profile-note{margin:14px 0 0;text-align:center;font-size:13px;color:#344054}.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{border-radius:24px}.photo-row,.row,.name-row{grid-template-columns:1fr}}@media(max-width:640px){.auth-container,.start-container{height:auto;min-height:100vh}.name-row,.register-name-grid,.availability-row,.mini-stepper{grid-template-columns:1fr}.register-actions,.register-actions.space-between{flex-direction:column}.secondary-btn,.st-gradient-btn{width:100%}.profile-page{padding:16px}.profile-card{border-radius:20px}.stepper{flex-direction:column;align-items:flex-start}.line{width:100%}.availability-row,.availability-row-wide{grid-template-columns:1fr}.card-footer,.card-footer.space-between{flex-direction:column}.profile-action-btn,.back-btn{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-header-actions{display:flex;gap:8px;align-items:center}.portal-header-actions .tab-btn{border-radius:10px;padding:8px 12px;font-weight:700;border:2px solid #111827;background:#fff;color:#111827;cursor:pointer}.portal-header-actions .tab-btn.active{background:#111827;color:#fff;box-shadow:0 6px 14px #1118271f}.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,.portal-consent-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-permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.portal-entry-picker{display:flex;flex-direction:column;gap:0;border:1px solid #eaecf0;border-radius:16px;background:#fff;padding:0 16px}.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,.portal-permission-grid{grid-template-columns:1fr}.portal-list-item,.portal-inline-row{flex-direction:column;align-items:flex-start}}.monitor-shell{display:flex;flex-direction:column;gap:18px}.monitor-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;border-radius:18px;border:1px solid #e8dfd6;background:#fffdfa;box-shadow:0 16px 32px #b8a99714}.monitor-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.monitor-toolbar select,.monitor-search input{min-height:32px;border:1px solid #e6ddd3;border-radius:10px;background:#fffaf5;color:#5f584f;font-size:12px;padding:0 12px}.monitor-filter-chip{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border-radius:10px;border:1px solid #e6ddd3;background:#fff;color:#403830;font-size:12px;font-weight:700}.monitor-search{display:inline-flex;align-items:center;gap:8px;min-width:210px;padding:0 10px;border-radius:10px;border:1px solid #e6ddd3;background:#fffdfa;color:#8d8378}.monitor-search input{border:0;background:transparent;padding:0;min-height:36px}.monitor-search input:focus{outline:none}.monitor-directory-list{display:flex;flex-direction:column;gap:16px}.monitor-directory-card,.monitor-card,.monitor-hero-card,.monitor-entry-item{border:1px solid #e8dfd6;background:#fffdfa;box-shadow:0 18px 34px #b8a99714}.monitor-directory-card{display:flex;justify-content:space-between;align-items:center;gap:18px;border-radius:20px;padding:14px 16px}.monitor-card-main{display:flex;align-items:center;gap:14px;flex:1;min-width:0;padding:0;border:0;background:transparent;text-align:left}.monitor-avatar{width:54px;height:54px;flex-shrink:0;border-radius:50%;object-fit:cover;background:linear-gradient(180deg,#ffe8f0,#dbeeff);box-shadow:0 12px 22px #a08d7d24}.monitor-avatar-large{width:86px;height:86px;border:4px solid #ffffff}.monitor-card-copy,.monitor-hero-text{display:flex;flex-direction:column;gap:8px;min-width:0}.monitor-card-title-row,.monitor-meta-row,.monitor-hero-title-row,.monitor-hero-actions,.monitor-distribution-row,.monitor-permission-row,.monitor-feedback-actions,.monitor-entry-item-meta,.monitor-journal-breadcrumb,.monitor-progress-label{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.monitor-card-title-row strong,.monitor-hero-title-row h3,.monitor-entry-item strong,.monitor-card h3{margin:0;color:#2e2823}.monitor-card-title-row strong{font-size:17px}.monitor-meta-row,.monitor-entry-item span,.monitor-card-header p,.monitor-background-row span,.monitor-mini-stat span,.monitor-note,.monitor-hero-text p,.monitor-hero-access,.monitor-progress-label span,.monitor-journal-breadcrumb strong+span,.monitor-entry-column-header span{color:#7b7269;font-size:13px}.monitor-card-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.monitor-action-btn{min-height:36px;padding:0 12px;border-radius:10px;border:1px solid transparent;background:#fff;display:inline-flex;align-items:center;gap:8px;color:#5d564e;font-size:12px;font-weight:700;box-shadow:0 8px 18px #b8a99714}.monitor-action-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.monitor-action-btn.pale{border-color:#d8ebff;background:#f6fbff;color:#4784b7}.monitor-action-btn.warm{border-color:#ffd5dc;background:#fff4f6;color:#d66d80}.monitor-action-btn.muted{border-color:#e3ddd6;background:#f5f2ee;color:#8b837a}.monitor-status-pill,.monitor-access-pill,.monitor-mood-pill,.monitor-chip,.monitor-readonly-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.monitor-status-pill.high{background:#ffe4df;color:#da6459}.monitor-status-pill.moderate{background:#fff1c8;color:#b98316}.monitor-status-pill.low{background:#dcf5e6;color:#469969}.monitor-access-pill.pending{background:#fff0bf;color:#ae7e12}.monitor-access-pill.granted{background:#e7fbef;color:#3f9a67}.monitor-access-pill.denied{background:#f6ede9;color:#8f7d74}.monitor-mood-pill.angry,.monitor-chip.angry{background:#ffe0dd;color:#d76a62}.monitor-mood-pill.calm,.monitor-chip.calm{background:#dff8e8;color:#4aa46a}.monitor-mood-pill.happy,.monitor-chip.happy{background:#ffeebf;color:#b5871d}.monitor-mood-pill.neutral,.monitor-chip.neutral{background:#ece8ff;color:#7a68ca}.monitor-mood-pill.sad,.monitor-chip.sad{background:#d9edff;color:#5393ce}.monitor-mood-pill.stressed,.monitor-chip.stressed{background:#eddcff;color:#9973d4}.monitor-back-link{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#4e4740;font-size:12px;font-weight:700}.monitor-back-link.compact{min-height:30px;padding:0 8px;border-radius:8px;background:#fff9f3;border:1px solid #ece1d7}.monitor-hero-card{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;border-radius:22px;padding:18px;background:linear-gradient(90deg,#ffdfe8,#fff2f5 28%,#edf7ff 70%,#d7ebff)}.monitor-hero-copy{display:flex;align-items:center;gap:16px}.monitor-hero-title-row h3{font-size:20px;font-weight:800}.monitor-hero-access{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border-radius:10px;border:1px solid #cde8d8;background:#ffffffc7;color:#4a9570;font-size:12px;font-weight:700}.monitor-overview-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:18px}.monitor-side-stack{display:flex;flex-direction:column;gap:18px}.monitor-card{display:flex;flex-direction:column;gap:16px;border-radius:20px;padding:18px}.monitor-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.monitor-card-header h3{font-size:18px;font-weight:800}.monitor-background-list{display:flex;flex-direction:column}.monitor-background-row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid #efe7df}.monitor-background-row:last-child{border-bottom:0}.monitor-background-row strong{color:#4a433c;font-size:13px;font-weight:700;text-align:right}.monitor-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.monitor-mini-stat{display:flex;flex-direction:column;gap:6px;min-height:104px;padding:16px 14px;border-radius:16px;border:1px solid #eee3da;background:linear-gradient(180deg,#fff8fa,#fff);justify-content:center;text-align:center}.monitor-mini-stat strong{font-size:31px;line-height:1;color:#322c27}.monitor-progress-bar{width:100%;height:10px;border-radius:999px;background:#edf2fb;overflow:hidden}.monitor-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#b9d7ff,#d9e8ff)}.monitor-progress-label strong{margin-left:auto;color:#433c35}.monitor-mood-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.monitor-mood-day{display:flex;flex-direction:column;align-items:center;gap:8px}.monitor-mood-day span{font-size:12px;color:#7b7269}.monitor-mood-orb{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;box-shadow:inset 0 -3px #ffffff73}.monitor-mood-orb.angry{background:#ffb8af;color:#944c41}.monitor-mood-orb.calm{background:#c8f0d6;color:#4a9164}.monitor-mood-orb.happy{background:#ffe08b;color:#936e13}.monitor-mood-orb.neutral{background:#d8cdfa;color:#6d58b8}.monitor-mood-orb.sad{background:#bfe0ff;color:#4d7fb4}.monitor-mood-orb.stressed{background:#d8c4ff;color:#8263bf}.monitor-chip{min-height:26px;padding:0 12px}.monitor-note{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid #b8d8ff;background:#eff7ff}.monitor-subheading{margin:0;font-size:13px;font-weight:800;color:#433c35}.monitor-consent-card{background:linear-gradient(180deg,#fffefd,#fffaf6)}.monitor-consent-grid{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:14px;align-items:end}.monitor-scope-toggle{display:inline-flex;align-items:center;gap:8px;padding:6px;border-radius:14px;border:1px solid #ece1d7;background:#fff}.monitor-toggle-btn{min-height:38px;padding:0 14px;border-radius:10px;border:0;background:transparent;color:#70675f;font-size:12px;font-weight:700}.monitor-toggle-btn.active{background:linear-gradient(90deg,#ffe8ef,#eef7ff);color:#312a24}.monitor-permission-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:999px;border:1px solid #ebdfd5;background:#fff;color:#544d45;font-size:12px;font-weight:700}.monitor-permission-pill input{width:16px;height:16px;min-height:auto}.monitor-entry-picker{display:flex;flex-direction:column;gap:0;border-radius:18px;border:1px solid #ece1d7;background:#fff;padding:0 16px}.monitor-summary-body{display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;padding:18px;border-radius:16px;border:1px solid #f0dbdc;background:linear-gradient(180deg,#fff7f8,#fffdfa)}.monitor-summary-body p{margin:0;color:#5a524b;line-height:1.7}.monitor-journal-topbar{display:flex;justify-content:space-between;align-items:center;gap:14px}.monitor-journal-layout{display:grid;grid-template-columns:minmax(260px,310px) minmax(0,1fr);gap:18px;min-height:0}.monitor-entry-column{display:flex;flex-direction:column;border-radius:20px;border:1px solid #e8dfd6;background:#fffdfa;box-shadow:0 18px 34px #b8a99714;overflow:hidden}.monitor-entry-column-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px;border-bottom:1px solid #efe7df}.monitor-entry-column-header h3{margin:0;font-size:15px;font-weight:800;color:#332d28}.monitor-entry-list{display:flex;flex-direction:column;gap:10px;padding:12px;overflow-y:auto}.monitor-entry-item{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:14px;border-radius:16px;text-align:left;background:linear-gradient(180deg,#fffefd,#f9fbff)}.monitor-entry-item.active{border-color:#d9e6f4;background:linear-gradient(180deg,#fff9fb,#eef7ff)}.monitor-entry-detail{display:flex;flex-direction:column;gap:18px}.monitor-readonly-pill{width:fit-content;background:#f3efe9;color:#726960}.monitor-entry-body{display:flex;flex-direction:column;gap:10px}.monitor-entry-text{margin:0;color:#534c45;line-height:1.85;white-space:pre-wrap}.monitor-photo-block{display:flex;flex-direction:column;gap:10px}.monitor-photo-block img{width:min(100%,280px);border-radius:18px;border:1px solid #e4ddd6;box-shadow:0 18px 24px #9d90841f}@media(max-width:1200px){.monitor-overview-grid,.monitor-journal-layout{grid-template-columns:1fr}.monitor-entry-column{max-height:360px}}@media(max-width:900px){.monitor-toolbar,.monitor-directory-card,.monitor-hero-card,.monitor-journal-topbar{flex-direction:column;align-items:stretch}.monitor-card-actions,.monitor-hero-actions{width:100%}.monitor-consent-grid,.monitor-stat-grid,.monitor-mood-week{grid-template-columns:1fr}.monitor-hero-copy{align-items:flex-start}}@media(max-width:720px){.monitor-toolbar{padding:12px}.monitor-search{width:100%;min-width:0}.monitor-card,.monitor-directory-card,.monitor-hero-card{padding:14px}.monitor-card-main{align-items:flex-start}.monitor-avatar-large{width:68px;height:68px}}.dashboard-layout{display:flex;height:100vh;align-items:stretch}.db-main{flex:1;display:flex;flex-direction:column;gap:20px;height:100vh;background:#f7f5f1;padding:24px;overflow-y:auto}.db-header{display:flex;justify-content:space-between;align-items:center;min-height:54px}.db-header h2{margin:0;font-size:18px;font-weight:800;color:#2b2b2b}.db-header-actions{display:flex;gap:10px}.db-icon-btn{width:40px;height:40px;border-radius:10px;border:1px solid #e8e1d8;background:#fffdf9;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #a1918214}.db-icon-btn img{width:18px;height:18px}.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;color:#213547}.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:214px;min-width:214px;height:100vh;align-self:stretch;display:flex;flex-direction:column;background:#fffdfb;border-right:1px solid #ebe7dd;box-shadow:inset -1px 0 #e5ddd46b}.sidebar-top{display:flex;align-items:center;gap:12px;padding:16px 14px;border-bottom:1px solid #efe7df}.logo-box{width:42px;height:42px;border-radius:12px;background:linear-gradient(180deg,#ffe4ef,#d9ebff);box-shadow:0 12px 24px #e8d3d638;display:flex;align-items:center;justify-content:center}.logo-box img{width:42px;height:42px;object-fit:contain}.sidebar-top h3{margin:0;font-size:16px;font-weight:800;color:#2f2b29}.sidebar-top span{font-size:11px;color:#6e665e}.sidebar-menu{display:flex;flex-direction:column;flex:1;padding:12px 10px;gap:6px;overflow-y:auto}.sidebar-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 12px;border:none;border-radius:12px;background:transparent;cursor:pointer;font-size:13px;font-weight:500;color:#5f574f;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.sidebar-item .icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.sidebar-item:hover{background:#f7f8fc;transform:translate(2px)}.sidebar-item.active{background:linear-gradient(90deg,#ffe6ef,#fff4f8 42%,#edf7ff 76%,#deeeff);box-shadow:inset 0 0 0 1px #b6d7f773;color:#2f2b29;font-weight:700}.sidebar-bottom{margin-top:auto;display:flex;align-items:center;gap:12px;padding:12px;border-top:1px solid #efe7df;flex-shrink:0}.sidebar-bottom img{width:42px;height:42px;border-radius:50%;object-fit:cover;box-shadow:0 10px 18px #886f5f1f}.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:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info span{font-size:10px;color:#6e665e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{margin-left:auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:10px;cursor:pointer;transition:background .2s ease}.logout-btn img{width:16px;height:16px;object-fit:contain}.logout-btn:hover{background:#f3efe8}.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}}
