:root{--bg:#f4f6f9;--surface:#ffffff;--border:#dde3ea;--text:#1a2332;--muted:#5c6b7a;--primary:#2563eb;--primary-hover:#1d4ed8;--success:#059669;--warning:#d97706;--danger:#dc2626;--radius:10px;--shadow:0 1px 3px rgba(15,23,42,0.08)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app-shell{max-width:1100px;margin:0 auto;padding:1.25rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:none;border-radius:8px;padding:.55rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer}.btn,.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:white}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#e8eef5;color:var(--text)}.btn-danger{background:#fee2e2;color:var(--danger)}.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}input,select,textarea{width:100%;padding:.55rem .7rem;border:1px solid var(--border);border-radius:8px;font:inherit;background:white}input[type=checkbox],input[type=radio]{width:1rem;height:1rem;min-height:0;padding:0;flex-shrink:0;accent-color:var(--primary)}label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.35rem}.field{margin-bottom:1rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:700px){.grid-2{grid-template-columns:1fr}}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.top-nav h1,.top-nav-brand h1{font-size:1.25rem;margin:0}.nav-links{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.member-badge{background:#dbeafe;color:#1e40af;padding:.25rem .65rem;border-radius:999px;font-size:.85rem;font-weight:600}.tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.tab{padding:.45rem .85rem;border-radius:999px;border:1px solid var(--border);background:white;color:var(--muted);font-weight:600;font-size:.9rem}.tab.active{background:var(--primary);border-color:var(--primary);color:white}.progress-bar{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.progress-bar>span{display:block;height:100%;background:var(--success)}.sticky-table-wrap{overflow:auto}.sticky-table-wrap table{border-collapse:separate;border-spacing:0}.sticky-table-wrap thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--surface);box-shadow:0 1px 0 var(--border)}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:.65rem .5rem;border-bottom:1px solid var(--border);vertical-align:middle}th{font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.muted,th{color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1rem;gap:1rem}.stat-card h3{margin:0 0 .25rem;font-size:.85rem;color:var(--muted);font-weight:600}.stat-card p{margin:0;font-size:1.35rem;font-weight:700}.alert{padding:.75rem 1rem;border-radius:8px;background:#fef3c7;border:1px solid #fcd34d;color:#92400e;margin-bottom:1rem}.error{color:var(--danger);font-size:.9rem}.chip-grid{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border:1px solid var(--border);border-radius:999px;background:white;font-size:.9rem;margin-bottom:0;cursor:pointer;font-weight:500}.chip input[type=checkbox]{width:1rem;height:1rem;min-height:1rem}a.chip{text-decoration:none;color:inherit}.chip-active{border-color:var(--primary);background:#eff6ff;color:var(--primary);font-weight:700}.mark-item-chip{border-radius:8px;max-width:100%}.mark-item-name{max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saving-indicator{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:var(--primary);padding:.15rem .45rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;white-space:nowrap}.saving-indicator:before{content:"";width:.55rem;height:.55rem;border-radius:50%;border:2px solid #bfdbfe;border-top:2px solid var(--primary);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.btn:disabled,button:disabled{opacity:.65;cursor:wait}.packing-table-wrap{overflow-x:auto}.compact-block{padding:.85rem 1rem}.compact-heading{margin:0 0 .65rem;font-size:1rem}.compact-field,.compact-qty-grid{margin-bottom:.65rem}.compact-qty-grid{gap:.5rem}.packing-list{padding-top:.75rem}.fold-actions{display:flex;gap:.35rem;flex-wrap:wrap}.category-list{display:flex;flex-direction:column;gap:.45rem}.category-group{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:white}.category-header{width:100%;display:flex;gap:.45rem;padding:.45rem .65rem;background:#eef2f7;text-align:left;min-height:36px}.category-header,.category-toggle{align-items:center;border:none;font:inherit}.category-toggle{display:inline-flex;background:transparent;padding:0;cursor:pointer;color:inherit}.category-meta-btn{margin-left:auto}.category-header:hover{background:#e5eaf0}.category-chevron{font-size:.65rem;color:var(--muted);width:.75rem;flex-shrink:0}.category-name{font-weight:700;font-size:.875rem;flex:1 1;min-width:0}.category-name-btn{border:none;background:transparent;padding:0;margin:0;text-align:left;color:inherit;cursor:text}.category-name-btn:hover{color:var(--primary)}.category-name-input{flex:1 1;min-width:0;width:auto;min-height:0;padding:.1rem .35rem;font-weight:700;font-size:.875rem}.category-meta{font-size:.75rem;color:var(--muted);flex-shrink:0}.category-items{border-top:1px solid var(--border)}.compact-item{display:flex;flex-wrap:nowrap;align-items:center;gap:.25rem .3rem;padding:.18rem .35rem;border-bottom:1px solid #eef2f7;background:#eff6ff;border-left:3px solid var(--primary);min-height:0}.compact-item-main{display:flex;flex-direction:column;min-width:0;flex:1 1 4.5rem}.compact-item--inline{flex-wrap:nowrap}.compact-item--inline .compact-item-qtys{flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-end;max-width:62%;overflow-x:auto;-webkit-overflow-scrolling:touch}.compact-item .compact-item-name-btn{color:#1e40af}.compact-item .compact-item-name-btn:hover{color:var(--primary)}.compact-item:last-child{border-bottom:none}.compact-item-name{flex:1 1;min-width:0;font-weight:600;font-size:.875rem;line-height:1.25;word-break:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.item-notes{font-size:.7rem;line-height:1.2;color:var(--muted,#6b7280);margin-top:.1rem;word-break:break-word}.compact-item-name-btn{border:none;background:transparent;padding:0;margin:0;text-align:left;color:inherit;cursor:text}.compact-item-name-btn:hover{color:var(--primary)}.compact-item-name-input{flex:1 1;min-width:0;width:auto;min-height:0;padding:.15rem .35rem;font-weight:600;font-size:.875rem;line-height:1.25}.btn-icon-delete{flex-shrink:0;width:1.35rem;height:1.35rem;border:none;border-radius:5px;background:#fee2e2;color:var(--danger);font-size:1rem;line-height:1;cursor:pointer;padding:0}.compact-item-qtys{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem;margin-top:0}.qty-pill{display:inline-flex;align-items:center;gap:.1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;padding:.02rem .15rem .02rem .2rem;font-size:.68rem;line-height:1;flex-shrink:0}.qty-pill.qty-zero{opacity:.5}.qty-pill.qty-packed{background:#ecfdf5;border-color:#a7f3d0}.qty-pill-label{font-weight:700;color:var(--muted);min-width:1.25rem}.qty-pill-input{width:1.55rem;min-height:22px!important;height:22px;padding:0 .05rem!important;font-size:.75rem!important;text-align:center;border:1px solid var(--border);border-radius:4px}.qty-pill-check{width:13px!important;height:13px!important;min-height:13px!important;margin:0;flex-shrink:0}.compact-item.is-done{background:#ecfdf5;border-left-color:var(--success)}.compact-item.is-done .compact-item-name-btn{color:#065f46}.compact-item.is-done .compact-item-name-btn:hover{color:var(--success)}.add-item-row{border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;margin-bottom:.65rem}.add-inline-input,.add-inline-select{min-height:28px!important;height:28px;padding:0 .4rem!important;font-size:.85rem!important;border:1px solid var(--border);border-radius:6px;background:white}.add-category-input{flex:0 1 6.5rem;min-width:4.5rem;max-width:8rem}.add-item-name{flex:1 1;min-width:4rem}.btn-icon-add{flex-shrink:0;width:1.75rem;height:1.75rem;border:none;border-radius:6px;background:var(--primary);color:white;font-size:1.15rem;font-weight:700;line-height:1;cursor:pointer;padding:0}.btn-icon-add:disabled{opacity:.5;cursor:not-allowed}.btn-icon-back{flex-shrink:0;width:1.5rem;height:1.75rem;border:1px solid var(--border);border-radius:6px;background:white;color:var(--muted);font-size:.85rem;cursor:pointer;padding:0}.member-list{list-style:none;margin:0 0 .65rem;padding:0;display:flex;flex-direction:column;gap:.35rem}.add-member-form,.member-form,.member-row{display:flex;align-items:center;gap:.4rem}.member-name-input{flex:1 1;min-width:0}.add-member-form{padding-top:.65rem;border-top:1px dashed var(--border)}.packing-table .qty-header{text-align:center;min-width:4rem}.qty-grid{display:flex;flex-wrap:wrap;gap:.75rem}.qty-cell{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:3.5rem}.qty-cell label{font-size:.75rem;font-weight:700;color:var(--muted);margin:0}.qty-cell input[type=number]{width:3.25rem;padding:.35rem .25rem;text-align:center}.qty-cell.inline input[type=number]{margin-bottom:.15rem}.qty-cell input[type=checkbox]{width:auto}.empty-state{text-align:center;padding:2rem 1rem;color:var(--muted)}.hide-mobile{display:block}.show-mobile{display:none}.hide-mobile-sm{display:inline}.show-mobile-sm{display:none}.page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.page-header .btn{flex-shrink:0}.btn-sm{padding:.45rem .75rem;font-size:.875rem;min-height:44px}.top-nav-subtitle{margin:.25rem 0 0;font-size:.9rem}.member-switcher{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;width:100%}.member-switcher-label{font-size:.85rem}.member-switcher-buttons{display:flex;flex-wrap:wrap;gap:.4rem}.member-switcher-buttons .btn.is-active{box-shadow:inset 0 0 0 2px var(--primary)}.tabs-scroll{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.tabs-scroll::-webkit-scrollbar{display:none}.tabs-scroll .tab{flex-shrink:0;white-space:nowrap}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.card:has(table){overflow-x:auto;-webkit-overflow-scrolling:touch}.packing-cards{display:flex;flex-direction:column;gap:.75rem}.packing-card{border:1px solid var(--border);border-radius:var(--radius);padding:.85rem;background:#fafbfc}.packing-card-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.packing-card-category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);background:white;border:1px solid var(--border);border-radius:999px;padding:.15rem .5rem}.packing-card-title{flex:1 1;min-width:0;word-break:break-word}.packing-card-qty{display:grid;grid-template-columns:repeat(auto-fill,minmax(4.5rem,1fr));grid-gap:.5rem;gap:.5rem}.packing-card-qty .qty-cell{background:white;border:1px solid var(--border);border-radius:8px;padding:.35rem;min-width:0}.filter-row{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.filter-row select{flex:1 1;min-width:10rem}.progress-summary{margin:0 0 .5rem;font-weight:600;font-size:.95rem}@media (max-width:768px){html{-webkit-text-size-adjust:100%}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}.app-shell{padding:max(.75rem,env(safe-area-inset-top)) .75rem .75rem}.card{padding:1rem}.hide-mobile{display:none!important}.show-mobile.packing-cards{display:flex!important;flex-direction:column}.top-nav{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem}.nav-links{gap:.5rem}.nav-links .btn,.nav-links form .btn{min-height:44px}.member-badge{width:100%;text-align:center}.btn{min-height:44px;padding:.65rem 1rem}.btn-danger{min-height:44px;min-width:44px}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px;min-height:44px}.chip input[type=checkbox]{width:1.125rem;height:1.125rem;min-height:1.125rem}.qty-cell input[type=number]{min-height:44px;width:100%;font-size:16px}.qty-cell input[type=checkbox]{width:22px;height:22px;min-height:22px}.page-header{flex-direction:column;align-items:stretch}.page-header .btn{width:100%}td,th{padding:.5rem .35rem;font-size:.9rem}.stat-grid{grid-template-columns:1fr}.progress-summary{font-size:.875rem;line-height:1.45}.filter-row{flex-direction:column;align-items:stretch}.fold-actions{width:100%}.fold-actions .btn{flex:1 1}.qty-pill-input{width:2.1rem;min-height:32px!important;height:32px;font-size:16px!important}.qty-pill-check{width:18px!important;height:18px!important;min-height:18px!important}.btn-icon-delete{width:2rem;height:2rem;font-size:1.25rem}.category-header{min-height:44px;padding:.55rem .65rem}.compact-item{padding:.45rem .65rem}.add-inline-input,.add-inline-select{min-height:32px!important;height:32px;font-size:16px!important}.btn-icon-add{width:2rem;height:2rem;font-size:1.25rem}.packing-table-wrap{padding:0;overflow:visible}.packing-table-desktop{display:none}}@media (max-width:480px){.hide-mobile-sm{display:none!important}.show-mobile-sm{display:inline!important}.tabs .tab{padding:.5rem .75rem;font-size:.85rem}.packing-card-qty{grid-template-columns:repeat(3,1fr)}}@media (min-width:769px){.packing-cards{display:none}.packing-table-wrap .packing-table{display:table}}.packing-page{padding-bottom:.75rem}.packing-page .top-nav-compact{margin-bottom:.35rem;gap:.3rem .5rem}.packing-page .top-nav-compact h1{font-size:.95rem}.packing-page .top-nav-compact .top-nav-subtitle{margin:0;font-size:.75rem}.top-nav-member-hint{font-weight:600;color:var(--text)}.packing-page .top-nav-compact .nav-links{gap:.35rem}.packing-page .top-nav-compact .nav-links a:not(.btn){font-size:.8rem}.packing-page .top-nav-compact .btn-sm{min-height:30px;padding:.2rem .45rem;font-size:.75rem}.packing-panel{gap:.4rem}.packing-panel,.packing-sticky{display:flex;flex-direction:column}.packing-sticky{position:-webkit-sticky;position:sticky;top:0;z-index:12;gap:.3rem;padding:.35rem .4rem;margin:0 -.1rem;background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:10px}.packing-sticky-row{display:flex;align-items:center;gap:.35rem;min-width:0}.packing-sticky-title{gap:.4rem}.packing-trip-name{margin:0;font-size:1rem;font-weight:700;line-height:1.15;flex:0 1 auto;max-width:34%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.packing-sticky-tabs{flex:1 1 auto;min-width:0}.packing-sticky-tabs .tabs{margin:0;gap:.25rem}.packing-sticky-tabs .tab{padding:.22rem .5rem;font-size:.75rem}.packing-sticky-actions{flex-wrap:nowrap}.packing-primary-controls{display:flex;align-items:center;gap:.3rem;flex:1 1 auto;min-width:0;flex-wrap:nowrap;width:100%}.packing-ctrl{width:auto;min-width:0;min-height:32px;padding:.2rem .4rem;font-size:.8rem;border-radius:8px}.packing-scope-select{flex:0 0 auto;width:3rem;padding-left:.2rem;padding-right:.2rem}.packing-search{flex:1 1 6rem;min-width:5rem;max-width:14rem}.packing-filter-select{flex:0 1 4.5rem;max-width:5.5rem}.packing-add-btn{min-height:32px;padding:.25rem .55rem;border-radius:8px}.packing-add-btn,.packing-progress-chip{flex:0 0 auto;font-size:.78rem;white-space:nowrap}.packing-progress-chip{display:inline-flex;align-items:center;justify-content:flex-end;margin-left:auto;min-width:2.6rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text);text-align:right}.packing-fold-mini{display:flex;gap:.2rem}.packing-fold-mini .btn{min-height:30px;padding:.15rem .4rem;font-size:.72rem}.packing-list-body{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.3rem}.packing-empty{margin:.65rem;text-align:center;font-size:.85rem}.packing-page .category-list{gap:.25rem}.packing-page .category-header{position:relative;min-height:30px;padding:.25rem .4rem;gap:.3rem;overflow:visible}.packing-page .category-group{overflow:visible}.category-add-dropdown{position:relative;flex-shrink:0}.category-add-menu{display:inline-flex;align-items:center;justify-content:center;gap:.15rem;min-height:1.5rem;padding:.1rem .35rem;border-radius:6px;border:1px solid var(--border);background:white;color:var(--primary);font-size:.72rem;font-weight:600;line-height:1;text-decoration:none;flex-shrink:0;white-space:nowrap;cursor:pointer}.category-add-menu:hover{background:#eff6ff;text-decoration:none}.category-add-popover{position:absolute;top:calc(100% + .25rem);left:0;z-index:30;width:min(18rem,calc(100vw - 2rem));max-height:18rem;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px rgba(15,23,42,.12);overflow:hidden}.category-add-popover-title{padding:.45rem .65rem;font-size:.78rem;font-weight:700;border-bottom:1px solid var(--border);background:#f8fafc}.category-add-custom{display:flex;align-items:center;gap:.35rem;padding:.4rem .5rem;border-bottom:1px solid var(--border);background:#fff}.category-add-custom-input{flex:1 1 auto;min-width:0;min-height:30px;padding:.2rem .4rem;font-size:.8rem;border:1px solid var(--border);border-radius:6px}.category-add-custom .btn{flex-shrink:0;min-height:30px;padding:.15rem .45rem;font-size:.72rem}.category-add-list{list-style:none;margin:0;padding:.25rem;overflow:auto;flex:1 1 auto}.category-add-option{display:flex;align-items:center;gap:.4rem;padding:.35rem .45rem;border-radius:6px;font-size:.8rem;cursor:pointer}.category-add-option.is-checked,.category-add-option:hover{background:#eff6ff}.category-add-option-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-add-badge{flex-shrink:0;font-size:.62rem;font-weight:700;color:var(--muted);background:#f3f4f6;border-radius:4px;padding:.05rem .25rem}.category-add-empty{margin:.65rem;font-size:.8rem}.category-add-actions{display:flex;justify-content:flex-end;gap:.35rem;padding:.4rem .5rem;border-top:1px solid var(--border);background:#f8fafc}.packing-page .compact-item{padding:.14rem .3rem}.packing-page .compact-item.is-search-hit{background:#fef9c3;outline:1px solid #facc15;border-radius:6px}.packing-page .compact-item-name{font-size:.78rem}.packing-page .compact-item-qtys{gap:.12rem}.packing-page .qty-pill{padding:.02rem .12rem .02rem .18rem;gap:.08rem;border-radius:5px}.packing-page .qty-pill-label{font-size:.58rem;min-width:1.15rem}.packing-page .qty-pill-input{width:1.7rem;min-height:24px;padding:.05rem;font-size:.78rem}@media (max-width:768px){.packing-page.app-shell{padding:max(.45rem,env(safe-area-inset-top)) .55rem .45rem}.packing-page .top-nav-compact{flex-direction:row;flex-wrap:wrap;align-items:center}.packing-page .top-nav-compact .top-nav-brand{flex:1 1 auto;min-width:0}.packing-page .top-nav-compact .nav-links{flex:0 0 auto}.packing-trip-name{max-width:28%;font-size:.95rem}.packing-ctrl{font-size:16px;min-height:34px}.packing-scope-select{width:2.9rem}.packing-add-btn{min-height:34px;font-size:.75rem;padding:.25rem .45rem}.packing-search{flex:1 1 100%;max-width:none;order:5;font-size:16px}.category-add-popover{left:auto;right:0}.packing-progress-chip{margin-left:auto;order:4}.packing-primary-controls{flex-wrap:wrap}.packing-fold-mini{margin-left:0}.packing-page .compact-item.is-search-hit{outline-offset:-1px}.packing-page .qty-pill-input{width:1.85rem;font-size:16px;min-height:26px}}.add-catalog-panel{display:flex;flex-direction:column;gap:.4rem}.add-catalog-sticky{margin-bottom:0}.packing-add-title-suffix{font-weight:500;color:var(--muted);font-size:.85em}.add-catalog-controls{flex-wrap:nowrap;gap:.3rem}.add-catalog-select{flex:1 1;min-width:0;max-width:none;font-size:.78rem}.add-catalog-scene{flex:1 1}.add-catalog-back,.add-catalog-submit{flex:0 0 auto;min-height:32px;padding:.2rem .5rem;font-size:.75rem;white-space:nowrap}.add-catalog-list{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.1rem}.add-catalog-row{display:flex;flex-wrap:nowrap;align-items:center;gap:.3rem;padding:.16rem .3rem;border-bottom:1px solid #eef2f7;min-width:0}.add-catalog-row:last-of-type{border-bottom:none}.add-catalog-row.is-selected{background:#eff6ff}.add-catalog-check{flex-shrink:0;width:1rem;height:1rem;margin:0}.add-catalog-name{flex:1 1 4rem;min-width:0;border:none;background:transparent;padding:0;margin:0;text-align:left;font-size:.8rem;font-weight:600;color:#1e40af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem}.add-catalog-in-trip{flex-shrink:0;font-size:.62rem;font-weight:700;color:var(--muted);background:#f3f4f6;border-radius:4px;padding:.05rem .25rem}.add-catalog-row.is-in-trip .add-catalog-name{color:#1e3a8a}.add-catalog-qtys{display:flex;flex-wrap:nowrap;align-items:center;gap:.15rem;flex:0 1 auto;max-width:68%;overflow-x:auto;-webkit-overflow-scrolling:touch}.add-catalog-qty{display:inline-flex;align-items:center;gap:.08rem;flex-shrink:0;font-size:.58rem;font-weight:700;color:var(--muted)}.add-catalog-qty .qty-pill-input{width:1.7rem;min-height:24px!important;height:24px;font-size:.75rem!important}.add-catalog-custom{display:flex;gap:.35rem;align-items:center;padding:.25rem .35rem .4rem;border-bottom:1px solid var(--border);margin-bottom:.15rem;background:#f8fafc;border-radius:8px 8px 0 0}.add-catalog-custom .packing-ctrl{flex:1 1 auto;min-width:0}@media (max-width:768px){.add-catalog-controls{overflow-x:auto;-webkit-overflow-scrolling:touch}.add-catalog-select{flex:0 0 auto;width:5.8rem;min-width:5.2rem;font-size:16px;min-height:34px}.add-catalog-scene{width:6.2rem}.add-catalog-back,.add-catalog-submit{min-height:34px}.add-catalog-qty .qty-pill-input{font-size:16px!important;min-height:26px!important;height:26px}}@media print{body{background:white}.no-print{display:none!important}.app-shell{max-width:none;padding:0}.card{border:none;box-shadow:none;padding:0}}