*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:#f0f2f5;color:#333;min-height:100vh;-webkit-tap-highlight-color:transparent}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px 32px}.header-inner{display:flex;justify-content:space-between;align-items:center}.header h1{font-size:20px;font-weight:600}.header p{font-size:13px;opacity:.85;margin-top:4px}.hamburger{display:none;background:#fff3;color:#fff;border:none;font-size:22px;width:40px;height:40px;border-radius:8px;cursor:pointer;align-items:center;justify-content:center}.nav{display:flex;gap:0;background:#fff;border-bottom:1px solid #e8e8e8;padding:0 32px}.nav a{display:block;padding:14px 20px;text-decoration:none;color:#666;font-size:14px;border-bottom:2px solid transparent;transition:.2s}.nav a:hover,.nav a.active{color:#667eea;border-bottom-color:#667eea}.main{flex:1;padding:16px 20px;max-width:1200px;width:100%}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:24px}.card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #00000014}.card h3{font-size:15px;color:#333;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.card .stat{font-size:28px;font-weight:700;color:#667eea}.card .label{font-size:12px;color:#999;margin-top:4px}.table-card{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #00000014}.table-card h3{font-size:15px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid #f0f0f0}th{color:#999;font-weight:500;font-size:12px}tr:hover{background:#fafafa}.price{color:#e74c3c;font-weight:600}.tag{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;white-space:nowrap}.tag-low{background:#ffeaea;color:#e74c3c}.tag-deal{background:#fff3e0;color:#ef6c00}.empty{text-align:center;color:#bbb;padding:40px;font-size:14px}.loading{text-align:center;color:#999;padding:60px;font-size:15px}.loading:before{content:"⏳ "}.error{text-align:center;color:#e74c3c;padding:60px;font-size:15px;background:#fff;border-radius:8px}.footer{text-align:center;color:#bbb;font-size:12px;padding:20px;border-top:1px solid #f0f0f0}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid #e8e8e8;padding:6px 0 env(safe-area-inset-bottom,8px);justify-content:space-around}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#999;font-size:11px;padding:4px 8px;min-width:56px}.bottom-nav-item.active{color:#667eea}.bottom-nav-icon{font-size:20px}.bottom-nav-label{position:relative}.bottom-nav-badge{position:absolute;top:-6px;right:-12px;background:#e74c3c;color:#fff;font-size:10px;min-width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;background:#333;color:#fff;padding:10px 24px;border-radius:20px;font-size:14px;box-shadow:0 4px 12px #0003;animation:toastIn .3s ease,toastOut .3s ease 1.7s forwards}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0}}.countdown-pulse{display:inline-block;animation:pulse 1s ease-in-out infinite;font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width: 768px){.header{padding:12px 16px}.header h1{font-size:17px}.header p{font-size:11px}.hamburger,.nav,.nav.nav-open{display:none}.bottom-nav{display:flex}.main{padding:8px 10px 80px}.footer{display:none}.pagination{gap:4px!important}.page-btn{padding:6px 12px!important;font-size:15px!important;border-radius:6px!important;min-width:36px}.col-source{width:70px!important;min-width:55px!important;white-space:normal!important;word-break:break-all}.col-content{white-space:nowrap!important}.cards{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.card{padding:12px;background:none;box-shadow:none}.card h3{font-size:13px;margin-bottom:8px}.card .stat{font-size:22px}.table-card{padding:8px 0;background:none;border-radius:0;box-shadow:none}.table-card h3{font-size:14px}table{font-size:12px}th,td{padding:8px 6px}.modal-content{width:96%!important;padding:16px!important;max-height:90vh!important}}@media (max-width: 400px){.cards{grid-template-columns:1fr}.header h1{font-size:16px}}.scroll-hint{display:none}@media (max-width: 768px){th,td{padding:6px 4px!important;font-size:11px!important;white-space:nowrap!important}th:first-child,td:first-child{white-space:normal!important;min-width:140px}.scroll-hint{display:block;text-align:center;font-size:10px;color:#bbb;padding:2px 0 6px;letter-spacing:2px;border-bottom:1px solid #f0f0f0;margin-bottom:4px}.post-card{transition:box-shadow .15s}.post-card:hover{box-shadow:0 2px 8px #0000001f}.post-actions button{transition:.15s}.post-actions button:hover{background:#f0f0f0}.post-actions button:active{transform:scale(.95)}.attachment-thumb{max-width:100%;height:auto}}@media (max-width: 400px){.modal-content{max-width:100%!important;border-radius:12px 12px 0 0!important}}
