:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{margin:0;min-width:320px}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}.app{max-width:1000px;margin:0 auto;padding:2rem}h1{font-size:1.8rem;margin-bottom:.25rem}.subtitle{color:#888;margin-top:0;margin-bottom:1.5rem}.material-input{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.material-input label{font-weight:600}.material-input textarea{font-family:monospace;font-size:.9rem;padding:.75rem;border:1px solid #444;border-radius:6px;background:#1a1a1a;color:inherit;resize:vertical}.material-input button{align-self:flex-start;padding:.6rem 1.5rem;font-size:1rem;font-weight:600;border-radius:6px;border:none;background:#646cff;color:#fff;cursor:pointer}.material-input button:hover:not(:disabled){background:#535bf2}.material-input button:disabled{opacity:.5;cursor:not-allowed}.errors{margin:1rem 0}.error{color:#ff6b6b;padding:.25rem 0;font-size:.9rem}.loading{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0;color:#aaa}.spinner{width:20px;height:20px;border:3px solid #444;border-top-color:#646cff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.shopping-summary{margin:1.5rem 0;border:1px solid #333;border-radius:6px;overflow:hidden}.shopping-summary h2{font-size:1.2rem;margin:0;padding:.75rem 1rem;background:#2a2a2a}.shopping-warnings{padding:.5rem 1rem;background:#3a2a1a}.shopping-warning{color:#fa4;font-size:.85rem;padding:.15rem 0}.dc-group-header{font-size:1rem;margin:0;padding:.5rem 1rem;background:#333;color:#646cff;border-top:1px solid #444}.shopping-stops{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1px;background:#333}.shopping-stop{background:#1e1e1e;padding:.75rem 1rem}.stop-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.stop-server{font-weight:600;font-size:1rem}.stop-table{width:100%;border-collapse:collapse;font-size:.85rem}.stop-table th{text-align:left;font-weight:600;font-size:.75rem;color:#888;padding:.15rem .5rem .3rem 0;border-bottom:1px solid #444}.stop-table td{padding:.2rem .5rem .2rem 0}.stop-table-num{text-align:right;font-variant-numeric:tabular-nums}.stop-item-copyable{cursor:pointer;text-decoration:underline dotted;text-underline-offset:3px}.stop-item-copyable:hover{color:#646cff}.draggable-row{cursor:grab}.draggable-row:active{cursor:grabbing;opacity:.5}.drop-target-active{outline:2px dashed #646cff;outline-offset:-2px;background:#2a2a3a}.remove-drop-zone{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);width:72px;height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border-radius:12px;border:2px dashed #ff6b6b;background:#2a1a1a;color:#ff6b6b;font-weight:600;font-size:.75rem;z-index:100;box-shadow:0 4px 16px #0006}.remove-drop-zone-icon{font-size:1.5rem;line-height:1}.remove-drop-zone-active{background:#4a1a1a;border-color:#f88;color:#f88;box-shadow:0 4px 24px #ff6b6b4d}@media(prefers-color-scheme:light){.shopping-summary{border-color:#ddd}.shopping-summary h2{background:#f0f0f0}.shopping-warnings{background:#fff3e0}.dc-group-header{background:#e8e8e8;border-top-color:#ccc}.shopping-stops{background:#ddd}.shopping-stop{background:#fff}.drop-target-active{background:#e8e8ff}.remove-drop-zone{background:#fff0f0;box-shadow:0 4px 16px #00000026}.remove-drop-zone-active{background:#ffe0e0;box-shadow:0 4px 24px #ff6b6b33}}.quantity-filter{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.quantity-filter label{font-weight:600}.quantity-filter input{width:80px;padding:.4rem .5rem;border:1px solid #444;border-radius:4px;background:#1a1a1a;color:inherit;font-size:.9rem}.results{margin-top:1rem}.item-result{margin-bottom:1.5rem;border:1px solid #333;border-radius:6px;overflow:hidden}.item-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#2a2a2a;cursor:pointer;-webkit-user-select:none;user-select:none}.item-header:hover{background:#333}.item-stats{padding:.4rem 1rem;font-size:.8rem;color:#aaa;background:#222;border-bottom:1px solid #333}.vs-avg{font-size:.85rem;font-variant-numeric:tabular-nums}.expand-icon{font-size:.7rem;width:1rem}.item-name{font-weight:600;flex:1}.universalis-link{font-size:.8rem;color:#646cff;text-decoration:none;padding:.15rem .5rem;border:1px solid #646cff;border-radius:4px;white-space:nowrap}.universalis-link:hover{background:#646cff;color:#fff}.item-qty{color:#aaa;font-size:.85rem}.item-count{color:#888;font-size:.8rem}.item-result table{width:100%;border-collapse:collapse;font-size:.85rem}.item-result th{text-align:left;padding:.5rem .75rem;background:#1e1e1e;border-bottom:1px solid #333;font-weight:600;color:#aaa}.item-result td{padding:.4rem .75rem;border-bottom:1px solid #2a2a2a}.item-result tbody tr:hover{background:#2a2a2a}.price{font-variant-numeric:tabular-nums}.no-listings{text-align:center;color:#888;padding:1rem!important}@media(prefers-color-scheme:light){.material-input textarea,.quantity-filter input{background:#fff;border-color:#ccc}.item-header{background:#f0f0f0}.item-header:hover{background:#e5e5e5}.item-stats{background:#f8f8f8;border-bottom-color:#ddd;color:#666}.item-result{border-color:#ddd}.item-result th{background:#f5f5f5;border-bottom-color:#ddd}.item-result td{border-bottom-color:#eee}.item-result tbody tr:hover{background:#f5f5f5}}
