@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@400;500;600&family=Roboto:wght@400;500;700&display=swap";:root{--reh-primary-50: #f2fcf5;--reh-primary-100: #e1f7e7;--reh-primary-200: #c2eed0;--reh-primary-300: #aadd96;--reh-primary-400: #87a851;--reh-primary-500: #87a851;--reh-primary-600: #5d8c3e;--reh-primary-700: #015641;--reh-primary-800: #014535;--reh-primary-900: #012b21;--reh-accent-400: #eec578;--reh-accent-500: #d68e3d;--reh-accent-600: #b8752a;--reh-accent-700: #965c1f;--reh-gray-50: #fafaf9;--reh-gray-100: #f5f5f4;--reh-gray-200: #e7e5e4;--reh-gray-300: #d6d3d1;--reh-gray-400: #a8a29e;--reh-gray-500: #78716c;--reh-gray-600: #57534e;--reh-gray-700: #44403c;--reh-gray-800: #292524;--reh-gray-900: #1c1917;--reh-beige-soft: #e1d9c2;--reh-bg-app: #f9fafb;--reh-bg-surface: #ffffff;--reh-text-main: var(--reh-gray-900);--reh-text-muted: var(--reh-gray-500);--reh-border: var(--reh-gray-200);--reh-error: #ef4444;--reh-success: #10b981;--font-sans: "Google Sans Text", "Roboto", "Inter", system-ui, sans-serif;--font-display: "Google Sans", "Product Sans", "Inter", "Outfit", system-ui, sans-serif;--fs-xs: .6875rem;--fs-sm: .75rem;--fs-base: .8125rem;--fs-md: .875rem;--fs-lg: 1rem;--fs-xl: 1.25rem;--fs-2xl: 1.375rem;--shadow-sm: 0 1px 2px rgba(60, 64, 67, .15);--shadow-md: 0 1px 3px rgba(60, 64, 67, .18), 0 1px 2px rgba(60, 64, 67, .1);--shadow-lg: 0 2px 6px 2px rgba(60, 64, 67, .15), 0 1px 2px rgba(60, 64, 67, .1);--shadow-xl: 0 4px 16px rgba(0, 0, 0, .3);--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 8px;--radius-xl: 8px;--radius-2xl: 28px;--radius-pill: 100px;--radius-dialog: 28px}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background-color:var(--reh-bg-app);color:var(--reh-text-main);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;margin:0 0 .5em;color:var(--reh-primary-900)}button,input,textarea,select{font-family:inherit;font-size:100%}a{color:inherit;text-decoration:none}.reh-app-shell{display:flex;min-height:100vh;background-color:var(--reh-bg-app)}.reh-main-content{flex:1;height:100vh;overflow-y:auto;padding:2rem}.reh-main{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;padding-bottom:4rem}.reh-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;border-radius:var(--radius-pill);font-weight:500;font-size:var(--fs-md);transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;cursor:pointer;white-space:nowrap}.reh-button--primary{background-color:var(--reh-primary-500);color:#fff;box-shadow:none}.reh-button--primary:hover:not(:disabled){background-color:var(--reh-primary-600);box-shadow:var(--shadow-sm)}.reh-button--primary:disabled{background-color:var(--reh-gray-300);cursor:not-allowed;box-shadow:none}.reh-button--secondary{background-color:#fff;border-color:var(--reh-gray-300);color:var(--reh-primary-700)}.reh-button--secondary:hover:not(:disabled){border-color:var(--reh-primary-500);background-color:var(--reh-primary-50);color:var(--reh-primary-800)}.reh-button--text{background:transparent;color:var(--reh-gray-600);border:none}.reh-button--text:hover:not(:disabled){background-color:var(--reh-gray-100);color:var(--reh-primary-700)}.reh-button--text:disabled{opacity:.5;cursor:not-allowed}.reh-button--ghost:hover:not(:disabled){background-color:var(--reh-primary-50);color:var(--reh-primary-700)}.reh-button--ghost:disabled{opacity:.5;cursor:not-allowed}.reh-button--danger{background-color:var(--reh-error);color:#fff;border:1px solid var(--reh-error)}.reh-button--danger:hover:not(:disabled){background-color:#dc2626;box-shadow:var(--shadow-sm)}.reh-button--danger:disabled{opacity:.5;cursor:not-allowed}.reh-icon-button{padding:.5rem;border-radius:var(--radius-md);color:var(--reh-text-muted);background:transparent;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.reh-icon-button:hover{background-color:var(--reh-gray-100);color:var(--reh-primary-700)}.reh-label{display:block;font-size:.875rem;font-weight:500;color:var(--reh-gray-700);margin-bottom:.4rem}.reh-input,.reh-textarea,.reh-select{width:100%;padding:.625rem .875rem;background-color:var(--reh-bg-surface);border:1px solid var(--reh-gray-300);border-radius:var(--radius-md);color:var(--reh-text-main);font-size:.95rem;transition:all .2s;box-shadow:var(--shadow-sm)}.reh-input:focus,.reh-textarea:focus,.reh-select:focus{outline:none;border-color:var(--reh-primary-500);box-shadow:0 0 0 3px var(--reh-primary-100)}.reh-card{background:var(--reh-bg-surface);border-radius:var(--radius-md);box-shadow:none;border:1px solid var(--reh-border);overflow:hidden;display:flex;flex-direction:column}.reh-card-header{padding:1.5rem 2rem;border-bottom:1px solid var(--reh-gray-100);background:var(--reh-bg-surface)}.reh-card-header h2{font-size:1.25rem;margin:0;color:var(--reh-primary-800)}.reh-card-header span{font-size:.875rem;color:var(--reh-text-muted);margin-top:.25rem;display:block}.reh-card-body{padding:2rem;flex:1}.reh-sidebar{width:260px;background-color:var(--reh-primary-900);border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;flex-shrink:0;height:100vh;position:sticky;top:0;z-index:50;color:#fff}.reh-sidebar-header{height:4.5rem;display:flex;align-items:center;justify-content:center;padding:0 1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.reh-sidebar-header img{filter:brightness(0) invert(1)}.reh-sidebar-nav{padding:1.5rem 1rem;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:.5rem}.reh-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:var(--radius-pill);color:var(--reh-primary-100);font-size:var(--fs-md);font-weight:500;cursor:pointer;width:100%;text-align:left;transition:all .2s}.reh-nav-item:hover{background-color:#ffffff0d;color:#fff}.reh-nav-item.active{background-color:#ffffff14;color:var(--reh-primary-500);font-weight:600}.reh-nav-item .icon{font-size:1.1rem;opacity:.8}.reh-nav-item.active .icon{opacity:1}.reh-sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.reh-user-profile{display:flex;align-items:center;gap:.75rem}.reh-user-profile .avatar{width:2.25rem;height:2.25rem;background-color:var(--reh-primary-700);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;border:1px solid var(--reh-primary-500)}.reh-user-profile .info{display:flex;flex-direction:column}.reh-user-profile .info .name{font-size:.9rem;font-weight:500;color:#fff}.reh-user-profile .info .role{font-size:.75rem;color:var(--reh-primary-300)}.reh-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;border:2px dashed var(--reh-gray-300);border-radius:var(--radius-xl);background-color:var(--reh-gray-50);color:var(--reh-text-muted);cursor:pointer;transition:all .2s ease;text-align:center}.reh-upload-zone:hover{border-color:var(--reh-primary-400);background-color:var(--reh-primary-50)}.reh-upload-zone--active{border-color:var(--reh-primary-500);background-color:var(--reh-primary-50);transform:scale(.99)}.reh-upload-icon{width:3rem;height:3rem;color:var(--reh-gray-400)}.reh-upload-zone:hover .reh-upload-icon{color:var(--reh-primary-500)}.reh-simple-list{border:1px solid var(--reh-border);border-radius:var(--radius-lg);overflow:hidden}.reh-simple-list-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--reh-border);background:#fff}.reh-simple-list-item:last-child{border-bottom:none}.reh-list-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:#fff;border:1px solid var(--reh-border);border-radius:var(--radius-md);margin-bottom:.5rem;cursor:pointer;transition:all .2s}.reh-list-item:hover{border-color:var(--reh-primary-300);background-color:var(--reh-primary-50)}.reh-list-item.active{border-color:var(--reh-primary-500);background-color:var(--reh-primary-50)}.reh-page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.reh-page-header h1{font-size:1.875rem;color:var(--reh-gray-900);margin-bottom:.25rem}.reh-page-header p{color:var(--reh-text-muted);font-size:1rem;margin:0}.reh-muted{color:var(--reh-text-muted)}.reh-error-message{background:#fef2f2;color:#b91c1c;padding:.75rem;border-radius:var(--radius-md);border:1px solid #fecaca;font-size:.875rem}.reh-mobile-only{display:none!important}.reh-desktop-only{display:block!important}@media(max-width:768px){.reh-mobile-only{display:block!important}.reh-desktop-only{display:none!important}}.reh-hamburger{position:fixed;top:1rem;left:1rem;z-index:1001;background:var(--reh-primary-700);color:#fff;border:none;padding:.75rem;border-radius:var(--radius-md);cursor:pointer;display:none;box-shadow:var(--shadow-md);transition:all .2s}.reh-hamburger:hover{background:var(--reh-primary-800);box-shadow:var(--shadow-lg)}.reh-sidebar-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:1024px){.reh-sidebar{width:70px}.reh-sidebar-header span,.reh-nav-item span:not(.icon),.reh-user-profile .info{display:none}.reh-sidebar-header{padding:.5rem;align-items:center;justify-content:center}.reh-nav-item{justify-content:center;padding:.75rem}.reh-user-profile{justify-content:center}.reh-main-content{padding:1.5rem 1rem}.reh-page-header h1{font-size:1.5rem}.reh-card-body{padding:1.5rem}}@media(max-width:768px){.reh-hamburger{display:flex;align-items:center;justify-content:center}.reh-sidebar{position:fixed;left:-260px;width:260px;z-index:1000;transition:left .3s ease}.reh-sidebar.mobile-open{left:0}.reh-sidebar-backdrop.visible{display:block}.reh-sidebar.mobile-open .reh-sidebar-header span,.reh-sidebar.mobile-open .reh-nav-item span:not(.icon),.reh-sidebar.mobile-open .reh-user-profile .info{display:initial}.reh-sidebar.mobile-open .reh-sidebar-header{padding:0 1.5rem}.reh-sidebar.mobile-open .reh-nav-item{justify-content:flex-start;padding:.75rem 1rem}.reh-sidebar.mobile-open .reh-user-profile{justify-content:flex-start}.reh-main-content{padding:4rem 1rem 1rem}.reh-main{padding-bottom:2rem}.reh-page-header{flex-direction:column;align-items:flex-start!important;gap:1rem}.reh-page-header h1{font-size:1.375rem;margin-bottom:.25rem}.reh-page-header p{font-size:.9rem}.reh-page-header>div:last-child{width:100%}.reh-page-header>div:last-child>div{flex-direction:column;width:100%;gap:.75rem!important}.reh-page-header button{width:100%;justify-content:center}.reh-card-header{padding:1rem 1.25rem}.reh-card-body{padding:1.25rem}.reh-button{font-size:.9rem;padding:.5rem 1rem}.reh-button--sm{font-size:.825rem;padding:.35rem .65rem}.reh-input,.reh-textarea,.reh-select{font-size:16px}.reh-fab{bottom:1.25rem;right:1.25rem;width:3rem;height:3rem}}@media(max-width:640px){.reh-main-content{padding:4rem .75rem .75rem}.reh-main{gap:1.5rem}.reh-page-header{margin-bottom:1.5rem}.reh-page-header h1{font-size:1.25rem}.reh-card-body{padding:1rem}.reh-toast-container{left:1rem;right:1rem;bottom:1rem}.reh-toast{min-width:auto;max-width:100%}}.reh-modal-tabs{display:flex;border-bottom:1px solid var(--reh-gray-200);gap:1.5rem;padding:0 1.5rem;margin-bottom:1rem}.reh-tab{background:none;border:none;border-bottom:2px solid transparent;padding:1rem .5rem;font-size:.95rem;color:var(--reh-text-muted);font-weight:500;cursor:pointer;transition:all .2s}.reh-tab.active{color:var(--reh-primary-700);border-bottom-color:var(--reh-primary-700)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--reh-gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--reh-gray-400)}.reh-modal-overlay{position:fixed;inset:0;background-color:#00000052;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.reh-modal{background:var(--reh-bg-surface);border-radius:var(--radius-dialog);width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-xl);animation:modal-slide-in .2s ease-out}@keyframes modal-slide-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.reh-close-button{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--reh-gray-500);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.reh-close-button:hover{background-color:var(--reh-gray-100);color:var(--reh-error)}.reh-combobox{position:relative;width:100%}.reh-combobox-input-wrapper{position:relative;display:flex;align-items:center}.reh-combobox-action{position:absolute;right:8px;background:none;border:none;opacity:.5;cursor:pointer;padding:4px;border-radius:4px}.reh-combobox-action:hover{opacity:1;background-color:var(--reh-gray-100)}.reh-combobox-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--reh-bg-surface);border:1px solid var(--reh-gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);max-height:200px;overflow-y:auto;z-index:10;list-style:none;padding:.5rem 0;margin:4px 0 0}.reh-combobox-item{padding:.5rem 1rem;cursor:pointer;transition:background .1s}.reh-combobox-item:hover{background-color:var(--reh-primary-50)}.reh-template-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;height:50vh}.reh-template-list{display:flex;flex-direction:column;border-right:1px solid var(--reh-gray-200);padding-right:2rem}.reh-template-form{display:flex;flex-direction:column;overflow-y:auto}.reh-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reh-list-header h4,.reh-template-form h4{margin:0;font-size:1rem;color:var(--reh-gray-700);font-weight:600}.reh-template-form h4{margin-bottom:1rem}.reh-list-items{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.reh-form-group{margin-bottom:1rem}.reh-form-actions{display:flex;gap:1rem;margin-top:1rem}.reh-simple-list-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;height:100%}.reh-simple-list-container{display:flex;flex-direction:column}.reh-simple-list-container h4{margin:0 0 1rem;font-size:1rem;color:var(--reh-gray-700)}.reh-add-row{display:flex;gap:.5rem;margin-bottom:1rem}.reh-info-panel{background-color:var(--reh-gray-50);padding:1.5rem;border-radius:var(--radius-lg);color:var(--reh-gray-600);font-size:.9rem;height:fit-content}.reh-info-panel p{margin:0 0 .5rem}.reh-info-panel p:last-child{margin-bottom:0}.reh-skeleton{background:linear-gradient(90deg,var(--reh-gray-200) 25%,var(--reh-gray-100) 50%,var(--reh-gray-200) 75%);background-size:200% 100%;animation:reh-skeleton-loading 1.5s infinite;border-radius:var(--radius-md)}@keyframes reh-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.reh-state-container{padding:3rem 1rem;text-align:center;color:var(--reh-text-muted);display:flex;flex-direction:column;align-items:center;gap:1rem}.reh-state-icon{font-size:2rem;margin-bottom:.5rem;opacity:.5}.reh-empty-state{text-align:center;padding:2rem;color:var(--reh-gray-500);font-size:.9rem;border:2px dashed var(--reh-gray-200);border-radius:var(--radius-md)}.reh-fab{position:fixed;bottom:2rem;right:2rem;background-color:var(--reh-accent-500);color:var(--reh-primary-900);border:none;width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:var(--shadow-lg);cursor:pointer;transition:all .2s ease;z-index:90}.reh-fab:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl);background-color:var(--reh-accent-400)}.reh-interview-details{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--reh-gray-200)}.reh-interview-section-title{font-size:.875rem;font-weight:600;color:var(--reh-gray-700);margin-bottom:.5rem}.reh-interview-transcript-block{margin-bottom:1.5rem}.reh-interview-transcript-text{font-size:.9rem;line-height:1.7;color:var(--reh-gray-700);background-color:var(--reh-gray-50);padding:1rem;border-radius:var(--radius-md);max-height:200px;overflow-y:auto;margin:0}.reh-interview-answers-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.reh-interview-answer-item{display:flex;flex-direction:column;gap:.25rem}.reh-interview-question{font-size:.875rem;color:var(--reh-gray-800)}.reh-interview-answer{font-size:.9rem;color:var(--reh-gray-600);padding-left:.75rem;border-left:2px solid var(--reh-primary-300)}.reh-item-content{display:flex;flex-direction:column;gap:.2rem}.reh-item-title{font-weight:500;color:var(--reh-gray-900)}.reh-item-subtitle{font-size:.8rem;color:var(--reh-gray-500)}@media(max-width:768px){.reh-template-layout{grid-template-columns:1fr;height:auto;gap:2rem}.reh-template-list{border-right:none;padding-right:0;border-bottom:1px solid var(--reh-gray-200);padding-bottom:1.5rem;max-height:300px}.reh-simple-list-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr}}.reh-details-container{padding:1.5rem}.reh-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:1.5rem;background-color:var(--reh-beige-soft);border-radius:1rem;border:1px solid var(--reh-border)}.reh-meta-item{display:flex;align-items:flex-start;gap:.75rem}.reh-meta-item label{display:block;font-size:.8rem;color:var(--reh-muted);margin-bottom:.25rem}.reh-meta-item strong{font-size:1rem;color:var(--reh-gray-900)}.reh-icon-muted{color:var(--reh-primary-500);opacity:.7;margin-top:.1rem}.reh-tabs{display:flex;gap:1rem;border-bottom:1px solid var(--reh-border);margin-bottom:1.5rem}.reh-tab{background:none;border:none;padding:.75rem .25rem;font-size:.95rem;font-weight:500;color:var(--reh-muted);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;display:flex;align-items:center;gap:.5rem}.reh-tab:hover{color:var(--reh-primary-600)}.reh-tab.active{color:var(--reh-primary-700);border-bottom-color:var(--reh-primary-500)}.reh-qa-list{display:flex;flex-direction:column;gap:1.5rem}.reh-qa-item{padding:1.25rem;background:#fff;border:1px solid var(--reh-border);border-radius:.75rem;transition:box-shadow .2s ease,border-color .2s ease}.reh-qa-item:hover{border-color:var(--reh-primary-200);box-shadow:0 2px 8px #0000000d}.reh-qa-item .reh-question{font-size:1rem;font-weight:600;color:var(--reh-primary-900);margin-bottom:.75rem;line-height:1.4}.reh-qa-item .reh-answer{font-size:.95rem;line-height:1.7;color:var(--reh-gray-900)}.reh-qa-item .reh-answer p{margin:0;line-height:1.7}.reh-qa-item .reh-answer ul{margin:0;padding-left:1.25rem;list-style-type:disc}.reh-qa-item .reh-answer li{margin-bottom:.5rem;line-height:1.6}.reh-qa-item .reh-answer li:last-child{margin-bottom:0}.reh-transcript-view{padding:1.5rem;background:#fff;border-radius:.75rem;border:1px solid var(--reh-border);font-family:Inter,system-ui,sans-serif;color:var(--reh-gray-900)}.reh-toast-container{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:9999}.reh-toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-xl);min-width:300px;max-width:400px;border:1px solid var(--reh-border);animation:reh-toast-slide-in .3s cubic-bezier(.16,1,.3,1)}@keyframes reh-toast-slide-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.reh-toast--success{border-left:4px solid var(--reh-success)}.reh-toast--error{border-left:4px solid var(--reh-error)}.reh-toast--info{border-left:4px solid var(--reh-primary-500)}.reh-toast-icon{display:flex;align-items:center;justify-content:center}.reh-toast--success .reh-toast-icon{color:var(--reh-success)}.reh-toast--error .reh-toast-icon{color:var(--reh-error)}.reh-toast--info .reh-toast-icon{color:var(--reh-primary-500)}.reh-toast-message{flex:1;font-size:.925rem;color:var(--reh-gray-900);font-weight:500}.reh-toast-close{background:none;border:none;color:var(--reh-gray-400);cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s;display:flex}.reh-toast-close:hover{background:var(--reh-gray-100);color:var(--reh-gray-600)}.reh-spinner{animation:reh-spin 1s linear infinite}@keyframes reh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reh-chat-fab{position:fixed;right:2rem;bottom:2rem;z-index:60;border:none;border-radius:999px;padding:.7rem 1.3rem;background:var(--reh-primary-700);color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;box-shadow:0 10px 25px #0000002e;display:flex;align-items:center;gap:.5rem}.reh-chat-fab:hover{background:var(--reh-primary-800)}.reh-chat-fab:disabled{opacity:.7;cursor:default}.reh-chat-float{position:fixed;right:2rem;bottom:4.5rem;z-index:70;width:380px;max-width:calc(100vw - 2.5rem);height:min(70vh,520px);background:var(--reh-bg-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--reh-border);padding:.9rem 1rem;display:flex;flex-direction:column}@media(max-width:640px){.reh-chat-float{right:.75rem;left:.75rem;bottom:4.5rem;width:auto;max-height:70vh}.reh-chat-fab{right:.75rem;bottom:1.25rem}}.reh-markdown{font-size:.9rem;line-height:1.5}.reh-markdown p{margin:0 0 .5rem}.reh-markdown p:last-child{margin-bottom:0}.reh-markdown ul,.reh-markdown ol{margin:.5rem 0;padding-left:1.25rem}.reh-markdown li{margin-bottom:.25rem}.reh-markdown code{background:#0000001a;padding:.1rem .3rem;border-radius:4px;font-size:.85em;font-family:monospace}.reh-markdown pre{background:#0000001a;padding:.5rem;border-radius:4px;overflow-x:auto;margin:.5rem 0}.reh-markdown pre code{background:none;padding:0}.reh-confirm-modal-overlay{position:fixed;inset:0;background:#00000052;display:flex;align-items:center;justify-content:center;z-index:1000}.reh-confirm-modal{background:#fff;border-radius:var(--radius-dialog);padding:1.5rem;max-width:400px;width:90%;box-shadow:var(--shadow-xl);animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.reh-modal[style*="height: 80vh"]{height:85vh!important;max-height:85vh!important}}@media(max-width:768px){.reh-chat-float{right:.5rem;left:.5rem;bottom:4rem;width:auto;max-height:65vh}.reh-chat-fab{right:.75rem;bottom:1rem;padding:.6rem 1.1rem;font-size:.85rem}.reh-modal-overlay{padding:0;align-items:flex-end}.reh-modal[style*="height: 80vh"],.reh-modal[style*="height: 85vh"]{width:100%!important;max-width:100%!important;height:95vh!important;max-height:95vh!important;border-radius:var(--radius-lg) var(--radius-lg) 0 0!important;margin:0!important}.reh-modal{width:95%!important;max-width:95%!important;border-radius:var(--radius-lg)}.reh-confirm-modal{width:90%;max-width:90%;padding:1.25rem}table{min-width:500px;display:block;overflow-x:auto}.reh-input,.reh-textarea{font-size:16px}}@media(max-width:640px){.reh-confirm-modal{width:95%;padding:1rem}.reh-modal{width:100%!important;max-width:100%!important}}.reh-icon-button{background:none;border:none;cursor:pointer;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s;color:inherit}.reh-icon-button:hover{background:#0000000d}.reh-icon-button:active{background:#0000001a}.reh-input{width:100%;padding:.6rem .75rem;border:1px solid var(--reh-border);border-radius:.5rem;font-size:.95rem;font-family:inherit;transition:all .15s}.reh-input:focus{outline:none;border-color:var(--reh-primary-500);box-shadow:0 0 0 3px #22c55e1a}.reh-textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--reh-border);border-radius:.5rem;font-size:.9rem;font-family:monospace;transition:all .15s;resize:vertical}.reh-textarea:focus{outline:none;border-color:var(--reh-primary-500);box-shadow:0 0 0 3px #22c55e1a}.reh-label{display:block;font-weight:500;color:var(--reh-gray-700);font-size:.95rem}.reh-button{border:none;border-radius:var(--radius-pill);padding:.6rem 1.5rem;font-size:var(--fs-md);font-weight:500;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit}.reh-button:disabled{opacity:.6;cursor:not-allowed}.reh-button--primary{background:var(--reh-primary-600);color:#fff}.reh-button--primary:hover:not(:disabled){background:var(--reh-primary-700)}.reh-button--secondary{background:var(--reh-gray-100);color:var(--reh-gray-700);border:1px solid var(--reh-gray-300)}.reh-button--secondary:hover:not(:disabled){background:var(--reh-gray-200)}.reh-button--ghost{background:transparent;color:var(--reh-primary-600);border:1px solid var(--reh-primary-300)}.reh-button--ghost:hover:not(:disabled){background:var(--reh-primary-50)}.reh-button--sm{padding:.4rem 1rem;font-size:var(--fs-sm);border-radius:var(--radius-pill)}.reh-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--reh-gray-500);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s}.reh-close-button:hover{background:var(--reh-gray-100);color:var(--reh-gray-700)}.animate-spin{animation:reh-spin .9s linear infinite}@keyframes reh-spin{to{transform:rotate(360deg)}}.analytics-main{max-width:1280px;gap:1rem}.analytics-filters{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr)) auto;gap:.75rem;align-items:end;padding:1rem;background:var(--reh-bg-surface);border:1px solid var(--reh-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.analytics-filter-actions{display:flex;gap:.5rem;align-items:center}.analytics-note{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #f2d6a8;border-radius:var(--radius-md);background:#fff8ed;color:var(--reh-accent-700);font-size:.9rem}.analytics-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:12rem;color:var(--reh-text-muted)}.analytics-metrics{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:.75rem}.analytics-metric{display:flex;gap:.75rem;min-height:7.5rem;padding:1rem;background:var(--reh-bg-surface);border:1px solid var(--reh-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.analytics-metric__icon{width:2rem;height:2rem;flex:0 0 2rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--reh-primary-50);color:var(--reh-primary-700)}.analytics-metric--success .analytics-metric__icon{background:#ecfdf5;color:var(--reh-success)}.analytics-metric--warning .analytics-metric__icon{background:#fff8ed;color:var(--reh-accent-700)}.analytics-metric span,.analytics-metric small{display:block;color:var(--reh-text-muted);font-size:.78rem}.analytics-metric strong{display:block;margin:.15rem 0;color:var(--reh-gray-900);font-size:1.25rem;line-height:1.2;word-break:break-word}.analytics-panel{background:var(--reh-bg-surface);border:1px solid var(--reh-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.analytics-panel__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid var(--reh-gray-100)}.analytics-panel__header h2{margin:0;font-size:1rem;color:var(--reh-gray-900)}.analytics-panel__header span{color:var(--reh-text-muted);font-size:.82rem}.analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.analytics-empty{padding:1.5rem;color:var(--reh-text-muted);font-size:.9rem}.analytics-table-wrap{overflow-x:auto}.analytics-table{width:100%;border-collapse:collapse;min-width:620px}.analytics-table th,.analytics-table td{padding:.75rem 1rem;border-bottom:1px solid var(--reh-gray-100);text-align:left;font-size:.84rem;white-space:nowrap}.analytics-table th{color:var(--reh-gray-500);font-weight:600;background:var(--reh-gray-50)}.analytics-table td{color:var(--reh-gray-800)}.analytics-table tr:last-child td{border-bottom:none}.analytics-chart{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(72px,1fr);gap:.5rem;min-height:14rem;padding:1rem;overflow-x:auto}.analytics-chart__bar{display:grid;grid-template-rows:1fr auto auto;gap:.35rem;min-width:72px;color:var(--reh-text-muted);font-size:.72rem;text-align:center}.analytics-chart__track{display:flex;align-items:end;min-height:9rem;padding:0 .55rem;background:var(--reh-gray-50);border:1px solid var(--reh-gray-100);border-radius:var(--radius-sm)}.analytics-chart__track span{display:block;width:100%;border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:linear-gradient(180deg,var(--reh-primary-500),var(--reh-primary-700))}.analytics-chart__bar strong{color:var(--reh-gray-700);font-size:.7rem;font-weight:600}.analytics-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;padding:1rem}.analytics-status-grid div{padding:.75rem;border:1px solid var(--reh-gray-100);border-radius:var(--radius-md);background:var(--reh-gray-50)}.analytics-status-grid span,.analytics-status-grid strong{display:block}.analytics-status-grid span{color:var(--reh-text-muted);font-size:.78rem}.analytics-status-grid strong{color:var(--reh-gray-900);font-size:1.15rem}.analytics-pill{display:inline-flex;align-items:center;min-height:1.5rem;padding:.2rem .5rem;border-radius:var(--radius-sm);font-size:.76rem;font-weight:600}.analytics-pill--success{color:#047857;background:#ecfdf5}.analytics-pill--warning{color:var(--reh-accent-700);background:#fff8ed}@media(max-width:1180px){.analytics-filters{grid-template-columns:repeat(3,minmax(180px,1fr))}.analytics-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-grid{grid-template-columns:1fr}}@media(max-width:720px){.analytics-filters,.analytics-metrics{grid-template-columns:1fr}.analytics-filter-actions{flex-direction:column;align-items:stretch}.analytics-panel__header{align-items:flex-start;flex-direction:column}}
