@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap);body{margin:0}.input-wrapper{position:relative;width:100%}.input{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-md);font-size:var(--font-size-md);outline:none;padding:12px 16px 12px 40px;transition:border-color var(--transition-fast);width:100%}.input:focus{border-color:var(--primary-color)}.input-error,.input-error:focus{border-color:#dc2626}.input::placeholder{color:#00000080;opacity:1}.input-error-message{color:#dc2626;font-size:12px;font-weight:500;margin-top:4px}.input-icon{color:var(--border-color);font-size:1.2rem;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.checkbox-label{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.checkbox-input{display:none}.checkbox-custom{background:#fff;border:2px solid var(--border-color);border-radius:4px;height:18px;margin-right:8px;position:relative;transition:border-color var(--transition-fast);width:18px}.checkbox-input:checked+.checkbox-custom{background:var(--primary-color);border-color:var(--primary-color)}.checkbox-input:checked+.checkbox-custom:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:12px;left:4px;position:absolute;top:0;transform:rotate(45deg);width:6px}.checkbox-text{color:var(--text-primary);font-size:var(--font-size-md)}.btn{align-items:center;border:none;border-radius:var(--border-radius-md);cursor:pointer;display:inline-flex;font-family:inherit;font-weight:500;justify-content:center;text-decoration:none;transition:all var(--transition-fast)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background-color:var(--primary-color);color:var(--text-light)}.btn-primary:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px)}.btn-secondary{background-color:var(--secondary-color);color:var(--text-light)}.btn-secondary:hover:not(:disabled){background-color:#545b62;transform:translateY(-1px)}.btn-success{background-color:var(--success-color);color:var(--text-light)}.btn-success:hover:not(:disabled){background-color:#1e7e34;transform:translateY(-1px)}.btn-danger{background-color:var(--danger-color);color:var(--text-light)}.btn-danger:hover:not(:disabled){background-color:#c82333;transform:translateY(-1px)}.btn-outline{background-color:initial;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover:not(:disabled){background-color:var(--primary-color);color:var(--text-light)}.btn-small{font-size:var(--font-size-sm);padding:var(--spacing-xs) var(--spacing-sm)}.btn-medium{font-size:var(--font-size-md);padding:var(--spacing-sm) var(--spacing-md)}.btn-large{font-size:var(--font-size-lg);padding:var(--spacing-md) var(--spacing-lg)}.signup-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.signup-modal-container{animation:signup-modal-slide-in .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:90%}@keyframes signup-modal-slide-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.signup-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 32px 16px}.signup-modal-title{color:#1f2937;font-size:20px;font-weight:600;margin:0}.signup-modal-close-btn{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:24px;padding:4px;transition:all .2s}.signup-modal-close-btn:hover{background-color:#f3f4f6;color:#374151}.signup-modal-form{padding:24px 32px 32px}.signup-form-layout{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.signup-form-row{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1fr 1fr}.signup-form-field{display:flex;flex-direction:column;gap:8px}.signup-form-label{color:#374151;font-size:14px;font-weight:500;margin-bottom:4px}.signup-form-input-item{display:flex;flex-direction:column;gap:4px}.signup-input-group{align-items:center;display:flex;gap:12px}.signup-input-group .input-container{flex:1 1}.signup-input-group .btn{align-self:center;flex-shrink:0;height:44px;min-width:80px;white-space:nowrap}.signup-file-input-group{align-items:center;display:flex;gap:12px}.signup-file-input{display:none}.signup-success-message{color:#059669;font-size:12px;font-weight:500;margin-top:4px}.signup-error-message{color:#dc2626;font-size:12px;font-weight:500;margin-top:4px}.signup-form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:32px;padding-top:24px}.signup-form-actions .btn{flex:1 1}@media (max-width:768px){.signup-modal-container{margin:20px;width:95%}.signup-modal-form,.signup-modal-header{padding:20px}.signup-form-row{gap:16px;grid-template-columns:1fr}.signup-input-group{flex-direction:column;gap:8px}.signup-input-group .btn{height:44px;margin-top:4px;width:100%}.signup-form-actions{flex-direction:column}}.signup-modal-container::-webkit-scrollbar{width:6px}.signup-modal-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.signup-modal-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.signup-modal-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.find-password-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.find-password-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-height:90vh;max-width:500px;overflow-y:auto;position:relative;width:90%}.find-password-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 32px 16px}.find-password-modal-header h2{color:#1f2937;font-size:20px;font-weight:600;margin:0}.close-btn{border-radius:4px;padding:4px;transition:all .2s}.close-btn:hover{background-color:#f3f4f6}.find-password-form{padding:24px 32px 32px}.form-description{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:24px;text-align:center}.form-fields{gap:20px;margin-bottom:24px}.form-field,.form-fields{display:flex;flex-direction:column}.form-field{gap:8px}.form-label{color:#374151;font-size:14px;font-weight:500;margin-bottom:4px}.form-input-item{display:flex;flex-direction:column;gap:4px}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:32px;padding-top:24px}.form-actions .btn{flex:1 1}.success-message{padding:40px 32px;text-align:center}.success-icon{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.success-message h3{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 16px}.success-message p{color:#6b7280;font-size:14px;line-height:1.6;margin:0 0 24px}.close-success-btn{min-width:120px}@media (max-width:768px){.find-password-modal{margin:20px;width:95%}.find-password-form,.find-password-modal-header,.success-message{padding:20px}.form-actions{flex-direction:column}}.find-password-modal::-webkit-scrollbar{width:6px}.find-password-modal::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.find-password-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.find-password-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.login-root{display:flex;font-family:inherit;min-height:100vh}.login-left{background:#fff;justify-content:center;padding:40px 32px}.login-left,.login-right{align-items:center;display:flex;flex:1 1;flex-direction:column}.login-right{background-color:#f0f4f8;background-image:url(/static/media/web_login_image.556a5cd7c96506e8f329.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;justify-content:flex-start;overflow:hidden;padding:40px;position:relative}.login-logo{align-items:baseline;display:flex;font-size:2.2rem;font-weight:700;letter-spacing:1px;margin-bottom:16px}.login-logo .logo-x{font-size:4rem;font-size:clamp(3rem,7vw,4.5rem);font-weight:900;letter-spacing:-2px;line-height:1.1}.login-logo .logo-x,.logo-subtitle{color:#fff;font-family:Arial Black,Arial,sans-serif;text-align:center}.logo-subtitle{font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;margin-top:16px}.login-logo .logo-reward{color:#222;font-family:Arial Black,Arial,sans-serif;font-size:4rem;margin-right:4px}.login-logo .logo-beta{color:#888;font-size:1.1rem;font-weight:400}.login-logo.right .logo-reward,.login-logo.right .logo-x{color:#fff}.login-desc{color:#888;font-size:1.1rem;margin-bottom:32px}.login-form{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;max-width:340px;width:100%}.login-options{align-items:center;display:flex;margin-bottom:8px}.login-btn{font-size:1.1rem;height:48px;margin-top:8px;width:100%}.login-actions{display:flex;gap:8px;margin:16px 0 8px;max-width:340px;width:100%}.action-btn{background:#e0e0e0;color:#444;flex:1 1;font-size:1rem;height:40px}.login-help{color:#888;font-size:.95rem;margin-bottom:8px;margin-top:8px}.kakao-btn{background:#ffe812!important;border:none!important;color:#222!important;font-size:1.1rem;height:48px;margin-top:8px;max-width:340px;width:100%}.login-right .ad-text-main{font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:24px;text-align:left}.login-right .ad-text-sub{color:#e0e0e0;font-size:1.1rem;line-height:1.5;text-align:left}.login-right .login-logo{position:absolute}.login-logo.right{align-items:center;display:flex;flex-direction:column;margin-bottom:24px}@media (max-width:900px){.login-root{flex-direction:column}.login-right{order:0;padding-top:0}.login-left,.login-right{min-height:100vh;width:100%}.login-left{order:1}}.login-mobile-root{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.login-mobile-container{background-image:url(/static/media/web_login_image.556a5cd7c96506e8f329.png);display:flex;flex-direction:column;min-height:100vh;position:relative}.login-mobile-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;padding:2rem 1.5rem 1rem;text-align:center}.login-mobile-logo{margin-bottom:.5rem}.logo-text{color:#fff;font-family:Arial Black,Arial,sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:-1px;text-shadow:0 2px 4px #0000004d}.login-mobile-subtitle{color:#ffffffe6;font-size:1rem;font-weight:400}.login-mobile-form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:1rem;padding:2rem 1.5rem}.login-mobile-form{margin-bottom:2rem;width:100%}.form-group{margin-bottom:1.5rem}.mobile-input{background:#fff;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;height:56px;padding:0 1rem;transition:all .3s ease;width:100%}.mobile-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.mobile-input::placeholder{color:#9ca3af}.login-mobile-options{margin-bottom:1.5rem}.mobile-checkbox{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem}.login-mobile-btn{background:var(--primary-color);border:none;border-radius:12px;box-shadow:0 4px 12px #007bff4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;height:56px;transition:all .3s ease;width:100%}.login-mobile-btn:hover:not(:disabled){background:#0056b3;box-shadow:0 6px 20px #007bff66;transform:translateY(-2px)}.login-mobile-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.login-mobile-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.9rem;margin-top:1rem;padding:.75rem 1rem;text-align:center}.login-mobile-actions{display:flex;gap:.75rem;margin-bottom:2rem}.action-mobile-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:500;height:48px;transition:all .3s ease}.action-mobile-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.login-mobile-help{color:#6b7280;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;text-align:center}.login-mobile-help p{margin:.25rem 0}.kakao-mobile-btn{background:#ffe812!important;border:none!important;border-radius:12px;box-shadow:0 4px 12px #ffe8124d;color:#222!important;cursor:pointer;font-size:1rem;font-weight:600;height:56px;transition:all .3s ease;width:100%}.kakao-mobile-btn:hover{box-shadow:0 6px 20px #ffe81266;transform:translateY(-2px)}.login-mobile-background{background-image:url(/static/media/web_login_image.556a5cd7c96506e8f329.png);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;height:30vh;left:0;position:absolute;right:0;z-index:-1}.background-overlay{align-items:flex-end;background:linear-gradient(0deg,#0009 0,#0000004d 50%,#0000);display:flex;height:100%;padding:2rem 1.5rem}.background-text{color:#fff;text-align:center;width:100%}.bg-title{display:block;font-family:Arial Black,Arial,sans-serif;font-size:1.8rem;font-weight:900;letter-spacing:-1px;line-height:1.1;text-shadow:0 2px 4px #00000080}.bg-subtitle{font-size:.9rem;font-weight:400;margin-top:.5rem;opacity:.9}@media (max-width:480px){.login-mobile-form-container{margin:.5rem;padding:1.5rem 1rem}.login-mobile-header{padding:1.5rem 1rem .5rem}.logo-text{font-size:2.2rem}.login-mobile-subtitle{font-size:.9rem}.mobile-input{font-size:.95rem;height:52px}.login-mobile-btn{font-size:1rem;height:52px}.action-mobile-btn{font-size:.9rem;height:44px}.kakao-mobile-btn{font-size:.95rem;height:52px}.bg-title{font-size:1.6rem}.bg-subtitle{font-size:.8rem}}@media (max-width:360px){.login-mobile-form-container{margin:.25rem;padding:1rem .75rem}.login-mobile-header{padding:1rem .75rem .25rem}.logo-text{font-size:2rem}.login-mobile-actions{flex-direction:column;gap:.5rem}.action-mobile-btn{width:100%}}@media (max-height:600px){.login-mobile-container{min-height:100vh}.login-mobile-form-container{margin:.5rem;padding:1rem}.login-mobile-header{padding:1rem 1rem .5rem}.form-group,.login-mobile-actions,.login-mobile-help{margin-bottom:1rem}}.dashboard-container,.dashboard-main{display:flex;gap:24px}.dashboard-main{flex:1 1;flex-direction:column;min-width:0}.dashboard-ad-sidebar{display:flex;flex-shrink:0;width:420px}.dashboard-ad-sidebar .dashboard-widget-card{flex:1 1;min-height:0;overflow-y:auto}.dashboard-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.dashboard-summary-stats-container{align-items:flex-start;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;justify-content:space-around;padding:20px 0;width:100%}.dashboard-stat-item{align-items:center;display:flex;flex-direction:column;gap:8px}.dashboard-stat-title{color:#6c757d;font-size:14px;font-weight:500}.dashboard-stat-value-wrapper{align-items:center;display:flex;gap:12px}.dashboard-stat-icon svg{color:#3f51b5;font-size:2.8rem}.dashboard-stat-value{color:#3f51b5;font-size:3rem;font-weight:700;letter-spacing:-1px}.dashboard-widget-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;flex-direction:column;height:100%;padding:20px}.dashboard-card-header{margin-bottom:16px}.dashboard-card-header h3{color:#333}.dashboard-widget-card-harf,.dashboard-widget-card-rank{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;flex-direction:column;padding:24px}.dashboard-card-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.dashboard-card-header h3{font-size:18px;font-weight:600;margin:0}.dashboard-more-link{background:none;border:none;color:#666;cursor:pointer;font-size:14px;padding:0;text-decoration:none}.dashboard-chart-container{height:250px}.dashboard-header-right{align-items:center;display:flex;gap:16px}.dashboard-header-right select{border:none;cursor:pointer;font-size:16px;font-weight:600}.dashboard-header-right select:focus{outline:none}.dashboard-announcement-list{list-style:none;margin:0;padding:0}.dashboard-announcement-list li{display:flex;font-size:15px;justify-content:space-between;padding:8px 0}.dashboard-announcement-list .date{color:#888}.dashboard-charge-status-card{background-color:#007bff;color:#fff}.dashboard-charge-status-card .dashboard-more-link,.dashboard-charge-status-card h3{color:#fff}.dashboard-charge-status-card .dashboard-card-header{border-bottom:1px solid #ffffff4d}.dashboard-charge-list{list-style:none;margin:0;padding:0}.dashboard-charge-list li{align-items:center;display:flex;justify-content:space-between;padding:12px 0}.dashboard-charge-list .amount{font-size:20px;font-weight:600}.dashboard-status-badge{border-radius:16px;display:inline-block;font-size:12px;font-weight:600;overflow:hidden;padding:6px 12px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:66px}.dashboard-status-badge.pending{background-color:#fffbe6;color:#ed9e00;width:76px}.dashboard-status-badge.completed{background-color:#f6ffed;color:#0ea371;width:76px}.dashboard-status-badge.rejected{background-color:#fef2f2;color:#dc2626;width:76px}.dashboard-ads-filter{-webkit-appearance:none;appearance:none;background-color:#e3f2fd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;border:none;border-radius:16px;color:#007bff;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:8px 32px 8px 16px}.dashboard-ads-list{display:flex;flex:1 1;flex-direction:column;gap:16px;list-style:none;margin:0;overflow-y:auto;padding:0 10px 0 0}.dashboard-ad-item{align-items:center;display:flex;gap:16px}.dashboard-ad-image-placeholder{background-color:#eee;border-radius:8px;flex-shrink:0;height:60px;width:60px}.dashboard-ad-info{display:flex;flex-direction:column;flex-grow:1;gap:4px}.dashboard-ad-company,.dashboard-ad-details{color:#666;font-size:14px}.dashboard-ad-title{font-weight:600}.dashboard-ad-status-container{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.dashboard-ad-period{color:#888;font-size:13px}.dashboard-status-badge.active{background-color:#eaf6eb;color:#28a745;width:66px}.dashboard-status-badge.paused{background-color:#fff8e1;color:#ffc107;width:66px}.dashboard-bottom-banner-card{background-color:#f8f9fa;border:2px dashed #ccc;border-radius:8px;padding:24px;text-align:center}.dashboard-bottom-banner-card p{color:#555;font-size:16px;font-weight:500;margin:0}.dashboard-ad-item.selected{background-color:#f8f9ff!important;border:2px solid #007bff!important;border-radius:16px;padding:16px!important;transition:all .2s ease}.dashboard-ad-item.selected:hover{background-color:#e8f0ff!important;border-color:#0056b3!important}.dashboard-ad-item{background-color:initial;border:1px solid #e0e0e0;border-radius:16px;cursor:pointer;padding:12px;transition:all .2s ease}.dashboard-ad-item:hover{background-color:#f5f5f5;border-color:#d0d0d0}@media (max-width:1200px){.dashboard-container{flex-direction:column}.dashboard-ad-sidebar{width:100%}}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr}}@media (max-width:992px){.dashboard-summary-stats-container{align-items:center;flex-direction:column;gap:32px}}.tab-content h2{border-bottom:2px solid #e0e0e0;color:#333;margin-bottom:1.5rem;margin-top:0;padding-bottom:.5rem}.tab-content h3{color:#555;font-size:1.1rem;margin-bottom:1rem}.dashboard-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.stat-card{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;padding:1.5rem;transition:transform .2s ease}.stat-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.stat-card h3{color:#666;font-size:.9rem;margin:0 0 .5rem;text-transform:uppercase}.stat-card p{color:#333;font-size:1.5rem;font-weight:700;margin:0}.remaining-normal{background-color:#dcfce7;color:#166534}.remaining-normal,.remaining-warning{border-radius:4px;display:inline-block;font-size:.8rem;font-weight:600;max-width:100%;overflow:hidden;padding:.25rem .5rem;text-overflow:ellipsis;white-space:nowrap}.remaining-warning{background-color:#fef3c7;color:#d97706}.remaining-expired{background-color:#fef2f2;color:#dc2626}.remaining-expired,.remaining-pending{border-radius:4px;display:inline-block;font-size:.8rem;font-weight:600;max-width:100%;overflow:hidden;padding:.25rem .5rem;text-overflow:ellipsis;white-space:nowrap}.remaining-pending{background-color:#dbeafe;color:#1e40af}.user-table{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:1rem;overflow:hidden;width:100%}.user-table td,.user-table th{border-bottom:1px solid #e0e0e0;padding:.75rem;text-align:left}.user-table th{color:#333;font-weight:600}.user-table th,.user-table tr:hover{background-color:#f8f9fa}.status-active{background-color:#d4edda;color:#155724}.status-active,.status-inactive{border-radius:4px;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.status-inactive{background-color:#f8d7da;color:#721c24}.action-btn{border-radius:4px;font-size:.8rem;margin-right:.25rem;padding:.25rem .5rem;transition:background-color .2s ease}.action-btn.edit{background-color:#007bff;color:#fff}.action-btn.edit:hover{background-color:#0056b3}.action-btn.delete{background-color:#dc3545;color:#fff}.action-btn.delete:hover{background-color:#c82333}.settings-section{background-color:#f8f9fa;border-left:4px solid #28a745;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.settings-section h3{color:#333;font-size:1.1rem;margin-top:0}.settings-form{max-width:400px}.setting-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1rem 0}.setting-item:last-child{border-bottom:none}.setting-item label{color:#333;font-weight:500}.setting-item input[type=checkbox]{cursor:pointer;transform:scale(1.2)}.setting-item select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;min-width:120px;padding:.5rem}.setting-item select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.tab-content{padding:20px}.ad-management{background:#fff;display:flex;flex-direction:column;height:100%;min-height:calc(100vh - 120px);padding:20px}.ad-management h2{color:#1f2937;font-size:24px;font-weight:600;margin:0 0 20px}.main-tabs{border-bottom:1px solid #e5e7eb;display:flex;margin-bottom:20px}.main-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-size:14px;padding:12px 24px;pointer-events:auto;transition:all .2s;-webkit-user-select:none;user-select:none}.main-tab.active{border-bottom-color:#2563eb;color:#2563eb;font-weight:500}.main-tab:hover:not(.active){color:#374151}.sub-tabs{border-bottom:1px solid #e5e7eb;gap:32px;justify-content:flex-start;margin-bottom:20px;padding-bottom:16px}.sub-tabs,.sub-tabs-left{align-items:center;display:flex;pointer-events:auto}.sub-tabs-left{gap:8px}.sub-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-size:14px;padding:8px 16px;pointer-events:auto;transition:all .2s;-webkit-user-select:none;user-select:none}.sub-tab.active{border-bottom-color:#2563eb;color:#2563eb;font-weight:500}.sub-tab:hover:not(.active){color:#374151}.search-action{gap:16px;margin-left:auto}.search-action,.status-filter{align-items:center;display:flex}.status-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;min-width:140px;outline:none;padding:8px 12px}.status-select:focus{border-color:#2563eb}.search-box{align-items:center;display:flex;gap:8px;position:relative;width:400px}.search-type-select{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;min-width:100px;outline:none;padding:8px 12px}.search-type-select:focus{border-color:#2563eb}.search-input-container{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1 1;padding:8px 12px;position:relative}.search-box input{background:#0000;border:none;flex:1 1;font-size:14px;outline:none}.search-icon{color:#6b7280;font-size:14px;margin-right:8px}.search-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-left:8px;padding:6px 12px;transition:background-color .2s}.search-btn:hover{background:#1d4ed8}.bulk-extend-btn{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.bulk-extend-btn,.bulk-extend-btn:hover{background:#fbbf24}.ad-table-container{flex:1 1;margin-bottom:20px;min-width:0;overflow-x:auto;overflow-y:auto}.ad-table{border-collapse:collapse;font-size:14px;table-layout:fixed;width:100%}.ad-table td:first-child,.ad-table th:first-child{width:5%}.ad-table td:nth-child(2),.ad-table th:nth-child(2){width:25%}.ad-table td:nth-child(3),.ad-table th:nth-child(3){width:12%}.ad-table td:nth-child(4),.ad-table td:nth-child(5),.ad-table td:nth-child(6),.ad-table th:nth-child(4),.ad-table th:nth-child(5),.ad-table th:nth-child(6){width:8%}.ad-table td:nth-child(7),.ad-table td:nth-child(8),.ad-table th:nth-child(7),.ad-table th:nth-child(8){width:10%}.ad-table td:nth-child(10),.ad-table td:nth-child(11),.ad-table td:nth-child(9),.ad-table th:nth-child(10),.ad-table th:nth-child(11),.ad-table th:nth-child(9),.ad-table.shopping-origin td:nth-child(4),.ad-table.shopping-origin td:nth-child(5),.ad-table.shopping-origin td:nth-child(6),.ad-table.shopping-origin td:nth-child(7),.ad-table.shopping-origin th:nth-child(4),.ad-table.shopping-origin th:nth-child(5),.ad-table.shopping-origin th:nth-child(6),.ad-table.shopping-origin th:nth-child(7){width:8%}.ad-table.shopping-origin td:nth-child(8),.ad-table.shopping-origin td:nth-child(9),.ad-table.shopping-origin th:nth-child(8),.ad-table.shopping-origin th:nth-child(9){width:10%}.ad-table.shopping-origin td:nth-child(10),.ad-table.shopping-origin td:nth-child(11),.ad-table.shopping-origin td:nth-child(12),.ad-table.shopping-origin th:nth-child(10),.ad-table.shopping-origin th:nth-child(11),.ad-table.shopping-origin th:nth-child(12){width:8%}.ad-table.review td:nth-child(4),.ad-table.review th:nth-child(4){width:12%}.ad-table.review td:nth-child(5),.ad-table.review td:nth-child(6),.ad-table.review th:nth-child(5),.ad-table.review th:nth-child(6){width:10%}.ad-table.review td:nth-child(7),.ad-table.review td:nth-child(8),.ad-table.review td:nth-child(9),.ad-table.review th:nth-child(7),.ad-table.review th:nth-child(8),.ad-table.review th:nth-child(9){width:8%}.ad-table th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;font-weight:500;overflow:hidden;padding:12px 8px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ad-table thead th{background:#f9fafb;box-shadow:0 1px 0 #0000000f;position:-webkit-sticky;position:sticky;top:0;z-index:2}.ad-table td{border-bottom:1px solid #f3f4f6;overflow:hidden;padding:12px 8px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.ad-table td.ad-name-cell{max-width:none;overflow:visible;white-space:normal;width:100%!important}.ad-table tbody tr:hover{background:#f9fafb}.ad-table td:first-child,.ad-table th:first-child{text-align:center}.ad-table input[type=checkbox]{margin-right:4px}.ad-name-cell{align-items:center;box-sizing:border-box;display:flex;gap:10px;min-width:0;width:100%}.ad-image{border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;height:50px;object-fit:cover;width:50px}.ad-name-content{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.ad-name-link{color:#2563eb;cursor:pointer;font-size:14px;font-weight:500;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.ad-name-link:hover{text-decoration:underline}.ad-description{color:#6b7280;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.view-link{color:#2563eb;font-size:13px;text-decoration:none}.view-link:hover{text-decoration:underline}.current-rank{color:#2563eb;font-weight:500}.status{border-radius:4px;display:inline-block;font-size:12px;font-weight:500;overflow:hidden;padding:4px 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:66px}.status-progress{background:#dcfce7;color:#166534;width:66px}.status-pending{background:#dbeafe;color:#1e40af;width:66px}.status-refund{background:#fef2f2;color:#dc2626;width:66px}.status-cancelled{background:#f3f4f6;color:#374151;width:66px}.status-ended{background-color:#fef2f2;border:1px solid #fecaca;border-radius:16px;color:#dc2626;display:inline-block;font-size:12px;font-weight:500;padding:6px 12px;text-align:center}.pagination-container{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-top:20px}.total-count{color:#6b7280;font-size:14px}.pagination{display:flex;gap:4px}.page-btn{background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;font-size:14px;padding:8px 12px;transition:all .2s}.page-btn:hover{background:#f9fafb}.page-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.remaining-rejected{border-radius:12px;color:#dc2626;display:inline-block;font-size:12px;font-weight:500;max-width:100%;min-width:60px;overflow:hidden;padding:4px 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.remaining-rejected,.remaining-rejected:hover{background-color:#fef2f2}.remaining-rejected:disabled{background-color:#9ca3af;color:#6b7280;cursor:not-allowed}.remaining-rejected:focus{background-color:#fef2f2;outline-offset:2px}@media (max-width:768px){.remaining-rejected{font-size:11px;min-width:50px;padding:3px 6px}}.status-rejected{background-color:#fef2f2;border:1px solid #fecaca;border-radius:16px;color:#dc2626;display:inline-block;font-size:12px;font-weight:500;overflow:hidden;padding:6px 12px;text-align:center;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}.status-rejected:disabled{background-color:#f3f4f6;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.status-rejected:focus{outline:2px solid #dc2626;outline-offset:2px}@media (max-width:768px){.status-rejected{font-size:11px;padding:4px 8px}.dashboard-stats{gap:.5rem;grid-template-columns:1fr}.user-table{font-size:.9rem}.user-table td,.user-table th{padding:.5rem}.action-btn{font-size:.7rem;padding:.2rem .4rem}.settings-form{max-width:100%}.setting-item{gap:.5rem}.setting-item,.sub-tabs{align-items:flex-start;flex-direction:column}.sub-tabs{gap:16px}.search-action{justify-content:space-between;width:100%}.search-box input{width:150px}.ad-table-container{font-size:12px}.ad-table td,.ad-table th{padding:8px 4px}.ad-image{height:40px;width:40px}.ad-name-cell{gap:8px}}@media (max-width:1400px){.ad-table td:nth-child(2),.ad-table th:nth-child(2){width:30%}.ad-table td:nth-child(3),.ad-table th:nth-child(3){width:10%}}@media (max-width:1200px){.ad-table td:nth-child(8),.ad-table td:nth-child(9),.ad-table th:nth-child(8),.ad-table th:nth-child(9){width:8%}}@media (max-width:768px){.ad-table-container{font-size:12px}.ad-table td,.ad-table th{padding:8px 4px}}.no-data-message{background-color:#f9fafb;border-radius:8px;color:#6b7280;font-size:16px;height:200px;margin:20px 0;text-align:center}.adextensionmodal-overlay,.no-data-message{align-items:center;display:flex;justify-content:center}.adextensionmodal-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.adextensionmodal-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:80vh;max-width:1200px;width:90%}.adextensionmodal-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:24px 32px}.adextensionmodal-header h2{color:#111827;font-size:20px;font-weight:600;margin:0}.adextensionmodal-close-btn{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:24px;padding:4px;transition:background-color .2s}.adextensionmodal-close-btn:hover{background-color:#f3f4f6}.adextensionmodal-deposit-info{align-items:center;background:#eff6ff;border-bottom:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:center;margin:20px 400px;max-height:40px;min-width:200px;padding:10px 16px;text-align:center}.adextensionmodal-deposit-label{color:#2563eb;font-size:16px;font-weight:500;margin-right:8px}.adextensionmodal-deposit-amount{color:#2563eb;font-size:18px;font-weight:600;margin-right:8px}.adextensionmodal-deposit-english{color:#6b7280;font-size:14px}.adextensionmodal-ads-table-container{flex:1 1;overflow-y:auto}.adextensionmodal-ads-table{border-collapse:collapse;font-size:14px;table-layout:auto;width:100%}.adextensionmodal-ads-table th{background:#f9fafb;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600;padding:12px 8px;position:-webkit-sticky;position:sticky;text-align:left;top:0;white-space:nowrap;z-index:10}.adextensionmodal-ads-table td{border-bottom:1px solid #f3f4f6;padding:16px;vertical-align:middle}.adextensionmodal-ads-table tbody tr:hover{background-color:#f9fafb;max-height:400px;overflow-y:auto}.adextensionmodal-extension-ad-name-cell{overflow:hidden;padding:12px;vertical-align:top;width:25%!important}.adextensionmodal-ad-info{align-items:flex-start;display:flex;flex-direction:row;gap:12px;min-width:0;overflow:hidden;width:100%}.adextensionmodal-ad-image{border-radius:8px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.adextensionmodal-ad-details{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0;overflow:hidden;width:100%}.adextensionmodal-store-name{color:#666;font-size:13px;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adextensionmodal-mission-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:14px;font-weight:600;line-height:1.3;max-height:2.6em;overflow:hidden;text-overflow:ellipsis}.adextensionmodal-remaining-days-cell{padding:12px;text-align:center;vertical-align:middle;width:12%}.adextensionmodal-period-input{border:1px solid #d1d5db;border-radius:4px;font-size:14px;padding:6px 8px;text-align:center;width:60px}.adextensionmodal-period-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.adextensionmodal-period-unit{color:#6b7280;font-size:14px;margin-left:4px}.adextensionmodal-extension-quantity,.adextensionmodal-new-end-date,.adextensionmodal-payment-amount,.adextensionmodal-unit-price{color:#374151;font-size:14px;font-weight:500}.adextensionmodal-unit-price{color:#059669}.adextensionmodal-payment-amount{color:#dc2626;font-weight:600}.adextensionmodal-footer{align-items:center;background:#f9fafb;border-radius:0 0 12px 12px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 32px}.adextensionmodal-total-section{align-items:center;display:flex;gap:12px}.adextensionmodal-total-label{color:#374151;font-size:16px;font-weight:600}.adextensionmodal-total-amount{background:#fff;border:2px solid #fbbf24;border-radius:8px;color:#fbbf24;font-size:20px;font-weight:700;padding:8px 16px}.adextensionmodal-action-buttons{display:flex;gap:12px}.adextensionmodal-close-button{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:background-color .2s}.adextensionmodal-close-button:hover{background:#4b5563}.adextensionmodal-extend-button{background:#fbbf24;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:background-color .2s}.adextensionmodal-extend-button:hover{background:#c2410c}.adextensionmodal-extend-button:disabled{background-color:#9ca3af;color:#6b7280;cursor:not-allowed;opacity:.6}.adextensionmodal-extend-button:disabled:hover{background-color:#9ca3af}.adextensionmodal-close-button:disabled{background-color:#9ca3af;color:#6b7280;cursor:not-allowed;opacity:.6}.adextensionmodal-close-button:disabled:hover{background-color:#9ca3af}.adextensionmodal-period-input:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.adextensionmodal-extend-button:disabled{position:relative}.adextensionmodal-extend-button:disabled:after{animation:adextensionmodal-spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#6b7280;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}@keyframes adextensionmodal-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.adextensionmodal-modal{max-height:90vh;width:95%}.adextensionmodal-footer,.adextensionmodal-header{padding:20px 16px}.adextensionmodal-deposit-info{padding:16px}}@media (max-width:768px){.adextensionmodal-modal{max-height:95vh;width:98%}.adextensionmodal-ads-table{font-size:12px}.adextensionmodal-ads-table td,.adextensionmodal-ads-table th{border-bottom:1px solid #e5e7eb;padding:12px;text-align:left;vertical-align:middle}.adextensionmodal-ads-table th{background-color:#f9fafb;color:#374151;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:10}.adextensionmodal-ads-table td:first-child,.adextensionmodal-ads-table th:first-child{min-width:200px;width:25%!important}.adextensionmodal-ads-table td:nth-child(2),.adextensionmodal-ads-table td:nth-child(3),.adextensionmodal-ads-table td:nth-child(4),.adextensionmodal-ads-table td:nth-child(5),.adextensionmodal-ads-table td:nth-child(6),.adextensionmodal-ads-table th:nth-child(2),.adextensionmodal-ads-table th:nth-child(3),.adextensionmodal-ads-table th:nth-child(4),.adextensionmodal-ads-table th:nth-child(5),.adextensionmodal-ads-table th:nth-child(6){min-width:100px;width:10%!important}.adextensionmodal-ads-table td:nth-child(7),.adextensionmodal-ads-table th:nth-child(7){min-width:120px;width:15%!important}.adextensionmodal-ads-table td:nth-child(8),.adextensionmodal-ads-table th:nth-child(8){min-width:100px;width:10%!important}.adextensionmodal-ad-image{height:40px;width:40px}.adextensionmodal-period-input{padding:4px 6px;width:50px}}.ad-detail-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.ad-detail-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:90%}.modal-header{padding:24px 32px 20px}.header-left{align-items:center;display:flex;gap:16px}.thumbnail-image{border-radius:8px;flex-shrink:0;height:60px;overflow:hidden;width:60px}.product-thumbnail{height:100%;object-fit:cover;width:100%}.company-info{display:flex;flex-direction:column;gap:4px}.product-name{color:#2563eb;font-size:18px;font-weight:600}.product-link{color:#2563eb;text-decoration:none;transition:color .2s}.product-link:hover{color:#1d4ed8;text-decoration:underline}.status-badge{border-radius:20px;display:inline-block;font-weight:500;padding:6px 12px;text-align:center}.status-badge.status-progress{background:#dcfce7;color:#166534;width:66px}.status-badge.status-pending{background:#dbeafe;color:#1e40af;width:66px}.status-badge.status-cancelled{background:#f3f4f6;color:#374151;width:66px}.status-badge.status-ended,.status-badge.status-refund{background:#fef2f2;color:#dc2626;width:66px}.extension-btn{background:#fbbf24;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s}.extension-btn:hover{background:#f59e0b}.extension-btn:disabled{background:#9ca3af;color:#6b7280;cursor:not-allowed;opacity:.6}.extension-btn:disabled:hover{background:#9ca3af}.modal-content{padding:24px 32px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1.2fr 4fr!important}.form-row label{color:#374151;font-size:14px;font-weight:500}.form-value{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;color:#1f2937;display:flex;font-size:14px;height:44px;line-height:1.4;min-width:0;overflow:ellipsis;padding:12px 16px;word-break:break-all}.modal-footer{justify-content:center;padding:24px 32px 32px}.modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:24px 32px}.action-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.refund-btn{background:#dc2626;color:#fff}.refund-btn:hover{background:#b91c1c}.ad-detail-close-btn{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s}.ad-detail-close-btn:hover{background:#4b5563}.ad-detail-edit-keyword-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-right:12px;padding:8px 16px;transition:background-color .2s}.ad-detail-edit-keyword-btn:hover{background:#1d4ed8}.ad-detail-increase-quantity-btn{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-right:12px;padding:8px 16px;transition:background-color .2s}.ad-detail-increase-quantity-btn:hover{background:#059669}.ad-detail-cancel-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-right:12px;padding:8px 16px;transition:background-color .2s}.ad-detail-cancel-btn:hover{background:#d62234}.ad-detail-end-btn{background:#ff6b6b;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-right:12px;padding:8px 16px;transition:background-color .2s}.ad-detail-end-btn:hover{background:#ff5252}.ad-detail-end-btn:disabled{cursor:not-allowed;opacity:.6}.my-ad-keyword-edit-section{padding:20px 0}.my-ad-keyword-edit-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;height:500px}.my-ad-keyword-selection-area{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;padding:16px}.my-ad-selection-header{border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding-bottom:12px}.my-ad-selection-header h4{color:#374151;font-size:16px;font-weight:600;margin:0 0 8px}.my-ad-instruction-text{background:#f9fafb;border-left:4px solid #2563eb;border-radius:6px;margin-bottom:16px;padding:12px}.my-ad-instruction-text p{color:#374151;font-size:13px;line-height:1.4;margin:0 0 8px}.my-ad-instruction-text p:last-child{margin-bottom:0}.my-ad-instruction-text .my-ad-important{color:#dc2626;font-weight:600}.my-ad-selection-info{color:#6b7280;font-size:14px;margin-bottom:12px}.my-ad-keyword-list{flex:1 1;overflow-y:auto}.my-ad-keyword-list-header{border-bottom:1px solid #e5e7eb;color:#374151;font-size:12px;font-weight:600;padding:8px 0;text-transform:uppercase}.my-ad-keyword-list-header,.my-ad-keyword-list-item{grid-gap:12px;display:grid;gap:12px;grid-template-columns:2fr 1fr 1fr}.my-ad-keyword-list-item{align-items:center;border-bottom:1px solid #f3f4f6;padding:12px 0}.my-ad-item-keyword{align-items:center;color:#374151;display:flex;font-size:14px;gap:8px}.my-ad-item-rank{border-radius:4px;font-size:12px;font-weight:600;padding:4px 8px;text-align:center}.my-ad-item-rank.success{background:#dcfce7;color:#166534}.my-ad-item-rank.error{background:#fef2f2;color:#dc2626}.my-ad-item-rank.empty{background:#f3f4f6;color:#6b7280}.my-ad-item-status{display:flex;justify-content:center}.my-ad-switch{display:inline-block;height:24px;position:relative;width:44px}.my-ad-switch input{height:0;opacity:0;width:0}.my-ad-slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.my-ad-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}.my-ad-switch input:checked+.my-ad-slider{background-color:#2563eb}.my-ad-switch input:checked+.my-ad-slider:before{transform:translateX(20px)}.my-ad-switch.disabled .my-ad-slider{background-color:#d1d5db;cursor:not-allowed}.my-ad-switch.disabled input:checked+.my-ad-slider{background-color:#9ca3af}.my-ad-selected-keywords-area{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;padding:16px}.my-ad-selected-header{border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding-bottom:12px}.my-ad-selected-header h4{color:#374151;font-size:16px;font-weight:600;margin:0}.my-ad-selected-keywords-list{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto}.my-ad-selected-keyword-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s ease}.my-ad-selected-keyword-box.required{background:#eff6ff;border-color:#2563eb}.my-ad-selected-keyword-box.optional{background:#f9fafb;border-color:#6b7280}.my-ad-selected-keyword-box.existing{background:#ecfdf5;border-color:#059669}.my-ad-selected-keyword-box.new{background:#eff6ff;border-color:#2563eb}.my-ad-selected-keyword-box.error{background:#fef2f2!important;border-color:#dc2626!important}.my-ad-selected-keyword-box.empty{background:#fff;border-color:#d1d5db}.my-ad-selected-keyword-content{display:flex;flex-direction:column;gap:8px}.my-ad-selected-keyword-header{align-items:center;display:flex;justify-content:space-between}.my-ad-selected-keyword-rank{border-radius:4px;font-size:12px;font-weight:600;padding:4px 8px}.my-ad-selected-keyword-rank.success{background:#dcfce7;color:#166534}.my-ad-selected-keyword-rank.error{background:#fef2f2;color:#dc2626}.my-ad-selected-keyword-rank.empty{background:#f3f4f6;color:#6b7280}.my-ad-selected-keyword-badges{align-items:center;display:flex;gap:8px}.my-ad-selected-existing-badge{background:#059669;border-radius:4px;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;text-transform:uppercase}.my-ad-selected-remove-keyword{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.my-ad-selected-remove-keyword:hover{background:#f3f4f6;color:#dc2626}.my-ad-selected-remove-keyword.error{color:#dc2626}.my-ad-selected-keyword-label{color:#374151;font-size:12px;font-weight:500}.my-ad-selected-keyword-input-field{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px;transition:border-color .2s ease;width:100%}.my-ad-selected-keyword-input-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.my-ad-selected-keyword-input-field:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.my-ad-selected-keyword-input-field.loading{background:#f3f4f6;color:#6b7280}.my-ad-selected-keyword-loading{color:#6b7280;font-size:12px;padding:4px 0;text-align:center}.my-ad-selected-add-keyword-btn{align-items:center;background:#fff;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:center;padding:12px;transition:all .2s ease;width:100%}.my-ad-selected-add-keyword-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.my-ad-loading-container{align-items:center;display:flex;flex-direction:column;gap:16px;height:400px;justify-content:center}.my-ad-loading-spinner{animation:my-ad-spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#2563eb;height:40px;width:40px}@keyframes my-ad-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.my-ad-loading-container p{color:#6b7280;font-size:16px;margin:0}.my-ad-keyword-boxes{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto}.my-ad-keyword-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s ease}.my-ad-keyword-box.required{background:#eff6ff;border-color:#2563eb}.my-ad-keyword-box.optional{background:#f9fafb;border-color:#6b7280}.my-ad-keyword-box.error{background:#fef2f2;border-color:#dc2626}.my-ad-keyword-box.empty{background:#fff;border-color:#d1d5db}.my-ad-keyword-box.existing{background:#ecfdf5;border-color:#059669}.my-ad-keyword-box.new{background:#eff6ff;border-color:#2563eb}.my-ad-keyword-content{display:flex;flex-direction:column;gap:8px}.my-ad-keyword-header{align-items:center;display:flex;justify-content:space-between}.my-ad-keyword-rank{border-radius:4px;font-size:12px;font-weight:600;padding:4px 8px}.my-ad-keyword-rank.success{background:#dcfce7;color:#166534}.my-ad-keyword-rank.error{background:#fef2f2;color:#dc2626}.my-ad-keyword-rank.empty{background:#f3f4f6;color:#6b7280}.my-ad-remove-keyword{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.my-ad-remove-keyword:hover{background:#f3f4f6;color:#dc2626}.my-ad-remove-keyword.error{color:#dc2626}.my-ad-keyword-badges{align-items:center;display:flex;gap:8px}.my-ad-existing-badge{background:#059669;border-radius:4px;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;text-transform:uppercase}.my-ad-keyword-label{color:#374151;font-size:12px;font-weight:500}.my-ad-keyword-inputs-grid{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto}.my-ad-keyword-input-item{display:flex;flex-direction:column;gap:8px}.my-ad-label-container{align-items:center;display:flex;justify-content:space-between}.my-ad-label-container label{color:#374151;font-size:14px;font-weight:500}.my-ad-remove-keyword-btn{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.my-ad-remove-keyword-btn:hover{background:#f3f4f6;color:#dc2626}.my-ad-keyword-input-field{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px;transition:border-color .2s ease;width:100%}.my-ad-keyword-input-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.my-ad-keyword-input-field:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.my-ad-keyword-input-field.loading{background:#f3f4f6;color:#6b7280}.my-ad-keyword-loading{color:#6b7280;font-size:12px;padding:4px 0;text-align:center}.my-ad-add-keyword-btn{align-items:center;background:#fff;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:center;padding:12px;transition:all .2s ease;width:100%}.my-ad-add-keyword-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.save-btn{background:#2563eb;color:#fff}.save-btn:hover{background:#1d4ed8}@media (max-width:768px){.ad-detail-modal{margin:20px;width:95%}.modal-header{align-items:flex-start;flex-direction:column;gap:16px;padding:20px}.modal-content{padding:20px}.form-grid{gap:16px;grid-template-columns:1fr;width:100%}.modal-actions{flex-direction:column;padding:20px}.action-btn{width:100%}}.ad-detail-modal::-webkit-scrollbar{width:6px}.ad-detail-modal::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.ad-detail-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ad-detail-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.quantity-increase-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.quantity-increase-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.quantity-increase-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 32px 20px}.quantity-increase-modal-header h2{color:#1f2937;font-size:20px;font-weight:600;margin:0}.quantity-increase-modal-close-btn{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.quantity-increase-modal-close-btn:hover{background:#f3f4f6;color:#374151}.quantity-increase-modal-content{padding:24px 32px}.quantity-increase-deposit-info{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:24px;padding:12px 16px}.quantity-increase-deposit-label{color:#374151;font-size:14px;font-weight:500}.quantity-increase-deposit-amount{color:#2563eb;font-size:16px;font-weight:600}.quantity-increase-ad-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:16px}.quantity-increase-info-row{align-items:center;display:flex;justify-content:space-between}.quantity-increase-info-row label{color:#6b7280;font-size:14px;font-weight:500}.quantity-increase-info-row div{color:#1f2937;font-size:14px;font-weight:600}.quantity-increase-input-section{margin-bottom:24px}.quantity-increase-input-section label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.quantity-increase-input{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:16px;padding:12px 16px;transition:border-color .2s;width:100%}.quantity-increase-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.quantity-increase-input-error{background-color:#fef2f2;border-color:#dc2626!important}.quantity-increase-input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.quantity-increase-error{color:#dc2626;font-size:13px;margin-top:8px}.quantity-increase-result{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px}.quantity-increase-result-row{align-items:center;display:flex;justify-content:space-between}.quantity-increase-result-row label{color:#374151;font-size:14px;font-weight:500}.quantity-increase-result-row div{color:#1f2937;font-size:14px;font-weight:600}.quantity-increase-result-row.highlight{border-top:1px solid #86efac;padding-top:12px}.quantity-increase-result-row.highlight label{color:#166534;font-size:16px;font-weight:600}.quantity-increase-result-row.highlight div{color:#166534;font-size:18px;font-weight:700}.quantity-increase-modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:24px 32px 32px}.quantity-increase-cancel-btn{background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s}.quantity-increase-cancel-btn:hover{background:#e5e7eb}.quantity-increase-cancel-btn:disabled{cursor:not-allowed;opacity:.6}.quantity-increase-confirm-btn{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s}.quantity-increase-confirm-btn:hover{background:#059669}.quantity-increase-confirm-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width:768px){.quantity-increase-modal{margin:20px;width:95%}.quantity-increase-modal-content,.quantity-increase-modal-footer,.quantity-increase-modal-header{padding:20px}}.rank-check-modal-popup-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.rank-check-modal-popup{animation:rankCheckModalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;height:400px;position:relative;width:600px}@keyframes rankCheckModalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.rank-check-modal-popup-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.rank-check-modal-popup-header h2{color:#111827;font-size:18px;font-weight:600;margin:0}.rank-check-modal-popup-close-btn{background:#0000;border:none;cursor:pointer;height:24px;position:relative;width:24px}.rank-check-modal-popup-close-btn:after,.rank-check-modal-popup-close-btn:before{background-color:#6b7280;content:"";height:2px;left:50%;position:absolute;top:50%;width:20px}.rank-check-modal-popup-close-btn:before{transform:translate(-50%,-50%) rotate(45deg)}.rank-check-modal-popup-close-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}.rank-check-modal-popup-close-btn:hover:after,.rank-check-modal-popup-close-btn:hover:before{background-color:#374151}.rank-check-modal-popup-ad-info{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 24px}.rank-check-modal-popup-ad-name-cell{align-items:center;display:flex;flex:1 1;gap:12px}.rank-check-modal-popup-ad-image{border:1px solid #e5e7eb;border-radius:8px;height:48px;object-fit:cover;width:48px}.rank-check-modal-popup-ad-name-content{display:flex;flex-direction:column;gap:4px;min-width:0}.rank-check-modal-popup-ad-description{color:#6b7280;font-size:14px;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-check-modal-popup-ad-name-link{color:#111827;cursor:default;font-size:16px;font-weight:600;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-check-modal-popup-keyword-info{align-items:flex-end;display:flex;flex-direction:column;gap:4px;min-width:0}.rank-check-modal-popup-keyword-label{color:#6b7280;font-size:12px;font-weight:500}.rank-check-modal-popup-keyword-name{color:#2563eb;font-size:14px;font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-check-modal-popup-chart-container{height:250px;padding:24px;position:relative}.rank-check-modal-popup-error-message,.rank-check-modal-popup-loading-message,.rank-check-modal-popup-no-data-message{align-items:center;color:#6b7280;display:flex;font-size:16px;height:100%;justify-content:center}.rank-check-modal-popup-error-message{color:#dc2626}.rank-check-modal-popup-overlay-message{align-items:center;background-color:#0000004d;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.rank-check-modal-popup-overlay-content{background-color:#000000b3;border-radius:8px;color:#fff;font-size:16px;font-weight:500;padding:20px;text-align:center}.MyaddAdvertisement-widget-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;flex-direction:column;height:100%;padding:20px}.Myadd-ad-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:8px}.Myadd-main-tabs{display:flex;gap:8px;margin-bottom:16px}.Myadd-main-tab{background:#f3f4f6;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s}.Myadd-main-tab.active{background:#2563eb;color:#fff}.Myadd-main-tab:hover:not(.active){background:#e5e7eb}.Myadd-sub-tabs{display:flex;gap:8px}.Myadd-my-ad-sub-tabs{display:flex;gap:8px;margin-bottom:10px}.Myadd-sub-tabs-left{display:flex;gap:8px;margin-bottom:32px}.Myadd-sub-tab{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:13px;font-weight:500;padding:10px 16px;transition:all .2s}.Myadd-sub-tab.active{background:#2563eb;color:#fff}.Myadd-sub-tab:hover:not(.active){background:#e5e7eb}.urgent-filter{align-items:center;display:flex;margin-left:16px}.urgent-checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px}.urgent-checkbox{accent-color:#dc2626;cursor:pointer;height:16px;margin-right:8px;width:16px}.urgent-text{font-weight:500}@media (max-width:768px){.MyaddAdvertisement-widget-card{-webkit-overflow-scrolling:touch;min-width:1400px;overflow-x:auto}.Myadd-main-tabs,.Myadd-sub-tabs-left{flex-wrap:nowrap;min-width:-webkit-max-content;min-width:max-content}.MyaddAdvertisement-widget-card::-webkit-scrollbar{height:8px}.MyaddAdvertisement-widget-card::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.Myadd-sub-tab:hover:not(.active){background:#e5e7eb}.bulk-extend-btn:disabled{cursor:not-allowed;opacity:.5}.bulk-extend-btn:disabled,.bulk-extend-btn:disabled:hover{background-color:#ccc!important;color:#666!important}.MyaddAdvertisement-widget-card::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.MyaddAdvertisement-widget-card::-webkit-scrollbar-thumb:hover{background:#94a3b8}}@media (max-width:480px){.MyaddAdvertisement-widget-card{min-width:1200px}}.charge-request-form{display:flex;flex-direction:column;gap:24px}.charge-request-form .form-row{align-items:start;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;padding-bottom:20px}.charge-request-form .form-field{display:flex;flex-direction:column;gap:8px;min-width:220px}.charge-request-form .label{color:#555;font-size:14px;font-weight:700}.charge-request-form .input,.charge-request-form .value-box{border:1px solid #ddd;border-radius:8px;font-size:15px;height:44px;padding:0 12px;text-align:start}.charge-request-form select.input{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%208l5%205%205-5z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px}.charge-request-form .checkbox-row{align-items:center;border-bottom:1px solid #eaeaea;height:50px}.charge-request-form .checkbox-label{align-items:center;cursor:pointer;display:flex;font-size:15px;gap:8px}.charge-request-form .payment-info{display:flex;flex-wrap:wrap;gap:66px;justify-content:center}.charge-request-form .info-box{display:flex;flex-direction:column;gap:8px}.charge-request-form .value-box{align-items:center;background-color:#f5f5f5;color:#717171;display:flex;font-weight:500;justify-content:start;min-width:220px}.charge-request-form .actions{display:flex;justify-content:center;margin-top:12px}.charge-request-form .submit-button{background-color:#007af5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;height:38px;transition:background-color .2s;width:94px}.charge-request-form .submit-button:hover{background-color:#0056b3}.submit-button:disabled{background-color:#d9d9d9;color:#999;cursor:not-allowed;opacity:.6}.submit-button:disabled:hover{background-color:#d9d9d9;transform:none}.tax-invoice-fields{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-top:16px;padding:16px}.file-upload-container{align-items:center;display:flex;gap:8px}.file-upload-container .input{width:220px}.image-select-button{background-color:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s;white-space:nowrap}.image-select-button:hover:not(:disabled){background-color:#40a9ff}.image-select-button:disabled{background-color:#d9d9d9;cursor:not-allowed}.save-checkbox-row{align-items:center;border:none!important;justify-content:center}.save-checkbox-row .checkbox-label{margin:0}.form-row.checkbox-row,.form-row.save-checkbox-row{padding-bottom:0!important}@media (max-width:768px){.charge-request-form{gap:16px}.charge-request-form .form-row{flex-direction:column;gap:16px;padding-bottom:16px}.charge-request-form .form-field{min-width:100%}.charge-request-form .payment-info{gap:20px;justify-content:flex-start}.charge-request-form .value-box{min-width:100%}.charge-request-form .actions{margin-top:20px}.charge-request-form .submit-button{font-size:16px;height:44px;width:100%}.tax-invoice-fields{margin-top:12px;padding:12px}.file-upload-container{align-items:stretch;flex-direction:column;gap:12px}.file-upload-container .input{width:100%}.image-select-button{font-size:16px;height:44px;width:100%}}@media (max-width:480px){.charge-request-form{gap:12px}.charge-request-form .form-row{gap:12px;padding-bottom:12px}.charge-request-form .input,.charge-request-form .value-box{font-size:16px;height:48px}.charge-request-form .label{font-size:13px}.charge-request-form .checkbox-label{font-size:14px}}.status-badge{align-items:center;border:1px solid #0000;border-radius:6px;box-shadow:none;display:flex;flex-direction:row;font-size:12px;font-weight:700;height:auto;justify-content:center;overflow:hidden;padding:4px 12px;text-overflow:ellipsis;white-space:nowrap;width:66px}.status-badge.charge-PENDING{background-color:#fffbe6;border-color:#0000;color:#ed9e00}.status-badge.charge-APPROVED{background-color:#f6ffed;border-color:#0000;color:#0ea371}.status-badge.charge-REJECTED{background-color:#fff1f0;border-color:#0000;color:#f5222d}.status-badge.refund-PENDING{background-color:#fffbe6;border-color:#0000;color:#ed9e00}.status-badge.refund-APPROVED{background-color:#f6ffed;border-color:#0000;color:#0ea371}.status-badge.refund-REJECTED{background-color:#fff1f0;border-color:#0000;color:#f5222d}.status-badge.status-default{background-color:#f5f5f5;border:1px solid #d9d9d9;color:#555}@media (max-width:768px){.status-badge{font-size:11px;padding:3px 8px;width:60px}}@media (max-width:480px){.status-badge{font-size:10px;height:20px;padding:2px 6px;width:56px}}.charge-history-container{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#333;min-height:600px;padding:24px;width:100%}@media (max-width:768px){.charge-history-container{border-radius:8px;padding:16px}.history-header{align-items:flex-start;flex-direction:column;gap:12px}.history-title{font-size:16px}.history-item{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 0}.item-details{width:100%}.item-amount{font-size:16px}.pagination-controls{align-self:flex-end}}@media (max-width:480px){.charge-history-container{padding:12px}.history-title{font-size:15px}.history-item{padding:10px 0}.item-date{font-size:13px}.item-amount{font-size:15px}}.refund-request-form{display:flex;flex-direction:column;gap:24px}.refund-request-form .form-row{align-items:start;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px}.refund-request-form .form-field{display:flex;flex-direction:column;gap:8px;min-width:220px}.refund-request-form .label{color:#555;font-size:14px;font-weight:700}.refund-request-form .input{border:1px solid #ddd;border-radius:8px;font-size:15px;height:44px;padding:0 12px;text-align:start}.refund-request-form .actions{display:flex;justify-content:center;margin-top:32px}.refund-request-form .submit-button{background-color:#007af5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;height:38px;transition:background-color .2s;width:94px}.refund-request-form .submit-button:hover{background-color:#0056b3}@media (max-width:768px){.refund-request-form{gap:16px}.refund-request-form .form-row{flex-direction:column;gap:16px}.refund-request-form .form-field{min-width:100%}.refund-request-form .actions{margin-top:20px}.refund-request-form .submit-button{font-size:16px;height:44px;width:100%}}@media (max-width:480px){.refund-request-form,.refund-request-form .form-row{gap:12px}.refund-request-form .input{font-size:16px;height:48px}.refund-request-form .label{font-size:13px}}.refund-history-container{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#333;min-height:600px;padding:24px;width:100%}.history-list{list-style-type:none;margin:0;padding:0}.history-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px 0}.history-item:last-child{border-bottom:none}.item-details{display:flex;flex-direction:column;gap:4px}.item-date{color:#777;font-size:14px}.item-amount{color:#333;font-size:18px;font-weight:700}@media (max-width:768px){.refund-history-container{border-radius:8px;padding:16px}.history-header{align-items:flex-start;flex-direction:column;gap:12px}.history-title{font-size:16px}.history-item{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 0}.item-details{width:100%}.item-amount{font-size:16px}.pagination-controls{align-self:flex-end}}@media (max-width:480px){.refund-history-container{padding:12px}.history-title{font-size:15px}.history-item{padding:10px 0}.item-date{font-size:13px}.item-amount{font-size:15px}}.usage-history-container{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#333;min-height:600px;padding:24px;width:100%}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.history-title{color:#222;font-size:18px;font-weight:700;margin:0}.usage-history-list{list-style-type:none;margin:0;padding:0}.usage-item{align-items:start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px 0}.usage-item:last-child{border-bottom:none}.usage-date{color:#777;flex-shrink:0;font-size:14px;font-weight:500;padding-top:4px;width:90px}.usage-details{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:0 10px;text-align:left}.usage-description{color:#333;font-size:18px;font-weight:700}.usage-time{color:#777;font-size:14px;font-weight:500}.usage-item-right{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between}.usage-change-amount{font-size:18px;font-weight:700}.usage-change-amount.positive{color:#333}.usage-change-amount.negative{color:#ff3d40}.usage-balance{color:#777;font-size:14px;font-weight:400}.pagination-controls{align-items:center;display:flex;justify-content:flex-end}.pagination-controls button{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:50%;color:#555;cursor:pointer;font-size:16px;height:28px;margin-left:8px;transition:all .2s;width:28px}.pagination-controls button:disabled{cursor:not-allowed;opacity:.5}.pagination-controls button:hover:not(:disabled){background-color:#eaeaea;border-color:#d0d0d0}@media (max-width:768px){.usage-history-container{border-radius:8px;padding:16px}.history-header{align-items:flex-start;flex-direction:column;gap:12px}.history-title{font-size:16px}.usage-item{align-items:flex-start;flex-direction:column;gap:12px;padding:16px 0}.usage-date{padding-top:0;width:100%}.usage-details{padding:0;width:100%}.usage-description{font-size:16px}.usage-item-right{align-items:flex-start;width:100%}.usage-change-amount{font-size:16px}.pagination-controls{align-self:flex-end}}@media (max-width:480px){.usage-history-container{padding:12px}.history-title{font-size:15px}.usage-item{gap:8px;padding:12px 0}.usage-date{font-size:13px}.usage-description{font-size:15px}.usage-time{font-size:13px}.usage-change-amount{font-size:15px}.usage-balance{font-size:13px}}.tab-navigation{border-bottom:none;display:flex;flex-wrap:wrap;gap:44px;justify-content:flex-start;margin-bottom:42px}.tab-button{align-items:center;background-color:#adadad;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:38px;justify-content:center;padding:0 20px;transition:background-color .3s ease;white-space:nowrap}.tab-button.active{background-color:#007af5}.tab-button:hover{opacity:.9}@media (max-width:768px){.tab-navigation{gap:20px;justify-content:center;margin-bottom:24px}.tab-button{font-size:15px;height:36px;min-width:80px;padding:0 16px}}@media (max-width:480px){.tab-navigation{flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:20px}.tab-button{border-radius:6px;font-size:14px;height:32px;min-width:70px;padding:0 12px}.tab-navigation:has(.tab-button:nth-child(n+4)){justify-content:flex-start}}.deposit-page{background-color:#fff;display:flex;flex-direction:column;font-family:Noto Sans KR,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;min-height:calc(100vh - 80px);padding:20px}.deposit-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;flex:1 1;flex-wrap:wrap;height:100%;overflow-y:auto;padding:24px;width:100%}.deposit-title{align-items:center;display:flex;font-size:20px;font-weight:700;gap:8px;margin-bottom:20px}.deposit-content{flex:1 1}.deposit-container::-webkit-scrollbar{width:8px}.deposit-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.deposit-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.deposit-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.deposit-container{border-radius:8px;padding:16px}.deposit-title{align-items:flex-start;font-size:18px;gap:4px;margin-bottom:16px}.deposit-title svg{height:20px;width:20px}}@media (max-width:480px){.deposit-container{padding:12px}.deposit-title{font-size:16px;margin-bottom:12px}}.loading-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-content{background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000004d;padding:2rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;margin:0 auto 1rem;width:40px}.loading-message{color:#333;font-size:1rem;font-weight:500;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.add-advertisement{background:#fff;min-height:calc(100vh - 120px);padding:24px}.add-ad-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:8px}.add-header-left{align-items:center;display:flex;gap:24px}.add-page-title{align-items:center;color:#1f2937;display:flex;font-size:24px;font-weight:600;gap:8px;margin:0}.add-title-icon{font-size:20px}.add-excel-order-btn{background:#6b7280;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:background-color .2s}.add-excel-order-btn:hover{background:#4b5563}.add-main-tabs{display:flex;flex-shrink:0;gap:8px;margin-bottom:16px}.add-main-tab{background:#f3f4f6;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s}.add-main-tab.active{background:#2563eb;color:#fff}.add-main-tab:hover:not(.active){background:#e5e7eb}.add-sub-tabs{display:flex;flex-shrink:0;gap:8px;margin-bottom:32px}.add-my-ad-sub-tabs{display:flex;gap:8px;margin-bottom:10px}.add-sub-tab{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:13px;font-weight:500;padding:10px 16px;transition:all .2s}.add-sub-tab.active{background:#2563eb;color:#fff}.add-sub-tab:hover:not(.active){background:#e5e7eb}.add-ad-form{flex:1 1;max-height:100%;min-height:0;overflow-y:auto}.add-ad-form::-webkit-scrollbar{width:6px}.add-ad-form::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.add-ad-form::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.add-ad-form::-webkit-scrollbar-thumb:hover{background:#94a3b8}.add-form-section{margin-bottom:32px;min-height:60px}.add-form-section label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.add-custom-select-container{position:relative;width:200px}.add-past-order-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;max-height:200px;outline:none;overflow-y:auto;padding:10px 12px;width:100%}.add-past-order-select option{background:#fff;border:none;color:#374151;cursor:pointer;font-size:14px;padding:8px 12px}.add-past-order-select option:hover{background:#f3f4f6}.add-past-order-select option:checked{background:#2563eb;color:#fff}.add-past-order-select::-webkit-scrollbar{width:8px}.add-past-order-select::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.add-past-order-select::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.add-past-order-select::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.add-past-order-select{scrollbar-color:#c1c1c1 #f1f1f1;scrollbar-width:thin}.add-past-order-select:focus{border-color:#2563eb}.add-form-fields{display:flex;flex-direction:column;gap:16px;max-height:100%;overflow-y:auto}.add-form-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.add-form-row:has(.add-form-field:only-child){grid-template-columns:1fr}.add-form-row:has(.add-form-field:nth-child(3)){grid-template-columns:1fr 1fr 1fr}.add-form-field{display:flex;flex-direction:column;position:relative}.add-form-field label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:8px}.add-info-icon,.add-info-text{color:#ef4444;font-size:12px}.add-info-text{font-weight:400}.add-form-field input,.add-form-field select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;height:44px;outline:none;padding:12px 16px;transition:border-color .2s}.add-form-field input:focus,.add-form-field select:focus{border-color:#2563eb}.add-form-field input::placeholder{color:#9ca3af}.add-form-field input[type=date]{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:14px;height:44px;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.add-form-field input[type=date]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.add-form-field input[type=date]:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.add-form-field input[readonly]{background-color:#f3f4f6;border-color:#d1d5db;color:#374151;cursor:default}.add-form-field input[readonly]:focus{border-color:#d1d5db;box-shadow:none}.add-form-field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;-webkit-transition:opacity .2s;transition:opacity .2s}.add-form-field input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.add-form-field .error-message{background:#dc2626;border-radius:4px;bottom:100%;box-shadow:0 2px 4px #0000001a;color:#fff;font-size:12px;line-height:1.3;margin-bottom:0;padding:6px 10px;position:absolute;right:0;white-space:nowrap;z-index:10}.add-form-field .error-message:before{border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid #dc2626;bottom:-4px;content:"";height:0;position:absolute;right:12px;width:0}.add-form-field input.error{border-color:#dc2626}.add-form-field input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.add-form-field input.keyword-input{height:44px;max-width:200px;width:200px}.add-form-field select.product-name-select{height:44px;max-width:120px;width:120px}.add-form-actions{margin-top:48px;padding-top:32px}.add-form-actions,.add-step-navigation{border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:center}.add-step-navigation{align-items:center;gap:16px;padding-top:12px}.add-next-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:120px;padding:14px 32px;transition:background-color .2s}.add-next-btn:hover{background:#1d4ed8}.add-back-btn{align-items:center;background:#6b7280;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;min-width:120px;padding:14px 32px;transition:background-color .2s}.add-back-btn:hover{background:#4b5563}.add-order-btn{align-items:center;background:#2563eb;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;min-width:120px;padding:14px 32px;transition:background-color .2s}.add-order-btn:hover{background:#1d4ed8}.deadline-info{display:flex;flex-direction:column}@media (max-width:768px){.add-advertisement{height:100%;overflow:hidden;padding:16px}.add-header-left{align-items:flex-start;flex-direction:column;gap:16px}.add-main-tabs,.add-sub-tabs{flex-wrap:wrap}.add-form-row{gap:16px;grid-template-columns:1fr}.add-form-row:has(.add-form-field:nth-child(3)){grid-template-columns:1fr}}.ad-form input:disabled,.ad-form select:disabled,.add-main-tab:disabled,.add-past-order-select:disabled,.add-sub-tab:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.loading-message{color:#666;padding:20px}.error-message,.loading-message{font-size:14px;text-align:center}.error-message{background-color:#ffebee;border-radius:4px;color:#d32f2f;margin:10px 0;padding:8px}.advertisement-complete{align-items:center;background:#fff;display:flex;justify-content:center;min-height:calc(100vh - 120px);padding:24px}.complete-content{max-width:400px;text-align:center}.complete-icon{font-size:64px;margin-bottom:24px}.complete-title{color:#1f2937;font-size:24px;font-weight:600;margin:0 0 16px}.complete-description{color:#6b7280;font-size:14px;line-height:1.6;margin-bottom:32px}.complete-actions{display:flex;gap:12px;justify-content:center}.complete-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s}.complete-btn.primary{background:#2563eb;color:#fff}.complete-btn.primary:hover{background:#1d4ed8}.complete-btn.secondary{background:#f3f4f6;color:#374151}.complete-btn.secondary:hover{background:#e5e7eb}@media (max-width:768px){.advertisement-complete{padding:16px}.complete-content{padding:32px 16px}.complete-title{font-size:24px}.complete-actions{align-items:center;flex-direction:column}.complete-btn{max-width:200px;width:100%}}.order-confirmation{background:#fff;min-height:calc(100vh - 120px);padding:24px}.confirmation-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.header-left{flex:1 1}.confirmation-title{align-items:center;color:#1f2937;display:flex;font-size:24px;font-weight:600;gap:8px;margin:0 0 12px}.title-icon{font-size:20px}.deadline-info{margin-top:8px}.deadline-time{background:#fff;border-radius:6px;color:#2563eb;font-size:16px;font-weight:600;padding:8px 12px}.deadline-description{color:#dc2626;font-size:14px;line-height:1.4;padding:0 4px}.confirmation-content{margin:0 auto;max-width:1200px}.product-info-section{display:flex;gap:24px;margin-bottom:32px;overflow:hidden;width:100%}.product-info-section .product-image-container{align-items:center;display:flex;flex-shrink:0;width:268px}.product-info-section .product-image{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;display:flex;height:268px;justify-content:center;position:relative;width:268px}.product-info-section .product-image-display{border-radius:6px;height:100%;object-fit:cover;width:100%}.product-section{display:flex;gap:32px;margin-bottom:32px}.product-image-container{flex-shrink:0}.product-image{align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;display:flex;height:200px;justify-content:center;width:200px}.image-placeholder{color:#6b7280;font-size:14px}.product-info-grid{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow:hidden;width:100%}.info-row{align-items:flex-start;display:flex;gap:16px}.info-row .form-field{flex:1 1;margin-bottom:0}.info-row .form-field label{margin-bottom:4px}.info-row .form-field input{height:36px;padding:8px 12px}.info-column{display:flex;flex-direction:column;gap:16px}.keyword-section{margin:0 auto;padding:10px 0;width:80vw}.keyword-autocomplete-btn{background:#fbbf24;border:none;border-radius:8px;color:#1f2937;cursor:pointer;font-size:14px;font-weight:600;margin-bottom:16px;padding:8px 16px;transition:background-color .2s}.keyword-autocomplete-btn:hover{background:#f59e0b}.keyword-boxes{flex-shrink:0;flex-wrap:nowrap;gap:16px;overflow-x:auto;width:80vw}.keyword-box,.keyword-boxes{align-items:center;display:flex}.keyword-box{background:#fff;border:2px solid;border-radius:8px;gap:8px;min-width:200px;padding:12px;position:relative}.keyword-box.optional,.keyword-box.required{background:#eff6ff;border-color:#3b82f6}.keyword-box.error{background:#fef2f2;border-color:#ef4444}.keyword-box.empty{background:#f9fafb;border-color:#d1d5db}.keyword-rank{background:#0000;border-radius:4px;flex-shrink:0;font-size:16px;font-weight:900;padding:4px}.keyword-rank.error{color:#ef4444}.keyword-rank.success{color:#3b82f6}.keyword-rank.empty{color:#6b7280;font-weight:400}.keyword-content{display:flex;flex:1 1;flex-direction:column;gap:4px}.keyword-header{align-items:center;display:flex;justify-content:space-between}.keyword-label{color:#6b7280;font-size:12px}.keyword-label,.keyword-text{display:block;font-weight:500}.keyword-text{color:#374151;font-size:14px}.remove-keyword{align-items:center;background:#0000;border:none;color:#3b82f6;cursor:pointer;display:flex;font-size:24px;height:20px;justify-content:center;width:20px}.remove-keyword.error,.remove-keyword:hover{color:#ef4444}.add-keyword-btn{align-items:center;background:#fff;border:2px solid #3b82f6;border-radius:50%;color:#3b82f6;cursor:pointer;display:flex;flex-shrink:0;font-size:32px;font-weight:600;height:40px;justify-content:center;transition:background-color .2s;width:40px}.add-keyword-btn:hover{background:#2563eb}.keyword-input-field{background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:14px;height:32px;outline:none;padding:8px 12px;transition:border-color .2s;width:100%}.keyword-input-field:focus{border-color:#2563eb}.keyword-input-field.loading{background-color:#fef3c7;border-color:#f59e0b;opacity:.7}.keyword-loading{background:#f59e0b;border-radius:4px;color:#fff;font-size:12px;left:0;margin-top:4px;padding:4px 8px;position:absolute;right:0;text-align:center;top:100%;z-index:10}.addAdvertisement-widget-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;flex-direction:column;height:100%;max-height:100%;overflow-y:auto;padding:20px}.addAdvertisement-widget-card::-webkit-scrollbar{width:8px}.addAdvertisement-widget-card::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.addAdvertisement-widget-card::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.addAdvertisement-widget-card::-webkit-scrollbar-thumb:hover{background:#94a3b8}.completion-container{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:60vh;overflow-y:auto;padding:40px 20px}.completion-content{max-width:400px;text-align:center}.success-checkmark{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:80px;margin-bottom:24px}.completion-title{color:#10b981;font-size:28px;font-weight:600;line-height:1.4;margin:0 0 24px}.add-reset-btn{background:#2563eb;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:120px;padding:14px 32px;transition:background-color .2s}.add-reset-btn:hover{background:#1d4ed8;box-shadow:0 4px 6px #00000026}.spacer{height:20px}.keyword-inputs-grid-ad{align-items:center;align-self:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:16px;margin-bottom:16px;overflow-x:auto;width:100%}.keyword-input-item{display:flex;flex-direction:column;flex-shrink:0;gap:8px;width:200px}.keyword-input-item label{color:#374151;font-size:14px;font-weight:500}.keyword-input-item input{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;height:42px;outline:none;padding:10px 14px;transition:border-color .2s;width:100%}.keyword-input-item input:focus{border-color:#2563eb}.pricing-section{display:flex;justify-content:center;margin-bottom:32px}.pricing-grid{grid-template-columns:repeat(3,1fr);max-width:600px}.pricing-grid .form-field label{margin-bottom:4px}.pricing-grid .form-field input{height:36px;padding:8px 12px}.pricing-grid input{text-align:center}.confirmation-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:32px}.countdown-timer{background:#3b82f6;border-radius:8px;color:#fff;font-size:16px;font-weight:600;padding:12px 24px}.action-buttons{display:flex;gap:16px}.back-btn{background:#6b7280;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:background-color .2s}.back-btn:hover{background:#4b5563}.order-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:background-color .2s}.order-btn:hover{background:#2563eb}@media (max-width:1024px){.product-info-section,.product-section{flex-direction:column}.product-info-section .product-image-container{align-self:center;max-width:268px;width:100%}.product-info-grid{gap:12px}.info-row{flex-direction:column;gap:12px}.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.order-confirmation{padding:16px}.keyword-boxes{flex-direction:column}.keyword-box{min-width:auto;width:100%}.pricing-grid{grid-template-columns:1fr}.product-info-section .product-image-container{max-width:200px;width:100%}}.confirmation-footer{align-items:stretch;flex-direction:column;gap:16px}.action-buttons,.image-overlay{justify-content:center}.image-overlay{align-items:center;background:#0000004d;bottom:0;color:#fff;display:flex;flex-direction:column;font-weight:600;left:0;position:absolute;right:0;text-align:center;top:0}.overlay-text{font-size:14px;margin:2px 0;text-shadow:1px 1px 2px #000c}.keyword-inputs{margin-bottom:32px}.keyword-input-group{margin-bottom:24px}.keyword-input-group>label{color:#1f2937;display:block;font-size:16px;font-weight:600;margin-bottom:16px}.keyword-inputs-grid{align-items:flex-end;align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:16px;height:100px;margin-bottom:16px;overflow-x:auto;width:100%}.keyword-inputs-grid .form-field{margin-bottom:0}@media (max-width:1024px){.keyword-inputs-grid{gap:12px}.keyword-input-item{width:180px}}@media (max-width:768px){.keyword-inputs-grid{gap:12px}.keyword-input-item{width:160px}}.product-info-grid.three-columns{grid-template-columns:1fr 1fr 1fr}.product-info-grid.three-columns .info-column{gap:12px}.product-info-grid.three-columns .form-field{margin-bottom:0}.product-info-grid.two-columns{grid-template-columns:1fr 1fr}.product-info-grid.two-columns .info-column{gap:16px}.product-info-grid.two-columns .form-field{margin-bottom:0}@media (max-width:1200px){.product-info-grid.three-columns{grid-template-columns:1fr 1fr}.product-info-grid.three-columns .info-column:last-child{grid-column:span 2}}@media (max-width:768px){.product-info-grid.three-columns{grid-template-columns:1fr}.product-info-grid.three-columns .info-column:last-child{grid-column:1}}.image-placeholder.app-image{align-items:center;background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:200px;position:relative}.app-image-overlay{color:#fff;text-align:center}.app-title{font-size:24px;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-shadow:2px 2px 4px #000c}.app-character{filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));font-size:48px}.sub-keyword-input{margin-bottom:20px}.sub-keyword-row{align-items:center;display:flex;gap:12px}.sub-keyword-row input{border:1px solid #ddd;border-radius:6px;flex:1 1;font-size:14px;padding:12px}.sub-keyword-row .add-keyword-btn{align-items:center;background:#007bff;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;width:32px}.pricing-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr;margin-top:20px}.pricing-grid.app-pricing{grid-template-columns:1fr 1fr 1fr}.pricing-grid:not(.app-pricing){grid-template-columns:1fr 1fr 1fr 1fr}.pricing-grid .form-field{margin-bottom:0}.pricing-grid input{background-color:#f8f9fa;border:1px solid #e9ecef;color:#495057;font-weight:500}.label-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.remove-keyword-btn{background:none;border:none;border-radius:4px;color:#dc3545;cursor:pointer;font-size:24px;font-weight:700;line-height:1;margin-left:auto;padding:8px 12px;transition:background-color .2s}.remove-keyword-btn:hover{background-color:#f8d7da}.keyword-selection-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.keyword-selection-modal{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:80vh;max-width:600px;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.modal-header h3{color:#111827;font-size:18px;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;padding:0;width:24px}.close-btn:hover{color:#374151}.modal-content{flex:1 1;overflow-y:auto;padding:24px}.instruction-text{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:20px;padding:15px}.instruction-text p{color:#6c757d;font-size:14px;line-height:1.4;margin:8px 0}.instruction-text p.important{color:#dc3545;font-weight:600}.selection-info{background-color:#f3f4f6;border-radius:8px;color:#374151;font-weight:500;margin-bottom:16px;padding:12px 16px;text-align:center}.keyword-list{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.keyword-list-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;font-size:14px;font-weight:600}.keyword-list-header,.keyword-list-item{grid-gap:16px;display:grid;gap:16px;grid-template-columns:2fr 1fr 1fr;padding:12px 16px}.keyword-list-item{align-items:center;border-bottom:1px solid #f3f4f6}.keyword-list-item:last-child{border-bottom:none}.item-keyword{color:#111827;font-weight:500;word-break:break-all}.item-rank{font-weight:500;text-align:center}.item-rank.success{color:#059669}.item-rank.error{color:#dc2626}.item-rank.empty{color:#6b7280}.item-status{display:flex;justify-content:center}.switch{display:inline-block;height:24px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#3b82f6}input:focus+.slider{box-shadow:0 0 1px #3b82f6}input:checked+.slider:before{transform:translateX(26px)}.switch.disabled{cursor:not-allowed;opacity:.5}.switch.disabled .slider{background-color:#d1d5db;cursor:not-allowed}.switch.disabled input:checked+.slider{background-color:#9ca3af}.switch.disabled input:checked+.slider:before{background-color:#f3f4f6}.modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.cancel-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.confirm-btn{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.confirm-btn:hover{background-color:#2563eb}@media (max-width:640px){.keyword-selection-modal{margin:20px;width:95%}.keyword-list-header,.keyword-list-item{gap:12px;grid-template-columns:1.5fr 1fr 1fr;padding:10px 12px}.modal-content,.modal-footer,.modal-header{padding:16px}}.notification-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.notification-popup{animation:notification-slideIn .3s ease-out;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;height:90vh;max-width:900px;overflow:hidden;width:95%}@keyframes notification-slideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-popup-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #f0f0f0;color:#333;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px}.notification-popup-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.notification-popup-close{align-items:center;background:#e9ecef;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;padding:8px;transition:all .2s ease;width:36px}.notification-popup-close:hover{background:#dee2e6;color:#495057;transform:scale(1.1)}.notification-popup-content{background:#fff;display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.notification-loading{align-items:center;color:#666;display:flex;flex-direction:column;font-size:1rem;gap:16px;justify-content:center;padding:60px 20px}.notification-loading-spinner{animation:notification-spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:32px;width:32px}@keyframes notification-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.notification-empty{align-items:center;color:#666;display:flex;flex-direction:column;font-size:1rem;gap:16px;justify-content:center;padding:60px 20px}.notification-empty-icon{font-size:3rem;opacity:.5}.notification-table{display:flex;flex:1 1;flex-direction:column;width:100%}.notification-table table{background:#fff;border-collapse:collapse;flex:1 1;width:100%}.notification-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;color:#495057;font-size:.9rem;font-weight:600;padding:12px 16px;text-align:left}.notification-table td{border-bottom:1px solid #f0f0f0;padding:12px 16px;vertical-align:top}.notification-table tr:hover{background-color:#f8f9fa}.notification-table tr.notification-unread{background-color:#f0f8ff}.notification-table tr.notification-unread:hover{background-color:#e6f3ff}.notification-table tbody{min-height:400px}.notification-table tbody tr{height:60px}.notification-table tbody tr.notification-empty-row{background:#fafbfc;height:60px}.notification-table tbody tr.notification-empty-row td{border-bottom:1px solid #f0f0f0;color:#ccc;font-style:italic}.notification-date-cell{color:#6c757d;font-size:.85rem;font-weight:500;width:15%}.notification-title-cell{width:25%}.notification-title-wrapper{align-items:center;display:flex;gap:8px}.notification-title{color:#2c3e50;font-size:.9rem;font-weight:600;line-height:1.4}.notification-unread-dot{background-color:#007bff;border-radius:50%;flex-shrink:0;height:8px;width:8px}.notification-content-cell{width:50%}.notification-content-text{color:#555;font-size:.85rem;line-height:1.4;margin-bottom:8px}.notification-delete-cell{text-align:center;width:10%}.notification-delete-btn{align-items:center;background:none;border:none;border-radius:4px;color:#dc3545;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;padding:4px 8px;transition:all .2s ease;width:32px}.notification-delete-btn:hover{background:#dc3545;color:#fff;transform:scale(1.1)}.notification-pagination{align-items:center;background:#f8f9fa;border-top:1px solid #f0f0f0;display:flex;flex-shrink:0;justify-content:space-between;padding:20px;position:relative;z-index:10}.notification-pagination-info{color:#6c757d;font-size:.9rem;font-weight:500}.notification-pagination-controls{align-items:center;display:flex;gap:4px}.notification-pagination-btn{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#6c757d;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;height:36px;justify-content:center;min-width:40px;padding:8px 12px;text-align:center;transition:all .2s ease}.notification-pagination-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;color:#495057}.notification-pagination-btn:disabled{background:#f8f9fa;border-color:#e9ecef;color:#adb5bd;cursor:not-allowed}.notification-pagination-btn.active{background:#007bff;border-color:#007bff;color:#fff;font-weight:600}.notification-pagination-btn.active:hover{background:#0056b3;border-color:#0056b3}.notification-page-number{font-weight:500;min-width:40px}.notification-pagination-ellipsis{align-items:center;color:#6c757d;display:flex;font-size:.9rem;padding:0 8px}@media (max-width:768px){.notification-popup{height:95vh;width:98%}.notification-popup-content,.notification-popup-header{padding:16px 20px}.notification-table td,.notification-table th{font-size:13px;padding:8px 12px}.notification-pagination{align-items:stretch;flex-direction:column;gap:12px}.notification-pagination-controls{justify-content:center}}.home-container{background-color:#f5f5f5;max-width:100%;min-height:100vh}.home-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a;display:grid;grid-template-columns:1fr auto 1fr;padding:1rem 2rem}.home-header-left{align-items:center;display:flex;gap:1rem;justify-self:start}.home-header-left .home-logo{color:#007bff;font-size:1.5rem;font-weight:700;margin:0}.home-grade-tag{background-color:#90ee90;border-radius:20px;color:#006400;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.home-header-center{align-items:center;display:flex;justify-content:center;justify-self:center}.home-deposit-info{align-items:center;background-color:#e6f3ff;border-radius:20px;color:#333;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem}.home-money-icon{font-size:1rem}.home-header-right{align-items:center;display:flex;justify-self:end}.home-header h1{color:#333;font-size:1.5rem;margin:0}.home-user-info{align-items:center;display:flex;gap:1rem}.home-notification-btn{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:background-color .2s}.home-notification-btn:hover{background-color:#f0f0f0}.notification-badge{align-items:center;background-color:#dc3545;border-radius:50%;color:#fff;display:flex;font-size:11px;font-weight:600;height:18px;justify-content:center;min-width:18px;position:absolute;right:-5px;top:-5px;width:18px}.home-profile-section{align-items:center;border-radius:20px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .2s}.home-profile-section:hover{background-color:#f0f0f0}.home-profile-avatar{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;display:flex;font-size:1rem;height:32px;justify-content:center;width:32px}.home-user-name{color:#333;font-weight:500}.home-dropdown-icon{color:#666;font-size:.8rem}.home-user-info span{color:#666}.home-logout-btn{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.home-logout-btn:hover{background-color:#c82333}.home-login-btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.home-login-btn:hover{background-color:#0056b3}.home-content{display:flex;height:calc(100vh - 82px)}.home-sidebar{background-color:#fff;border-right:1px solid #e0e0e0;height:100%;padding:1rem 0;transition:width .3s ease;width:250px}.home-sidebar,.home-tab-nav{display:flex;flex-direction:column}.home-tab-nav{flex:1 1}.home-tab-btn{align-items:center;background:none;border:none;border-left:3px solid #0000;color:#666;cursor:pointer;display:flex;font-size:1rem;padding:15px 20px;transition:background-color .2s,color .2s;width:100%}.home-tab-btn svg{font-size:1.2rem;margin-right:10px}.home-tab-btn:hover:not(.disabled){background-color:#f8f9fa;color:#333}.home-tab-btn.active{background-color:#e3f2fd;border-left-color:#1976d2;color:#1976d2;font-weight:500}.home-tab-btn.disabled{color:#505050}.home-tab-btn.disabled:hover{color:#333}.home-main-content{border-radius:8px;box-sizing:initial;flex:1 1;height:100%;margin:1rem;overflow-y:auto}.home-tab-content h2{border-bottom:2px solid #e0e0e0;color:#333;margin-bottom:1.5rem;margin-top:0;padding-bottom:.5rem}.home-dashboard-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.home-stat-card{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;padding:1.5rem}.home-stat-card h3{color:#666;font-size:.9rem;margin:0 0 .5rem;text-transform:uppercase}.home-stat-card p{color:#333;font-size:1.5rem;font-weight:700;margin:0}.home-user-table{border-collapse:collapse;margin-top:1rem;width:100%}.home-user-table td,.home-user-table th{border-bottom:1px solid #e0e0e0;padding:.75rem;text-align:left}.home-user-table th{color:#333;font-weight:600}.home-user-table th,.home-user-table tr:hover{background-color:#f8f9fa}.home-settings-form{max-width:400px}.home-setting-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1rem 0}.home-setting-item:last-child{border-bottom:none}.home-setting-item label{color:#333;font-weight:500}.home-setting-item input[type=checkbox]{transform:scale(1.2)}.home-setting-item select{background-color:#fff;border:1px solid #ddd;border-radius:4px;padding:.5rem}.home-main-content::-webkit-scrollbar{width:8px}.home-main-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.home-main-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.home-main-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.home-main-content>*{height:98%;max-width:100%;overflow-x:hidden}.home-login-required{background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#666;font-size:1.1rem;padding:3rem;text-align:center}.home-login-required:before{content:"🔒";display:block;font-size:3rem;margin-bottom:1rem}.home-sidebar-footer{border-top:1px solid #e0e0e0;margin-top:auto;padding:1rem 0}.home-footer-btn{align-items:center;background:none;border:none;border-radius:5px;color:#666;cursor:pointer;display:flex;font-size:.9rem;padding:12px 10px;transition:background-color .2s;width:100%}.home-footer-btn:hover{background-color:#f0f0f0}.home-footer-btn svg{font-size:1.1rem;margin-right:10px}@media (max-width:2000px){.home-sidebar{width:200px}.home-tab-btn span{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:768px){.home-content{flex-direction:column}.home-sidebar{border-bottom:1px solid #e0e0e0;border-right:none;width:100%}.home-tab-nav{flex-direction:row;overflow-x:auto}.home-tab-btn{border-bottom:3px solid #0000;border-left:none;white-space:nowrap}.home-main-content{border-radius:0;margin:0}.home-sidebar-footer{padding:0}.home-footer-btn{justify-content:center;padding:15px 0}.home-footer-btn svg{margin-right:0}.home-footer-btn span,.home-tab-btn span{display:none}.home-tab-btn.active{border-bottom-color:#1976d2;border-left-color:#0000}}.dashboard-mobile-container{display:flex;flex-direction:column;gap:16px}.dashboard-mobile-section{width:100%}.dashboard-mobile-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;padding:16px}.dashboard-mobile-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.dashboard-mobile-card-header .dashboard-mobile-ads-filter{appearance:none;-webkit-appearance:none;background-color:#e3f2fd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;border:none;border-radius:16px;color:#007bff;flex-shrink:0;font-size:16px;font-weight:600;height:36px;line-height:36px;min-width:128px;outline:none;padding:0 28px 0 12px}.dashboard-mobile-ads-filter optgroup,.dashboard-mobile-ads-filter option{font-size:30px;line-height:1.4}.myads-mobile-scroll{-webkit-overflow-scrolling:touch;display:flex;gap:12px;overflow-x:auto;padding-bottom:6px}.myads-mobile-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 1px 2px #00000014;min-width:220px;padding:12px}.myads-mobile-item.selected{background-color:#f8f9ff;border-color:#007bff;box-shadow:0 0 0 2px #007bff26}.myads-mobile-image{border-radius:8px;height:100px;object-fit:cover;width:100%}.myads-mobile-image-placeholder{background-color:#eee;border-radius:8px;height:100px;width:100%}.myads-mobile-info{margin-top:8px}.myads-mobile-title{color:#333;font-weight:600}.myads-mobile-company{color:#666;font-size:12px;margin-top:4px}.myads-mobile-loading{align-items:center;display:flex;flex-shrink:0;justify-content:center;min-width:120px;padding:20px}.myads-mobile-loading-text{color:#666;font-size:14px}.home-mobile-container{background-color:#f5f5f5;min-height:100vh;overflow-x:hidden;overflow-y:hidden;padding-top:70px;position:relative}.home-mobile-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a;display:flex;height:70px;justify-content:space-between;left:0;padding:0 1rem;position:fixed;right:0;top:0;z-index:1000}.home-mobile-header-left{align-items:center;display:flex;gap:1rem}.home-mobile-hamburger-btn{background:none;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:background-color .2s}.home-mobile-hamburger-btn:hover{background-color:#f0f0f0}.home-mobile-logo{color:#007bff;font-size:1.3rem;font-weight:700;margin:0}.home-mobile-header-right{align-items:center;display:flex}.home-mobile-notification-btn{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;padding:.5rem;position:relative;transition:background-color .2s}.home-mobile-notification-btn:hover{background-color:#f0f0f0}.home-mobile-notification-badge{align-items:center;background-color:#dc3545;border-radius:50%;color:#fff;display:flex;font-size:11px;font-weight:600;height:18px;justify-content:center;min-width:18px;position:absolute;right:-5px;top:-5px;width:18px}.home-mobile-main-content{-webkit-overflow-scrolling:touch;height:calc(100vh - 70px);overflow-y:auto;padding:1rem}.home-mobile-overlay{background-color:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:1200}.home-mobile-overlay.open{opacity:1;visibility:visible}.home-mobile-sidebar{background-color:#fff;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;height:100vh;left:-100%;position:fixed;top:0;transition:left .3s ease;width:66.666667%;z-index:1300}.home-mobile-sidebar.open{left:0}.home-mobile-sidebar-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1rem}.home-mobile-sidebar-header h2{color:#333;font-size:1.2rem;font-weight:600;margin:0}.home-mobile-sidebar-close{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:background-color .2s}.home-mobile-sidebar-close:hover{background-color:#e9ecef}.home-mobile-user-section{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:1.5rem 1rem}.home-mobile-user-info{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.home-mobile-user-avatar{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:600;height:48px;justify-content:center;width:48px}.home-mobile-user-details{flex:1 1}.home-mobile-user-name{color:#333;font-size:1rem;font-weight:500}.home-mobile-grade-tag{background-color:#90ee90;border-radius:20px;color:#006400;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:.75rem;padding:.5rem 1rem}.home-mobile-deposit-info{align-items:center;background-color:#e6f3ff;border-radius:8px;color:#333;display:flex;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem}.home-mobile-money-icon{font-size:1rem}.home-mobile-logout-btn{background-color:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;max-width:50%;padding:.75rem 1rem;transition:background-color .2s;width:100%}.home-mobile-logout-btn:hover{background-color:#c82333}.home-mobile-login-prompt{padding:1rem;text-align:center}.home-mobile-login-prompt span{color:#666;display:block;font-size:.9rem;margin-bottom:1rem}.home-mobile-login-btn{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1rem;transition:background-color .2s;width:100%}.home-mobile-login-btn:hover{background-color:#0056b3}.home-mobile-divider{background-color:#e0e0e0;height:1px;margin:0}.home-mobile-nav{display:flex;flex:1 1;flex-direction:column;padding:1rem 0}.home-mobile-nav-btn{align-items:center;background:none;border:none;border-left:3px solid #0000;color:#666;cursor:pointer;display:flex;font-size:1rem;padding:1rem 1.5rem;text-align:left;transition:background-color .2s,color .2s;width:100%}.home-mobile-nav-btn svg{font-size:1.3rem;margin-right:1rem}.home-mobile-nav-btn:hover:not(.disabled){background-color:#f8f9fa;color:#333}.home-mobile-nav-btn.active{background-color:#e3f2fd;border-left-color:#1976d2;color:#1976d2;font-weight:500}.home-mobile-nav-btn.disabled{color:#ccc;cursor:not-allowed;opacity:.6}.home-mobile-footer-menu{background-color:#f8f9fa;border-top:1px solid #e0e0e0;padding:1rem 0}.home-mobile-footer-btn{align-items:center;background:none;border:none;border-radius:0;color:#666;cursor:pointer;display:flex;font-size:.9rem;padding:.75rem 1.5rem;text-align:left;transition:background-color .2s;width:100%}.home-mobile-footer-btn:hover{background-color:#e9ecef}.home-mobile-footer-btn svg{font-size:1.1rem;margin-right:1rem}@media (max-width:480px){.home-mobile-sidebar{width:80%}.home-mobile-header{padding:.75rem}.home-mobile-logo{font-size:1.2rem}.home-mobile-main-content{padding:.75rem}.home-mobile-user-section{padding:1rem .75rem}.home-mobile-nav-btn{font-size:.95rem;padding:.875rem 1rem}.home-mobile-footer-btn{font-size:.85rem;padding:.625rem 1rem}}@media (max-width:360px){.home-mobile-sidebar{width:90%}.home-mobile-user-avatar{font-size:1rem;height:40px;width:40px}.home-mobile-user-name{font-size:.9rem}.home-mobile-grade-tag{font-size:.8rem;padding:.4rem .8rem}.home-mobile-deposit-info{font-size:.85rem;padding:.6rem .8rem}}:root{--primary-color:#007bff;--secondary-color:#6c757d;--success-color:#28a745;--danger-color:#dc3545;--warning-color:#ffc107;--info-color:#17a2b8;--light-color:#f8f9fa;--dark-color:#343a40;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-dark:#343a40;--text-primary:#333;--text-secondary:#6c757d;--text-light:#fff;--text-muted:#6c757d;--border-color:#dee2e6;--border-light:#e9ecef;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:3rem;--border-radius-sm:0.25rem;--border-radius-md:0.375rem;--border-radius-lg:0.5rem;--border-radius-xl:1rem;--shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--shadow-md:0 0.5rem 1rem #00000026;--shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-xxl:1.5rem;--transition-fast:0.15s ease-in-out;--transition-normal:0.3s ease-in-out;--transition-slow:0.5s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%;overflow:hidden;width:100%}@media (max-width:768px){#root,body,html{overflow:auto}}.main-content{height:100%;overflow-y:auto}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.59932739.css.map*/