.kgs-container,.kgs-container *{box-sizing:border-box}.kgs-container{max-width:100%;margin:0 auto;padding:20px;font-family:inherit;line-height:1.6}.kgs-form{background:#f5f5f5;padding:25px;border-radius:8px;margin-bottom:30px;border:1px solid #e0e0e0}.kgs-form-row{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}.kgs-form-row:last-child{margin-bottom:0}.kgs-form-group{flex:1;min-width:250px}.kgs-label{display:block;margin-bottom:8px;font-weight:600;color:#111;font-size:14px}.kgs-input,.kgs-select{width:100%;padding:12px 16px;border:1px solid #ccc;border-radius:8px;font-size:16px;transition:border-color 0.3s;background:#fff}.kgs-input:focus,.kgs-select:focus{outline:none;border-color:#111}.kgs-input::placeholder{color:#999}.kgs-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.kgs-button{padding:16px 24px;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-block;text-align:center;transition:all 0.3s;min-width:120px}.kgs-button--primary{background:#111;color:#fff}.kgs-button--primary:hover{background:#222;transform:translateY(-1px)}.kgs-button--secondary{background:#555;color:#fff}.kgs-button--secondary:hover{background:#666;transform:translateY(-1px)}.kgs-alert{padding:16px 20px;margin-bottom:20px;border-radius:8px;font-weight:500;border-left:4px solid}.kgs-alert--error{background:#f5f5f5;color:#111;border-left-color:#ccc}.kgs-alert--success{background:#f5f5f5;color:#111;border-left-color:#ccc}.kgs-alert--warning{background:#f5f5f5;color:#111;border-left-color:#ccc}.kgs-results-container{margin-top:30px}.kgs-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding:20px;background:#f5f5f5;border-radius:8px;border:1px solid #e0e0e0}.kgs-results-stats{font-weight:700;color:#111;font-size:18px}.kgs-results-grid{display:grid;gap:25px}.kgs-result-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:30px;display:flex;gap:30px;transition:all 0.3s;position:relative;overflow:hidden}.kgs-result-item::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#111;transform:scaleX(0);transition:transform 0.3s}.kgs-result-item:hover{box-shadow:0 8px 25px rgb(0 0 0 / .1);transform:translateY(-3px)}.kgs-result-item:hover::before{transform:scaleX(1)}.kgs-result-image{flex-shrink:0;width:120px;height:120px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0}.kgs-result-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}.kgs-result-item:hover .kgs-result-image img{transform:scale(1.05)}.kgs-result-image-placeholder{color:#999;font-size:24px}.kgs-result-content{flex:1}.kgs-result-title{font-size:clamp(20px, 27.5584px + 1.1688vw, 26px);font-weight:700;margin:0 0 12px 0;color:#111;line-height:1.3}.kgs-result-description{color:#666;margin:0 0 16px 0;line-height:1.5;font-size:15px}.kgs-result-meta{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.kgs-badge{padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;white-space:nowrap;background:#f5f5f5;color:#111;border:1px solid #e0e0e0}.kgs-badge--score{background:#f5f5f5;color:#111;border:1px solid #e0e0e0}.kgs-badge--type{background:#f5f5f5;color:#111;border:1px solid #e0e0e0}.kgs-result-content-text{color:#666;font-size:14px;line-height:1.6;margin-bottom:20px;font-style:italic}.kgs-result-actions{display:flex;gap:16px;flex-wrap:wrap}.kgs-result-link{display:flex;align-items:center;gap:8px;color:#111;text-decoration:none;font-size:14px;font-weight:500;padding:8px 12px;border-radius:6px;transition:all 0.3s;border:1px solid #fff0}.kgs-result-link:hover{background:#f5f5f5;border-color:#111;transform:translateY(-1px)}.kgs-result-link svg{flex-shrink:0}.kgs-no-results{text-align:center;padding:60px 20px;color:#666;font-size:18px;font-style:italic;background:#f5f5f5;border-radius:8px;border:1px solid #e0e0e0}.kgs-localhost-notice{text-align:center;color:#666;font-size:14px;margin:10px 0;padding:10px;background:#f5f5f5;border-radius:4px;border-left:3px solid #999}.g-recaptcha{margin:10px 0}@media (max-width:768px){.kgs-container{padding:15px}.kgs-form{padding:20px}.kgs-form-row{flex-direction:column;gap:15px}.kgs-form-group{min-width:auto}.kgs-results-header{flex-direction:column;gap:15px;text-align:center}.kgs-result-item{flex-direction:column;padding:20px}.kgs-result-image{width:100%;height:200px}.kgs-result-actions,.kgs-result-meta{gap:10px}}@media (max-width:480px){.kgs-container{padding:10px}.kgs-form{padding:15px}.kgs-result-item{padding:15px}.kgs-result-title{font-size:20px}.kgs-results-stats{font-size:16px}.kgs-button{min-width:100px;padding:10px 20px}}@media print{.kgs-form,.kgs-result-actions,.kgs-results-header .kgs-results-actions{display:none}.kgs-result-item{break-inside:avoid;box-shadow:none;border:1px solid #333}.kgs-result-title{color:#111}.kgs-result-description{color:#333}}.kgs-button:focus,.kgs-input:focus,.kgs-select:focus{outline:2px solid #111;outline-offset:2px}.kgs-result-link:focus{outline:2px solid #111;outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}@media (prefers-contrast:high){.kgs-input,.kgs-select{border-width:2px}.kgs-button--primary{background:#111;color:#fff}.kgs-result-item{border-width:2px}}