body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f7fa;color:#333}.container{max-width:1200px;margin:0 auto;padding:20px}header{background:#fff;padding:24px;border-radius:8px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}header h1{margin:0;color:#2c3e50;font-size:28px}.controls{background:#fff;padding:24px;border-radius:8px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.date-controls{display:flex;gap:16px;margin-bottom:20px}.date-input{flex:1 1}.date-input label{display:block;margin-bottom:6px;font-weight:500;color:#555}.date-input input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.location-selector{margin-bottom:20px}.location-selector h3{margin:0 0 12px;font-size:16px;color:#555}.location-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.location-checkbox{display:flex;align-items:center;cursor:pointer}.location-checkbox input{margin-right:8px}.fetch-button{background:#22c55e;color:#fff;border:none;padding:12px 32px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.fetch-button:hover:not(:disabled){background:#16a34a}.fetch-button:disabled{background:#94a3b8;cursor:not-allowed}.error{background:#fee;color:#c00;padding:12px;border-radius:6px;margin-bottom:20px}.results{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.summary{background:#fff;padding:24px;border-radius:8px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.summary h2{margin:0 0 16px;color:#2c3e50}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px}.summary-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:8px;text-align:center}.summary-card h3{margin:0 0 8px;font-size:14px;opacity:.9}.amount{margin:0;font-size:32px;font-weight:700}.item-breakdown{background:#fff;padding:24px;border-radius:8px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.item-breakdown h2{margin:0 0 16px;color:#2c3e50}table{width:100%;border-collapse:collapse}thead tr{background:#f8fafc}th{text-align:left;font-weight:600;color:#555;border-bottom:2px solid #e2e8f0}td,th{padding:12px}td{border-bottom:1px solid #e2e8f0}tbody tr:hover{background:#f8fafc}.location-details{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.location-details h2{margin:0 0 16px;color:#2c3e50}.location-card{border:1px solid #e2e8f0;border-radius:6px;padding:16px;margin-bottom:12px}.location-card h3{margin:0 0 12px;color:#555}.location-stats{display:flex;gap:24px;margin-bottom:12px;font-size:14px}.location-stats span{color:#666}details{margin-top:12px}summary{cursor:pointer;color:#667eea;font-size:14px;font-weight:500}.location-items{margin-top:12px;font-size:14px}.location-items td,.location-items th{padding:8px;font-size:13px}.card-label{font-size:14px;opacity:.9;margin-bottom:8px}.card-value{font-size:36px;font-weight:700;margin:0}@media (max-width:768px){.container{padding:12px}header h1{font-size:22px}.date-controls{flex-direction:column;gap:12px}.location-list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.item-breakdown{overflow-x:auto}table{min-width:500px}.summary-cards{grid-template-columns:1fr}.card-value{font-size:28px}}@media (max-width:480px){.container{padding:8px}header{padding:16px}header h1{font-size:18px}.tab-navigation{font-size:14px}.controls{padding:16px}.location-list{grid-template-columns:1fr}.location-checkbox{padding:8px;min-height:44px}.location-checkbox input{width:20px;height:20px;margin-right:12px}.location-checkbox span{font-size:14px}.fetch-button{width:100%;padding:14px;font-size:15px}.date-controls>div:first-child{flex-direction:column}.date-controls button{width:100%;padding:10px!important}.summary{padding:16px}.summary h2{font-size:18px}.card-value{font-size:24px}.item-breakdown{padding:16px}.item-breakdown h2{font-size:18px}td,th{padding:8px 6px;font-size:13px}button{font-size:13px!important;padding:8px 16px!important}.location-stats{flex-direction:column;gap:8px}}@media (max-width:360px){header h1{font-size:16px}.card-value{font-size:20px}td,th{padding:6px 4px;font-size:12px}}