:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#f5f7fa}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2}button{border-radius:6px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2563eb;color:#fff;cursor:pointer;transition:all .2s ease}button:hover{background-color:#1d4ed8}button:focus{outline:2px solid #2563eb;outline-offset:2px}.in-store-mode{padding:1rem;max-width:800px;margin:0 auto}.store-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e5e5}.store-header h2{font-size:1.5rem;font-weight:700;margin:0}.store-location{font-size:.875rem;color:#666}.kroger-store-info{margin:1rem 0;padding:1rem;background-color:#f0f8ff;border:1px solid #b8d0e8;border-radius:.5rem}.kroger-info-title{display:flex;align-items:center;font-size:1.25rem;margin-top:0;color:#2c5282}.check-icon{margin-right:.5rem;color:#38a169}.kroger-store-details{margin-top:.5rem}.detail-label{font-weight:600;margin-right:.5rem}.detail-value{color:#4a5568}.font-mono{font-family:monospace}.capitalize{text-transform:capitalize}.kroger-api-note{margin-top:.5rem;font-size:.875rem;color:#4a5568}.api-status{margin-top:1rem;padding:.5rem;border-radius:.25rem;font-size:.875rem;font-weight:500}.api-status.enabled{background-color:#c6f6d5;color:#2f855a}.api-status.disabled{background-color:#fed7d7;color:#c53030}.user-coordinates{margin:1rem 0;padding:.75rem;background-color:#ebf8ff;border:1px solid #bee3f8;border-radius:.5rem}.user-coordinates h4{font-weight:600;margin-top:0;margin-bottom:.5rem;color:#2b6cb0}.coordinates-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.coordinates-grid span{font-weight:600;margin-right:.25rem}.assignment-progress{margin:1rem 0;padding:.75rem;background-color:#ebf8ff;border:1px solid #bee3f8;border-radius:.5rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.progress-label{font-size:.875rem;font-weight:500;display:flex;align-items:center;color:#2b6cb0}.spinner{height:1rem;width:1rem;margin-right:.5rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-percentage{font-size:.875rem;font-weight:500;background-color:#bee3f8;color:#2b6cb0;padding:.125rem .5rem;border-radius:.25rem}.progress-bar-container{width:100%;background-color:#e2e8f0;border-radius:9999px;height:.625rem;margin-bottom:.5rem}.progress-bar{background-color:#3182ce;height:.625rem;border-radius:9999px;transition:width .3s ease-in-out}.progress-details{display:flex;justify-content:space-between;font-size:.75rem;color:#4a5568}.debug-toggle{margin:1rem 0}.debug-toggle-label{display:flex;align-items:center;cursor:pointer}.debug-toggle-checkbox{margin-right:.5rem;height:1rem;width:1rem}.aisle-group{margin:1.5rem 0}.aisle-heading{font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #e2e8f0;color:#2d3748}.empty-aisle{color:#718096;font-style:italic;padding:.5rem 0}.aisle-items{list-style-type:none;padding:0;margin:0}.aisle-item{padding:.5rem 0;border-bottom:1px solid #edf2f7}.aisle-item:last-child{border-bottom:none}.aisle-item.completed .item-name{text-decoration:line-through;color:#a0aec0}.item-label{display:block;cursor:pointer}.item-row{display:flex;align-items:center}.item-checkbox{margin-right:.75rem;height:1.25rem;width:1.25rem}.item-name-container{flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.item-name{font-size:1rem}.item-actions{display:flex;gap:.5rem}.icon-button{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.icon-button:hover{background-color:#f7fafc;border-radius:.25rem}.icon{width:1rem;height:1rem}.edit-item-container{display:flex;flex-direction:column;width:100%}.edit-item-input{padding:.375rem;border:1px solid #cbd5e0;border-radius:.25rem;font-size:1rem;width:100%;margin-bottom:.5rem}.edit-buttons{display:flex;gap:.5rem}.save-button,.cancel-button{padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500;cursor:pointer}.save-button{background-color:#4299e1;color:#fff;border:1px solid #3182ce}.save-button:hover{background-color:#3182ce}.cancel-button{background-color:#e2e8f0;color:#4a5568;border:1px solid #cbd5e0}.cancel-button:hover{background-color:#cbd5e0}.kroger-debug-panel{margin-top:20px;padding:15px;border:1px solid #e2e8f0;border-radius:8px;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif}.kroger-debug-panel h3{font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:.5rem;color:#2d3748}.debug-logs{max-height:400px;overflow-y:auto}.log-entry{margin-bottom:12px;padding:12px;border-radius:6px;font-size:.875rem}.log-entry.request{background-color:#ebf8ff;border-left:4px solid #4299e1}.log-entry.response{background-color:#f0fff4;border-left:4px solid #48bb78}.log-entry.error{background-color:#fff5f5;border-left:4px solid #f56565}.log-entry.info{background-color:#ebf8ff;border-left:4px solid #4299e1}.log-entry.warn{background-color:#fffbeb;border-left:4px solid #ed8936}.log-entry.debug{background-color:#faf5ff;border-left:4px solid #9f7aea}.log-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600}.log-badge.request{background-color:#bee3f8;color:#2b6cb0}.log-badge.response{background-color:#c6f6d5;color:#2f855a}.log-badge.error{background-color:#fed7d7;color:#c53030}.log-badge.info{background-color:#bee3f8;color:#2b6cb0}.log-timestamp{font-size:.75rem;color:#718096}.log-data{background-color:#00000005;padding:8px;border-radius:4px;overflow-x:auto;font-size:.75rem;color:#4a5568;white-space:pre-wrap;word-break:break-word}.clear-logs-button{padding:4px 8px;background-color:#e53e3e;color:#fff;border:none;border-radius:4px;font-size:.75rem;cursor:pointer}.clear-logs-button:hover{background-color:#c53030}.debug-panel-container{position:fixed;bottom:0;right:0;width:500px;max-width:100%;height:600px;max-height:80vh;background-color:#fff;border-top-left-radius:8px;border-left:1px solid #e2e8f0;border-top:1px solid #e2e8f0;box-shadow:-2px -2px 10px #0000001a;display:flex;flex-direction:column;z-index:1000}.debug-panel-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid #e2e8f0}.debug-panel-header h2{margin:0;font-size:18px;font-weight:600}.close-button{background:none;border:none;font-size:18px;cursor:pointer;color:#718096}.close-button:hover{color:#e53e3e}.debug-panel-tabs{display:flex;border-bottom:1px solid #e2e8f0}.tab-button{padding:10px 15px;border:none;background:none;flex:1;font-size:14px;cursor:pointer;color:#718096;transition:background-color .2s}.tab-button:hover{background-color:#f7fafc}.tab-button.active{color:#4299e1;border-bottom:2px solid #4299e1;font-weight:600}.debug-panel-content{flex:1;overflow-y:auto;padding:0}.debug-panel-toggle{position:fixed;bottom:20px;right:20px;z-index:1000}.debug-toggle-button{width:44px;height:44px;border-radius:22px;background-color:#4299e1;color:#fff;border:none;box-shadow:0 2px 10px #0000001a;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.debug-toggle-button:hover{background-color:#3182ce}.text-red-600{color:#e53e3e}.text-yellow-600{color:#d69e2e}.text-blue-600{color:#3182ce}.text-purple-600{color:#805ad5}.text-green-600{color:#38a169}.justify-between{justify-content:space-between}.items-start{align-items:flex-start}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.ml-1{margin-left:.25rem}.font-semibold{font-weight:600}.break-all{word-break:break-all}.debug-section{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:15px;margin-bottom:20px}.debug-panels{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.debug-panels{grid-template-columns:1fr 1fr}}.debug-panel{background-color:#fff;border:1px solid #edf2f7;border-radius:6px;padding:12px}.debug-toggle button{background-color:#4299e1;color:#fff;padding:8px 16px;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s}.debug-toggle button:hover{background-color:#3182ce}.grid{display:grid}.grid-cols-1{grid-template-columns:1fr}.md\:grid-cols-2{grid-template-columns:1fr 1fr}.gap-4{gap:1rem}.text-lg{font-size:1.125rem}.hover\:bg-blue-600:hover{background-color:#3182ce}.bg-green-500{background-color:#48bb78}.hover\:bg-green-600:hover{background-color:#38a169}.developer-debug-section{margin-top:2rem;border-top:1px solid #e2e8f0;padding-top:1rem}.debug-panels{display:flex;flex-direction:column}.debug-panel{margin-bottom:1.5rem;width:100%}.p-4{padding:1rem}.h-5{height:1.25rem}.w-5{width:1.25rem}.border{border-width:1px}.border-gray-200{border-color:#e2e8f0}.rounded-md{border-radius:.375rem}.mt-8{margin-top:2rem}.openai-debug-panel{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.api-metrics{background-color:#f9fafb;border-radius:.375rem;padding:.75rem;margin-bottom:.75rem}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.metric{padding:.5rem;background-color:#fff;border-radius:.25rem;border:1px solid #e5e7eb}.metric-label{font-size:.75rem;color:#6b7280}.metric-value{font-family:monospace;font-size:.875rem;color:#111827;font-weight:500}.api-call{background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.75rem;margin-bottom:.5rem}.call-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.call-details{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem 1rem;font-size:.875rem}.detail-label{color:#6b7280}.detail-value{font-family:monospace;color:#111827}.bg-gray-50{background-color:#f9fafb}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-x-4{column-gap:1rem}.gap-y-1{row-gap:.25rem}.text-gray-500{color:#6b7280}.font-medium{font-weight:500}#root{max-width:800px;margin:0 auto;padding:2rem}body{background:linear-gradient(135deg,#f5f7fa,#e4eff9);min-height:100vh;margin:0;padding:0}.app-container{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333}header{margin-bottom:2rem;text-align:center}header h1{font-size:2.5rem;margin-bottom:.5rem;color:#2563eb}header p{color:#64748b;font-size:1.1rem}main{background-color:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001f;padding:2rem;margin-top:80px;min-height:calc(100vh - 120px)}.add-item-form{display:flex;margin-bottom:1.5rem;gap:.75rem}.item-input{flex:1;border:2px solid #e2e8f0;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff}.item-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.item-input::placeholder{color:#9ca3af;transition:color .2s ease}.add-button{border-radius:8px;font-weight:600;transition:all .15s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:.625rem 1.25rem;background-color:#2563eb;color:#fff}.add-button:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.add-button:active{transform:translateY(0);box-shadow:0 2px 4px #2563eb4d}.add-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transition:width .3s,height .3s,top .3s,left .3s;transform:translate(-50%,-50%)}.add-button:active:before{width:100%;height:100%}.empty-list-message{text-align:center;color:#64748b;font-style:italic;margin:2rem 0}.item-list{list-style:none;padding:0;margin:1rem 0}.item{display:flex;align-items:center;padding:.75rem;margin-bottom:.8rem;border:1px solid #e5e7eb;border-left:3px solid #3b82f6;border-radius:10px;background:linear-gradient(145deg,#fff,#f8fafc);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.item:hover{border-color:#d1d5db;border-left-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.item.completed{border-left-color:#10b981;background:linear-gradient(145deg,#f0fdf4,#f9fafb);opacity:.8}.item.completed .item-name{text-decoration:line-through;color:#888}.item.completed:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(16,185,129,.05),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.item.dragging{opacity:.5;background-color:#f8f9fa}.item.drag-over{border-top:2px dashed #4a90e2;padding-top:calc(.75rem - 2px)}.drag-handle{display:flex;align-items:center;padding:0 .5rem;cursor:grab;margin-right:.5rem}.drag-handle-line{display:flex;flex-direction:column;gap:3px}.drag-handle-line span{width:24px;height:2px;background-color:#ccc;border-radius:1px}.item-label{display:flex;flex-direction:column;flex:1;position:relative}.item-checkbox-wrapper{display:flex;align-items:center;padding-right:.5rem}.item-checkbox{margin-right:0;width:18px;height:18px;flex-shrink:0}.item-content{display:flex;width:100%;gap:.5rem}.item-row{display:flex;width:100%;align-items:center;flex-wrap:nowrap;min-width:0}.item-name-container{flex:1;min-width:0;margin:0 .5rem;overflow:hidden}.item-name{display:inline-block;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;font-size:1rem}.item-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0;white-space:nowrap;margin-left:auto}.edit-button,.delete-button{background:none;border:none;cursor:pointer;padding:.4rem .6rem;font-size:.85rem;border-radius:4px;transition:background-color .2s ease;white-space:nowrap;flex-shrink:0;min-width:42px}.edit-button{color:#4a90e2}.edit-button:hover{background-color:#4a90e21a}.delete-button{color:#e74c3c}.delete-button:hover{background-color:#e74c3c1a}.edit-item-container{display:flex;flex-direction:column;width:100%;flex:1;padding:0 .5rem}.edit-item-input{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100%;margin-bottom:.5rem}.edit-buttons{display:flex;gap:.5rem;justify-content:flex-end}.save-button,.cancel-button{padding:.4rem .8rem;border:none;border-radius:4px;cursor:pointer;font-size:.85rem}.save-button{background-color:#4caf50;color:#fff}.cancel-button{background-color:#f44336;color:#fff}.aisle-group{margin-bottom:1.5rem}.aisle-heading{font-size:1.1rem;color:#333;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.aisle-items{list-style:none;padding:0;margin:0}.aisle-item{display:flex;align-items:flex-start;padding:.75rem;margin-bottom:.5rem;background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a}.aisle-item.completed .item-name{text-decoration:line-through;color:#888}.empty-aisle{font-style:italic;color:#888;text-align:center;padding:.5rem}.aisle-item .item-row{display:flex;width:100%;align-items:flex-start}@media (max-width: 480px){.item{padding:.6rem}.item-row{align-items:center}.edit-button,.delete-button{padding:.5rem .6rem;font-size:.8rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}.mode-toggle{display:flex;justify-content:center;gap:1rem;margin:1rem auto;width:fit-content;background:linear-gradient(145deg,#ffffffe6,#f8fafce6);border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #0000001a}.mode-button{border-radius:12px;padding:.75rem 1.5rem;font-weight:600;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;background-color:transparent;color:#64748b}.mode-button.active{background:linear-gradient(145deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #2563eb4d,inset 0 1px #fff3}.mode-button:not(.active):hover{background-color:#3b82f614;color:#1d4ed8}.store-selector{margin-bottom:1.5rem}.store-controls-row{display:flex;justify-content:space-between;align-items:flex-start}.store-dropdown{position:relative;flex:0 0 auto}.dropdown-toggle{min-width:130px;padding:.5rem .75rem;background:linear-gradient(145deg,#fff,#f8fafc);border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);color:#374151;font-size:.875rem;font-weight:500;box-sizing:border-box;white-space:nowrap;position:relative;overflow:hidden}.dropdown-toggle:hover{border-color:#3b82f6;background:linear-gradient(145deg,#f8fafc,#fff);box-shadow:0 4px 6px -1px #0000001a}.dropdown-toggle:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.dropdown-arrow{transition:transform .2s;font-size:.8rem;color:#6b7280}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;border-radius:12px;border:1px solid #e5e7eb;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1000;overflow:hidden}.dropdown-list{max-height:200px;overflow-y:auto}.dropdown-item{width:100%;padding:.875rem 1.25rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1rem;color:#374151;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.04)}.dropdown-item:hover{background:linear-gradient(145deg,#f8fafc,#f1f5f9)}.dropdown-item.selected{background:linear-gradient(145deg,#3b82f61a,#2563eb26);color:#1e40af;font-weight:600}.dropdown-item.selected:hover{background:linear-gradient(145deg,#3b82f626,#2563eb33)}.checkmark{color:#2563eb;font-weight:700;font-size:1.2rem}.dropdown-list::-webkit-scrollbar{width:6px}.dropdown-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.dropdown-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.dropdown-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.normal-mode,.in-store-mode{width:100%}.location-button{flex:0 0 auto;border-radius:8px;font-weight:600;transition:all .15s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:.5rem .75rem;background-color:#2563eb;color:#fff;font-size:.875rem;box-sizing:border-box;white-space:nowrap;width:fit-content}.location-button:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.location-button:active{transform:translateY(0);box-shadow:0 2px 4px #2563eb4d}.location-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transition:width .3s,height .3s,top .3s,left .3s;transform:translate(-50%,-50%)}.location-button:active:before{width:100%;height:100%}.status-message,.location-status{border-radius:10px;padding:1rem 1.25rem;border:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:500;margin-bottom:1rem;font-size:.9rem}.status-message.loading,.location-status.loading{background:linear-gradient(145deg,#3b82f61a,#2563eb26);color:#1e40af;border:1px solid rgba(59,130,246,.2)}.status-message.success,.location-status.success{background:linear-gradient(145deg,#10b9811a,#05966926);color:#065f46;border:1px solid rgba(16,185,129,.2)}.status-message.error,.location-status.error{background:linear-gradient(145deg,#ef44441a,#dc262626);color:#991b1b;border:1px solid rgba(239,68,68,.2)}.ai-status{margin-bottom:1rem;padding:.75rem;border-radius:6px;font-size:.9rem;display:flex;align-items:center}.ai-status.loading{background-color:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.ai-status.loading:before{content:"";display:inline-block;width:1rem;height:1rem;margin-right:.5rem;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}.ai-status.success{background-color:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.ai-status.error{background-color:#fef2f2;color:#ef4444;border:1px solid #fecaca}@keyframes spin{to{transform:rotate(360deg)}}.aisle-item .item-content{display:flex;flex-wrap:wrap;width:100%;gap:.5rem}.debug-toggle{display:flex;align-items:center;margin-top:2rem;padding:.75rem;background-color:#f8f9fa;border-radius:6px;border:1px dashed #ccc}.debug-toggle label{margin-left:.5rem;font-size:.9rem;color:#666;cursor:pointer}.debug-panel{margin-top:1.5rem;padding:1.5rem;background-color:#f8f9fa;border-radius:6px;border:1px solid #e2e8f0;overflow:hidden}.debug-panel h3{margin-top:0;color:#333;font-size:1.2rem;margin-bottom:1rem}.debug-panel h4{color:#4a90e2;margin:1rem 0 .5rem;font-size:1rem}.debug-timestamp{color:#666;font-size:.9rem;margin-bottom:1.5rem;font-style:italic}.debug-section{margin-bottom:1.5rem}.debug-code{background-color:#282c34;color:#abb2bf;padding:1rem;border-radius:4px;overflow:auto;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.85rem;max-height:400px;white-space:pre-wrap;word-break:break-word}.debug-message{color:#666;font-style:italic}.debug-tabs{display:flex;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.debug-tab{padding:.75rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.9rem;color:#666;transition:all .2s ease}.debug-tab:hover{color:#4a90e2}.debug-tab.active{color:#4a90e2;border-bottom-color:#4a90e2;font-weight:500}.rationale-list{display:flex;flex-direction:column;gap:1rem}.rationale-item{padding:1rem;background-color:#fff;border-radius:6px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.rationale-item-header{font-size:.9rem;margin-bottom:.5rem;color:#555}.rationale-item-content{display:flex;flex-direction:column;gap:.5rem}.rationale-item-content div{line-height:1.4}.w-full{width:100%}.max-w-md{max-width:28rem}.mx-auto{margin-left:auto;margin-right:auto}.p-6{padding:1.5rem}.bg-white{background-color:#fff}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.mb-6{margin-bottom:1.5rem}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.block{display:block}.text-gray-700{color:#4a5568}.text-sm{font-size:.875rem}.mb-2{margin-bottom:.5rem}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.border{border-width:1px;border-style:solid}.rounded{border-radius:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.leading-tight{line-height:1.25}.focus\:outline-none:focus{outline:none}.focus\:shadow-outline:focus{box-shadow:0 0 0 3px #4299e180}.bg-blue-500{background-color:#4299e1}.hover\:bg-blue-700:hover{background-color:#2b6cb0}.text-white{color:#fff}.px-4{padding-left:1rem;padding-right:1rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.my-4{margin-top:1rem;margin-bottom:1rem}.flex-grow{flex-grow:1}.border-t{border-top-width:1px}.border-gray-300{border-color:#e2e8f0}.px-3{padding-left:.75rem;padding-right:.75rem}.text-gray-500{color:#a0aec0}.mr-2{margin-right:.5rem}.mt-6{margin-top:1.5rem}.text-blue-500{color:#4299e1}.hover\:text-blue-700:hover{color:#2b6cb0}.mt-2{margin-top:.5rem}.text-xs{font-size:.75rem}.mt-1{margin-top:.25rem}.bg-red-100{background-color:#fed7d7}.border-red-400{border-color:#fc8181}.text-red-700{color:#c53030}.bg-green-100{background-color:#c6f6d5}.border-green-400{border-color:#68d391}.text-green-700{color:#2f855a}.hamburger-button{background:#fff;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;color:#374151;border-radius:.25rem;transition:all .2s;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hamburger-button:hover{background:#f8f9fa;color:#1f2937;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.hamburger-button:hover{background:#f3f4f6;color:#1f2937}.header-logo{height:36px;width:36px;display:block;object-fit:contain;object-position:center}.header-title{font-size:1.5rem;color:#2563eb;margin:0;font-weight:600;letter-spacing:.5px;line-height:1}.loading-message,.empty-lists-message{text-align:center;padding:2rem;font-size:1.1rem;color:#64748b;background-color:#f8fafc;border-radius:.5rem;margin:1rem 0;box-shadow:0 1px 3px #0000001a}.loading-message{animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-item{height:60px;margin-bottom:12px}.skeleton-text{height:16px;width:60%}.hamburger-menu{position:fixed;top:0;left:0;width:280px;height:100vh;background:#fff;border-right:1px solid #e2e8f0;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:1000;overflow-y:auto}.hamburger-menu.open{transform:translate(0)}.hamburger-menu-content{padding:1rem}.menu-header{padding-bottom:1rem;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.menu-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#1f2937}.menu-lists{display:flex;flex-direction:column;gap:.5rem}.create-list-button{background:#2563eb;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);text-align:left;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.create-list-button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.create-list-button:active{transform:translateY(0);box-shadow:0 2px 4px #2563eb4d}.create-list-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transition:width .3s,height .3s,top .3s,left .3s;transform:translate(-50%,-50%)}.create-list-button:active:before{width:100%;height:100%}.list-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .2s;position:relative}.list-item:hover{background:#f1f5f9}.list-item.active{background:#dbeafe;border:1px solid #93c5fd}.list-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;font-weight:500;color:#374151}.list-item.active .list-name{color:#1d4ed8}.list-options{position:relative}.list-options-button{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;color:#6b7280;transition:all .2s}.list-options-button:hover{background:#e5e7eb;color:#374151}.list-options-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;z-index:10;min-width:120px}.list-options-dropdown button{display:block;width:100%;padding:.5rem .75rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s;color:#374151}.list-options-dropdown button:hover{background:#f3f4f6}.list-options-dropdown button.delete-option{color:#dc2626}.list-options-dropdown button.delete-option:hover{background:#fef2f2}.list-rename-input{width:100%;padding:.25rem .5rem;border:1px solid #3b82f6;border-radius:.25rem;font-size:inherit;font-weight:inherit;background:#fff}.list-rename-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #3b82f61a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px #0000001a;width:90%;max-width:400px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.25rem;line-height:1}.modal-close:hover{color:#374151}.modal-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input{width:100%;border:2px solid #e2e8f0;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input::placeholder{color:#9ca3af;transition:color .2s ease}.form-group input.error{border-color:#dc2626}.error-message{color:#dc2626;font-size:.875rem;margin-top:.25rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.modal-actions button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.cancel-button:hover{background:#e5e7eb}.create-button{background:#2563eb;border:1px solid #2563eb;color:#fff}.create-button:hover{background:#1d4ed8;border-color:#1d4ed8}.app-content-wrapper{transition:transform .3s ease-in-out,margin-left .3s ease-in-out}.app.menu-open.menu-none .app-content-wrapper{transform:translate(0);margin-left:0}.app.menu-open.menu-shift .app-content-wrapper{transform:translate(var(--shift-amount, 0px))}.app.menu-open.menu-condense .app-content-wrapper{margin-left:280px}.app.menu-open.menu-overlay .app-content-wrapper{transform:translate(0);margin-left:0}@media (max-width: 767px){.modal-content{margin:1rem;width:calc(100% - 2rem)}}.error-message{text-align:center;padding:1rem;font-size:1rem;color:#ef4444;background-color:#fee2e2;border:1px solid #f87171;border-radius:.5rem;margin:1rem 0}.header-bar{position:fixed;top:0;left:0;right:0;width:100%;height:60px;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:1000;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #00000014}.header-left{display:flex;align-items:center;gap:.75rem}.header-right{display:flex;align-items:center}.user-profile{position:relative;display:flex;align-items:center;cursor:pointer;padding:.25rem;border-radius:50%;transition:background-color .2s}.user-profile:hover{background-color:#f8f9fa}.profile-image{width:32px;height:32px;border-radius:50%;background-color:#fff;border:none;padding:6px;object-fit:contain}.profile-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:1002;min-width:120px}.profile-menu-item{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s;color:#374151;font-size:.875rem}.profile-menu-item:hover{background-color:#f3f4f6}.profile-menu-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.profile-menu-item:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.app-footer{margin-top:2rem;text-align:center;color:#64748b;font-size:.9rem;padding:1rem 0}.icon-button{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.icon{width:20px;height:20px}.list-name-header{text-align:center;margin:1.5rem 0;padding:0 1rem}.list-name-header h2{font-size:1.8rem;color:#2563eb;margin:0;font-weight:600;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 768px){.list-name-header h2{font-size:1.5rem}}@media (max-width: 480px){.list-name-header h2{font-size:1.3rem}.list-name-header{padding:0 .5rem;margin:1rem 0}.header-bar{padding:0 1rem;height:56px}.header-left{gap:.5rem}.header-title{font-size:1.3rem}.header-logo{height:28px;width:28px}.hamburger-button{width:44px;height:44px;font-size:1.1rem}.profile-image{width:40px;height:40px}main{margin-top:76px;min-height:calc(100vh - 116px)}.store-controls-row{flex-direction:column;gap:.75rem}}
