*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#f5f7fb;color:#1f2937}a{color:inherit;text-decoration:none}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;background:#111827;color:#fff;padding:24px 16px;display:flex;flex-direction:column;gap:24px}.sidebar__logo{font-size:20px;font-weight:700}.sidebar__nav{display:flex;flex-direction:column;gap:8px}.sidebar__link{padding:10px 12px;border-radius:8px;color:#d1d5db}.sidebar__link:hover{background:#1f2937;color:#fff}.sidebar__link--active{background:#2563eb;color:#fff}.sidebar__section-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;padding:16px 12px 4px}.sidebar__link--sub{padding-left:24px;font-size:13px}.page-content{flex:1;min-width:0;overflow-x:hidden;padding:32px}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.card{background:#fff;border-radius:12px;padding:20px;border:1px solid #e5e7eb}.card__label{font-size:14px;color:#6b7280;margin-bottom:8px}.card__value{font-size:28px;font-weight:700}.section{margin-top:24px}.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.store-grid>a,.store-grid>div{display:flex}.store-grid>a>.card,.store-grid>div>.card{flex:1}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.badge--active{background:#dcfce7;color:#166534}.badge--updated{background:#dbeafe;color:#1d4ed8}.badge--zeroed{background:#f3f4f6;color:#374151}.badge--error{background:#fee2e2;color:#b91c1c}.badge--pending{background:#fef3c7;color:#92400e}.badge--requires_confirmation{background:#fde68a;color:#92400e}.badge--calculated{background:#dbeafe;color:#1d4ed8}.badge--applied{background:#dcfce7;color:#166534}.badge--zeroed{background:#fee2e2;color:#b91c1c}.badge--ym-ok{background:#dcfce7;color:#166534}.badge--ym-warn{background:#fef3c7;color:#92400e}.badge--ym-error{background:#fee2e2;color:#b91c1c}.badge--ym-unknown{background:#f3f4f6;color:#374151}.table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto;overflow-y:hidden}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:14px 16px;border-bottom:1px solid #e5e7eb;font-size:14px}.table th{background:#f9fafb;font-weight:700}.table tbody tr:hover{background:#f9fafb}.button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 16px;cursor:pointer;font-size:14px}.button:hover{background:#1d4ed8}.button--secondary{background:#111827}.button--secondary:hover{background:#1f2937}.progress-bar{height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.progress-bar__fill{height:100%;background:#2563eb;border-radius:999px;transition:width .3s ease}.progress-bar__fill--processing{background:linear-gradient(90deg,#2563eb,#60a5fa,#2563eb);background-size:200% 100%;animation:progress-shimmer 1.2s linear infinite;width:100%!important}@keyframes progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.select-input{appearance:none;-webkit-appearance:none;display:inline-block;box-sizing:border-box;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;border:1px solid #d1d5db;border-radius:6px;padding:8px 30px 8px 12px;font-size:14px;line-height:1.5;color:#1f2937;cursor:pointer;font-family:inherit;vertical-align:middle}.select-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.loading-screen{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f7fb;gap:12px}.loading-cat{font-family:"Press Start 2P",monospace;font-size:16px;animation:cat-flip .9s steps(1) infinite;display:inline-block;-webkit-user-select:none;user-select:none;color:#374151}.loading-caption{font-family:"Press Start 2P",monospace;font-size:8px;color:#c4c4c4;letter-spacing:.1em}@keyframes cats-run{0%{transform:translateY(0) scaleX(1)}to{transform:translateY(-6px) scaleX(.9)}}@keyframes cat-flip{0%{transform:scaleX(1);opacity:1}25%{transform:scaleX(.3);opacity:.6}50%{transform:scaleX(-1);opacity:1}75%{transform:scaleX(-.3);opacity:.6}to{transform:scaleX(1);opacity:1}}.desktop-only{display:contents}.mobile-topbar{display:none;position:fixed;top:0;left:0;right:0;z-index:1300;height:calc(38px + env(safe-area-inset-top,0px));align-items:center;gap:10px;padding:env(safe-area-inset-top,0px) 12px 0;background:#1e293b}.mobile-topbar__logo{font-size:17px;font-weight:700;color:#fff;letter-spacing:.06em;cursor:pointer}.burger-btn{display:none;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#fff;font-size:20px;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:1000}.sidebar-overlay--open{display:block}@media(max-width:768px){.mobile-topbar,.burger-btn{display:flex}.sidebar{position:fixed;top:calc(38px + env(safe-area-inset-top,0px));left:-260px;height:calc(100vh - 38px - env(safe-area-inset-top,0px));z-index:1200;transition:left .25s ease;overflow-y:auto;padding-top:8px;background:#1e293b8c;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.sidebar .sidebar__logo{display:none}.sidebar--open{left:0}.page-content{padding:calc(46px + env(safe-area-inset-top,0px)) 12px 16px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.card{padding:14px}.card__value{font-size:20px}.card__label{font-size:12px}.store-grid{grid-template-columns:1fr}.table th,.table td{padding:10px 8px;font-size:13px}h1{font-size:20px}h2{font-size:16px}.desktop-only{display:none!important}.select-input{font-size:13px;max-width:100%}}
