@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#0f172a;--panel-bg:#1e293bb3;--panel-border:#ffffff1a;--text-main:#f8fafc;--text-muted:#94a3b8;--accent-blue:#3b82f6;--accent-blue-hover:#2563eb;--accent-green:#10b981;--accent-red:#ef4444;--accent-purple:#8b5cf6;--accent-orange:#f59e0b;--input-bg:#0f172a99;--input-border:#fff3;--input-focus:#3b82f6;--nav-bg:#060a14fa;--nav-border:#ffffff12}html:not([data-theme]){--bg-color:#f1f5f9;--panel-bg:#ffffffd9;--panel-border:#0000001a;--text-main:#0f172a;--text-muted:#64748b;--input-bg:#f1f5f9cc;--input-border:#00000026;--nav-bg:#fffffff7;--nav-border:#00000014}*{box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-main);margin:0;font-family:Inter,sans-serif}.app-root{flex-direction:column;height:100%;display:flex;overflow:hidden}.cbm-navbar{--nav-height:40px;height:var(--nav-height);background:var(--nav-bg);border-bottom:1px solid var(--nav-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1.25rem;display:flex}.cbm-brand{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.cbm-brand-name{background:linear-gradient(135deg,#818cf8,#14b8a6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.9rem;font-weight:800;line-height:1}.cbm-brand-sep{color:var(--text-muted);-webkit-user-select:none;user-select:none;opacity:.5;font-size:.85rem}.cbm-brand-page{color:var(--text-muted);font-size:.82rem;font-weight:600}.cbm-nav-right{align-items:center;gap:.35rem;display:flex}.cbm-nav-link{color:var(--text-muted);border-radius:6px;align-items:center;gap:.35rem;padding:.22rem .65rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.cbm-nav-link:hover{color:var(--text-main);background:#8080801f}.cbm-avatar{object-fit:cover;object-position:center;border:1.5px solid var(--panel-border);border-radius:50%;flex-shrink:0;width:22px;height:22px}.cbm-theme-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.28rem;line-height:1;transition:color .2s,background .2s;display:flex}.cbm-theme-btn:hover{color:var(--text-main);background:#8080801f}.app-header-left{align-items:center;gap:.75rem;display:flex}.app-header-logo{color:var(--accent-blue);letter-spacing:.05em;font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s}.app-header-logo:hover{color:#60a5fa}.app-header-sep{color:var(--panel-border);-webkit-user-select:none;user-select:none;font-size:1.1rem}.app-header-title{color:var(--text-main);letter-spacing:.02em;font-size:.95rem;font-weight:600}.app-header-right{align-items:center;display:flex}.app-header-hint{color:var(--text-muted);letter-spacing:.03em;font-size:.72rem}.app-footer{height:var(--footer-height);color:var(--text-muted);letter-spacing:.03em;background:#0a0f1ee6;border-top:1px solid #ffffff0f;flex-shrink:0;justify-content:center;align-items:center;padding:0 1.5rem;font-size:.72rem;display:flex}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--panel-border);border-radius:12px;box-shadow:0 8px 32px #0000004d}.btn{cursor:pointer;color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent-blue)}.btn-primary:hover{background:var(--accent-blue-hover)}.btn-blue{background:var(--accent-blue)}.btn-blue:hover{background:var(--accent-blue-hover)}.btn-success{background:var(--accent-green)}.btn-success:hover{filter:brightness(1.1)}.btn-danger{background:var(--accent-red)}.btn-danger:hover{filter:brightness(1.1)}.btn-purple{background:var(--accent-purple)}.btn-purple:hover{filter:brightness(1.1)}.btn-orange{background:var(--accent-orange);color:#1a1a1a}.btn-orange:hover{filter:brightness(1.1)}.btn-ghost{border:1px solid var(--panel-border);color:var(--text-main);background:0 0}.btn-ghost:hover{background:#ffffff1a}.btn-max{color:var(--accent-blue);cursor:pointer;white-space:nowrap;background:#3b82f626;border:1px solid #3b82f680;border-radius:5px;padding:.2rem .45rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;transition:all .15s}.btn-max:hover:not(:disabled){background:#3b82f64d}.btn-max:disabled{opacity:.35;cursor:default}.input-field{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-main);text-align:right;border-radius:6px;width:100%;padding:.5rem;font-family:inherit;transition:border-color .2s}.input-field:focus{border-color:var(--input-focus);outline:none}.input-field::placeholder{color:#fff3}.input-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.app-container{flex:1;height:0;min-height:0;display:flex;overflow:hidden}.sidebar{border-right:1px solid var(--panel-border);background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);z-index:10;flex-direction:column;gap:.6rem;width:200px;min-width:200px;padding:1rem;display:flex;overflow-y:auto}.main-content{flex:1;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;overflow:auto hidden}.bundle-container{gap:1.25rem;display:flex}.bundle-card{flex-direction:column;width:280px;min-width:280px;transition:box-shadow .2s,transform .15s;display:flex}.bundle-card.drag-over{box-shadow:0 0 0 2px var(--accent-blue), 0 8px 32px #3b82f640;transform:scale(1.02)}.bundle-header{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.bundle-title{font-size:1.1rem;font-weight:700}.bundle-body{flex-direction:column;flex:1;gap:.6rem;padding:.85rem 1rem;display:flex}.row-item{grid-template-columns:50px 1fr 100px;align-items:center;gap:.5rem;display:grid}.row-total{text-align:right;color:var(--accent-green);font-weight:600}.bundle-footer{border-top:1px solid var(--panel-border);background:var(--input-bg);border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:1.1rem;font-weight:700;display:flex}.drag-handle{cursor:grab;color:var(--text-muted);-webkit-user-select:none;user-select:none;flex-shrink:0;padding:0 2px;font-size:1.1rem;line-height:1;transition:color .15s}.drag-handle:hover{color:var(--text-main)}.bundle-card[draggable=true]:active .drag-handle{cursor:grabbing}.color-tag-row{align-items:center;gap:6px;margin-top:2px;display:flex}.color-dot{cursor:pointer;border:2px solid #0000;border-radius:50%;flex-shrink:0;width:14px;height:14px;padding:0;transition:transform .15s,border-color .15s}.color-dot:hover{transform:scale(1.25)}.color-dot.active{border-color:#fff;transform:scale(1.2);box-shadow:0 0 5px #ffffff80}.color-tag-label{color:var(--text-muted);margin-left:2px;font-size:.7rem;font-style:italic}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content{width:90%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-header{border-bottom:1px solid var(--panel-border);margin-bottom:1.5rem;padding-bottom:.85rem;font-size:1.4rem;font-weight:700}.modal-actions{border-top:1px solid var(--panel-border);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1rem;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.checkbox-row{background:var(--input-bg);cursor:pointer;border-radius:8px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.65rem;transition:background .2s;display:flex}.checkbox-row:hover{background:var(--nav-bg)}.checkbox-row input[type=checkbox]{width:1.2rem;height:1.2rem;accent-color:var(--accent-blue)}.split-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.split-col{flex-direction:column;gap:.65rem;display:flex}.split-col-header{text-align:center;color:var(--accent-orange);margin-bottom:.5rem;font-weight:600}@media print{body{color:#000;background:#fff}.sidebar,.modal-overlay,.btn,.btn-max,.bundle-footer .btn,.cbm-navbar,.color-tag-row,.drag-handle{display:none!important}.app-root,.app-container,.main-content{width:100%;height:auto;margin:0;padding:0;display:block;overflow:visible}.bundle-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;width:100%;display:grid}.bundle-card{page-break-inside:avoid;break-inside:avoid;color:#000;width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid #ccc;margin-bottom:2rem;background:#fff!important;border-left:4px solid #ccc!important}.input-field,.input-label,.row-total,.bundle-title,.split-col-header{color:#000!important}.input-field{background:0 0;border:none}.bundle-footer{color:#000;background:#f0f0f0}.bundle-footer span,.row-item span{color:#000!important}}@media (width<=768px){.cbm-brand-page,.cbm-brand-sep,.desktop-text{display:none}.app-root{height:auto;min-height:100%;overflow:auto}.app-container{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--panel-border);flex-flow:wrap;justify-content:center;width:100%;overflow-y:visible}.main-content{flex-direction:column;align-items:center;padding:1rem;overflow:hidden auto}.bundle-container{flex-direction:column;align-items:center;width:100%}.bundle-card{width:100%;max-width:400px}.split-grid{grid-template-columns:1fr}}
