.google-keyword-planner-container{font-family:'Inter',sans-serif;background:linear-gradient(145deg,#ffffff,#f0f2f5);border-radius:12px;box-shadow:0 8px 25px rgb(0 0 0 / .1);padding:30px;max-width:900px;margin:30px auto;border:1px solid #e0e0e0;color:#333;animation:fadeIn 0.5s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gkp-title{color:#2c3e50;text-align:center;margin-bottom:20px;font-size:2.2em;font-weight:700;position:relative;padding-bottom:15px}.gkp-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background-color:#FDC808;border-radius:2px}.gkp-intro-text{text-align:center;margin-bottom:30px;color:#555;font-size:1.1em;line-height:1.6}.gkp-form-group{display:flex;gap:15px;margin-bottom:15px;flex-wrap:wrap;justify-content:center;align-items:center}.gkp-form-group.gkp-form-submit{margin-bottom:0;justify-content:center}#gkp-keyword-input,#gkp-location-select{flex-basis:80%;box-sizing:border-box}#gkp-keyword-input,#gkp-location-select{height:44px;padding:0 18px;border:1px solid silver;border-radius:8px;font-size:1.1em;box-shadow:inset 0 2px 5px rgb(0 0 0 / .05);transition:all 0.3s ease;appearance:none;background-color:#fff;cursor:text}#gkp-keyword-input::placeholder,#gkp-location-select option{color:#a0a0a0}#gkp-keyword-input:focus,#gkp-location-select:focus{border-color:#FDC808;outline:none;box-shadow:0 0 0 3px rgb(253 200 8 / .25)}#gkp-location-select{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px 16px;cursor:pointer}.gkp-form-submit{width:100%;text-align:center}.gkp-form-submit button.gkp-button{min-width:220px;width:auto}.gkp-button{background-color:#FDC808;color:#333;border:none;border-radius:8px;padding:14px 35px;font-size:1.2em;font-weight:600;cursor:pointer;box-shadow:0 4px 10px rgb(253 200 8 / .25);transition:all 0.3s ease;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:8px}.gkp-button:hover{background-color:#D4A200;box-shadow:0 6px 15px rgb(253 200 8 / .35);transform:translateY(-2px)}.gkp-button:active{transform:translateY(0);box-shadow:0 2px 5px rgb(253 200 8 / .2)}.gkp-button .gkp-icon{width:20px;height:20px;fill:currentColor}.gkp-loading{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px;color:#D4A200;font-size:1.1em;font-weight:500;padding:15px;background-color:#FFF8E1;border-radius:8px;box-shadow:inset 0 1px 3px rgb(0 0 0 / .05)}.gkp-spinner{border:4px solid rgb(253 200 8 / .2);border-top:4px solid #FDC808;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.gkp-results{margin-top:30px;max-height:500px;overflow-y:auto;padding-right:10px;border-top:1px solid #eee;padding-top:20px;transition:opacity 0.5s ease-out}.gkp-results.hidden{opacity:0}.gkp-initial-message,.gkp-no-results{text-align:center;color:#666;padding:20px;background-color:#f8f8f8;border-radius:8px;border:1px dashed #ddd;font-style:italic}.gkp-section-title{font-size:1.6em;color:#2c3e50;margin-top:30px;margin-bottom:15px;border-bottom:2px solid #e0e0e0;padding-bottom:8px}.gkp-results-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:15px;box-shadow:0 4px 15px rgb(0 0 0 / .08);border-radius:8px;overflow:hidden}.gkp-results-table th,.gkp-results-table td{padding:15px 20px;text-align:left;font-size:.95em;border-bottom:1px solid #f0f0f0;transition:background-color 0.3s ease}.gkp-results-table th{background-color:#e9ecef;font-weight:700;color:#495057;text-transform:uppercase;letter-spacing:.05em}.gkp-results-table tbody tr:nth-child(odd){background-color:#fcfdff}.gkp-results-table tbody tr:hover{background-color:#eaf6ff}.gkp-comp-low td:last-child{color:#28a745;font-weight:600}.gkp-comp-medium td:last-child{color:#ffc107;font-weight:600}.gkp-comp-high td:last-child{color:#dc3545;font-weight:600}.gkp-error-message{background-color:#ffebe9;border:1px solid #dc3545;color:#dc3545!important;padding:15px;border-radius:8px;font-weight:600;text-align:center;margin-top:20px;box-shadow:0 2px 8px rgb(220 53 69 / .1)}@media (max-width:768px){#gkp-keyword-form{flex-direction:column;gap:20px}#gkp-keyword-input,#gkp-location-select{max-width:100%;min-width:100%;flex:none;height:44px}.gkp-form-submit button.gkp-button{width:100%;min-width:unset}}@media (max-width:480px){.google-keyword-planner-container{padding:15px;margin:15px auto}.gkp-title{font-size:1.5em;padding-bottom:10px}.gkp-title::after{width:40px;height:3px}.gkp-intro-text{font-size:.9em}.gkp-button{font-size:1em;padding:10px 15px}.gkp-results-table td{padding:10px 12px;padding-left:45%;font-size:.85em}.gkp-results-table td::before{width:40%;padding-left:10px;font-size:.8em}}.gkp-form-top-row{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;width:100%;max-width:700px;margin:0 auto}.gkp-form-top-row .gkp-form-group{flex:1 1 50%;min-width:250px;box-sizing:border-box}.gkp-form-top-row input[type="text"],.gkp-form-top-row select{width:100%;height:44px}.gkp-button-group{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:15px}.gkp-button-group .gkp-form-group{margin:0}.gkp-export-btn{background-color:#4caf50;border:none;color:#fff;padding:14px 35px;font-size:1.2em;font-weight:600;border-radius:8px;cursor:pointer;box-shadow:0 4px 10px rgb(76 175 80 / .25);transition:all 0.3s ease;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:8px}.gkp-export-btn:hover{background-color:#43a047;box-shadow:0 6px 15px rgb(67 160 71 / .35);transform:translateY(-2px)}.gkp-export-btn:active{transform:translateY(0);box-shadow:0 2px 5px rgb(67 160 71 / .2)}@media (max-width:480px){.gkp-button-group{flex-direction:column}.gkp-button-group .gkp-form-group{width:100%}.gkp-button,.gkp-export-btn{width:100%;justify-content:center}}@media (max-width:480px){.gkp-results-table,.gkp-results-table thead,.gkp-results-table tbody,.gkp-results-table th,.gkp-results-table td,.gkp-results-table tr{display:block}.gkp-results-table thead tr{position:absolute;top:-9999px;left:-9999px}.gkp-results-table tr{margin-bottom:20px;border:1px solid #ddd;border-radius:8px;padding:15px;background:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .05)}.gkp-results-table td{display:flex;align-items:center;padding-left:15px;border:none;border-bottom:1px solid #eee;font-size:.9em;gap:10px}}