:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:600}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid #667eea;outline-offset:2px}a{text-decoration:none;color:inherit}input,select,textarea{font-family:inherit}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #667eea;outline-offset:-2px}.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.nav-title{font-size:1.5rem;margin:0;font-weight:600}.nav-links{list-style:none;padding:0;margin:0;display:flex;gap:2rem;flex-wrap:wrap}.nav-links a{color:#ffffffe6;text-decoration:none;font-weight:500;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .3s ease}.nav-links a:hover,.nav-links a.active{color:#fff;border-bottom-color:#fff}.nav-user{display:flex;align-items:center;gap:1rem;margin-left:auto}.user-name{color:#fff;font-weight:500;font-size:.95rem}.settings-link{font-size:1.2rem;color:#fff;text-decoration:none;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.settings-link:hover{background:#fff3}.logout-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;font-size:.9rem}.logout-btn:hover{background:#ffffff4d;border-color:#ffffff80}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.hamburger span{display:block;width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.mobile-overlay{display:none}@media(max-width:768px){.nav-container{padding:1rem;position:relative}.hamburger{display:flex;order:2}.nav-title{order:1;font-size:1.2rem}.nav-user{order:3;width:100%;justify-content:flex-end}.mobile-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:280px;max-width:80vw;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 2rem 2rem;gap:0;box-shadow:-4px 0 12px #00000026;transition:right .3s ease;z-index:1000;overflow-y:auto}.nav-links.open{right:0}.nav-links li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.nav-links a{display:block;padding:1rem 0;font-size:1.1rem;border-bottom:none}.nav-links a.active{background:#ffffff1a;padding-left:1rem;border-left:4px solid white}.nav-links a:hover{background:#ffffff0d;border-bottom:none}.main-content{padding:1rem}}.home-page{max-width:1000px;margin:0 auto}.hero{text-align:center;padding:3rem 1rem;margin-bottom:3rem}.hero-title{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:#666;line-height:1.6}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:4rem}.feature-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;text-decoration:none;color:#333;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.feature-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;grid-column:span 2}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h2{font-size:1.5rem;margin-bottom:.5rem}.feature-card p{color:inherit;opacity:.9;line-height:1.5}.workflow{background:#f8f9fa;border-radius:12px;padding:3rem 2rem;margin-bottom:3rem}.workflow h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#333}.workflow-steps{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.workflow-step{flex:1;min-width:150px;text-align:center}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.workflow-step h3{font-size:1.1rem;margin-bottom:.5rem;color:#333}.workflow-step p{color:#666;font-size:.9rem}.workflow-arrow{font-size:2rem;color:#667eea;font-weight:700}.cta{text-align:center;padding:2rem}.cta-button{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:50px;font-size:1.2rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #667eea66}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.feature-primary{grid-column:span 1}.workflow-arrow{display:none}.workflow-steps{flex-direction:column}}.page{max-width:1200px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:2rem;color:#333;margin:0}.primary-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s ease}.primary-button:hover{opacity:.9}.secondary-button{padding:.75rem 1.5rem;background:#f1f3f5;color:#333;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.secondary-button:hover{background:#e9ecef}.small-button{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:opacity .3s ease}.small-button:hover{opacity:.9}.search-form-inline{display:flex;gap:.5rem;margin-bottom:2rem}.search-input-inline{flex:1;padding:.75rem 1rem;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;outline:none}.search-input-inline:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.loading{text-align:center;padding:3rem;color:#999;font-size:1.2rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.item-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:all .3s ease}.item-card:hover{box-shadow:0 4px 12px #00000026}.item-image{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-bottom:1rem}.item-image img{width:100%;height:100%;object-fit:cover}.item-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.item-card-header h3{margin:0;color:#333;font-size:1.3rem}.room-badge{background:#e8eaf6;color:#3f51b5;padding:.25rem .75rem;border-radius:16px;font-size:.85rem;white-space:nowrap}.item-description{color:#666;line-height:1.5;margin-bottom:1rem}.item-location{color:#667eea;font-size:.9rem;margin-bottom:.75rem}.tags-display{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#f1f3f5;color:#495057;padding:.25rem .75rem;border-radius:16px;font-size:.85rem}.segments-display{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.segment-tag{background:#e8eaf6;color:#3f51b5;padding:.25rem .75rem;border-radius:16px;font-size:.85rem}.item-card-actions{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #f1f3f5}.edit-button,.delete-button{flex:1;padding:.5rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.edit-button{background:#e3f2fd;color:#1976d2}.edit-button:hover{background:#bbdefb}.delete-button{background:#ffebee;color:#d32f2f}.delete-button:hover{background:#ffcdd2}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal-large{max-width:700px}.modal h2{margin-top:0;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;font-family:inherit;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:2rem}.segments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.segment-row{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.segment-level{width:80px}.segment-type{width:150px}.segment-name{flex:1}.delete-segment-button{padding:.5rem .75rem;background:#ffebee;color:#d32f2f;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.delete-segment-button:hover{background:#ffcdd2}.bulk-actions-bar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 4px 6px #0000001a;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bulk-actions-info{display:flex;align-items:center;gap:1rem}.bulk-count{font-weight:600;font-size:1.1rem}.bulk-actions-buttons{display:flex;gap:.75rem}.danger-button{background:#ef4444;color:#fff;padding:.625rem 1.25rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.danger-button:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.link-button{background:transparent;color:#fff;border:none;cursor:pointer;font-weight:500;text-decoration:underline;padding:.25rem .5rem;transition:opacity .2s ease}.link-button:hover{opacity:.8}.selection-helper{margin-bottom:1rem;text-align:right}.item-checkbox{position:absolute;top:.75rem;left:.75rem;z-index:10}.item-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#7c3aed}.item-card{position:relative;transition:all .3s ease}.item-card.selected{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed33;transform:scale(1.02)}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch;gap:1rem}.items-grid{grid-template-columns:1fr}.search-form-inline{flex-direction:column}.segment-row{flex-wrap:wrap}.segment-level,.segment-type,.segment-name{width:100%}.bulk-actions-bar{flex-direction:column;align-items:stretch}.bulk-actions-info,.bulk-actions-buttons{width:100%;justify-content:space-between}}.tag-autocomplete{position:relative;width:100%}.tag-autocomplete input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}.tag-autocomplete input:focus{outline:none;border-color:#7c3aed}.tag-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 16px #0000001a;z-index:1000;max-height:300px;overflow:hidden}.tag-dropdown-header{padding:.75rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:.875rem;color:#6b7280}.tag-dropdown-list{overflow-y:auto;max-height:260px}.tag-dropdown-item{padding:.75rem;display:flex;justify-content:space-between;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f3f4f6}.tag-dropdown-item:hover{background-color:#f3f4f6}.tag-name{font-weight:500;color:#1f2937}.tag-frequency{font-size:.875rem;color:#9ca3af;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px}.tag-dropdown-list::-webkit-scrollbar{width:8px}.tag-dropdown-list::-webkit-scrollbar-track{background:#f9fafb}.tag-dropdown-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.tag-dropdown-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.where-page{max-width:800px;margin:0 auto}.search-divider:before,.search-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#ddd}.search-divider span{background:#f5f7fa;padding:0 1rem;color:#999;font-size:.9rem}.where-header{text-align:center;margin-bottom:2rem}.where-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#333}.subtitle{color:#666;font-size:1.1rem}.search-form{margin-bottom:2rem}.search-box{display:flex;gap:.5rem;box-shadow:0 4px 12px #0000001a;border-radius:12px;overflow:hidden}.search-input{flex:1;padding:1rem 1.5rem;border:none;font-size:1rem;outline:none}.search-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s ease}.search-button:hover:not(:disabled){opacity:.9}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem}.info-message{background:#e3f2fd;color:#1976d2;padding:1rem;border-radius:8px;margin-bottom:1rem}.results-container h2{font-size:1.5rem;margin-bottom:1rem;color:#333}.result-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;margin-bottom:1rem}.result-header h3{margin:0;color:#333;font-size:1.5rem}.result-body{margin-top:1rem}.human-text{font-size:1.2rem;color:#667eea;font-weight:500;margin-bottom:1.5rem;padding:1rem;background:#f5f7ff;border-radius:8px;border-left:4px solid #667eea}.location-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;gap:.5rem}.detail-label{font-weight:600;color:#666;min-width:120px}.detail-value{color:#333}.segment-badge{background:#e8eaf6;color:#3f51b5;padding:.25rem .75rem;border-radius:16px;font-size:.9rem}.empty-state{text-align:center;padding:3rem;color:#999;font-size:1.1rem}@media(max-width:768px){.where-header h1{font-size:2rem}.search-box{flex-direction:column}.search-button{width:100%}}.suggest-page{max-width:900px;margin:0 auto;padding:2rem}.suggest-header{text-align:center;margin-bottom:2rem}.suggest-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1f2937}.subtitle{font-size:1.1rem;color:#6b7280;margin-top:.5rem}.search-divider{text-align:center;margin:2rem 0;position:relative}.search-divider:before,.search-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background-color:#e5e7eb}.search-divider:before{left:0}.search-divider:after{right:0}.search-divider span{background-color:#fff;padding:0 1rem;color:#9ca3af;font-size:.9rem}.suggest-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.suggest-form .form-group{margin-bottom:1.5rem}.suggest-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.suggest-form input[type=text],.suggest-form textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}.suggest-form input[type=text]:focus,.suggest-form textarea:focus{outline:none;border-color:#7c3aed}.suggest-form textarea{resize:vertical;font-family:inherit}.search-button{width:100%;padding:1rem;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #7c3aed4d}.search-button:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:1rem;background-color:#fee2e2;border:2px solid #ef4444;border-radius:8px;color:#991b1b;margin-bottom:1rem}.info-message{padding:1rem;background-color:#dbeafe;border:2px solid #3b82f6;border-radius:8px;color:#1e40af;margin-bottom:1rem}.suggestions-container{margin-top:2rem}.suggestions-container>h2{font-size:1.8rem;margin-bottom:1.5rem;color:#1f2937}.suggestion-card{position:relative;background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000001a;border-left:4px solid #7c3aed;transition:transform .2s,box-shadow .2s}.suggestion-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.suggestion-card.confidence-high{border-left-color:#10b981}.suggestion-card.confidence-medium{border-left-color:#f59e0b}.suggestion-card.confidence-low{border-left-color:#6b7280}.suggestion-rank{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.suggestion-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.suggestion-header h3{font-size:1.5rem;color:#1f2937;margin:0}.confidence-badge{padding:.4rem .8rem;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600}.suggestion-body{padding-top:1rem}.location-info{margin-bottom:1rem}.room-name{display:inline-block;font-size:1.1rem;font-weight:600;color:#7c3aed;margin-bottom:.5rem}.segments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.segment-badge{padding:.3rem .6rem;background-color:#f3f4f6;border-radius:6px;font-size:.85rem;color:#4b5563}.suggestion-score{margin:1rem 0}.score-bar{width:100%;height:12px;background-color:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.score-fill{height:100%;transition:width .5s ease;border-radius:6px}.score-value{font-size:.9rem;color:#6b7280;font-weight:600}.suggestion-reasons{margin:1.5rem 0;padding:1rem;background-color:#f9fafb;border-radius:8px}.suggestion-reasons h4{font-size:1rem;margin-bottom:.75rem;color:#374151}.suggestion-reasons ul{list-style:none;padding:0;margin:0}.suggestion-reasons li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563}.suggestion-reasons li:before{content:"✓";position:absolute;left:0;color:#7c3aed;font-weight:700}.matching-items{margin:1.5rem 0}.matching-items h4{font-size:1rem;margin-bottom:.75rem;color:#374151}.item-chips{display:flex;flex-wrap:wrap;gap:.5rem}.item-chip{padding:.4rem .8rem;background-color:#ede9fe;color:#7c3aed;border-radius:20px;font-size:.85rem;font-weight:500}.suggestion-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.item-count{font-size:.9rem;color:#6b7280}@media(max-width:768px){.suggest-page{padding:1rem}.suggest-header h1{font-size:2rem}.suggestion-header{flex-direction:column;align-items:flex-start}.suggestion-rank{top:.5rem;right:.5rem;width:35px;height:35px;font-size:1rem}}.organize-page{padding:2rem;max-width:1400px;margin:0 auto}.organize-header{margin-bottom:2rem}.organize-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.subtitle{color:#6b7280;font-size:1rem}.unassigned-zone{background:#fef3c7;border:2px dashed #f59e0b;border-radius:12px;padding:1.5rem;margin-bottom:2rem;transition:all .2s}.unassigned-zone.drag-over{background:#fde68a;border-color:#d97706;transform:scale(1.01);box-shadow:0 8px 16px #f59e0b33}.unassigned-zone h2{font-size:1.25rem;font-weight:600;color:#92400e;margin-bottom:1rem}.items-container{display:flex;flex-wrap:wrap;gap:.75rem}.draggable-item{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;cursor:move;transition:all .2s;min-width:150px;-webkit-user-select:none;user-select:none}.draggable-item:hover{border-color:#7c3aed;box-shadow:0 4px 8px #7c3aed1a;transform:translateY(-2px)}.draggable-item.dragging{opacity:.5;transform:rotate(2deg);cursor:grabbing}.item-name{font-weight:600;color:#1f2937;margin-bottom:.5rem}.item-tags{display:flex;flex-wrap:wrap;gap:.25rem}.tag-chip{background:#f3f4f6;color:#6b7280;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.locations-grid{display:flex;flex-direction:column;gap:2rem}.room-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.room-title{font-size:1.5rem;font-weight:700;color:#7c3aed;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #7c3aed}.room-locations{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.location-box{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;min-height:150px;transition:all .2s}.location-box.drag-over{background:#ede9fe;border-color:#7c3aed;border-style:dashed;box-shadow:0 8px 16px #7c3aed33;transform:scale(1.02)}.location-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.location-header h3{font-size:1.125rem;font-weight:600;color:#1f2937}.item-count{background:#7c3aed;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .625rem;border-radius:12px;min-width:24px;text-align:center}.location-segments{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.segment-badge{background:#fff;color:#7c3aed;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;border:1px solid #e5e7eb}.location-items{display:flex;flex-direction:column;gap:.5rem}.empty-location{color:#9ca3af;font-style:italic;text-align:center;padding:2rem 1rem;border:2px dashed #e5e7eb;border-radius:8px}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fecaca}.empty-state{text-align:center;padding:3rem;color:#6b7280}.empty-state p{font-size:1.125rem}.loading{text-align:center;padding:3rem;font-size:1.125rem;color:#6b7280}@media(max-width:768px){.organize-page{padding:1rem}.room-locations{grid-template-columns:1fr}.items-container{flex-direction:column}.draggable-item{width:100%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.location-box.drag-over{animation:pulse 1s ease-in-out infinite}.voice-test-page{max-width:1200px;margin:0 auto;padding:2rem}.voice-test-page h1{color:#333;margin-bottom:.5rem}.voice-test-page>p{color:#666;margin-bottom:2rem}.test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.test-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:2px solid #f0f0f0;transition:all .3s ease}.test-card:hover{box-shadow:0 4px 12px #00000026;border-color:#667eea}.test-card.highlight{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.test-card h3{margin:0 0 .5rem;color:#333;font-size:1.2rem}.test-card p{color:#666;margin:0 0 1rem;font-size:.9rem}.test-button{width:100%;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.test-button:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.test-button:disabled{opacity:.6;cursor:not-allowed}.test-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);font-size:1.1rem;padding:1rem 1.5rem}.result{margin-top:.75rem;padding:.5rem;border-radius:6px;text-align:center;font-weight:600}.result.success{background:#d4edda;color:#155724}.result.error{background:#f8d7da;color:#721c24}.logs-section{background:#1e1e1e;border-radius:12px;overflow:hidden;margin-bottom:2rem}.logs-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#2d2d2d;border-bottom:1px solid #3d3d3d}.logs-header h3{margin:0;color:#fff;font-size:1.1rem}.clear-button{padding:.5rem 1rem;background:#444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.clear-button:hover{background:#555}.logs{padding:1rem;max-height:400px;overflow-y:auto;font-family:Monaco,Menlo,Consolas,monospace;font-size:.9rem}.empty-logs{color:#888;text-align:center;padding:2rem;font-style:italic}.log-entry{color:#d4d4d4;padding:.5rem;margin-bottom:.25rem;border-radius:4px;white-space:pre-wrap;word-break:break-word}.log-entry.success{background:#4caf501a;border-left:3px solid #4caf50}.log-entry.error{background:#f443361a;border-left:3px solid #f44336}.log-entry.warning{background:#ff98001a;border-left:3px solid #ff9800}.info-section{background:#f5f7fa;border-radius:12px;padding:1.5rem;border-left:4px solid #667eea}.info-section h3{margin-top:0;color:#333}.info-section ul{list-style:none;padding:0;margin:0}.info-section li{padding:.5rem 0;color:#666}.info-section strong{color:#333}@media(max-width:768px){.voice-test-page{padding:1rem}.test-grid{grid-template-columns:1fr}.logs{font-size:.8rem}}.dashboard-container{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-container h1{color:#1f2937;margin-bottom:2rem;font-size:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.stat-card.alert{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.stat-icon{font-size:2.5rem;min-width:60px;text-align:center}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;color:#1f2937;line-height:1;margin-bottom:.25rem}.stat-label{font-size:.95rem;color:#6b7280;font-weight:500}.charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.chart-card h2{color:#1f2937;font-size:1.25rem;margin-bottom:1.5rem;font-weight:600}.alert-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;padding:1.5rem;margin-top:2rem;font-size:1rem;color:#92400e}.alert-box strong{font-weight:600}.error-message{background:#fee2e2;border:2px solid #ef4444;color:#991b1b;padding:1rem 1.5rem;border-radius:8px;margin-top:1rem}@media(max-width:768px){.dashboard-container{padding:1rem}.dashboard-container h1{font-size:1.5rem;margin-bottom:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{padding:1rem}.stat-icon{font-size:2rem;min-width:50px}.stat-value{font-size:1.5rem}.stat-label{font-size:.875rem}.charts-container{grid-template-columns:1fr;gap:1.5rem}.chart-card{padding:1rem}.chart-card h2{font-size:1.1rem;margin-bottom:1rem}.alert-box{padding:1rem;font-size:.9rem}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:420px;box-shadow:0 10px 40px #0003}.auth-card h1{margin:0 0 8px;font-size:28px;color:#1a202c;text-align:center}.auth-subtitle{margin:0 0 32px;color:#718096;text-align:center;font-size:14px}.error-message{background-color:#fed7d7;border:1px solid #fc8181;color:#c53030;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#2d3748;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;border:1px solid #cbd5e0;border-radius:6px;font-size:15px;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{display:block;margin-top:6px;color:#718096;font-size:12px}.btn-primary{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s;margin-top:8px}.btn-primary:hover:not(:disabled){opacity:.9}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-link{margin-top:24px;text-align:center;color:#718096;font-size:14px}.auth-link a{color:#667eea;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.success-message{background-color:#c6f6d5;border:1px solid #68d391;color:#22543d;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.auth-form{margin-top:24px}.form-hint{display:block;margin-top:6px;color:#718096;font-size:12px}.btn-secondary{width:100%;padding:12px;background:#e2e8f0;color:#2d3748;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:12px}.btn-secondary:hover:not(:disabled){background:#cbd5e0}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}
