:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0b1119;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;color:#5ea3ff;text-decoration:inherit}a:hover{color:#82b9ff}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:2em;line-height:1.2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a2332;color:inherit;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#5ea3ff;background-color:#1e2d42}button:focus,button:focus-visible{outline:2px solid #5ea3ff;outline-offset:2px}.loading-screen{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;font-size:1.25rem;color:#a0aec0;background-color:#0b1119}.login-page{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);overflow:hidden}.login-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 40%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(139,92,246,.1) 0%,transparent 50%);animation:glow 8s ease-in-out infinite alternate}@keyframes glow{0%{transform:translate(0)}to{transform:translate(-2%,-1%)}}.login-card{position:relative;background:#1e293bcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(148,163,184,.1);padding:3rem 2.5rem;border-radius:1.25rem;text-align:center;max-width:380px;width:90%;box-shadow:0 25px 60px #0006}.login-logo{font-size:3rem;margin-bottom:.5rem}.login-title{color:#f1f5f9;font-size:1.75rem;font-weight:700;margin:0 0 .25rem}.login-subtitle{color:#94a3b8;font-size:.95rem;margin:0 0 2rem}.oauth-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.8rem 1.25rem;background:#fff;border:none;border-radius:.625rem;font-weight:600;font-size:.95rem;color:#1f2937;cursor:pointer;transition:transform .15s,box-shadow .2s}.oauth-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #66666640;color:#f5f5f5}.oauth-button:active{transform:translateY(0)}.app-layout{display:flex;height:100vh;width:100%;overflow:hidden;background-color:#0f172a;color:#e2e8f0}.app-layout__sidebar{width:300px;min-width:300px;background:#1e293b;border-right:1px solid #334155;display:flex;flex-direction:column;height:100vh;position:sticky;top:0;overflow-y:auto}.app-layout__sidebar-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid #334155}.app-layout__logo{font-size:1.5rem}.app-layout__brand{font-weight:700;font-size:1.05rem;color:#f1f5f9}.app-layout__right{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.app-layout__topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 2rem;background:#1e293b;border-bottom:1px solid #334155}.app-layout__topbar-left,.app-layout__topbar-right{display:flex;align-items:center;gap:1rem}.app-layout__download{padding:.4rem 1rem;font-size:.85rem;background-color:#3b82f62e;border:1px solid rgba(59,130,246,.55);color:#e2e8f0;border-radius:.375rem;cursor:pointer;transition:all .2s}.app-layout__download:hover{background:#3b82f647;border-color:#3b82f6bf}.app-layout__user{font-size:.9rem;color:#94a3b8}.app-layout__logout{padding:.4rem 1rem;font-size:.85rem;background-color:#334155;border:1px solid #b8bfc9;color:#f5f5f5;border-radius:.375rem;cursor:pointer;transition:all .2s}.app-layout__logout:hover{background:#f1f5f9;color:#334155;border-color:#64748b}.app-layout__main{flex:1;min-height:0;padding:2rem;overflow-y:auto;display:flex;flex-direction:column}@media(max-width:768px){.app-layout{flex-direction:column}.app-layout__sidebar{width:100%;min-width:100%;height:auto;position:relative;max-height:35vh;border-right:none;border-bottom:1px solid #334155}.app-layout__main{padding:1rem}.app-layout__topbar{padding:.75rem 1rem}.app-layout__topbar{flex-wrap:wrap;justify-content:space-between}}.sidebar-mode-tabs{display:flex;gap:8px;padding:12px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-mode-tabs__tab{flex:1;text-align:center;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:inherit;text-decoration:none;font-weight:700;font-size:.9rem}.sidebar-mode-tabs__tab.is-active{background:#3b82f647;border-color:#3b82f6bf}.cases-sidebar{padding:1.25rem;flex:1}.cases-sidebar__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 1rem;padding:0 .5rem}.cases-sidebar__empty{color:#64748b;font-size:.9rem;padding:0 .5rem}.cases-sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.cases-sidebar__item{padding:.7rem .75rem;border-radius:.5rem;cursor:pointer;color:#cbd5e1;font-size:.9rem;transition:all .15s;border:1px solid transparent}.cases-sidebar__item:hover{background:#94a3b814;color:#f1f5f9}.cases-sidebar__item.is-active{background:#3b82f6;color:#fff;font-weight:500}@media(max-width:768px){.cases-sidebar__list{flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:.5rem}.cases-sidebar__item{white-space:nowrap;flex-shrink:0}}.case-fields-list{width:100%}.case-fields-list__section{margin-bottom:1.5rem}.case-fields-list__section-title{font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;margin:0 0 .5rem;padding:.5rem 0;border-bottom:1px solid #253241}.case-fields-list__row{padding:.75rem 0;border-bottom:1px solid #1e2d3d;display:grid;grid-template-columns:200px 1fr;gap:1rem;align-items:start}.case-fields-list__label{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5ea3ff}.case-fields-list__value{margin:0;line-height:1.6;color:#dbe7f5;white-space:pre-wrap;word-break:break-word}@media(max-width:1024px){.case-fields-list__row{grid-template-columns:160px 1fr}}@media(max-width:768px){.case-fields-list__row{grid-template-columns:1fr;gap:.25rem}}.rating-form{margin-top:2rem;padding:.75rem 1.5rem 1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.rating-form__title{font-size:1.25rem;margin-bottom:1.5rem;color:#fff;font-weight:600}.rating-form__container{display:flex;flex-direction:column;gap:1.25rem}.rating-form__field{display:flex;justify-content:space-between;align-items:center;gap:1rem}.rating-form__label{font-size:.95rem;color:#fffc}.rating-form__select{padding:.5rem 1rem;background:#1a1a1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;min-width:80px;transition:border-color .2s}.rating-form__select:focus{outline:none;border-color:#007bff}.rating-form__button{margin-top:1rem;padding:.75rem;background:#007bff;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.rating-form__button:hover{background:#0056b3}.rating-form__button:active{transform:scale(.98)}.rating-form__button:disabled{opacity:.6;cursor:not-allowed}.rating-form__field--column{flex-direction:column;align-items:flex-start;gap:.5rem}.rating-form__textarea{width:100%;padding:.5rem .75rem;background:#1a1a1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;resize:vertical;font-size:.9rem;font-family:inherit}.rating-form__textarea:focus{outline:none;border-color:#007bff}.rating-form__feedback{font-size:.875rem;padding:.5rem .75rem;border-radius:6px;margin:0}.rating-form__feedback--ok{background:#22c55e26;color:#4ade80}.rating-form__feedback--error{background:#ef444426;color:#f87171}.case-detail-panel{width:100%;display:flex;flex-direction:column}.case-detail-panel__empty{display:flex;justify-content:center;align-items:center;height:60vh;color:#64748b;font-size:1rem}.case-detail-panel__title{font-size:1.4rem;font-weight:700;color:#f1f5f9;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #334155}.case-detail-panel__body{display:flex;gap:2rem;align-items:flex-start}.case-detail-panel__fields{flex:1 1 0;min-width:0}.case-detail-panel__sidebar{flex:0 0 280px;position:sticky;top:1rem}@media(max-width:1024px){.case-detail-panel__body{flex-direction:column}.case-detail-panel__sidebar{flex:none;width:100%;position:static}}.chatbot{height:100%;display:flex;flex-direction:column}.chatbot__panel{border-radius:12px;border:1px solid rgba(255,255,255,.12);overflow:hidden;flex:1;min-height:0;display:flex;flex-direction:column}.chatbot__messages{flex:1;overflow:auto;padding:10px;display:flex;flex-direction:column;gap:8px;background:#0000001f}.chatbot__message{padding:8px 10px;border-radius:10px;line-height:1.25;font-size:15px;border:1px solid rgba(255,255,255,.12)}.chatbot__message.is-user{align-self:flex-end;background:#f5f5f514}.chatbot__message.is-assistant{align-self:flex-start;background:#ffffff0a}.chatbot__composer{display:flex;gap:8px;padding:10px;background:#ffffff0a}.chatbot__input{flex:1;padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0000001f;color:inherit;outline:none}.chatbot__send{padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:inherit;cursor:pointer;font-weight:600}.chatbot__send:disabled{opacity:.5;cursor:not-allowed}.chatbot__thinking{display:flex;align-items:center;gap:4px;padding:10px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;align-self:flex-start}.chatbot__thinking-dot{width:7px;height:7px;border-radius:50%;background:#ffffff80;animation:thinking-bounce 1.2s infinite ease-in-out}.chatbot__thinking-dot:nth-child(2){animation-delay:.2s}.chatbot__thinking-dot:nth-child(3){animation-delay:.4s}@keyframes thinking-bounce{0%,80%,to{transform:scale(.7);opacity:.4}40%{transform:scale(1);opacity:1}}.chat-history{padding:1.25rem;flex:1;overflow-y:auto}.chat-history__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:0 .5rem}.chat-history__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0}.chat-history__new{width:1.5rem;height:1.5rem;border-radius:.375rem;border:1px solid rgba(148,163,184,.3);background:#94a3b814;color:#94a3b8;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.chat-history__new:hover{background:#94a3b82e;color:#f1f5f9}.chat-history__empty{color:#64748b;font-size:.9rem;padding:0 .5rem}.chat-history__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.chat-history__item{padding:.6rem .75rem;border-radius:.5rem;cursor:pointer;color:#cbd5e1;font-size:.875rem;transition:all .15s;border:1px solid transparent;display:flex;flex-direction:column;gap:.15rem}.chat-history__item:hover{background:#94a3b814;color:#f1f5f9}.chat-history__item.is-active{background:#3b82f6;color:#fff;font-weight:500}.chat-history__item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-history__item-date{font-size:.75rem;opacity:.6}.chat-history__item.is-active .chat-history__item-date{opacity:.8}#root{width:100%;min-height:100vh}.app-content{display:flex;flex-direction:column;gap:2rem;width:100%}
