@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";:root{--primary-color: #4A90E2;--primary-hover: #357ABD;--secondary-color: #6c757d;--success-color: #28a745;--danger-color: #e74c3c;--warning-color: #ffc107;--info-color: #17a2b8;--light-color: #f8f9fa;--dark-color: #343a40;--gray-100: #f8f9fa;--gray-200: #e9ecef;--gray-300: #dee2e6;--gray-400: #ced4da;--gray-500: #adb5bd;--gray-600: #6c757d;--gray-700: #495057;--gray-800: #343a40;--gray-900: #212529;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 25px rgba(0, 0, 0, .15);--transition-fast: .15s ease-in-out;--transition-normal: .2s ease-in-out;--transition-slow: .3s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:var(--gray-800);background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.justify-center{justify-content:center}.align-center{align-items:center}.flex-column{flex-direction:column}.w-100{width:100%}.h-100{height:100%}@media (max-width: 768px){html{font-size:14px}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;position:relative;white-space:nowrap}.button--primary{background:#667eea;color:#fff;border:2px solid #667eea}.button--primary:hover:not(.button--disabled):not(.button--loading){background:#5a67d8;border-color:#5a67d8}.button--outline{background:transparent;color:#667eea;border:2px solid #667eea}.button--outline:hover:not(.button--disabled):not(.button--loading){background:#667eea;color:#fff}.button--danger{background:#dc2626;color:#fff;border:2px solid #dc2626}.button--danger:hover:not(.button--disabled):not(.button--loading){background:#b91c1c;border-color:#b91c1c}.button--small{padding:.5rem 1rem;font-size:.875rem}.button--medium{padding:.75rem 1.5rem;font-size:1rem}.button--large{padding:1rem 2rem;font-size:1.125rem}.button--disabled{opacity:.6;cursor:not-allowed}.button--loading{cursor:not-allowed}.button__spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.button:focus{outline:none;box-shadow:0 0 0 3px #667eea4d}.button--danger:focus{box-shadow:0 0 0 3px #dc26264d}.input-group{display:flex;flex-direction:column;margin-bottom:16px}.input-label{font-size:12px;font-weight:500;color:#666;margin-bottom:6px}.input-required{color:#e74c3c;margin-left:2px}.input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s ease-in-out;font-family:inherit}.input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}.input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.input--error{border-color:#e74c3c}.input--error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33}.input-error-message{color:#e74c3c;font-size:12px;margin-top:4px}.usage-guide{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #0000001a;border:1px solid #e9ecef;margin-top:30px}.usage-header{text-align:center;margin-bottom:30px}.usage-header h2{color:#333;font-size:24px;margin:0 0 8px;font-weight:600}.usage-header p{color:#666;font-size:14px;margin:0}.usage-content{display:flex;flex-direction:column;gap:25px}.common-info h3{color:#333;font-size:18px;margin:0 0 12px;font-weight:600}.info-card{background:#f8f9fa;padding:16px;border-radius:8px;border-left:4px solid #4A90E2}.info-card p{margin:0;color:#555;font-size:14px}.tracking-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.method-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;transition:all .2s ease-in-out;overflow:hidden}.method-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.method-header{display:flex;align-items:center;margin-bottom:15px}.method-icon{font-size:24px;margin-right:12px}.method-header h3{color:#333;font-size:16px;font-weight:600;margin:0}.method-content{display:flex;flex-direction:column;gap:12px}.method-content>p{color:#555;font-size:14px;margin:0;line-height:1.5}.example{background:#f0f7ff;padding:12px;border-radius:6px;border-left:3px solid #4A90E2;overflow:hidden}.example-label{font-weight:600;color:#4a90e2;font-size:12px}.example-text{color:#333;font-size:13px;margin-left:8px}.url-format{background:#f1f3f4;padding:6px 10px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;color:#333;display:block;margin-top:8px;word-break:break-all;line-height:1.4;max-width:100%;overflow-wrap:break-word}.tip{background:#fff3cd;padding:10px 12px;border-radius:6px;border-left:3px solid #ffc107}.tip-label{font-weight:600;color:#856404;font-size:12px;display:block;margin-bottom:4px}.tip-link{color:#4a90e2;text-decoration:none;font-size:13px;font-weight:500;word-break:break-word}.tip-link:hover{text-decoration:underline}.note{background:#f8d7da;padding:10px 12px;border-radius:6px;border-left:3px solid #dc3545}.note-label{font-weight:600;color:#721c24;font-size:12px}.note-text{color:#721c24;font-size:13px;margin-left:8px}@media (max-width: 768px){.usage-guide{padding:20px;margin-top:20px}.usage-header h2{font-size:20px}.tracking-methods{grid-template-columns:1fr}.method-card{padding:16px}.method-icon{font-size:20px;margin-right:8px}.method-header h3{font-size:14px}.url-format{font-size:10px;padding:4px 8px}}@media (max-width: 480px){.usage-guide{padding:16px}.usage-content{gap:20px}.url-format{font-size:9px;padding:4px 6px}}.inquiry-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px}.inquiry-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.inquiry-modal-header{padding:24px 24px 0;display:flex;align-items:center;justify-content:space-between}.inquiry-modal-header h2{font-size:20px;font-weight:600;color:#333;margin:0}.inquiry-modal-content{padding:20px 24px 24px}.inquiry-modal-description{color:#6b7280;font-size:14px;margin:0 0 20px;line-height:1.5}.inquiry-content-field{position:relative;margin-bottom:20px}.inquiry-textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;line-height:1.5;resize:vertical;min-height:120px;transition:border-color .2s ease;box-sizing:border-box;font-family:inherit}.inquiry-textarea:focus{outline:none;border-color:#3b82f6}.inquiry-textarea:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.inquiry-textarea::placeholder{color:#9ca3af}.inquiry-char-count{position:absolute;bottom:8px;right:12px;font-size:12px;color:#9ca3af;background:#ffffffe6;padding:2px 4px;border-radius:4px}.inquiry-error{padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;text-align:center;margin-bottom:20px}.inquiry-modal-actions{display:flex;gap:12px;justify-content:flex-end}.cancel-button{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}.cancel-button:hover:not(:disabled){background:#f3f4f6;color:#4b5563}.submit-button{background:#3b82f6;color:#fff;border:none}.submit-button:hover:not(:disabled){background:#2563eb}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}.success-modal{text-align:center;padding:40px 24px}.inquiry-success-content{display:flex;flex-direction:column;align-items:center;gap:16px}.success-icon{width:60px;height:60px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;font-weight:700}.inquiry-success-content h3{font-size:18px;font-weight:600;color:#1f2937;margin:0}.inquiry-success-content p{font-size:14px;color:#6b7280;margin:0}@media (max-width: 768px){.inquiry-modal{margin:0 16px;max-width:none}.inquiry-modal-header{padding:20px 20px 0}.inquiry-modal-content{padding:16px 20px 20px}.inquiry-modal-actions{flex-direction:column-reverse}.cancel-button,.submit-button{width:100%}}.auth-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px}.auth-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:400px;width:100%;max-height:90vh;overflow-y:auto}.auth-modal-header{padding:24px 24px 0;display:flex;align-items:center;justify-content:space-between}.auth-modal-header h2{font-size:20px;font-weight:600;color:#333;margin:0}.close-button{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:4px;line-height:1;transition:color .2s ease-in-out}.close-button:hover{color:#333}.auth-modal-content{padding:24px}.error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;padding:12px;color:#c53030;font-size:14px;margin-bottom:16px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-submit-button{width:100%;margin-top:8px}.auth-links{display:flex;flex-direction:column;gap:8px;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #e9ecef}.link-button{background:none;border:none;color:#4a90e2;cursor:pointer;font-size:14px;padding:4px;text-decoration:underline;transition:color .2s ease-in-out}.link-button:hover{color:#357abd}.link-button:disabled{color:#ccc;cursor:not-allowed;text-decoration:none}@media (max-width: 480px){.auth-modal-overlay{padding:16px}.auth-modal{max-width:100%}.auth-modal-header{padding:20px 20px 0}.auth-modal-content{padding:20px}.auth-modal-header h2{font-size:18px}}.header{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;z-index:1000;box-shadow:0 2px 8px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:60px}.header-left{display:flex;align-items:center;gap:2rem}.header-title{font-size:1.5rem;font-weight:700;margin:0;color:#fff;text-decoration:none;cursor:pointer}.header-nav{display:flex;gap:.5rem}.nav-tab{background:none;border:none;color:#fffc;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.nav-tab:hover:not(:disabled){background:#ffffff1a;color:#fff}.nav-tab.active{background:#fff3;color:#fff;font-weight:600}.nav-tab:disabled{opacity:.5;cursor:not-allowed}.header-right{display:flex;align-items:center;gap:1rem}.user-info{font-size:.9rem;color:#ffffffe6}.user-info strong{color:#fff;font-weight:600}.user-menu-container{position:relative}.user-info-button{background:none;border:none;color:#ffffffe6;font-size:.9rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.user-info-button:hover{background:#ffffff1a;color:#fff}.user-info-button strong{color:#fff;font-weight:600}.user-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:1001;overflow:hidden;margin-top:.5rem}.user-menu-item{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;color:#333;font-size:.9rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0}.user-menu-item:last-child{border-bottom:none}.user-menu-item:hover{background-color:#f8f9fa}@media (max-width: 768px){.header-container{padding:.5rem;height:auto;min-height:60px;flex-direction:column;gap:.5rem}.header-left{width:100%;justify-content:space-between;gap:1rem}.header-nav{gap:.25rem}.nav-tab{padding:.4rem .8rem;font-size:.8rem}.header-right{width:100%;justify-content:space-between;gap:.5rem}.user-info{font-size:.8rem}}@media (max-width: 480px){.header-title{font-size:1.2rem}.nav-tab{padding:.3rem .6rem;font-size:.75rem}.header-right{gap:.25rem}}.search-form-container{border:1px solid #ddd;border-radius:8px;padding:20px;background:#f9f9f9;height:fit-content}.search-form-header h3{margin:0 0 20px;font-size:14px;font-weight:700;text-align:center;color:#333}.search-form{display:flex;flex-direction:column;gap:8px}.contact-info{text-align:center;font-size:12px;color:#999;margin-top:20px;padding-top:15px;border-top:1px solid #eee}.product-card{border:1px solid #e0e0e0;border-radius:8px;background:#fff;margin-bottom:16px;padding:20px;transition:box-shadow .2s ease}.product-card:hover{box-shadow:0 2px 8px #0000001a}.product-layout{display:flex;gap:20px;align-items:flex-start}.product-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:140px}.product-image-container{margin-bottom:8px}.rank-display{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:6px 12px;font-size:14px;font-weight:600;color:#495057;text-align:center;min-width:100px}.product-center{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.product-title{font-size:14px;font-weight:500;line-height:1.4;color:#333;margin:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;cursor:pointer;transition:color .2s ease}.product-price{font-size:1.2em;font-weight:700;color:#e74c3c;margin:0}.product-category{font-size:13px;color:#666;margin:0}.product-right{flex-shrink:0;width:200px;display:flex;flex-direction:column;justify-content:center;gap:16px}.detail-label{font-weight:600;color:#666;font-size:13px;min-width:60px;flex-shrink:0}.detail-value{color:#333;font-size:1rem;word-break:break-word;line-height:1.3;flex:1}.product-actions{display:flex;justify-content:flex-end}.product-link-btn{padding:10px 16px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.product-link-btn:hover{background-color:#357abd}@media (max-width: 968px){.product-layout{gap:16px}.product-left{width:120px}.product-image{width:100px;height:100px}.product-right{width:180px}.product-title{font-size:15px}.product-price{font-size:1.2em}}@media (max-width: 768px){.product-card{padding:16px}.product-layout{flex-direction:column;gap:16px;align-items:stretch}.product-left{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.product-image-container{margin-bottom:0}.product-image{width:100px;height:100px}.rank-display{margin-left:16px;min-width:80px;font-size:12px;padding:4px 8px}.product-center{width:100%;order:2}.product-right{width:100%;order:3;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px}.product-details{flex:1}.product-actions{flex-shrink:0}.product-title{font-size:15px}.product-price{font-size:1.2em}}@media (max-width: 480px){.product-card{padding:12px}.product-layout{gap:12px}.product-image{width:80px;height:80px}.rank-display{font-size:11px;padding:3px 6px;min-width:70px}.product-right{flex-direction:column;gap:12px}.product-title{font-size:14px}.product-price{font-size:1.2em}.detail-row{font-size:1rem}.product-link-btn{padding:8px 12px;font-size:11px;width:100%}}.search-results{width:100%}.results-header{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb}.results-header h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.4}.results-header .highlight{color:#667eea;font-weight:700}.results-header .spacing{margin:0 1rem}.results-count{font-size:1rem;color:#6b7280;margin:0}.results-list{display:flex;flex-direction:column;gap:1.5rem;padding:0;margin-top:1rem}.loading,.error{display:flex;justify-content:center;align-items:center;padding:3rem 1rem;text-align:center}.loading p,.error p{font-size:1.1rem;color:#6b7280;margin:0}.error p{color:#dc2626}.no-results{background:#fff;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb;margin-bottom:1rem}.no-results-icon{font-size:3rem;margin-bottom:1rem;opacity:.7}.no-results h4{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.no-results>p{font-size:1rem;color:#6b7280;margin:0 0 2rem}.no-results-suggestions{background:#f9fafb;border-radius:8px;padding:1.5rem;text-align:left;max-width:500px;margin:0 auto}.no-results-suggestions h5{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.no-results-suggestions ul{margin:0;padding-left:1.2rem;list-style-type:disc}.no-results-suggestions li{font-size:.9rem;color:#6b7280;margin-bottom:.5rem;line-height:1.5}.no-results-suggestions li:last-child{margin-bottom:0}.no-results+.results-list{border-top:2px solid #f3f4f6;padding-top:2rem;margin-top:2rem;position:relative}.no-results+.results-list:before{content:"관련 상품";position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:#fff;padding:0 1rem;font-size:.9rem;font-weight:600;color:#6b7280}@media (max-width: 768px){.results-header{padding:1rem;margin-bottom:1.5rem}.results-header h3{font-size:1.2rem}.results-header .spacing{margin:0 .5rem;display:block;height:.5rem}.results-list{gap:1rem}.no-results{padding:2rem 1rem}.no-results h4{font-size:1.3rem}.no-results-suggestions{padding:1rem}.no-results+.results-list:before{font-size:.8rem}}@media (max-width: 480px){.results-header h3{font-size:1.1rem;line-height:1.5}.no-results-icon{font-size:2.5rem}.no-results h4{font-size:1.2rem}}.home-page{min-height:100vh;background:#fff;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-content{padding-top:60px}.home-header{text-align:center;padding:40px 20px;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.home-header h1{font-size:2.5em;margin:0 0 16px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.home-header p{font-size:1.2em;margin:0 0 24px;opacity:.9;font-weight:300}.header-actions{display:flex;justify-content:center;gap:16px}.inquiry-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:12px 24px;font-size:14px;font-weight:500;border-radius:8px;transition:all .3s ease}.inquiry-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px)}.home-main{max-width:1200px;margin:0 auto;padding:40px 20px}.search-section{margin-bottom:40px}.search-forms-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:30px}@media (max-width: 1024px){.search-forms-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.home-header h1{font-size:2em}.home-header p{font-size:1em}.search-forms-container{grid-template-columns:1fr}.home-main{padding:40px 16px}.home-header{padding:30px 16px}}@media (max-width: 480px){.home-header h1{font-size:1.8em}.home-header{padding:25px 16px}.search-forms-container{gap:16px}}.add-item-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem}.add-item-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.add-item-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.add-item-modal-header h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.add-item-modal-content{padding:1.5rem}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.add-item-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#374151}.tracking-type-buttons{display:flex;flex-direction:column;gap:.5rem}.tracking-type-btn{background:#fff;border:2px solid #e5e7eb;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;text-align:left;display:flex;align-items:center;gap:.5rem}.tracking-type-btn:hover{border-color:#667eea;background:#f8faff}.tracking-type-btn.active{border-color:#667eea;background:#667eea;color:#fff}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}@media (max-width: 768px){.add-item-modal-overlay{padding:.5rem}.add-item-modal{max-height:95vh}.add-item-modal-header,.add-item-modal-content{padding:1rem}.add-item-form{gap:1rem}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}.tracking-type-btn{padding:.625rem .75rem;font-size:.8rem}}@media (max-width: 480px){.add-item-modal-header h2{font-size:1.125rem}.tracking-type-btn{padding:.5rem .625rem;font-size:.75rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.form-group input.error{border-color:#dc2626}.form-group input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.error-message{color:#dc2626;font-size:.75rem;margin-top:.25rem}.form-help{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;margin-bottom:1rem}.form-help p{margin:0 0 .5rem;font-size:.875rem;color:#6b7280;line-height:1.4}.form-help p:last-child{margin-bottom:0}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid #e5e7eb}@media (max-width: 640px){.modal-content{margin:1rem;max-width:none}.modal-header,.modal-body,.modal-footer{padding-left:1rem;padding-right:1rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}.delete-confirm-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem}.delete-confirm-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.delete-confirm-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fef2f2;border-radius:12px 12px 0 0}.delete-confirm-modal-header h2{font-size:1.25rem;font-weight:600;color:#dc2626;margin:0;display:flex;align-items:center;gap:.5rem}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.close-button:hover{background:#f3f4f6;color:#374151}.delete-confirm-modal-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.warning-section{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px}.warning-icon{font-size:2rem;flex-shrink:0}.warning-text h3{font-size:1.125rem;font-weight:600;color:#ea580c;margin:0 0 .25rem}.warning-text p{font-size:.875rem;color:#9a3412;margin:0}.item-info{background:#f9fafb;border-radius:8px;padding:1rem}.item-info h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .75rem}.item-details{display:flex;flex-direction:column;gap:.5rem}.detail-row{display:flex;gap:.5rem}.detail-label{font-weight:500;color:#6b7280;min-width:80px;flex-shrink:0}.detail-value{color:#374151;word-break:break-all}.danger-notice{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem}.danger-notice h4{font-size:1rem;font-weight:600;color:#dc2626;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.danger-notice ul{margin:0;padding-left:1.25rem;color:#991b1b}.danger-notice li{margin-bottom:.5rem;line-height:1.4}.danger-notice li:last-child{margin-bottom:0}.danger-notice strong{font-weight:600;color:#7f1d1d}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.form-actions button{min-width:100px}@media (max-width: 768px){.delete-confirm-modal-overlay{padding:.5rem}.delete-confirm-modal{max-height:95vh}.delete-confirm-modal-header{padding:1rem}.delete-confirm-modal-content{padding:1rem;gap:1rem}.warning-section{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}@media (max-width: 480px){.delete-confirm-modal-header h2{font-size:1.125rem}.warning-section,.item-info,.danger-notice{padding:.75rem}.detail-row{flex-direction:column;gap:.25rem}.detail-label{min-width:auto}}.delete-keyword-modal{max-width:600px}.warning-section{text-align:center;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center}.warning-icon{font-size:3rem;margin-bottom:1rem}.warning-text{text-align:center;display:flex;flex-direction:column;align-items:center}.warning-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;text-align:center}.keyword-to-delete{font-size:1.25rem;font-weight:700;color:#dc2626;margin:0;padding:.5rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;display:inline-block;text-align:center}.warning-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem}.warning-message p{margin:0 0 .75rem;font-weight:600;color:#dc2626}.warning-message ul{margin:0;padding-left:1.25rem;list-style:none}.warning-message li{margin-bottom:.5rem;color:#991b1b;line-height:1.4;position:relative}.warning-message li:before{content:"•";color:#dc2626;font-weight:700;position:absolute;left:-1rem}.warning-message li:last-child{margin-bottom:0}@media (max-width: 640px){.delete-keyword-modal{margin:1rem;max-width:none}.warning-icon{font-size:2.5rem}.warning-section h3{font-size:1rem}.keyword-to-delete{font-size:1.125rem}}.tracked-item-card{border:none;border-bottom:1px solid #e0e0e0;border-radius:0;background:#fff;margin-bottom:0;padding:20px;transition:background-color .2s ease}.tracked-item-card:last-child{border-bottom:none}.tracked-item-card:hover{background-color:#f8f9fa}.card-layout{display:flex;gap:20px;align-items:flex-start}.card-left{flex-shrink:0;width:120px}.product-image-container{width:100%;position:relative}.product-image{width:100px;height:100px;object-fit:cover;border-radius:4px;border:1px solid #f0f0f0}.example-label{position:absolute;top:4px;right:4px;background:#ff6b35;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:6px;z-index:2;box-shadow:0 2px 4px #0003}.card-center{flex:1;min-width:0}.product-info{display:flex;flex-direction:column;gap:8px}.product-title{font-size:14em;font-weight:500;line-height:1.4;color:#333;margin:0;word-wrap:break-word;overflow-wrap:break-word;cursor:pointer;transition:color .2s ease}.product-title:hover{color:#4a90e2}.product-price{font-size:1.2em;font-weight:700;color:#e74c3c}.product-category{font-size:13px;color:#666}.tracking-info{display:flex;align-items:center;gap:6px;padding:5px 12px 10px;background:#f8f9fa;border-radius:6px;border-left:3px solid #4A90E2}.tracking-icon{font-size:14px}.tracking-label{font-weight:500;color:#666;font-size:12px}.tracking-value{color:#333;font-size:12px;font-family:Pretendard,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.keywords-section{margin-top:4px}.keywords-label{font-weight:500;color:#666;font-size:12px;display:block;margin-bottom:6px}.keywords-list{display:flex;flex-wrap:wrap;gap:6px}.keyword-rank-item{display:flex;align-items:center;gap:6px;padding:4px 8px;background:#fff;border-radius:16px;border:1px solid black}.keyword-tag{font-size:11px;font-weight:600;color:#000;background:#fff;padding:2px 6px;border-radius:10px}.rank-badge{font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;background:#fff;color:red}.yesterday-diff{font-size:9px}.yesterday-diff.up{margin-left:4px;color:#dc2626}.yesterday-diff.down{margin-left:4px;color:#2563eb}.yesterday-diff.same{margin-left:4px;color:#6b7280}.yesterday-diff-none{margin-left:4px;font-size:9px;color:#6b7280}.card-right{flex-shrink:0;width:200px;display:flex;flex-direction:column;gap:16px}.product-details{display:flex;flex-direction:column;gap:6px}.detail-row{display:flex;align-items:center;font-size:1rem;gap:8px}.detail-label{font-weight:600;color:#666;font-size:1rem;min-width:60px;flex-shrink:0}.detail-value{color:#333;font-size:1rem;word-break:break-word;flex:1}.card-actions{display:flex;flex-direction:column;gap:8px}.action-button{width:100%;font-size:11px;padding:8px 12px}.delete-button{margin-top:4px}@media (max-width: 968px){.card-layout{gap:16px}.card-left{width:100px}.product-image{width:100px;height:100px}.card-right{width:180px}.product-title{font-size:15px}.product-price{font-size:1.2em}}@media (max-width: 768px){.tracked-item-card{padding:16px}.card-layout{flex-direction:column;gap:16px}.card-left{width:100%;display:flex;justify-content:center}.product-image{width:100px;height:100px}.card-center{width:100%;order:2}.card-right{width:100%;order:3;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px}.product-details{flex:1}.card-actions{flex-shrink:0;flex-direction:row;gap:8px}.action-button{width:auto;padding:6px 10px}.keywords-list{justify-content:flex-start}}@media (max-width: 480px){.tracked-item-card{padding:12px}.card-layout{gap:12px}.product-image{width:100px;height:100px}.card-right{flex-direction:column;gap:12px}.card-actions{flex-direction:column;gap:6px}.action-button{width:100%;font-size:10px;padding:6px 8px}.product-title{font-size:14px}.product-price{font-size:1.2em}.keywords-list{flex-direction:column;align-items:flex-start}.keyword-rank-item{width:fit-content}}.daily-tracking-page{width:100%;min-height:100vh;background:#f9fafb;padding-top:60px}.page-header{background:#fff;padding:2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}.header-content h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.header-content p{font-size:1rem;color:#6b7280;margin:0;line-height:1.5}.page-content{max-width:1200px;margin:0 auto;padding:2rem}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.error-close{background:none;border:none;color:#dc2626;font-size:1.25rem;cursor:pointer;padding:.25rem;border-radius:4px}.error-close:hover{background:#dc26261a}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:3rem;height:3rem;border:4px solid #e5e7eb;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading p{font-size:1rem;color:#6b7280;margin:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-state-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.empty-state h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.empty-state p{font-size:1rem;color:#6b7280;margin:0 0 2rem;max-width:500px;line-height:1.5}.auth-required{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:2rem}.auth-required-content{text-align:center;background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:500px}.auth-required-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.auth-required-content h2{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.auth-required-content>p{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}.auth-required-features{text-align:left;background:#f9fafb;padding:1.5rem;border-radius:8px;margin-top:2rem}.auth-required-features h3{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem}.auth-required-features ul{margin:0;padding-left:1.25rem;list-style:none}.auth-required-features li{margin-bottom:.5rem;color:#6b7280;line-height:1.4;position:relative}.auth-required-features li:last-child{margin-bottom:0}.items-section{margin-top:2rem}.items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.items-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.items-status{display:flex;align-items:center;gap:.5rem}.status-indicator{font-size:.875rem;color:#667eea;display:flex;align-items:center;gap:.25rem}.items-grid{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}@media (max-width: 768px){.daily-tracking-page{padding-top:80px}.page-header{flex-direction:column;align-items:stretch;gap:1rem;padding:1.5rem}.header-content h1{font-size:1.5rem}.page-content{padding:1.5rem}.items-header{flex-direction:column;align-items:flex-start;gap:.5rem}.empty-state,.auth-required-content{padding:2rem 1rem}.empty-state-icon,.auth-required-icon{font-size:3rem}.empty-state h3,.auth-required-content h2{font-size:1.25rem}}@media (max-width: 480px){.page-header,.page-content{padding:1rem}.header-content h1{font-size:1.25rem}.header-content p{font-size:.875rem}.empty-state h3,.auth-required-content h2{font-size:1.125rem}.empty-state p,.auth-required-content>p{font-size:.875rem}}.item-detail-page{width:100%;min-height:100vh;background:#f9fafb;padding-top:60px}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;margin-bottom:1rem}.back-button:hover{background:#f9fafb;border-color:#4a90e2;color:#4a90e2}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.loading-spinner{width:3rem;height:3rem;border:4px solid #e5e7eb;border-top:4px solid #4A90E2;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:2rem}.product-header-content{max-width:1200px;margin:0 auto}.header-top{margin-bottom:1.5rem}.product-header-main{display:flex;gap:2rem;align-items:flex-start}.product-image-section{flex-shrink:0;position:relative}.product-image{width:140px;height:140px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.product-image-section .example-label{position:absolute;top:8px;right:8px;background:#ff6b35;color:#fff;font-size:14px;font-weight:700;padding:5px 10px;border-radius:6px;z-index:2;box-shadow:0 2px 4px #0003}.product-info-section{flex:1;min-width:0}.product-title{font-size:1.5rem;font-weight:600;color:#1f2937;line-height:1.4}.product-price{font-size:1.4rem;font-weight:700;color:#e74c3c}.product-category{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.product-details{display:flex;flex-direction:column;gap:.5rem}.detail-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.detail-label{font-weight:500;color:#6b7280;min-width:60px}.detail-value{color:#1f2937}.tracking-keywords{background-color:#f3f4f6;border-radius:8px}.tracking-keywords-header{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem .75rem 1.5rem}.tracking-keywords h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.keywords-list{padding-left:1rem;padding-right:1rem;padding-bottom:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.keyword-item{display:flex;align-items:center;gap:.5rem;padding:.2rem .7rem .2rem 1rem;background:#f3f4f6;border-radius:13px;border:1px solid black;position:relative}.keyword-delete-btn{background:none;border:none;color:#dc2626;font-size:1.2rem;font-weight:700;cursor:pointer;padding:.25rem;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:auto}.keyword-delete-btn:hover{background:#fee2e2;color:#b91c1c}.keyword-delete-btn:disabled{opacity:.5;cursor:not-allowed}.no-keywords{text-align:center;padding:2rem 1rem;color:#6b7280}.no-keywords p{margin:.5rem 0;font-size:.875rem}.keyword-name{font-size:.875rem;font-weight:500;color:#1f2937}.keyword-rank{font-size:.75rem;font-weight:600;color:red;background:#f3f4f6;padding:.25rem .5rem;border-radius:10px}.image-actions{margin-top:1rem;display:flex;justify-content:center;width:100%}.product-link-button{background:#4a90e2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.product-link-button:hover{background:#357abd;transform:translateY(-1px);box-shadow:0 4px 8px #4a90e24d}.analysis-section{max-width:1200px;margin:0 auto;padding:2rem}.analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.section-tabs{display:flex;gap:.5rem}.tab-button{padding:.75rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#6b7280;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.tab-button.active{background:#4a90e2;color:#fff;border-color:#4a90e2}.tab-button:disabled{opacity:.5;cursor:not-allowed}.date-selector{display:flex;align-items:center;gap:.5rem}.date-select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.875rem;cursor:pointer}.date-select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.chart-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.chart-header h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.update-notice{margin-bottom:2rem;padding:.75rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;display:flex;align-items:center;justify-content:center}.update-notice-text{font-size:.875rem;color:#0369a1;font-weight:500}.chart-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.chart-container{width:100%;height:400px}.table-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.table-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.table-container{overflow-x:auto}.rank-table{width:100%;border-collapse:collapse;font-size:.875rem;border:1px solid #d1d5db}.rank-table th{background:#f9fafb;padding:.75rem;text-align:center;font-weight:600;color:#374151;border:1px solid #d1d5db;white-space:nowrap}.rank-table td{padding:.75rem;text-align:center;border:1px solid #e5e7eb;color:#1f2937}.keyword-cell{font-weight:600;color:#374151;min-width:120px;text-align:left;background:#f9fafb;padding-left:1rem}.date-header{font-weight:600;color:#374151;min-width:100px;text-align:center;white-space:nowrap}.rank-cell{text-align:center;font-weight:500;min-width:80px}.rank-with-change{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.rank-value{font-weight:500;color:#1f2937}.rank-change{font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:2px}.rank-change.up{color:#dc2626}.rank-change.down{color:#2563eb}.rank-change-none{font-size:.75rem;color:#6b7280}.rank-table tbody tr:hover{background:#f9fafb}@media (max-width: 768px){.item-detail-page{padding-top:80px}.product-header{padding:1.5rem}.product-header-main{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.product-image{width:140px;height:140px}.product-title{font-size:1.25rem}.product-price{font-size:1.5rem}.analysis-section{padding:1.5rem}.analysis-header{flex-direction:column;gap:1rem;align-items:stretch}.section-tabs{justify-content:center}.chart-section,.table-section{padding:1rem}.keywords-list{justify-content:center}}@media (max-width: 480px){.product-header,.analysis-section,.analysis-header{padding:1rem}.tab-button{padding:.5rem 1rem;font-size:.8rem}.product-title{font-size:1.125rem}.product-price{font-size:1.25rem}.chart-container{height:300px}.rank-table th,.rank-table td{padding:.5rem;font-size:.8rem}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6}#root,.App{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}img{max-width:100%;height:auto}*:focus{outline:none}::selection{background-color:#4a90e233}
