:root{--color-primary: #2563eb;--color-secondary: #18243d;--color-on-primary: #ffffff;--color-on-secondary: rgb(255 255 255);--color-on-secondary-muted: rgb(255 255 255 / 70%);--color-on-secondary-hover: rgb(255 255 255 / 12%);--color-text: #18243d;--color-text-muted: #5a6478;--color-background: #ececec;--color-surface: #ffffff;--color-surface-muted: #f7f8fa;--color-border: #d0d5dd;--color-border-subtle: #e6e9ef;--color-shadow-card: rgba(24, 36, 61, .08);--color-error: #dc2626;--color-success: #16a34a}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}img,svg,[class*=-icon],[class*=-logo],[class*=__icon],[class*=__logo]{-webkit-user-select:none;user-select:none}.ui-icon{display:block;flex-shrink:0;color:inherit}body{min-height:100vh;color:var(--color-text);background:var(--color-background);line-height:1.6;font-family:Roboto,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}h1{font-weight:600}h2,h3,h4,h5{font-weight:500}strong{font-weight:700}@font-face{font-family:Roboto;src:url(/fonts/roboto-regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/roboto-light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/roboto-medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/roboto-semibold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/roboto-bold.ttf) format("truetype");font-weight:700;font-style:normal}#app{width:100%;min-height:100vh}.app-toast-host{position:fixed;z-index:80;bottom:1.25rem;right:1.25rem;display:flex;flex-direction:column;gap:.75rem;width:calc(100vw - 2.5rem);max-width:22rem}.app-toast{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#fff;border:1px solid #e6e9ef;border-left:4px solid #5a6478;border-radius:10px;box-shadow:0 8px 24px #18243d29}.app-toast--success{border-left-color:#16a34a}.app-toast--error{border-left-color:#dc2626}.app-toast--info{border-left-color:var(--color-primary)}.app-toast__content{flex:1;min-width:0}.app-toast__title{margin:0;font-size:.9375rem;font-weight:600;color:#18243d}.app-toast__description{margin:.125rem 0 0;font-size:.8125rem;color:#5a6478}.app-toast__close{display:inline-flex;flex-shrink:0;border:none;background:transparent;color:#5a6478;cursor:pointer}.app-toast__close:hover{color:#18243d}.app-toast-enter-active,.app-toast-leave-active{transition:all .25s ease}.app-toast-enter-from,.app-toast-leave-to{opacity:0;transform:translate(1rem)}.app-confirm__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0f172a73}.app-confirm__content{position:fixed;z-index:71;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100vw - 2rem);max-width:26rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 16px 48px #18243d29}.app-confirm__title{margin:0;font-size:1.125rem;font-weight:600;color:#18243d}.app-confirm__description{margin:.5rem 0 0;font-size:.9375rem;color:#5a6478}.app-confirm__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.app-confirm__button{padding:.5rem 1rem;border-radius:8px;border:1px solid transparent;font:inherit;font-weight:500;cursor:pointer}.app-confirm__button--cancel{background:#fff;color:#18243d;border-color:#d0d5dd}.app-confirm__button--cancel:hover{background:#f7f8fa}.app-confirm__button--primary{background:var(--color-primary);color:var(--color-on-primary)}.app-confirm__button--primary:hover{filter:brightness(1.05)}.app-confirm__button--danger{background:#dc2626;color:#fff}.app-confirm__button--danger:hover{filter:brightness(1.05)}
