.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:#fff}.login-card{background:#fff;border-radius:8px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:100%;max-width:400px;border:1px solid #e5e7eb;animation:fadeIn .3s ease-out}.login-card h1{text-align:center;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;color:#111827}.subtitle{text-align:center;color:#6b7280;margin-bottom:2rem;font-size:.875rem}.login-card .btn{width:100%;justify-content:center;margin-top:.5rem}.login-card .btn:disabled{opacity:.6;cursor:not-allowed}.login-card .form-group{margin-bottom:1.25rem}.login-card .form-label{color:#111827;font-weight:500;margin-bottom:.5rem;font-size:.875rem}.login-card .form-input{padding:.75rem 1rem;font-size:.875rem;border:1px solid #e5e7eb;background:#fff}.login-card .form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dashboard{animation:fadeIn .3s ease-out}.dashboard h1{margin-bottom:1.5rem;font-size:1.75rem;font-weight:600;color:#111827}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1.25rem;transition:all .15s ease}.stat-card:hover{border-color:#d1d5db}.stat-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:6px;flex-shrink:0}.stat-content{flex:1;min-width:0}.stat-value{font-size:2rem;font-weight:700;color:#111827;line-height:1.2;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500}.dashboard-problems{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.dashboard-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb}.dashboard-card-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#111827}.dashboard-muted{color:#6b7280;font-size:.875rem;margin:0}.dashboard-table-wrap{overflow-x:auto}.dashboard-table{width:100%;border-collapse:collapse;font-size:.875rem}.dashboard-table th{text-align:left;padding:.5rem .75rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.dashboard-table td{padding:.5rem .75rem;border-bottom:1px solid #f3f4f6;color:#4b5563;vertical-align:top}.dashboard-table td:first-child{white-space:nowrap}.dashboard-link{color:#2563eb;text-decoration:none}.dashboard-link:hover{text-decoration:underline}.toast-container{position:fixed;top:80px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{min-width:300px;max-width:400px;padding:.875rem 1rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;background:#fff;border:1px solid #e5e7eb;cursor:pointer;pointer-events:auto;animation:slideInRight .3s ease-out;transition:all .2s ease}.toast:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translate(-4px)}.toast-content{display:flex;align-items:center;gap:.75rem}.toast-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:.75rem;font-weight:600;flex-shrink:0}.toast-message{flex:1;font-size:.875rem;color:#111827;line-height:1.4}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{background:#d1fae5;color:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{background:#fee2e2;color:#ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{background:#dbeafe;color:#3b82f6}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon{background:#fef3c7;color:#f59e0b}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast.removing{animation:slideOutRight .3s ease-out forwards}.pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding:.5rem 0}.pagination-info{color:var(--text-muted, #6b7280);font-size:.875rem}.pagination-controls{display:flex;align-items:center;gap:1rem}.pagination-controls .btn:disabled{opacity:.5;cursor:not-allowed}.pagination-pages{font-size:.875rem;color:var(--text-secondary, #374151)}.shops-page{animation:fadeIn .3s ease-out;width:100%;max-width:100%;overflow-x:visible;box-sizing:border-box;padding:0;margin:0;display:flex;flex-direction:column}.shops-page .card{padding:0!important;margin:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:visible;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.modal-large{max-width:800px}.modal p{color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.tree-view{width:100%}.tree-node{margin-bottom:.25rem}.tree-node-header{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s ease;border-radius:4px;gap:.5rem}.tree-node-header:hover{background-color:#f9fafb}.tree-toggle{display:inline-block;width:1rem;text-align:center;color:#6b7280;font-size:.75rem;flex-shrink:0}.tree-label{font-weight:600;color:#111827;flex:1}.tree-meta{color:#6b7280;font-weight:400;font-size:.875rem}.tree-count{color:#9ca3af;font-size:.875rem;font-weight:500;margin-left:auto}.tree-children{margin-left:1.5rem;border-left:2px solid #e5e7eb;padding-left:1rem;margin-top:.25rem;overflow-x:auto;max-width:100%;box-sizing:border-box}.brand-header{background-color:#f9fafb;border:1px solid #e5e7eb;font-size:1rem}.brand-header:hover{background-color:#f3f4f6}.brand-label{font-size:1rem;font-weight:700;color:#111827}.branch-node{margin-left:0}.branch-header{background-color:#fff;border:1px solid #e5e7eb;font-size:.9375rem;padding-left:1.5rem}.branch-header:hover{background-color:#f9fafb}.branch-label{font-size:.9375rem;font-weight:600;color:#374151}.manager-node{margin-left:0}.manager-header{background-color:#fff;border:1px solid #e5e7eb;font-size:.875rem;padding-left:2.5rem}.manager-header:hover{background-color:#f9fafb}.manager-label{font-size:.875rem;font-weight:500;color:#4b5563}.city-node{margin-left:0}.city-header{background-color:#fff;border:1px solid #e5e7eb;font-size:.8125rem;padding-left:3.5rem}.city-header:hover{background-color:#f9fafb}.city-label{font-size:.8125rem;font-weight:500;color:#6b7280}.table{background:transparent;width:100%;max-width:100%;border-collapse:collapse;table-layout:auto;word-wrap:break-word;overflow-wrap:break-word}.table th{background:#f9fafb;padding:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;color:#6b7280;border-bottom:2px solid #e5e7eb;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table td{padding:1rem;color:#111827;border-bottom:1px solid #e5e7eb;font-size:.875rem;word-wrap:break-word;overflow-wrap:break-word;max-width:0;overflow:hidden;text-overflow:ellipsis}.table tbody tr:hover{background:#f9fafb}.form-group input[type=file]{width:100%;padding:.75rem;border:2px dashed #e5e7eb;border-radius:6px;background:#f9fafb;color:#111827;cursor:pointer;transition:all .15s ease;font-size:.875rem}.form-group input[type=file]:hover{border-color:#d1d5db;background:#fff}.filters-section{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e5e7eb;margin-left:0;margin-right:0;width:100%;box-sizing:border-box}.search-box{margin-bottom:1.5rem}.filters-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.custom-dropdown-wrapper{position:relative;flex:1;min-width:150px;max-width:calc(25% - .75rem)}.custom-dropdown-button{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#111827;font-weight:500;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:space-between;align-items:center;text-align:left}.custom-dropdown-button:hover{border-color:#d1d5db;background-color:#f9fafb;box-shadow:0 2px 4px #00000014}.custom-dropdown-button.open{border-color:#111827;box-shadow:0 0 0 3px #1118271a,0 2px 4px #0000001a}.custom-dropdown-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown-arrow{margin-left:.5rem;color:#6b7280;font-size:.75rem;transition:transform .2s ease;flex-shrink:0}.custom-dropdown-button.open .custom-dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:998;background:transparent}.custom-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:999;max-height:320px;overflow:hidden;display:flex;flex-direction:column;animation:slideDown .2s ease-out}.custom-dropdown-search-wrap{padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.custom-dropdown-search{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;box-sizing:border-box}.custom-dropdown-search:focus{outline:none;border-color:#111827;box-shadow:0 0 0 2px #1118271a}.custom-dropdown-options-list{overflow-y:auto;max-height:260px}.custom-dropdown-options-list::-webkit-scrollbar{width:6px}.custom-dropdown-options-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.custom-dropdown-options-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.custom-dropdown-item-muted{color:#9ca3af;cursor:default}.custom-dropdown-item-muted:hover{background:#fff}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-menu::-webkit-scrollbar{width:6px}.custom-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.custom-dropdown-menu::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.custom-dropdown-item{padding:.75rem 1rem;cursor:pointer;transition:all .15s ease;color:#111827;font-size:.875rem;border-bottom:1px solid #f3f4f6}.custom-dropdown-item:last-child{border-bottom:none}.custom-dropdown-item:hover{background-color:#f9fafb;color:#111827}.custom-dropdown-item.selected{background-color:#f3f4f6;color:#111827;font-weight:600}.custom-dropdown-menu>.custom-dropdown-item:first-of-type{border-radius:0}.custom-dropdown-menu>.custom-dropdown-item:first-of-type:not(.custom-dropdown-item-muted){border-top:none}.custom-dropdown-item:last-child{border-radius:0 0 8px 8px}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.shops-table th:nth-child(1){min-width:150px;width:auto}.shops-table th:nth-child(2){min-width:150px;width:auto}.shops-table th:nth-child(3){min-width:400px;width:auto}.shops-table th:nth-child(4){min-width:220px;width:auto}.shops-table th:nth-child(5){min-width:200px;width:auto}.shops-table td:nth-child(1),.shops-table td:nth-child(2){white-space:nowrap;overflow:visible}.shops-table td:nth-child(3){word-break:break-word;line-height:1.5;max-width:none;overflow:visible;white-space:normal}.shops-table td:nth-child(4),.shops-table td:nth-child(5){white-space:nowrap;overflow:visible}.table-row-clickable{cursor:pointer}.table-row-clickable:hover{background:#f3f4f6!important}.phone-cell{display:flex;align-items:center;gap:.5rem}.copy-btn{background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;transition:all .15s ease;opacity:.7}.copy-btn:hover{opacity:1;background:#f3f4f6}.material-copy-btn{display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border-radius:6px;background:transparent;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#6b7280;opacity:.7;min-width:28px;min-height:28px}.material-copy-btn:hover{background:#f3f4f6;color:#111827;opacity:1;transform:scale(1.05)}.material-copy-btn:active{transform:scale(.95);background:#e5e7eb}.material-copy-btn svg{width:18px;height:18px;display:block}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header-info{width:100%}.filters-section{padding:1rem}.filters-row{flex-direction:column;gap:.75rem}.custom-dropdown-wrapper{width:100%;min-width:100%;max-width:100%}.shops-table{font-size:.8125rem}.shops-table th,.shops-table td{padding:.5rem .75rem}.shops-table th:nth-child(3){min-width:250px}.modal{width:95%;padding:1.5rem}}@media (max-width: 480px){.shops-table th:nth-child(1),.shops-table th:nth-child(2){min-width:100px}.shops-table th:nth-child(3){min-width:200px}.shops-table th:nth-child(4),.shops-table th:nth-child(5){min-width:100px}.modal-large{width:95%;padding:1rem}}.shop-details{margin:1.5rem 0}.detail-row{display:flex;padding:.75rem 0;border-bottom:1px solid #e5e7eb;align-items:flex-start}.detail-row:last-child{border-bottom:none}.detail-row strong{min-width:200px;color:#111827;font-weight:600;font-size:.875rem}.detail-row span{flex:1;color:#374151;font-size:.875rem}.form-group input[type=file]::file-selector-button{padding:.5rem 1rem;margin-right:1rem;border:none;border-radius:4px;background:#111827;color:#fff;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .15s ease}.form-group input[type=file]::file-selector-button:hover{background:#374151}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.confirm-modal{background:#fff;border-radius:12px;padding:0;max-width:450px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #e5e7eb;animation:slideUp .3s ease-out;overflow:hidden}.confirm-modal-title{margin:0;padding:1.5rem 1.5rem .75rem;font-size:1.125rem;font-weight:600;color:#111827;border-bottom:1px solid #e5e7eb}.confirm-modal-message{margin:0;padding:1.25rem 1.5rem;font-size:.9375rem;color:#374151;line-height:1.6}.confirm-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem 1.5rem;background:#f9fafb;border-top:1px solid #e5e7eb}.confirm-modal-cancel{background:#fff!important;color:#374151!important;border:1.5px solid #e5e7eb!important;padding:.625rem 1.25rem!important;font-size:.9375rem!important;font-weight:500!important;border-radius:8px!important;transition:all .2s ease!important;cursor:pointer!important;min-width:120px!important;width:120px!important;max-width:120px!important;flex:0 0 120px!important;text-align:center!important;box-sizing:border-box!important}.confirm-modal-cancel:hover{background:#f9fafb!important;border-color:#d1d5db!important}.confirm-modal-confirm{padding:.625rem 1.25rem!important;font-size:.9375rem!important;font-weight:500!important;border-radius:8px!important;transition:all .2s ease!important;cursor:pointer!important;border:none!important;min-width:120px!important;width:120px!important;max-width:120px!important;flex:0 0 120px!important;text-align:center!important;box-sizing:border-box!important}.confirm-modal-danger{background:#ef4444;color:#fff}.confirm-modal-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px -1px #ef44444d}.confirm-modal-primary{background:#3b82f6;color:#fff}.confirm-modal-primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #3b82f64d}.confirm-modal-success{background:#10b981;color:#fff}.confirm-modal-success:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px -1px #10b9814d}.questions-page{animation:fadeIn .3s ease-out;width:100%;max-width:100%;overflow-x:visible;box-sizing:border-box;padding:0;margin:0;display:flex;flex-direction:column}.questions-page .card{padding:0!important;margin:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:visible;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.shops-table th:nth-child(2){min-width:300px;width:auto}.shops-table th:nth-child(3){min-width:250px;width:auto}.shops-table th:nth-child(4){min-width:140px;width:auto}.shops-table th:nth-child(5){min-width:240px;width:auto}.shops-table td:nth-child(1){white-space:nowrap;overflow:visible}.shops-table td:nth-child(2),.shops-table td:nth-child(5){word-break:break-word;line-height:1.5;max-width:none;overflow:visible;white-space:normal}.answer-options-preview{display:flex;flex-direction:column;gap:.25rem}.answer-option-badge{display:inline-block;padding:.25rem .5rem;background:#f3f4f6;border-radius:4px;font-size:.75rem;color:#374151;margin-right:.25rem;margin-bottom:.25rem}.modal-large{max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow-y:auto}.modal-large>h2{flex-shrink:0;margin-top:0;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.modal-large .form-group{flex-shrink:0}.modal-large .modal-actions{flex-shrink:0;margin-top:auto;padding-top:1.5rem;border-top:1px solid #e5e7eb}.modal-large::-webkit-scrollbar{width:10px}.modal-large::-webkit-scrollbar-track{background:#f1f5f9;border-radius:5px}.modal-large::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px;border:2px solid #f1f5f9}.modal-large::-webkit-scrollbar-thumb:hover{background:#94a3b8}.answer-options-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.answer-option-label{min-width:30px;font-weight:600;color:#374151;font-size:.875rem}.recommendations-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.recommendation-row{display:flex;gap:.5rem;align-items:flex-start;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;background-color:#f9fafb}.recommendation-row select{width:80px;flex-shrink:0}.recommendation-row textarea{flex:1;min-height:60px;resize:vertical}.recommendation-row button{flex-shrink:0}.table-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn-sm{padding:.5rem .75rem;font-size:.8125rem;min-width:110px;width:110px;flex:0 0 auto;text-align:center;white-space:nowrap}.modal{background:#fff;border-radius:8px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #e5e7eb;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.modal::-webkit-scrollbar{width:8px}.modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-large{max-width:95%;max-height:95vh}.answer-options-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.answer-option-row{display:flex;align-items:center;gap:.75rem}.answer-option-label{min-width:30px;font-weight:600;color:#374151;font-size:.875rem;flex-shrink:0}.answer-option-row .form-input{flex:1}textarea.form-input{resize:vertical;min-height:80px;font-family:inherit}.answer-options-preview{display:flex;flex-direction:column;gap:.25rem;max-width:100%}.answer-option-badge{display:inline-block;padding:.25rem .5rem;background:#f3f4f6;border-radius:4px;font-size:.75rem;color:#374151;margin-right:.25rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}@media (max-width: 768px){.answer-options-form{padding:.75rem}.answer-option-row{flex-direction:column;align-items:flex-start}.answer-option-label{margin-bottom:.25rem}.answer-option-row .form-input{width:100%}}@media (max-width: 480px){.shops-table th:nth-child(3),.shops-table th:nth-child(4),.shops-table th:nth-child(5),.shops-table th:nth-child(6){min-width:80px}.modal{width:95%;padding:1.5rem}.modal-large{width:95%;padding:1rem}.table-actions{flex-direction:column}.table-actions .btn-sm{width:100%;min-width:100%}}.surveys-page{animation:fadeIn .3s ease-out;width:100%;max-width:100%;overflow-x:visible;box-sizing:border-box;padding:0;margin:0;display:flex;flex-direction:column}.surveys-page .card{padding:0!important;margin:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:visible;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.page-header h1{font-size:1.75rem;font-weight:600;color:#111827;margin:0}.shops-table th:nth-child(2){min-width:250px;width:auto}.shops-table th:nth-child(3),.shops-table th:nth-child(4){min-width:150px;width:auto}.shops-table th:nth-child(5),.shops-table th:nth-child(6){min-width:120px;width:auto}.shops-table td:nth-child(1),.shops-table td:nth-child(5),.shops-table td:nth-child(6){white-space:nowrap;overflow:visible}.shops-table td:nth-child(2),.shops-table td:nth-child(3),.shops-table td:nth-child(4){word-break:break-word;line-height:1.5;max-width:none;overflow:visible;white-space:normal}.modal-large{max-width:800px;max-height:90vh;display:flex;flex-direction:column}.survey-details{margin:1rem 0;overflow-y:auto;flex:1;max-height:calc(90vh - 150px);padding-right:.5rem}.survey-details::-webkit-scrollbar{width:8px}.survey-details::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.survey-details::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.survey-details::-webkit-scrollbar-thumb:hover{background:#94a3b8}.survey-details h3{margin-top:1.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600;color:#111827}.survey-details .muted{color:#6b7280;font-size:.875rem;margin:.5rem 0}.survey-problems{margin-top:.75rem}.survey-problems .problems-group{margin-bottom:1rem}.survey-problems .problems-group strong{display:block;margin-bottom:.5rem;font-size:.875rem;color:#374151}.survey-problems .problems-group ul{margin:0;padding-left:1.25rem;font-size:.875rem;color:#4b5563}.survey-problems .problems-group li{margin-bottom:.25rem}.table{width:100%;border-collapse:collapse;margin-top:1rem}.table th{background:#f9fafb;padding:.75rem;text-align:left;font-weight:600;font-size:.8125rem;border-bottom:1px solid #e5e7eb}.table td{padding:.75rem;border-bottom:1px solid #e5e7eb;font-size:.875rem}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header-info{width:100%}.filters-section{padding:1rem}.shops-table{font-size:.8125rem}.shops-table th,.shops-table td{padding:.5rem .75rem}.shops-table th:nth-child(2){min-width:200px}}@media (max-width: 480px){.shops-table th:nth-child(3),.shops-table th:nth-child(4),.shops-table th:nth-child(5),.shops-table th:nth-child(6){min-width:80px}.modal{width:95%;padding:1.5rem}}.users-page{animation:fadeIn .3s ease-out;width:100%;max-width:100%;overflow-x:visible;box-sizing:border-box;padding:0;margin:0;display:flex;flex-direction:column}.users-page .card{padding:0!important;margin:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:visible;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.page-header-actions{display:flex;gap:.75rem;align-items:center}.page-header-info{color:#6b7280;font-size:.875rem;font-weight:500}.error-message{background:#fef2f2;color:#991b1b;padding:.875rem 1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #fecaca;font-size:.875rem}.loading,.empty-state{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:1rem}.filters-section{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e5e7eb;width:100%;box-sizing:border-box}.search-box{margin-bottom:0}.search-box input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.875rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.search-box input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a,0 2px 4px #0000001a}.table-info{padding:.75rem 1.5rem;background:transparent;border-bottom:1px solid #e5e7eb;font-size:.875rem;color:#6b7280;margin:0;width:100%;box-sizing:border-box}.table-container{overflow-x:auto;width:100%;max-width:100%;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding:0;margin:0}.shops-table{width:100%;border-collapse:collapse;font-size:.875rem;table-layout:auto;min-width:100%}.shops-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.shops-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#111827;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.shops-table th:nth-child(1){min-width:80px;width:auto}.shops-table th:nth-child(2),.shops-table th:nth-child(3){min-width:150px;width:auto}.shops-table th:nth-child(4),.shops-table th:nth-child(5){min-width:120px;width:auto}.shops-table th:nth-child(6){min-width:130px;width:auto}.shops-table th:nth-child(7){min-width:100px;width:auto}.shops-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#374151;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;vertical-align:top;max-width:none}.shops-table td:nth-child(1),.shops-table td:nth-child(6){white-space:nowrap;overflow:visible}.shops-table td:nth-child(2),.shops-table td:nth-child(3),.shops-table td:nth-child(4),.shops-table td:nth-child(5){word-break:break-word;line-height:1.5;max-width:none;overflow:visible;white-space:normal}.shops-table tbody tr{transition:background-color .15s ease}.shops-table tbody tr:hover{background:#f9fafb}.empty-table-message{text-align:center;padding:2rem;color:#6b7280}.badge{display:inline-block;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:500}.badge-info{background:#dbeafe;color:#1e40af}.badge-success{background:#d1fae5;color:#065f46}.badge-danger{background:#fee2e2;color:#991b1b}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal{background:#fff;border-radius:8px;padding:2rem;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #e5e7eb;animation:slideUp .3s ease-out}.modal h2{margin-bottom:.5rem;font-size:1.25rem;font-weight:600;color:#111827}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header-info{width:100%}.filters-section{padding:1rem}.shops-table{font-size:.8125rem}.shops-table th,.shops-table td{padding:.5rem .75rem}.shops-table th:nth-child(2),.shops-table th:nth-child(3){min-width:120px}}@media (max-width: 480px){.shops-table th:nth-child(4),.shops-table th:nth-child(5),.shops-table th:nth-child(6){min-width:80px}.modal{width:95%;padding:1.5rem}}.settings-page{max-width:800px;margin:0 auto}.settings-page .card{margin-bottom:2rem;padding:2rem}.settings-page .card:last-child{margin-bottom:0}.settings-page h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.settings-page .card>p:first-of-type{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.6}.error-message{background:#fef2f2;color:#991b1b;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #fecaca;font-size:.875rem;line-height:1.5}.success-message{background:#d1fae5;color:#065f46;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #86efac;font-size:.875rem;line-height:1.5}.loading{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:1rem}.settings-page .form-group{margin-bottom:1.75rem}.settings-page .form-group:last-child{margin-bottom:0}.settings-page .form-label{display:block;font-size:.9375rem;font-weight:500;color:#374151;margin-bottom:.625rem}.settings-page .form-input{width:100%;padding:.75rem 1rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#111827;background:#fff;transition:all .2s ease;box-sizing:border-box}.settings-page .form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.settings-page .form-input:read-only{background:#f9fafb;cursor:not-allowed}.settings-page .form-input::placeholder{color:#9ca3af}.form-help{font-size:.8125rem;color:#6b7280;margin-top:.75rem;line-height:1.5}.settings-page .btn{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;border-radius:8px;transition:all .2s ease;cursor:pointer;border:none}.settings-page .btn-primary{background:#111827;color:#fff;width:100%;padding:.875rem 1.5rem}.settings-page .btn-primary:hover:not(:disabled){background:#374151;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.settings-page .btn-primary:disabled{opacity:.6;cursor:not-allowed}.settings-page .btn-secondary{background:#fff;color:#374151;border:1.5px solid #e5e7eb;padding:.75rem 1.25rem;margin-top:1rem}.settings-page .btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.settings-page .btn-danger{background:#ef4444;color:#fff;padding:.625rem 1rem;font-size:.875rem;flex-shrink:0}.settings-page .btn-danger:hover{background:#dc2626}.api-key-item{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.api-key-item .form-input{flex:1;font-family:Courier New,monospace;font-size:.875rem}.api-keys-empty{color:#6b7280;font-size:.9375rem;margin:1rem 0 1.5rem;padding:1rem;background:#f9fafb;border-radius:8px;text-align:center}.api-key-input{font-family:Courier New,monospace;background:#f9fafb;border:1px solid #e5e7eb;padding:.75rem;border-radius:4px;color:#111827;width:100%;font-size:.875rem}.api-key-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.summary-page{animation:fadeIn .3s ease-out}.summary-page .page-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.summary-page .page-header h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:600;color:#111827}.page-header-desc{margin:0;font-size:.9375rem;color:#6b7280}.summary-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.summary-search{max-width:320px}.summary-filter-info{font-size:.875rem;color:#6b7280}.summary-loading,.summary-empty{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:1rem}.summary-list{display:flex;flex-direction:column;gap:1.5rem}.summary-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb}.summary-card-header{margin-bottom:1rem}.summary-manager-name{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}.summary-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.summary-link{font-size:.875rem;color:#2563eb;text-decoration:none}.summary-link:hover{text-decoration:underline}.summary-problems-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#374151}.summary-muted{margin:0;font-size:.875rem;color:#6b7280}.summary-table-wrap{overflow-x:auto}.summary-table{width:100%;border-collapse:collapse;font-size:.875rem}.summary-table th{text-align:left;padding:.5rem .75rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.summary-table td{padding:.5rem .75rem;border-bottom:1px solid #f3f4f6;color:#4b5563;vertical-align:top}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.webapp-survey{min-height:100vh;background:#f2f2f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#000;padding-bottom:env(safe-area-inset-bottom,0px)}.webapp-loading,.webapp-error{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:1rem;color:#666;text-align:center;padding:2rem}.webapp-error{color:#e53935}.webapp-error-inline{min-height:auto;padding:.75rem 1rem;margin:.75rem 1rem 0;background:#ffeaea;border-radius:12px;font-size:.875rem}.webapp-questions{padding:1rem 1rem 7rem}.webapp-question{margin-bottom:1.5rem}.webapp-question-title{font-size:1rem;font-weight:700;margin:0 0 .75rem;padding:0 .25rem;color:#000;line-height:1.4}.webapp-options{display:flex;flex-direction:column;gap:.5rem}.webapp-option{display:block;width:100%;padding:.875rem 1rem;border:none;border-radius:29px;background:#e5e5ea;font-size:.9375rem;font-weight:500;color:#000;text-align:center;cursor:pointer;transition:background .15s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.webapp-option:active{transform:scale(.98)}.webapp-option.selected{background:#7dea9a;color:#000}.webapp-footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));background:#f2f2f7}.webapp-btn{display:block;width:100%;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease;-webkit-tap-highlight-color:transparent}.webapp-btn-submit{background:#e5e5ea;color:#000}.webapp-btn-submit:not(.disabled):hover{background:#d1d1d6}.webapp-btn-submit.disabled{opacity:.5;cursor:not-allowed}.webapp-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;padding:2rem;text-align:center}.webapp-success-icon{font-size:4rem;margin-bottom:1rem}.webapp-success h1{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#000}.webapp-success p{font-size:1rem;color:#666;margin:0 0 1.5rem}.webapp-success-stats{display:flex;gap:2rem;margin-bottom:1.5rem}.webapp-stat{display:flex;flex-direction:column;align-items:center}.webapp-stat-value{font-size:2rem;font-weight:700;color:#000;line-height:1.2}.webapp-stat-label{font-size:.8125rem;color:#999;margin-top:.25rem}.webapp-success-hint{font-size:.875rem;color:#888;max-width:300px;line-height:1.5}.webapp-btn-close{background:#e5e5ea;color:#000;margin-top:1.5rem;max-width:240px}.webapp-btn-close:hover{background:#d1d1d6}.layout{display:flex;min-height:100vh;background-color:#fff}.sidebar{width:240px;background:#fff;display:flex;flex-direction:column;position:fixed;top:60px;height:calc(100vh - 60px);z-index:100}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto}.nav-item{display:flex;align-items:center;width:100%;padding:.625rem 1.5rem;text-decoration:none;transition:all .15s ease;cursor:pointer;background:none;border:none;font-size:.875rem;font-weight:600;font-family:inherit;text-align:left;position:relative;gap:.5rem}.nav-item:before{content:">";font-weight:400;font-size:.875rem}.nav-item .nav-text{transition:color .15s ease}.nav-item:not(.active){color:#9ca3af}.nav-item:not(.active) .nav-text{color:#9ca3af}.nav-item:not(.active):before{color:#9ca3af}.nav-item:not(.active):hover{color:#6b7280}.nav-item:not(.active):hover .nav-text{color:#6b7280}.nav-item:not(.active):hover:before{color:#6b7280}.nav-item.active{background-color:#f3f4f6;color:#111827;font-weight:600}.nav-item.active .nav-text{color:#111827}.nav-item.active:before{color:#111827}.sidebar-footer{border-top:1px solid #e5e7eb;padding:1rem .75rem}.account-section{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:6px;transition:all .15s ease;cursor:pointer}.account-section:hover{background-color:#f9fafb}.account-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#9333ea,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.account-info{flex:1;min-width:0}.account-name{font-size:.875rem;font-weight:500;color:#111827;line-height:1.2;margin-bottom:.125rem}.account-email{font-size:.75rem;color:#6b7280;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-logout{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;padding:.25rem;border-radius:4px;transition:all .15s ease;flex-shrink:0}.account-logout:hover{background-color:#f3f4f6;color:#111827}.main-content{flex:1;display:flex;flex-direction:column;margin-left:240px;background:#fff;min-width:0}.header{height:60px;background:#fff;flex-shrink:0}.content{flex:1;padding:2rem;overflow-y:auto;background:#fff}.sidebar-nav::-webkit-scrollbar,.content::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track,.content::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb,.content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover,.content::-webkit-scrollbar-thumb:hover{background:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #111827;--primary-hover: #374151;--primary-light: rgba(17, 24, 39, .05);--bg-color: #ffffff;--bg-secondary: #f9fafb;--card-bg: #ffffff;--card-hover: #f3f4f6;--border-color: #e5e7eb;--border-hover: #d1d5db;--text-primary: #111827;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--danger-color: #ef4444;--danger-hover: #dc2626;--success-color: #10b981;--warning-color: #f59e0b;--info-color: #3b82f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--transition: all .15s ease}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#111827;line-height:1.5;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:2rem}.btn{padding:.625rem 1.25rem;border:none;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.btn-primary{background-color:#111827;color:#fff;border:none}.btn-primary:hover{background-color:#374151}.btn-primary:active{transform:translateY(0)}.btn-danger{background-color:var(--danger-color);color:#fff;box-shadow:var(--shadow-sm)}.btn-danger:hover{background-color:var(--danger-hover);box-shadow:var(--shadow-md)}.btn-secondary{background-color:#fff;color:#111827;border:1px solid #e5e7eb}.btn-secondary:hover{background-color:#f9fafb;border-color:#d1d5db}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;border:1px solid #e5e7eb;transition:var(--transition)}.card:hover{border-color:#d1d5db}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:var(--text-primary)}.form-input{width:100%;padding:.625rem .875rem;border:1px solid #e5e7eb;border-radius:var(--radius-md);font-size:.875rem;background:#fff;color:#111827;transition:var(--transition)}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:var(--text-tertiary)}.table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem}.table th,.table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}.table th{font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;position:sticky;top:0;z-index:10}.table tbody tr{transition:var(--transition)}.table tbody tr:hover{background-color:#f9fafb}.badge{display:inline-block;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-success{background-color:#d1fae5;color:#065f46}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-danger{background-color:#fee2e2;color:#991b1b}.badge-info{background-color:#dbeafe;color:#1e40af}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}
