:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font-family:inherit}.device-check-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0138c3,#0056d6);padding:20px}.device-check-content{text-align:center;background:#fff;border-radius:16px;padding:48px 32px;max-width:500px;box-shadow:0 10px 40px #0003}.device-check-icon{font-size:64px;margin-bottom:24px}.device-check-title{font-size:24px;font-weight:600;color:#11181c;margin-bottom:16px}.device-check-message{font-size:16px;color:#687076;line-height:1.6}.permission-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.permission-modal-content{background:#fff;border-radius:16px;padding:32px 24px;max-width:400px;width:100%;text-align:center;box-shadow:0 10px 40px #0003}.permission-modal-icon{font-size:48px;margin-bottom:16px}.permission-modal-title{font-size:20px;font-weight:600;color:#11181c;margin-bottom:12px}.permission-modal-message{font-size:14px;color:#687076;line-height:1.6;margin-bottom:24px}.permission-modal-buttons{display:flex;gap:12px}.permission-modal-button{flex:1;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s}.permission-modal-button:disabled{opacity:.6;cursor:not-allowed}.permission-modal-button-cancel{background:#f5f5f5;color:#666}.permission-modal-button-cancel:hover:not(:disabled){background:#e0e0e0}.permission-modal-button-grant{background:#0138c3;color:#fff}.permission-modal-button-grant:hover:not(:disabled){background:#0056d6}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-content{width:100%;max-width:400px}.login-logo-container{display:flex;justify-content:center;margin-bottom:32px}.login-logo{width:120px;height:120px;border-radius:16px;object-fit:cover}.login-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:8px}.login-subtitle{font-size:16px;color:#666;text-align:center;margin-bottom:32px}.login-form{width:100%}.login-error{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px;text-align:center}.login-input-container{display:flex;align-items:center;background:#fff;border-radius:8px;border:1px solid #e0e0e0;margin-bottom:16px;padding:0 12px;position:relative}.login-input-icon{font-size:20px;margin-right:8px;color:#666}.login-input{flex:1;height:50px;font-size:16px;color:#333;border:none;outline:none;background:transparent}.login-input::placeholder{color:#9ca3af}.login-eye-button{background:none;border:none;padding:4px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center}.login-remember-container{margin-bottom:16px}.login-checkbox-container{display:flex;align-items:center;cursor:pointer}.login-checkbox{width:20px;height:20px;margin-right:8px;cursor:pointer;accent-color:#0138C3}.login-checkbox-label{font-size:14px;color:#666}.login-button{width:100%;background:#0138c3;color:#fff;border:none;border-radius:8px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.login-button:hover:not(:disabled){opacity:.9}.login-button:disabled{opacity:.6;cursor:not-allowed}.change-password-container{min-height:100vh}.change-password-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0}.change-password-back-button{background:none;border:none;font-size:16px;cursor:pointer;padding:8px;margin-right:16px}.change-password-title{font-size:18px;font-weight:600;margin:0}.change-password-content{padding:24px}.change-password-subtitle{font-size:16px;margin-bottom:24px}.change-password-form{width:100%}.change-password-error{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px;text-align:center}.change-password-input-container{display:flex;align-items:center;background:#fff;border-radius:8px;border:1px solid #e0e0e0;margin-bottom:16px;padding:0 12px}.change-password-input-icon{font-size:20px;margin-right:8px;color:#666}.change-password-input{flex:1;height:50px;font-size:16px;color:#333;border:none;outline:none;background:transparent}.change-password-input::placeholder{color:#9ca3af}.change-password-eye-button{background:none;border:none;padding:4px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center}.change-password-button{width:100%;background:#0138c3;color:#fff;border:none;border-radius:8px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s;margin-top:8px}.change-password-button:hover:not(:disabled){opacity:.9}.change-password-button:disabled{opacity:.6;cursor:not-allowed}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fefefef2}.header-user-section{display:flex;align-items:center;gap:8px;flex:1;max-width:40%;min-width:0}.header-avatar{width:28px;height:28px;border-radius:14px;object-fit:cover}.header-avatar-placeholder{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:20px}.header-username{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-title{font-size:18px;font-weight:600;flex:1;text-align:center;margin:0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-logo-container{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.header-logo{width:32px;height:32px;border-radius:4px;object-fit:cover}.store-skeleton-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 2px 8px #0000001a}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px;margin-bottom:12px;height:16px}.skeleton-line:last-child{margin-bottom:0}.skeleton-title{width:70%;height:20px}.skeleton-code{width:40%;height:16px}.skeleton-address{width:90%;height:16px}.skeleton-contact{width:60%;height:16px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.stores-container{min-height:100vh}.stores-filters-container{padding:16px;border-bottom:1px solid}.stores-filter-row{display:flex;gap:12px;margin-bottom:12px}.stores-filter-row:last-child{margin-bottom:0}.stores-search-container{flex:1;display:flex;align-items:center;border-radius:8px;padding:0 12px;height:44px}.stores-search-icon{font-size:20px;margin-right:8px;color:#687076}.stores-search-input{flex:1;font-size:14px;border:none;outline:none;background:transparent}.stores-search-input::placeholder{color:#9ca3af}.stores-dropdown-container{flex:1;position:relative}.stores-dropdown{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:8px;padding:0 12px;height:44px;border:none;cursor:pointer;font-size:14px}.stores-dropdown-menu{position:absolute;top:48px;left:0;right:0;border-radius:8px;border:1px solid;max-height:300px;z-index:1000;overflow:hidden;box-shadow:0 4px 12px #00000026}.stores-dropdown-search{width:100%;padding:12px;border:none;border-bottom:1px solid;font-size:14px;outline:none;background:transparent}.stores-dropdown-search::placeholder{color:#9ca3af}.stores-dropdown-item{width:100%;padding:12px;border:none;border-bottom:1px solid;background:transparent;text-align:left;font-size:14px;cursor:pointer;transition:background .2s}.stores-dropdown-item:hover{background:#0000000d}.stores-dropdown-item:last-child{border-bottom:none}.stores-list-container{flex:1;overflow-y:auto}.stores-list{padding:16px}.stores-store-card{border-radius:12px;padding:16px;margin-bottom:12px;border:1px solid;cursor:pointer;transition:transform .2s,box-shadow .2s}.stores-store-card-skeleton{position:relative;overflow:hidden}.stores-store-card-skeleton .skeleton-line{height:14px;border-radius:4px;margin-bottom:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:stores-skeleton-loading 1.5s ease-in-out infinite}.skeleton-line-title{width:60%}.skeleton-line-code{width:40%}.skeleton-line-address{width:80%}.skeleton-line-contact{width:70%}@keyframes stores-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.stores-store-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stores-store-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.stores-store-card-title-container{flex:1;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.stores-store-name{font-size:18px;font-weight:700;flex:1;margin:0;min-width:0}.stores-status-badge{padding:4px 8px;border-radius:4px;color:#fff;font-size:12px;font-weight:600;white-space:nowrap}.stores-store-code,.stores-store-address{font-size:14px;margin-bottom:4px}.stores-store-contact{font-size:14px}.stores-loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.stores-loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid;border-radius:50%;animation:spin 1s linear infinite}.stores-empty-container{padding:32px;text-align:center}.stores-empty-text{font-size:16px}.stores-load-more-button{width:100%;padding:16px;background:transparent;border:1px solid;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;margin-top:12px;transition:opacity .2s}.stores-load-more-button:hover:not(:disabled){opacity:.8}.stores-load-more-button:disabled{opacity:.6;cursor:not-allowed}.store-detail-container{min-height:100vh}.store-detail-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid;position:sticky;top:0;z-index:100;background:#fefefef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-detail-back-button{background:none;border:none;font-size:16px;cursor:pointer;padding:8px}.store-detail-header-title{font-size:18px;font-weight:600;margin:0;flex:1;text-align:center}.store-detail-map-button{background:none;border:none;font-size:14px;font-weight:500;cursor:pointer;padding:8px}.store-detail-content{padding-bottom:20px}.store-detail-loading,.store-detail-empty{display:flex;justify-content:center;align-items:center;min-height:400px}.store-detail-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid;border-radius:50%;animation:spin 1s linear infinite}.store-detail-info-section{padding:16px;margin-bottom:16px}.store-detail-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.store-detail-info-column{display:flex;flex-direction:column;gap:12px}.store-detail-info-row{display:flex;flex-direction:column;gap:4px}.store-detail-info-label{font-size:12px;font-weight:500}.store-detail-info-value{font-size:14px}.store-detail-status-badge{display:inline-block;padding:4px 8px;border-radius:4px;color:#fff;font-size:12px;font-weight:600}.store-detail-failed-reason-box{padding:8px;background:#fee2e2;border-radius:4px;margin-top:4px}.store-detail-camera-section{padding:16px;margin-bottom:16px}.store-detail-section-title{font-size:18px;font-weight:600;margin-bottom:16px}.store-detail-camera-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.store-detail-camera-item{aspect-ratio:1;position:relative}.store-detail-camera-button{width:100%;height:100%;border:2px dashed;border-radius:8px;background:transparent;font-size:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.store-detail-camera-button:hover{opacity:.7}.store-detail-captured-image-container{position:relative;width:100%;height:100%}.store-detail-captured-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.store-detail-remove-button{position:absolute;top:4px;right:4px;background:#ffffffe6;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#f44336}.store-detail-complete-button{width:100%;padding:16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.store-detail-complete-button:disabled{opacity:.6;cursor:not-allowed}.store-detail-history-section{padding:16px}.store-detail-history-card{background:#f5f5f5;border-radius:8px;padding:16px;margin-bottom:16px}.store-detail-history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.store-detail-history-date{font-size:14px;font-weight:600;margin:0 0 4px}.store-detail-history-notes{font-size:12px;margin:0}.store-detail-history-status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.store-detail-history-failed-reason{padding:8px;background:#fee2e2;border-radius:4px;margin-bottom:12px;font-size:12px}.store-detail-history-images{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.store-detail-history-image-wrapper{display:flex;flex-direction:column;gap:4px}.store-detail-history-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;cursor:pointer}.store-detail-history-image-time{font-size:10px;text-align:center}.store-detail-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.store-detail-modal-content{background:#fff;border-radius:16px;padding:24px;max-width:400px;width:100%}.store-detail-modal-title{font-size:20px;font-weight:600;margin:0 0 12px}.store-detail-modal-message{font-size:14px;color:#666;margin-bottom:24px}.store-detail-modal-buttons{display:flex;gap:12px}.store-detail-modal-button{flex:1;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.store-detail-modal-button:disabled{opacity:.6;cursor:not-allowed}.store-detail-modal-button-cancel{background:#f5f5f5;color:#666}.store-detail-modal-button-confirm{background:#0138c3;color:#fff}.store-detail-notes-textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:24px}.store-detail-camera-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000}.store-detail-camera-modal-content{width:100%;max-width:500px;padding:20px}.store-detail-camera-video{width:100%;height:auto;max-height:70vh;object-fit:contain;border-radius:8px;margin-bottom:20px;background:#000}.store-detail-camera-modal-buttons{display:flex;gap:12px}.store-detail-camera-modal-button{flex:1;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;background:#f5f5f5;color:#666;transition:all .2s ease}.store-detail-camera-modal-button:hover{background:#e0e0e0}.store-detail-camera-modal-button-switch{flex:0 0 auto;width:60px;font-size:20px;display:flex;align-items:center;justify-content:center;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);padding:12px}.store-detail-camera-modal-button-switch:hover{background:#ffffff4d;border-color:#ffffffb3}.camera-switch-icon{display:inline-block;transform:rotate(90deg);font-weight:700;line-height:1}.store-detail-camera-modal-button-capture{background:#0138c3;color:#fff}.store-detail-camera-modal-button-capture:hover{background:#0129a0}.store-detail-image-modal-content{position:relative;max-width:90vw;max-height:90vh}.store-detail-image-modal-image{width:100%;height:auto;border-radius:8px}.store-detail-image-modal-close{position:absolute;top:-40px;right:0;background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#333}@media(max-width:768px){.store-detail-info-grid{grid-template-columns:1fr}}.store-survey-container{min-height:100vh;padding:16px}.store-survey-header{display:flex;align-items:center;margin-bottom:24px}.store-survey-back-button{background:none;border:none;font-size:16px;cursor:pointer;padding:8px;margin-right:16px}.store-survey-title{font-size:24px;font-weight:700;margin:0}.store-survey-content{max-width:1200px;margin:0 auto}.store-survey-title-section{margin-bottom:24px;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.store-survey-title-header{padding:16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.store-survey-title-header:hover{opacity:.9}.store-survey-title-header h2{margin:0;font-size:18px;font-weight:600}.store-survey-title-content{padding:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.store-survey-field{display:flex;flex-direction:column;gap:8px}.store-survey-field label{font-size:14px;font-weight:500}.store-survey-field input,.store-survey-field select,.store-survey-field textarea{padding:12px;border:1px solid;border-radius:4px;font-size:14px;width:100%;box-sizing:border-box}.store-survey-field select{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.store-survey-field textarea{resize:vertical;min-height:80px}.store-survey-product-item{padding:16px 20px;border:1px solid rgba(0,0,0,.06);border-radius:12px;margin-bottom:16px;background:#fff;box-shadow:0 2px 6px #0f172a0f}.store-survey-product-item h3{margin:0 0 16px;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px}.store-survey-add-product-button{padding:12px 24px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;margin-top:16px;width:100%}.store-survey-submit-button{padding:16px 32px;border:none;border-radius:4px;font-size:18px;font-weight:600;cursor:pointer;width:100%;margin-top:32px;transition:opacity .2s}.store-survey-submit-button:disabled{cursor:not-allowed;opacity:.6}.store-survey-submit-button:hover:not(:disabled){opacity:.9}.store-survey-modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.store-survey-modal{background:#fff;padding:24px;border-radius:8px;max-width:400px;width:100%;box-shadow:0 4px 12px #00000026}.store-survey-modal h2{margin:0 0 16px}.store-survey-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.store-survey-modal-actions button{padding:8px 16px;border-radius:4px;border:none;cursor:pointer;font-weight:600}.store-survey-modal-actions button:last-child{background-color:#0138c3;color:#fff}.store-survey-modal-actions button:first-child{background-color:#e5e7eb;color:#111827}.store-survey-dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid;border-radius:4px;background:transparent;cursor:pointer}.store-survey-dropdown-value{flex:1;text-align:left;font-size:14px}.store-survey-dropdown-icon{margin-left:8px;font-size:16px}.store-survey-price-modal{max-width:420px}.store-survey-price-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.store-survey-price-close{background:transparent;border:none;font-size:20px;cursor:pointer}.store-survey-price-modal-desc{font-size:14px;margin-bottom:12px}.store-survey-price-options{max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;margin-top:12px}.store-survey-price-option{padding:12px;border-radius:6px;border:1px solid #e5e7eb;background:transparent;text-align:left;font-size:14px;cursor:pointer;transition:background-color .2s}.store-survey-price-option:hover{background-color:#0138c314}@media(max-width:768px){.store-survey-title-content{grid-template-columns:1fr}}.profile-container{min-height:100vh}.profile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid;position:sticky;top:0;z-index:100;background:#fefefef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-back-button{background:none;border:none;font-size:16px;cursor:pointer;padding:8px;font-weight:500}.profile-back-button:hover{opacity:.7}.profile-header-title{font-size:18px;font-weight:600;margin:0;flex:1;text-align:center}.profile-content{padding:20px 16px}.profile-error{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px;text-align:center}.profile-success{background:#efe;color:#3c3;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px;text-align:center}.profile-avatar-section{text-align:center;margin-bottom:24px}.profile-avatar-container{position:relative;display:inline-block;margin-bottom:12px}.profile-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #0138C3}.profile-avatar-placeholder{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;background:#f5f5f5;border:3px solid #0138C3}.profile-avatar-edit-button{position:absolute;bottom:0;right:0;width:32px;height:32px;border-radius:50%;border:2px solid #fff;background:#0138c3;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.profile-name{font-size:24px;font-weight:600;margin:0 0 4px}.profile-role{font-size:14px;margin:0}.profile-info-section,.profile-password-section,.profile-theme-section{border-radius:12px;padding:16px;margin-bottom:16px}.profile-section-title{font-size:18px;font-weight:600;margin:0 0 16px}.profile-info-item{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.profile-info-item:last-child{margin-bottom:0}.profile-info-label{font-size:12px;font-weight:500}.profile-info-value{font-size:14px}.profile-input{width:100%;padding:12px;border:1px solid;border-radius:8px;font-size:14px;font-family:inherit;background:transparent;outline:none}.profile-input:focus{border-color:#0138c3}.profile-theme-item{display:flex;justify-content:space-between;align-items:center}.profile-toggle{position:relative;display:inline-block;width:50px;height:26px}.profile-toggle input{opacity:0;width:0;height:0}.profile-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:26px}.profile-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.profile-toggle input:checked+.profile-toggle-slider{background-color:#0138c3}.profile-toggle input:checked+.profile-toggle-slider:before{transform:translate(24px)}.profile-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.profile-button{width:100%;padding:16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.profile-button:disabled{opacity:.6;cursor:not-allowed}.profile-button-edit,.profile-button-save{background:#0138c3;color:#fff}.profile-button-edit:hover:not(:disabled),.profile-button-save:hover:not(:disabled){opacity:.9}.profile-button-password,.profile-button-cancel{background:#f5f5f5;color:#666}.profile-button-password:hover:not(:disabled),.profile-button-cancel:hover:not(:disabled){background:#e0e0e0}.profile-button-logout{background:#fee;color:#c33;margin-top:8px}.profile-button-logout:hover{background:#fdd}.dashboard-container{min-height:100vh;display:flex;flex-direction:column}.back-button{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;border:1px solid;cursor:pointer;transition:background-color .2s}.back-button:hover{background-color:#0000000d}.loading-container{flex:1;display:flex;justify-content:center;align-items:center}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #0138C3;border-radius:50%;animation:spin 1s linear infinite}.dashboard-content{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.filter-section,.chart-section,.table-section{padding:20px;border-radius:12px;border:1px solid;background-color:#fff}.section-title{font-size:18px;font-weight:600;margin-bottom:12px}.filter-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.filter-row:last-child{margin-bottom:0}.filter-label{font-size:14px;font-weight:500;min-width:80px;margin-bottom:4px}.filter-hint{font-size:11px;font-style:italic;margin-top:2px}.dropdown-container{flex:1;position:relative;z-index:10}.dropdown{display:flex;align-items:center;justify-content:space-between;height:40px;border:1px solid;border-radius:4px;padding:0 12px;cursor:pointer}.dropdown-text{flex:1;font-size:14px}.dropdown-menu{position:absolute;top:42px;left:0;right:0;max-height:200px;border:1px solid;border-radius:4px;z-index:1000;box-shadow:0 2px 8px #0000001a;overflow-y:auto}.dropdown-item{padding:12px;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item-text{font-size:14px}.date-input-container{flex:1;display:flex;align-items:center;border:1px solid;border-radius:4px;padding-right:8px}.date-input{flex:1;height:40px;border:none;border-radius:4px;padding:0 12px;font-size:14px;outline:none}.calendar-icon{font-size:18px;cursor:pointer;padding:4px}.month-year-container{flex:1;display:flex;align-items:center;justify-content:center;gap:12px}.month-button{width:40px;height:40px;border-radius:8px;border:1px solid;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background-color .2s}.month-button:hover{background-color:#0000000d}.month-year-text{font-size:16px;font-weight:600;min-width:120px;text-align:center}.week-container{flex:1;display:flex;gap:8px;flex-wrap:wrap}.week-button{flex:1;min-width:70px;height:40px;border-radius:8px;border:1px solid;background-color:#fff;cursor:pointer;font-size:13px;font-weight:600;transition:background-color .2s,color .2s}.week-button:hover{opacity:.9}.chart-container{width:100%;height:300px;margin:16px 0;position:relative}.chart-subtitle{font-size:14px;margin-bottom:16px;text-align:center}.chart-legend{display:flex;justify-content:center;gap:20px;margin-top:16px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px}.legend-color{width:16px;height:16px;border-radius:4px}.legend-text{font-size:13px;font-weight:500}.pie-chart-container{display:flex;flex-direction:column;align-items:center;margin-top:8px}.chart-info-container{margin-top:12px;text-align:center}.chart-info{font-size:14px;margin:4px 0}.no-data-text{font-size:14px;font-style:italic;text-align:center;padding:20px}.summary-table{width:100%;border-collapse:collapse;margin-top:8px}.summary-table thead tr{padding:12px 4px}.summary-table th{padding:12px 4px;font-size:12px;font-weight:600;text-align:center;border-bottom:2px solid rgba(0,0,0,.1)}.summary-table tbody tr{border-top:1px solid}.summary-table td{padding:8px 4px;font-size:12px;text-align:center}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:12px}.pagination-button{padding:8px 16px;border-radius:4px;border:none;color:#fff;font-weight:600;cursor:pointer}.pagination-button:disabled{cursor:not-allowed}.pagination-text{font-size:14px}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1000}.modal-content{background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding:20px;width:100%;max-width:600px;max-height:80vh;box-shadow:0 -2px 10px #0000001a}.modal-title{font-size:18px;font-weight:600}.modal-search-input{width:100%;height:40px;border:1px solid;border-radius:8px;padding:0 12px;font-size:14px;outline:none}.modal-scroll-view{max-height:400px;overflow-y:auto}.modal-option{padding:12px;border-radius:8px;margin-bottom:4px;transition:background-color .2s}.modal-option:hover{background-color:#0000000d}.modal-option-text{font-size:14px}.table-container{border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.territory-table{width:100%;border-collapse:collapse}.table-header-cell{padding:14px 12px;font-size:13px;font-weight:700;text-align:left;border-bottom:2px solid rgba(0,0,0,.1)}.table-row:hover{background-color:#00000005}.table-cell{padding:12px;font-size:13px;font-weight:500;text-align:left}.table-footer-row{background-color:#0138c31a;border-top:2px solid}.table-footer-cell{padding:14px 12px;font-size:14px;font-weight:600;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.territory-detail-container{min-height:100vh;display:flex;flex-direction:column}.loading-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top:4px solid #0138C3;border-radius:50%;animation:spin 1s linear infinite}.spinner-small{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-top:2px solid #0138C3;border-radius:50%;animation:spin 1s linear infinite}.back-button-container{padding:8px 16px;border-bottom:1px solid rgba(0,0,0,.1)}.back-button{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;border:1px solid;background:transparent}.territory-detail-content{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px}.header-section{margin-bottom:8px}.page-kicker{font-size:12px;font-weight:500;margin:0}.page-title{font-size:24px;font-weight:700;margin:0}.filter-section{padding:20px;border-radius:12px;border:1px solid;display:flex;flex-direction:column;gap:16px}.section-title{font-size:18px;font-weight:600;margin:0 0 4px}.filter-row{display:flex;align-items:center;gap:12px}.filter-label{font-size:14px;font-weight:500;min-width:120px}.date-input,.text-input{flex:1;height:44px;border:1px solid;border-radius:8px;padding:0 12px;font-size:14px}.clear-button{align-self:flex-start;padding:8px 16px;border-radius:8px;border:1px solid;background:transparent;cursor:pointer;font-size:14px;font-weight:500}.filtering-indicator{display:flex;align-items:center;gap:8px;font-size:12px}.table-section{padding:20px;border-radius:12px;border:1px solid}.table-container{border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.1);margin-top:12px}.territory-detail-table{width:100%;border-collapse:collapse}.table-header-row{background-color:#0138c326}.table-header-cell{padding:14px 12px;font-size:13px;font-weight:700;text-align:left}.table-row{border-bottom:1px solid rgba(0,0,0,.1)}.table-row:last-child{border-bottom:none}.table-cell{padding:12px;font-size:13px;font-weight:500}.no-data-container{padding:20px;text-align:center}.no-data-text{font-size:14px;font-style:italic}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;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;overflow-x:hidden}#root{min-height:100vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@supports (-webkit-touch-callout: none){body{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea{-webkit-user-select:text;user-select:text}}input,textarea,select{font-size:16px!important}@media screen and (max-width:768px){input,textarea,select{font-size:16px!important}}
