.app-header{position:sticky;top:0;z-index:1000;height:72px;display:grid;grid-template-columns:220px 1fr 220px;align-items:center;padding:0 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-sizing:border-box}.app-header__left{display:flex;align-items:center;justify-content:flex-start}.app-header__center{display:flex;align-items:center;justify-content:center}.app-header__right{display:flex;align-items:center;justify-content:flex-end}.app-header__logo{display:inline-flex;align-items:center;justify-content:flex-start;border:none;background:transparent;padding:0;margin:0;cursor:pointer}.app-header__logo-image{display:block;height:42px;width:auto;object-fit:contain}.app-header__title{font-size:18px;font-weight:800;color:#0f172a}.app-header__auth-button{height:40px;padding:0 16px;border:none;border-radius:999px;cursor:pointer;font-size:14px;font-weight:700}.app-header__auth-button--login{background:#0f766e;color:#fff}.app-header__auth-button--login:hover{background:#0d655f}.app-header__auth-button--logout{background:#e2e8f0;color:#1e293b}.app-header__auth-button--logout:hover{background:#cbd5e1}@media(max-width:900px){.app-header{grid-template-columns:140px 1fr 140px;padding:0 16px}.app-header__title{font-size:16px}.app-header__logo-image{height:34px}}.app-shell{min-height:100vh;background:#f8fafc}.app-shell__content{min-height:calc(100vh - 72px)}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{font-family:Arial,Helvetica,sans-serif;background:#f4f7fb;color:#111827}*{box-sizing:border-box}button{font:inherit}.ui-action-btn{height:34px;padding:0 12px;border:none;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer}.ui-action-btn--primary{background:#0f766e;color:#fff}.ui-action-btn--primary:hover{background:#0d655f}.ui-action-btn--neutral{background:#e2e8f0;color:#1e293b}.ui-action-btn--neutral:hover{background:#cbd5e1}.ui-action-btn--danger{background:#fee2e2;color:#b91c1c}.ui-action-btn--danger:hover{background:#fecaca}.ui-status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:30px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800}.ui-status-badge.WAITING{background:#fef3c7;color:#92400e}.ui-status-badge.IN_PROGRESS{background:#ccfbf1;color:#115e59}.ui-status-badge.COMPLETED{background:#dbeafe;color:#1d4ed8}.ui-status-badge.HOLD{background:#fee2e2;color:#b91c1c}
