:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}#root{width:100%;margin:0;padding:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Hiragino Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#333;background-color:#f0f0f0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.url-input{flex:1 1 auto;min-width:0;padding:.75rem 1rem;padding-right:56px;font-size:1rem;border:2px solid #e9ecef;border-radius:8px;transition:border-color .3s ease;background-color:#fff;color:#333;-webkit-appearance:none;appearance:none}.url-input-area{background:linear-gradient(180deg,#f8fafb,#f0f4f6);padding:1rem 2rem;border-bottom:1px solid #d0d8dc;flex-shrink:0;display:flex;flex-direction:column;align-items:center}.check-mode-tabs{display:flex;gap:0;margin-bottom:0;padding:0;background:transparent;align-self:flex-start;margin-left:calc(50% - 380px);position:relative;z-index:10}.check-mode-tab{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;outline:none;background:linear-gradient(180deg,#e8eef2,#dde5ea);color:#5a6a7a;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;border-radius:10px 10px 0 0;margin-right:4px;transform:translateY(12px)}.check-mode-tab:hover:not(:disabled):not(.active){background:linear-gradient(180deg,#f0f4f7,#e8eef2);color:#3a4a5a}.check-mode-tab.active{background:#fff;color:#35bdbb;transform:translateY(14px);padding-bottom:16px;border:2px solid #35bdbb;border-bottom:none;z-index:10}.check-mode-tab.active svg{color:#35bdbb}.check-mode-tab:disabled{opacity:1;cursor:not-allowed}.check-mode-tab:focus{outline:none;box-shadow:none}.check-mode-tab svg{width:16px;height:16px;transition:color .2s ease}.url-input-row{display:flex;align-items:center;gap:12px;max-width:800px;width:100%;margin:0 auto;background:#fff;padding:16px 20px;border-radius:0 12px 12px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f,0 4px 16px #0000000a;border:1px solid rgba(53,189,187,.15);border-top:none}.url-input-row:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:#35bdbb}.url-input-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#35bdbb;border-radius:12px 0 0 12px}.url-input-container.main-url{position:relative;flex:1 1 auto;min-width:0}.url-input-container.sub-url{position:relative;max-width:800px;width:100%;margin:0 auto;display:flex;align-items:center;gap:12px}.add-url-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background:#fff;border:none;color:#333;line-height:1;font-size:20px;padding:0;cursor:pointer;z-index:2}.add-url-button:focus{outline:none}.add-url-button:focus-visible{outline:2px solid #35bdbb;outline-offset:2px;border-radius:8px}.url-input-container.sub-url{padding-left:2rem}.url-input-container.sub-url:before{content:"└"}.url-input-container.main-url .url-input{width:100%}.url-input{flex:1 1 auto;min-width:0;padding:.75rem 1rem;padding-right:56px;font-size:1rem;border:2px solid #e9ecef;border-radius:8px;transition:border-color .3s ease}.url-input:focus{outline:none;border-color:#35bdbb;box-shadow:0 0 0 3px #04b1ea1a}.url-input-note{position:absolute;bottom:-1.2rem;right:0;font-size:.7rem;color:#999;margin:0;white-space:nowrap}.analyze-button{padding:.75rem 2rem;font-size:1rem;background:#fef100;color:#35537c;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;white-space:nowrap;width:auto}.analyze-button:focus{outline:none;box-shadow:none}.analyze-button.recheck-mode{background:#fff;color:#35bdbb;border:2px solid #35bdbb;position:relative;overflow:hidden}.analyze-button .recheck-icon{margin-right:6px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.analyze-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #fef1004d}.analyze-button.recheck-mode:hover:not(:disabled){background:#35bdbb;color:#fff;box-shadow:0 4px 12px #35bdbb4d}.analyze-button:disabled{opacity:.6;cursor:not-allowed}.three-column-layout{display:flex;flex:1;overflow:hidden;background:#f0f0f0}.left-panel{width:300px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden}.left-panel-toggle{display:none}.panel-header{position:relative;padding:1rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;background:#fafafa}.panel-header h3{font-size:1.1rem;color:#333;font-weight:500}.issue-count{color:#35bdbb;padding:2px 8px;border-radius:12px;font-size:.85rem;font-weight:600}.issue-list{flex:1;overflow-y:auto;padding:0rem}.issue-list::-webkit-scrollbar{width:6px}.issue-list::-webkit-scrollbar-track{background:#f7f7f7}.issue-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.no-issues{padding:2rem 1rem;text-align:center;color:#999;font-size:.9rem}.no-violations-container{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,#f5f9ff,#e8f4fd);border-radius:12px;border:1px solid rgba(4,177,234,.2);position:relative;overflow:hidden}.no-violations-container:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(4,177,234,.05) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:.8}}.success-icon{font-size:4rem;color:#4ade80;margin-bottom:1rem;animation:checkmark .6s ease-in-out}@keyframes checkmark{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.2) rotate(0)}to{transform:scale(1) rotate(0);opacity:1}}.success-title{color:#1a73e8;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.success-description{color:#5f6368;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.success-note{background:#fffc;padding:1rem;border-radius:8px;border-left:4px solid #4ade80}.note-text{color:#666;font-size:.85rem;line-height:1.4}.issue-list-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent;position:relative}.issue-list-item:hover{background:#f8f9fa}.issue-list-item.selected{background:linear-gradient(to right,rgba(53,189,187,.1),transparent);border-left-color:#35bdbb}.issue-list-item.locked{opacity:.5;cursor:not-allowed}.issue-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff}.issue-badge.critical{background:linear-gradient(135deg,#8925c7,#bc52ff);box-shadow:0 2px 8px #8925c74d}.issue-badge.high{background:linear-gradient(135deg,#c0392b,#e74c3c);box-shadow:0 2px 8px #e74c3c4d}.issue-badge.medium{background:linear-gradient(135deg,#f39c12,#f1c40f);box-shadow:0 2px 8px #f1c40f4d}.issue-badge.low{background:linear-gradient(135deg,#2980b9,#3498db);box-shadow:0 2px 8px #3498db4d}.issue-text-container{flex:1;min-width:0}.issue-summary{color:#333;font-size:.9rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.center-content{flex:1;display:flex;flex-direction:column;background:#fff;overflow:hidden}.website-display{flex:1;overflow:hidden;position:relative;background:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem}.loading-spinner{width:60px;height:60px;border:4px solid #e0e0e0;border-top:4px solid #35bdbb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-message{font-size:1.1rem;color:#333;margin-bottom:.5rem}.loading-submessage{font-size:.9rem;color:#666;margin-bottom:1.5rem}.loading-progress{width:200px;height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden}.loading-progress-bar{height:100%;background:linear-gradient(90deg,#35bdbb,#20b7c2);animation:progress 2s ease-in-out infinite}@keyframes progress{0%{width:0%}50%{width:70%}to{width:100%}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999;font-size:1.1rem}.analysis-error-container{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;margin:20px}.analysis-error-content{text-align:center;padding:40px;max-width:500px}.analysis-error-content .error-icon{color:#f59e0b;margin-bottom:24px}.analysis-error-content h2{color:#92400e;font-size:24px;font-weight:600;margin-bottom:16px}.analysis-error-content .error-message{color:#78350f;font-size:14px;line-height:1.8;margin-bottom:24px;padding:16px;background:#fff9;border-radius:8px}.analysis-error-content .error-note{color:#a16207;font-size:12px;line-height:1.6}.right-panel{width:350px;background:#fff;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;overflow-y:auto;transition:transform .3s ease}.drawer-close-btn{display:none;position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:#666;z-index:10}.drawer-close-btn:hover{color:#333}.issue-detail{padding:1.5rem}.issue-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.risk-badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:20px;font-size:1.1rem;font-weight:600;color:#fff}.risk-badge.critical{background:linear-gradient(135deg,#8925c7,#bc52ff);box-shadow:0 4px 12px #8925c74d}.risk-badge.high{background:linear-gradient(135deg,#c0392b,#e74c3c);box-shadow:0 4px 12px #e74c3c4d}.risk-badge.medium{background:linear-gradient(135deg,#f39c12,#f1c40f);box-shadow:0 4px 12px #f1c40f4d}.risk-badge.low{background:linear-gradient(135deg,#2980b9,#3498db);box-shadow:0 4px 12px #3498db4d}.risk-label{font-size:1rem;font-weight:600;color:#333}.detail-section{margin-bottom:1.5rem}.detail-section h4{font-size:.9rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.label-title{display:flex;align-items:center;gap:8px;margin-bottom:.5rem}.label-title h4{margin:0}.label-icon{display:inline-flex;vertical-align:middle;color:#35bdbb}.original-text{background:#f8f9fa;padding:1rem;border-radius:8px;border-left:3px solid #35bdbb;font-style:italic;line-height:1.6;color:#333}.improvement-text{background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:1rem;border-radius:8px;border:1px solid #86efac;line-height:1.6;color:#166534}.improvement-text.blurred{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none}.content-locked{position:relative;min-height:60px;cursor:pointer;transition:transform .2s;border-radius:8px;overflow:hidden;background:#f8f9fa}.content-locked:hover{transform:scale(1.02)}.lock-overlay{position:absolute;inset:0;background:#fffffff2;border-radius:8px;display:flex;align-items:center;justify-content:center;z-index:1}.lock-overlay .lock-msg{padding:.5rem 1rem;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;font-weight:500;color:#35bdbb;border:1px solid #35bdbb;display:flex;align-items:center;gap:.5rem;font-size:.85rem;white-space:nowrap}.ai-confidence{margin-top:1rem;padding:.75rem;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;gap:1rem}.confidence-label{font-size:.85rem;color:#666;font-weight:600}.confidence-bar{flex:1;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.confidence-fill{height:100%;background:linear-gradient(90deg,#35bdbb,#20b7c2);transition:width .3s ease;border-radius:4px}.confidence-value{font-size:.85rem;font-weight:600;color:#35bdbb;min-width:40px;text-align:right}.apply-button{margin-top:1rem;margin-left:auto;padding:.75rem 1.5rem;background:linear-gradient(135deg,#35bdbb,#20b7c2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #35bdbb4d;width:auto}.apply-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #35bdbb66}.apply-button:active{transform:translateY(0)}.applied-badge{margin-top:1rem;margin-left:auto;margin-right:0;padding:.75rem 1.5rem;background:transparent;color:#35bdbb;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;width:fit-content}.no-selection{padding:2rem;text-align:center;color:#999}.ad-slot{padding:0;background:linear-gradient(180deg,#f8fafb,#f0f4f6);border-top:1px solid #e0e0e0;text-align:center}.ad-slot.pc-only{display:block}.ad-slot.mobile-only{display:none}.ad-banner{display:inline-block;max-width:100%;height:auto}.ad-banner img{width:100%;height:auto;border-radius:0}.mobile-stats{display:none;background:#fff;border-bottom:1px solid #e0e0e0;gap:1rem;padding:.5rem 1rem;justify-content:space-around;flex-wrap:wrap}.stat-row{display:flex;align-items:center;font-size:.85rem;font-weight:600}.stat-row.critical{color:#bc52ff}.stat-row.high{color:#e74c3c}.stat-row.medium{color:#f1c40f}.stat-row.low{color:#3498db}.desktop-stats{display:none;background:#fafafa;border-top:1px solid #e0e0e0;padding:1rem;flex-shrink:0}.stats-content{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.stat-item{display:flex;align-items:center;gap:.5rem;padding:.6rem;background:#fff;border-radius:6px;border:1px solid #e0e0e0;font-size:.85rem;color:#666}.stat-item svg{flex-shrink:0}.stat-item.critical{color:#bc52ff}.stat-item.high{color:#e74c3c}.stat-item.medium{color:#f1c40f}.stat-item.low{color:#3498db}@media (min-width: 769px){.desktop-stats{display:block}.mobile-stats,.drawer-close-btn,.drawer-backdrop,.left-panel-backdrop,.left-panel-close-btn{display:none!important}}.url-input-area{display:flex;flex-direction:column;gap:.75rem}.url-input-container .url-input{padding-right:56px}.url-input.error{border-color:#e74c3c}.url-error-message{position:absolute;top:100%;left:0;color:#e74c3c;font-size:.85rem;margin-top:.25rem;width:100%}.remove-url-button{background:transparent;border:none;color:#999;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease}.url-tabs{display:flex;gap:0;background:linear-gradient(to bottom,#f8f9fa,#fff);border-bottom:2px solid #e0e0e0;overflow-x:auto;scrollbar-width:thin;padding:.5rem}.url-tabs::-webkit-scrollbar{height:4px}.url-tabs::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.url-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:none;color:#666;cursor:pointer;transition:all .2s;position:relative;white-space:nowrap;font-size:.9rem;border-bottom:3px solid transparent;margin-bottom:-2px;border-radius:8px 8px 0 0}.url-tab:hover{background:#35bdbb0d;color:#333}.url-tab:focus{outline:none;box-shadow:none}.url-tab.active{color:#35bdbb;background:#fff;border-bottom-color:#35bdbb;font-weight:600;box-shadow:0 -2px 8px #35bdbb1a}.tab-icon{font-size:1.1rem}.tab-text{font-size:.9rem}.content-blurred{position:relative;min-height:80px}.content-blurred .improvement-text{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none}.blur-overlay{position:absolute;inset:0;background:#f5f5f5d9;display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer;transition:background .2s;border-radius:8px}.blur-overlay:hover{background:#ffffffe6}.lock-msg{padding:.5rem 1rem;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;font-weight:500;color:#35bdbb;border:1px solid #35bdbb;display:flex;align-items:center;gap:.5rem;white-space:nowrap;font-size:.85rem}.lock-icon{flex-shrink:0}.improvement-section h4,.improvement-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.improvement-title{display:flex;align-items:center;gap:.5rem;color:#35bdbb}.copy-button{padding:.3rem;background:transparent!important;border:none;color:#35bdbb!important;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.copy-button:hover{color:#fef100!important;transform:translateY(-1px);background:transparent!important}.copy-button.copied{color:#4caf50}.copy-button:focus{outline:none;box-shadow:none}.copy-toast{position:fixed;bottom:30px;right:30px;background:#35bdbb;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;z-index:10000;animation:slideInUp .3s ease,fadeOut .3s ease 1.7s}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.section-icon{font-size:1.2rem}@media (max-width: 768px){.header-logo{height:25px}.check-mode-tabs{margin-left:1rem}.check-mode-tab{padding:8px 14px;font-size:13px}.url-input-row{flex-direction:row;gap:.75rem;padding:12px 16px;border-radius:0 8px 8px}.url-input-container.main-url{width:100%;position:relative}.url-input-container.main-url .url-input{width:100%;padding-right:10px}.url-input-container.sub-url{width:100%;padding-left:2rem;margin:.5rem 0;position:relative;display:flex;align-items:center;gap:.75rem}.url-input-container.sub-url:before{content:"└";position:absolute;left:.5rem;color:#999;font-size:1.2rem}.url-input-container.sub-url .url-input{flex:1;padding-right:50px}.url-input-container.sub-url .remove-url-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:2}.url-input-note{font-size:.55rem;right:auto;left:0;text-align:left;bottom:-.8rem}.app-header{padding:.75rem 1rem}.app-header h1{font-size:1.2rem}.app-header p{font-size:.8rem}.report-text{display:none}.csv-download{padding:8px}.three-column-layout{position:relative}.left-panel{position:fixed;left:-100%;top:0;height:100vh;width:80%;max-width:350px;z-index:1000;transition:left .3s ease;background:#fff;box-shadow:2px 0 10px #0000001a;overflow:hidden}.left-panel.show-on-mobile{left:0}.left-panel.hidden-on-mobile{display:none!important}.left-panel-toggle{display:flex;position:fixed;left:0;top:280px;width:12px;min-width:0;padding:0;height:50px;background:#35537c;color:#fff;border:none;border-radius:0 8px 8px 0;cursor:pointer;align-items:center;justify-content:center;font-size:14px;z-index:1001;box-shadow:2px 0 5px #0003;transition:left .3s ease}.left-panel-toggle.panel-open{left:min(80%,350px)}.left-panel-toggle:hover{background:#4a6fa5}.left-panel-backdrop{display:block;position:fixed;inset:0;background:#0000004d;z-index:999}.left-panel-close-btn{display:block;position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;line-height:32px;cursor:pointer;color:#666;z-index:10;text-align:center}.left-panel-close-btn:focus{outline:none;box-shadow:none}.left-panel-close-btn:hover{color:#333}.center-content{width:100%;margin-left:0}.right-panel{position:fixed;right:-100%;top:0;height:100vh;width:85%;max-width:400px;z-index:1001;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a}.right-panel.open{right:0}.copy-toast{bottom:20px;right:20px;left:20px;justify-content:center}.drawer-backdrop{display:block;position:fixed;inset:0;background:#0000004d;z-index:1000}.drawer-close-btn{display:flex!important;align-items:center;justify-content:center}.drawer-close-btn:focus{outline:none;box-shadow:none}.mobile-stats{display:flex!important}.desktop-stats{display:none!important}.url-input-area{padding:.75rem 1rem}.url-input-container{flex-direction:column;gap:.5rem}.url-input-container.sub-url{padding-left:1.5rem;flex-direction:row}.url-input-container.sub-url .url-input{flex:1}.url-input-container.main-url .url-input{width:100%}.analyze-button{width:auto;padding:.6rem 1rem;font-size:.85rem}.add-url-button{width:20%}.remove-url-button{width:36px;height:36px;min-width:36px;padding:.5rem}.url-tabs{padding:.5rem;justify-content:flex-start}.url-tab{padding:.5rem 1rem;font-size:.85rem}.tab-icon{font-size:1rem}.url-tab:focus{outline:none;box-shadow:none}.ad-slot.pc-only{display:none}.ad-slot.mobile-only{display:block}.plan-comparison{grid-template-columns:1fr}.lock-overlay span{font-size:.8rem}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.modal-content h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.modal-content p{color:#666;margin-bottom:1.5rem;line-height:1.6}.modal-content ul{list-style:none;padding:0;margin:0 0 2rem}.modal-content ul li{padding:.75rem;background:#f8f9fa;margin-bottom:.5rem;border-radius:6px;color:#333;display:flex;align-items:center}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end}.upgrade-button,.cancel-button{padding:.75rem 1.5rem;border-radius:6px;font-size:.95rem;cursor:pointer;transition:all .2s;border:none}.upgrade-button{background:#35bdbb;color:#fff}.upgrade-button:hover{background:#2ca8a6;transform:translateY(-1px)}.cancel-button{background:#e0e0e0;color:#666}.cancel-button:hover{background:#d0d0d0}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:450px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-content h3{margin:0 0 1rem;color:#333;font-size:1.5rem}.modal-content p{color:#666;line-height:1.6;margin:.5rem 0}.modal-hint{font-size:.9rem;color:#888!important;background:#f8f8f8;padding:.75rem;border-radius:8px;margin-top:1rem!important}.modal-buttons{display:flex;gap:1rem;margin-top:1.5rem}.modal-buttons button{flex:1;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.later-btn{background:#e2e8f0;border:none;color:#4a5568}.later-btn:hover{background:#cbd5e0}.primary-btn{background:linear-gradient(135deg,#35bdbb,#2da5a3);border:none;color:#fff}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #35bdbb66}.first-login-modal h3{color:#35bdbb}.limit-modal h3{color:#e53e3e}@media (max-width: 480px){.modal-content{padding:1.5rem}.modal-buttons{flex-direction:column}.modal-buttons button{width:100%}}.ad-popup-overlay{z-index:1100}.ad-popup-content{position:relative;background:#fff;border-radius:12px;padding:20px;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d}.ad-popup-close{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}.ad-popup-close:hover{background:#555}.ad-popup-content a{display:block}.ad-popup-content img{width:100%;height:auto;border-radius:8px}.pre-check-ad{margin-top:80px}.pre-check-ad img{max-width:100%;height:auto}.header-logo{height:70px}.app-header{background:linear-gradient(to bottom,#35bdbb,#20b7c2);color:#fff;padding:.5rem 1rem;flex-shrink:0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.app-header.header-ugc,.app-header.header-ugc .menu-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.app-header.header-ugc+.menu-dropdown .menu-item svg,.header-ugc~.menu-dropdown .menu-item svg{color:#3b82f6}.app-header.header-static,.app-header.header-static .menu-header{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}.app-header.header-static+.menu-dropdown .menu-item svg,.header-static~.menu-dropdown .menu-item svg{color:#0ea5e9}.header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.header-container{text-align:left;flex:1}.header-actions{display:flex;flex-direction:row;align-items:center;gap:12px;flex-shrink:0}.app-header h1{font-size:1.8rem;margin-bottom:.25rem;font-weight:300}.header-subtitle{font-size:.9rem;opacity:.9;margin:0}.header-icon-button{position:relative;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;text-decoration:none}.header-icon-button:hover{background:#fff3;transform:scale(1.05)}.header-icon-button:active{transform:scale(.95)}.header-icon-button.report-icon{color:#fef100;border-color:#fef10080}.header-icon-button.report-icon:hover{background:#fef10033}.header-icon-button[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#000000d9;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:1000}.header-icon-button[data-tooltip]:before{content:"";position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#000000d9;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:1000}.header-icon-button[data-tooltip]:hover:after,.header-icon-button[data-tooltip]:hover:before{opacity:1;visibility:visible}.menu-overlay{position:fixed;inset:0;background:#00000080;z-index:998;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-dropdown{position:fixed;top:80px;right:20px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;z-index:999;min-width:280px;max-width:320px;animation:slideDown .3s ease;overflow:hidden}.user-menu-dropdown{right:120px}.info-menu-dropdown{right:70px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.menu-header{background:linear-gradient(135deg,#35bdbb,#2da5a3);padding:16px;color:#fff}.menu-header.info-header{background:linear-gradient(135deg,#4a5568,#2d3748)}.menu-user-info{display:flex;justify-content:space-between;align-items:center}.menu-user-id{font-size:14px;font-weight:600}.menu-user-points{font-size:14px;font-weight:500}.menu-title{font-size:14px;font-weight:600}.menu-nav{padding:8px 0}.menu-item{width:100%;display:flex;align-items:center;gap:12px;padding:14px 20px;border:none;background:#fff;color:#333;font-size:14px;cursor:pointer;transition:background .2s ease;text-align:left}.menu-item:hover{background:#f5f5f5}.menu-item:active{background:#e8e8e8}.menu-item svg{color:#35bdbb;flex-shrink:0}.info-menu-dropdown .menu-item svg{color:#4a5568}.menu-item span{flex:1}@media (max-width: 768px){.app-header{padding:.8rem 1rem}.header-wrapper{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important}.header-container{flex:1!important;min-width:0}.header-logo{height:32px}.header-actions,.app-header .header-wrapper .header-actions{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;flex-shrink:0!important;width:auto!important}.menu-dropdown{top:70px;right:10px;left:10px;max-width:none;min-width:auto}.user-menu-dropdown,.info-menu-dropdown{right:10px}.header-icon-button{padding:6px}.header-icon-button[data-tooltip]:after,.header-icon-button[data-tooltip]:before{display:none}}@media (max-width: 480px){.app-header{padding:.5rem .8rem}.header-wrapper{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.header-container{flex:1!important}.header-logo{height:28px}.header-actions,.app-header .header-wrapper .header-actions{display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;flex-shrink:0!important;width:auto!important}.header-icon-button{padding:5px}.header-icon-button svg{width:20px;height:20px}.menu-dropdown{top:60px}.menu-item{padding:12px 16px;font-size:13px}.menu-user-id,.menu-user-points,.menu-title{font-size:13px}}.header-icon-button.switch-icon{color:#a5f3fc;border-color:#a5f3fc66}.header-icon-button.switch-icon:hover{background:#a5f3fc33}.switch-menu-dropdown{right:160px}.menu-header.switch-header{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.switch-menu-dropdown .menu-item svg{color:inherit}@media (max-width: 768px){.switch-menu-dropdown{right:10px;left:10px}}.static-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.static-content{max-width:100%;margin:0 auto;padding:3rem 2rem}.static-content h1{font-size:2rem;color:#0f172a;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #0ea5e9}.static-content h2{font-size:1.4rem;color:#1e293b;margin:2.5rem 0 1rem;padding-left:1rem;border-left:4px solid #0ea5e9}.static-content h3{font-size:1.1rem;color:#334155;margin:1.5rem 0 .75rem}.static-content p{color:#475569;line-height:1.8;margin-bottom:1rem}.static-content ul,.static-content ol{color:#475569;line-height:1.8;margin-bottom:1rem;padding-left:1.5rem}.static-content li{margin-bottom:.5rem}.static-content a{color:#0ea5e9;text-decoration:none}.static-content a:hover{text-decoration:underline}.static-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.static-content th,.static-content td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.static-content th{background:#f1f5f9;color:#1e293b;font-weight:600;width:30%}.static-content td{color:#475569}.static-content .info-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1.5rem;margin:1.5rem 0}.static-content .info-box p{margin:0;color:#0369a1}.static-content .highlight{background:#fef3c7;padding:.2rem .4rem;border-radius:4px}.static-footer{background:#1e293b;color:#94a3b8;padding:2rem;margin-top:3rem}.static-footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.static-footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.static-footer-links a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s}.static-footer-links a:hover{color:#fff}.static-footer-copyright{font-size:.85rem}@media (max-width: 768px){.static-content{padding:2rem 1rem}.static-content h1{font-size:1.5rem}.static-content h2{font-size:1.2rem}.static-content th{width:40%}.static-footer-content{flex-direction:column;text-align:center}.static-footer-links{justify-content:center}}.about-page{background:#fff}.about-hero{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);padding:5rem 2rem;text-align:center;color:#fff}.about-hero-content{max-width:1600px;margin:0 auto}.about-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff26;padding:6px 14px;border-radius:20px;font-size:.9rem;margin-bottom:1.5rem}.about-hero h1{font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.about-hero-description{font-size:1.15rem;line-height:1.9;opacity:.9}.about-section-title{display:flex;align-items:center;justify-content:center;gap:12px;font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center}.about-section-title svg{color:#0ea5e9}.about-section-subtitle{text-align:center;color:#64748b;font-size:1.05rem;margin-bottom:3rem}.about-mission{padding:5rem 2rem;background:#fff}.about-mission-inner{max-width:1600px;margin:0 auto}.about-mission-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.about-mission-problem,.about-mission-solution{padding:2rem;border-radius:16px}.about-mission-problem{background:#fef2f2;border:1px solid #fecaca}.about-mission-problem h3{color:#991b1b;font-size:1.2rem;margin-bottom:1.5rem}.about-mission-problem ul{list-style:none;padding:0;margin:0}.about-mission-problem li{display:flex;align-items:flex-start;gap:12px;padding:.75rem 0;color:#7f1d1d;font-size:.95rem;line-height:1.6}.about-mission-problem li svg{color:#dc2626;flex-shrink:0;margin-top:2px}.about-mission-solution{background:#f0fdf4;border:1px solid #bbf7d0}.about-mission-solution h3{color:#166534;font-size:1.2rem;margin-bottom:1.5rem}.about-mission-solution p{color:#15803d;font-size:.95rem;line-height:1.8;margin-bottom:1rem}.about-mission-solution p:last-child{margin-bottom:0}.about-mission-solution strong{color:#166534}.about-services{padding:5rem 2rem;background:#f8fafc}.about-services-inner{max-width:1600px;margin:0 auto}.about-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.about-service-card{background:#fff;border-radius:16px;padding:2rem;position:relative;box-shadow:0 4px 12px #0000000d;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.about-service-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001a}.about-service-icon{width:72px;height:72px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.about-service-guideline .about-service-icon{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);color:#0d9488}.about-service-ugc .about-service-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.about-service-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:20px;margin-bottom:.75rem;width:fit-content}.about-service-guideline .about-service-badge{background:#f0fdfa;color:#0d9488}.about-service-ugc .about-service-badge{background:#eff6ff;color:#3b82f6}.about-service-card h3{font-size:1.4rem;color:#1e293b;margin-bottom:.75rem}.about-service-description{color:#64748b;font-size:.95rem;line-height:1.7;margin-bottom:1.25rem;flex-grow:1}.about-service-features{list-style:none;padding:0;margin:0 0 1.5rem}.about-service-features li{display:flex;align-items:center;gap:8px;padding:.4rem 0;font-size:.9rem;color:#475569}.about-service-guideline .about-service-features li svg{color:#0d9488}.about-service-ugc .about-service-features li svg{color:#3b82f6}.about-service-price{display:flex;align-items:baseline;gap:8px;margin-bottom:1.25rem;padding-top:1rem;border-top:1px solid #e2e8f0}.price-label{font-size:.85rem;color:#94a3b8}.price-value{font-size:1.5rem;font-weight:700;color:#1e293b}.about-service-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.95rem;text-decoration:none;transition:gap .2s}.about-service-link:hover{gap:10px}.about-service-guideline .about-service-link{color:#0d9488}.about-service-ugc .about-service-link{color:#3b82f6}.about-reasons{padding:5rem 2rem;background:#fff}.about-reasons-inner{max-width:1600px;margin:0 auto}.about-reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.about-reason-card{text-align:center;padding:2rem 1.5rem}.about-reason-number{font-size:3rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem;line-height:1}.about-reason-card h4{font-size:1.2rem;color:#1e293b;margin-bottom:.75rem}.about-reason-card p{color:#64748b;font-size:.95rem;line-height:1.7}.about-targets{padding:5rem 2rem;background:#f8fafc}.about-targets-inner{max-width:1600px;margin:0 auto}.about-targets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.about-target-card{background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000000a}.about-target-icon{width:48px;height:48px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#0ea5e9}.about-target-card h4{font-size:1.1rem;color:#1e293b;margin-bottom:.5rem}.about-target-card p{color:#64748b;font-size:.9rem;line-height:1.6;margin:0}.about-cta{padding:5rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);text-align:center;color:#fff}.about-cta-inner{max-width:1600px;margin:0 auto}.about-cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.about-cta p{font-size:1.05rem;opacity:.9;margin-bottom:2rem}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-cta-primary{display:inline-flex;align-items:center;gap:8px;background:#0ea5e9;color:#fff;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s}.about-cta-primary:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e94d}.about-cta-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid rgba(255,255,255,.3);transition:all .2s}.about-cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80}@media (max-width: 1024px){.about-mission-content{grid-template-columns:1fr}.about-services-grid{grid-template-columns:1fr;max-width:450px;margin-left:auto;margin-right:auto}.about-reasons-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}@media (max-width: 768px){.about-hero{padding:3rem 1.5rem}.about-hero h1{font-size:1.75rem}.about-hero-description{font-size:1rem}.about-mission,.about-services,.about-reasons,.about-targets,.about-cta{padding:3rem 1.5rem}.about-section-title{font-size:1.4rem}.about-mission-problem,.about-mission-solution{padding:1.5rem}.about-targets-grid{grid-template-columns:1fr}.about-cta h2{font-size:1.5rem}.about-cta-primary,.about-cta-secondary{width:100%;justify-content:center}}@media (max-width: 480px){.about-hero{padding:2rem 1rem}.about-hero h1{font-size:1.5rem}.about-mission,.about-services,.about-reasons,.about-targets,.about-cta{padding:2.5rem 1rem}.about-service-card{padding:1.5rem}}.about-guideline-page{background:#fff}.gl-hero{background:linear-gradient(135deg,#35bdbb,#20b7c2);padding:4rem 2rem;color:#fff}.gl-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.gl-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#fff3;padding:6px 12px;border-radius:20px;font-size:.85rem;margin-bottom:1rem}.gl-hero-text h1{font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.gl-hero-description{font-size:1.1rem;line-height:1.8;opacity:.95;margin-bottom:1.5rem}.gl-hero-warning{display:flex;align-items:center;gap:8px;background:#fbbf2433;border:1px solid rgba(251,191,36,.4);padding:12px 16px;border-radius:8px;margin-bottom:2rem;font-size:.95rem}.gl-hero-warning strong{color:#fcd34d}.gl-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.about-guideline-page a.gl-btn-primary{color:#35bdbb}.gl-btn-primary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#0f766e;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s}.gl-btn-primary:hover{background:#f0fdfa;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.gl-btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid rgba(255,255,255,.5);transition:all .2s}.gl-btn-secondary:hover{background:#ffffff1a;border-color:#fff}.gl-hero-image{display:flex;justify-content:center;align-items:center}.gl-hero-img{max-width:100%;height:auto;border-radius:12px}.gl-hero-image-placeholder{width:100%;max-width:500px;aspect-ratio:8/5;background:#ffffff1a;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border:2px dashed rgba(255,255,255,.3)}.gl-hero-image-placeholder span{font-size:.9rem;opacity:.7}.gl-section{padding:5rem 2rem}.gl-section-inner{max-width:1100px;margin:0 auto}.static-content .about-guideline-page .gl-section-title{border-left:none;padding-left:0;margin:0 0 1.5rem}.gl-section-title{display:flex;align-items:center;justify-content:center;gap:12px;font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center;padding-left:0;border-left:none}.gl-section-title svg{color:#0d9488}.gl-section-subtitle{text-align:center;color:#64748b;font-size:1.05rem;margin-bottom:3rem}.gl-problems{background:#f8fafc}.gl-problems-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.gl-problem-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.gl-problem-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.gl-problem-icon{width:64px;height:64px;background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#0d9488}.gl-problem-card p{color:#475569;font-size:.95rem;line-height:1.6}.gl-about-guideline{background:#fff}.gl-about-content{max-width:800px;margin:0 auto}.gl-about-text h3{font-size:1.3rem;color:#1e293b;margin:2.5rem 0 1rem;padding-left:1rem;border-left:4px solid #0d9488}.gl-about-text h3:first-child{margin-top:2rem}.gl-about-text p{color:#475569;line-height:1.9;margin-bottom:1rem}.gl-about-text strong{color:#0f766e}.gl-penalty-box{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:.5rem;margin:1.5rem 0}.gl-penalty-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem}.gl-penalty-item:not(:last-child){border-bottom:1px solid #fecaca}.gl-penalty-label{background:#dc2626;color:#fff;padding:4px 12px;border-radius:4px;font-size:.85rem;font-weight:600;white-space:nowrap}.gl-penalty-content{color:#991b1b;font-size:.95rem}.gl-penalty-content strong{color:#dc2626}.gl-penalty-note{font-size:.9rem;color:#64748b;margin-top:1rem}.gl-violations{background:#f8fafc}.gl-violations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gl-violation-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.gl-violation-header{background:linear-gradient(135deg,#0f766e,#14b8a6);padding:1rem 1.25rem}.gl-violation-header h4{color:#fff;font-size:1rem;font-weight:600;margin:0}.gl-violation-examples{padding:1.25rem}.gl-example-bad,.gl-example-good{display:flex;align-items:flex-start;gap:8px;padding:.6rem 0;font-size:.9rem;line-height:1.5}.gl-example-bad{color:#dc2626}.gl-example-bad svg{flex-shrink:0;margin-top:2px}.gl-example-good{color:#16a34a}.gl-example-good svg{flex-shrink:0;margin-top:2px}.gl-features{background:#fff}.gl-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.gl-feature-card{text-align:center;padding:2rem 1.5rem}.gl-feature-icon{width:72px;height:72px;background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:#0d9488}.gl-feature-card h4{font-size:1.1rem;color:#1e293b;margin-bottom:.75rem}.gl-feature-card p{color:#64748b;font-size:.9rem;line-height:1.7}.gl-howto{background:#f8fafc}.gl-steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem;margin:3rem 0}.gl-step{flex:1;max-width:280px;text-align:center}.gl-step-number{width:48px;height:48px;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.gl-step-content h4{font-size:1.1rem;color:#1e293b;margin-bottom:.5rem}.gl-step-content p{color:#64748b;font-size:.9rem;margin-bottom:1rem}.gl-step-image{margin-top:1rem}.gl-step-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.gl-step-image-placeholder{width:100%;aspect-ratio:3/2;background:#e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8}.gl-step-arrow{display:flex;align-items:center;padding-top:24px;color:#94a3b8}.gl-screenshot{margin-top:3rem}.gl-screenshot img{width:100%;max-width:1000px;height:auto;display:block;margin:0 auto;border-radius:12px;box-shadow:0 8px 32px #0000001f}.gl-screenshot-placeholder{width:100%;max-width:1000px;aspect-ratio:3/2;background:#e2e8f0;border-radius:12px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#94a3b8}.gl-pricing{background:#fff}.gl-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.gl-pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;position:relative;transition:transform .2s,box-shadow .2s}.gl-pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.gl-pricing-recommended{border-color:#0d9488;box-shadow:0 8px 24px #0d948826}.gl-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;padding:4px 16px;border-radius:20px;font-size:.85rem;font-weight:600}.gl-pricing-header{text-align:center;padding-bottom:1rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.gl-pricing-header svg{color:#0d9488;margin-bottom:.5rem}.gl-pricing-header h4{font-size:1.25rem;color:#1e293b;margin:0}.gl-pricing-price{text-align:center;margin-bottom:1.5rem}.gl-price{font-size:2.5rem;font-weight:700;color:#1e293b}.gl-price-period{font-size:.95rem;color:#64748b}.gl-pricing-features{list-style:none;padding:0;margin:0 0 1.5rem}.gl-pricing-features li{display:flex;align-items:center;gap:8px;padding:.6rem 0;font-size:.95rem;color:#475569}.gl-pricing-features li svg{color:#0d9488;flex-shrink:0}.gl-feature-disabled{opacity:.5}.gl-feature-disabled svg{color:#94a3b8!important}.about-guideline-page a{color:inherit}.gl-pricing-btn{display:block;width:100%;padding:12px;border-radius:8px;text-align:center;font-weight:600;text-decoration:none;transition:all .2s}.gl-btn-guest{background:#f1f5f9;color:#475569}.gl-btn-guest:hover{background:#e2e8f0}.gl-btn-free{background:#0d9488;color:#fff}.gl-btn-free:hover{background:#0f766e}.gl-btn-pro{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff}.gl-btn-pro:hover{background:linear-gradient(135deg,#0d6560,#0d9488)}.gl-faq{background:#f8fafc}.gl-faq-list{max-width:800px;margin:3rem auto 0}.gl-faq-item{background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 4px #0000000a}.gl-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;color:#1e293b;font-weight:500;transition:background .2s}.gl-faq-question:hover{background:#f8fafc}.gl-faq-question svg{color:#94a3b8;flex-shrink:0}.gl-faq-open .gl-faq-question{background:#f0fdfa}.gl-faq-open .gl-faq-question svg{color:#0d9488}.gl-faq-answer{padding:0 1.5rem 1.25rem;animation:fadeIn .2s ease}.gl-faq-answer p{color:#475569;line-height:1.8;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.gl-notice{background:#fff;padding:3rem 2rem}.gl-notice-box{max-width:800px;margin:0 auto;display:flex;gap:1rem;background:#fefce8;border:1px solid #fde047;border-radius:12px;padding:1.5rem}.gl-notice-box>svg{color:#ca8a04;flex-shrink:0}.gl-notice-content strong{display:block;color:#854d0e;margin-bottom:.5rem}.gl-notice-content p{color:#a16207;font-size:.95rem;line-height:1.7;margin:0}.gl-cta{background:linear-gradient(135deg,#0f766e,#0d9488,#14b8a6);padding:5rem 2rem;text-align:center;color:#fff}.gl-cta-inner{max-width:600px;margin:0 auto}.gl-cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.4;border-left:none}.gl-cta p{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.gl-btn-large{padding:18px 36px;font-size:1.1rem}@media (max-width: 1024px){.gl-hero-content{grid-template-columns:1fr;text-align:center}.gl-hero-cta,.gl-hero-warning{justify-content:center}.gl-problems-grid,.gl-violations-grid,.gl-features-grid{grid-template-columns:repeat(2,1fr)}.gl-steps{flex-direction:column;align-items:center}.gl-step{max-width:400px}.gl-step-arrow{transform:rotate(90deg);padding:0;margin:.5rem 0}.gl-pricing-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}@media (max-width: 768px){.gl-hero{padding:3rem 1.5rem}.gl-hero-text h1{font-size:1.75rem}.gl-hero-description{font-size:1rem}.gl-hero-warning{flex-direction:column;text-align:center}.gl-section{padding:3rem 1.5rem}.gl-section-title{font-size:1.4rem}.gl-problems-grid{grid-template-columns:1fr;max-width:300px;margin-left:auto;margin-right:auto}.gl-violations-grid{grid-template-columns:1fr}.gl-features-grid{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto}.gl-cta h2{font-size:1.5rem}.gl-btn-primary,.gl-btn-secondary{width:100%;justify-content:center}}@media (max-width: 480px){.gl-hero{padding:2rem 1rem}.gl-hero-text h1{font-size:1.5rem}.gl-section{padding:2.5rem 1rem}.gl-pricing-card{padding:1.5rem}.gl-price{font-size:2rem}}.about-ugc-page{background:#fff}.ugc-hero{background:linear-gradient(135deg,#1d4ed8,#3b82f6,#60a5fa);padding:4rem 2rem;color:#fff}.ugc-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.ugc-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#fff3;padding:6px 12px;border-radius:20px;font-size:.85rem;margin-bottom:1rem}.ugc-hero-text h1{font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.ugc-hero-description{font-size:1.1rem;line-height:1.8;opacity:.95;margin-bottom:2rem}.ugc-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.ugc-btn-primary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#1d4ed8;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s}.ugc-btn-primary:hover{background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ugc-btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid rgba(255,255,255,.5);transition:all .2s}.ugc-btn-secondary:hover{background:#ffffff1a;border-color:#fff}.ugc-hero-image{display:flex;justify-content:center;align-items:center}.ugc-hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0000004d}.ugc-hero-image-placeholder{width:100%;max-width:500px;aspect-ratio:8/5;background:#ffffff1a;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border:2px dashed rgba(255,255,255,.3)}.ugc-hero-image-placeholder span{font-size:.9rem;opacity:.7}.ugc-section{padding:5rem 2rem}.ugc-section-inner{max-width:1100px;margin:0 auto}.static-content .about-ugc-page .ugc-section-title{border-left:none;padding-left:0;margin:0 0 1.5rem}.ugc-section-title{display:flex;align-items:center;justify-content:center;gap:12px;font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center}.ugc-section-title svg{color:#3b82f6}.ugc-section-subtitle{text-align:center;color:#64748b;font-size:1.05rem;margin-bottom:3rem}.ugc-problems{background:#f8fafc}.ugc-problems-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.ugc-problem-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.ugc-problem-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.ugc-problem-icon{width:64px;height:64px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#3b82f6}.ugc-problem-card p{color:#475569;font-size:.95rem;line-height:1.6}.ugc-why{background:#fff}.ugc-why-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;margin-top:3rem}.ugc-why-stat{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px}.ugc-why-number{font-size:4rem;font-weight:800;color:#1d4ed8;line-height:1}.ugc-why-label{font-size:1rem;color:#3b82f6;margin-top:.5rem;font-weight:500}.ugc-why-reasons h3{font-size:1.25rem;color:#1e293b;margin-bottom:1.5rem}.ugc-why-reasons ul{list-style:none;padding:0;margin:0}.ugc-why-reasons li{display:flex;align-items:flex-start;gap:12px;padding:.75rem 0;color:#475569;line-height:1.6}.ugc-why-reasons li svg{color:#ef4444;flex-shrink:0;margin-top:2px}.ugc-why-reasons li strong{color:#1e293b}.ugc-why-conclusion{display:flex;align-items:center;gap:10px;background:#fef3c7;border:1px solid #fcd34d;padding:1rem 1.25rem;border-radius:8px;margin-top:1.5rem;color:#92400e;font-size:.95rem}.ugc-why-conclusion svg{color:#f59e0b;flex-shrink:0}.ugc-solution{background:#f8fafc}.ugc-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;margin-top:3rem}.ugc-comparison-item{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000000f}.ugc-comparison-item h4{text-align:center;font-size:1.1rem;color:#1e293b;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.ugc-comparison-old h4{color:#64748b}.ugc-comparison-new{border:2px solid #3b82f6;box-shadow:0 8px 24px #3b82f626}.ugc-comparison-new h4{color:#1d4ed8;border-color:#bfdbfe}.ugc-comparison-vs{font-size:1.5rem;font-weight:700;color:#94a3b8}.ugc-comparison-flow{display:flex;flex-direction:column;align-items:center;gap:.5rem}.ugc-flow-step{width:100%;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;text-align:center;font-size:.9rem;color:#475569}.ugc-flow-arrow{color:#94a3b8;font-size:1rem}.ugc-flow-problem{background:#fef2f2;color:#dc2626;font-weight:500}.ugc-flow-fail{background:#fecaca;color:#991b1b;font-weight:600}.ugc-flow-highlight{background:#dbeafe;color:#1d4ed8;font-weight:500}.ugc-flow-success{background:#dcfce7;color:#16a34a;font-weight:600}.ugc-features{background:#fff}.ugc-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.ugc-feature-card{text-align:center;padding:2rem 1.5rem;background:#f8fafc;border-radius:12px;transition:transform .2s,box-shadow .2s}.ugc-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.ugc-feature-icon{width:72px;height:72px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:#3b82f6}.ugc-feature-card h4{font-size:1.1rem;color:#1e293b;margin-bottom:.75rem}.ugc-feature-card p{color:#64748b;font-size:.9rem;line-height:1.7}.ugc-industries{background:#f8fafc}.ugc-industries-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;margin-top:2rem}.ugc-industry-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;transition:transform .2s,box-shadow .2s}.ugc-industry-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.ugc-industry-card svg{color:#3b82f6}.ugc-industry-card span{font-size:.85rem;color:#475569;text-align:center}.ugc-industries-note{text-align:center;color:#94a3b8;font-size:.9rem;margin-top:2rem}.ugc-howto{background:#fff}.ugc-steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem;margin:3rem 0}.ugc-step{flex:1;max-width:220px;text-align:center}.ugc-step-number{width:48px;height:48px;background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.ugc-step-content h4{font-size:1rem;color:#1e293b;margin-bottom:.5rem}.ugc-step-content p{color:#64748b;font-size:.85rem;line-height:1.6}.ugc-step-arrow{display:flex;align-items:center;padding-top:12px;color:#94a3b8}.ugc-pricing{background:#f8fafc}.ugc-pricing-card-single{max-width:500px;margin:3rem auto 0;background:#fff;border:2px solid #3b82f6;border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 12px 40px #3b82f626}.ugc-pricing-header{margin-bottom:1.5rem}.ugc-pricing-header svg{color:#3b82f6;margin-bottom:.5rem}.ugc-pricing-header h4{font-size:1.5rem;color:#1e293b;margin:0}.ugc-pricing-price{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.ugc-price{font-size:3rem;font-weight:700;color:#1d4ed8}.ugc-price-period{font-size:1rem;color:#64748b}.ugc-pricing-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.ugc-pricing-features li{display:flex;align-items:center;gap:10px;padding:.6rem 0;font-size:.95rem;color:#475569}.ugc-pricing-features li svg{color:#3b82f6;flex-shrink:0}.ugc-pricing-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;border-radius:10px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .2s}.ugc-pricing-btn:hover{background:linear-gradient(135deg,#1e40af,#2563eb);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.ugc-pricing-note{margin-top:1rem;font-size:.85rem;color:#94a3b8}.ugc-faq{background:#fff}.ugc-faq-list{max-width:800px;margin:3rem auto 0}.ugc-faq-item{background:#f8fafc;border-radius:8px;margin-bottom:1rem;overflow:hidden}.ugc-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;color:#1e293b;font-weight:500;transition:background .2s}.ugc-faq-question:hover{background:#f1f5f9}.ugc-faq-question svg{color:#94a3b8;flex-shrink:0}.ugc-faq-open .ugc-faq-question{background:#eff6ff}.ugc-faq-open .ugc-faq-question svg{color:#3b82f6}.ugc-faq-answer{padding:0 1.5rem 1.25rem;animation:ugcFadeIn .2s ease}.ugc-faq-answer p{color:#475569;line-height:1.8;margin:0}@keyframes ugcFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ugc-cta{background:linear-gradient(135deg,#1d4ed8,#3b82f6,#60a5fa);padding:5rem 2rem;text-align:center;color:#fff}.ugc-cta-inner{max-width:600px;margin:0 auto}.ugc-cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.4;border-left:none}.ugc-cta p{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.ugc-btn-large{padding:18px 36px;font-size:1.1rem}@media (max-width: 1024px){.ugc-hero-content{grid-template-columns:1fr;text-align:center}.ugc-hero-cta{justify-content:center}.ugc-problems-grid{grid-template-columns:repeat(2,1fr)}.ugc-why-content{grid-template-columns:1fr}.ugc-why-stat{max-width:300px;margin:0 auto}.ugc-comparison{grid-template-columns:1fr;gap:1.5rem}.ugc-comparison-vs{transform:rotate(90deg)}.ugc-features-grid{grid-template-columns:repeat(2,1fr)}.ugc-industries-grid{grid-template-columns:repeat(3,1fr)}.ugc-steps{flex-direction:column;align-items:center}.ugc-step{max-width:300px}.ugc-step-arrow{transform:rotate(90deg);padding:0;margin:.5rem 0}}@media (max-width: 768px){.ugc-hero{padding:3rem 1.5rem}.ugc-hero-text h1{font-size:1.75rem}.ugc-hero-description{font-size:1rem}.ugc-section{padding:3rem 1.5rem}.ugc-section-title{font-size:1.4rem}.ugc-problems-grid{grid-template-columns:1fr;max-width:300px;margin-left:auto;margin-right:auto}.ugc-features-grid{grid-template-columns:1fr}.ugc-industries-grid{grid-template-columns:repeat(2,1fr)}.ugc-cta h2{font-size:1.5rem}.ugc-btn-primary,.ugc-btn-secondary{width:100%;justify-content:center}.ugc-pricing-card-single{padding:2rem 1.5rem}.ugc-price{font-size:2.5rem}}@media (max-width: 480px){.ugc-hero{padding:2rem 1rem}.ugc-hero-text h1{font-size:1.5rem}.ugc-section{padding:2.5rem 1rem}.ugc-industries-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.ugc-industry-card{padding:1rem .75rem}.ugc-industry-card span{font-size:.75rem}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#555a5a,#333);padding:20px}.auth-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:30px}.auth-header h1{color:#333;font-size:28px;margin-bottom:10px}.auth-header p{color:#666;font-size:14px}.redirect-notice{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center;border:1px solid #90caf9}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{color:#555;font-size:14px;margin-bottom:8px;font-weight:500}.form-group input{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:all .3s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-hint{color:#888;font-size:12px;margin-top:5px}.checkbox-group{display:flex;flex-direction:row!important;align-items:center;gap:6px;width:auto}.checkbox-group label{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;cursor:pointer}.checkbox-group input[type=checkbox]{width:16px;height:16px;min-width:16px;margin:0 8px 0 0;cursor:pointer}.checkbox-label .checkbox-text{display:inline-flex;align-items:center;white-space:nowrap;gap:4px}.checkbox-label input{margin-right:8px}.checkbox-row{display:flex;align-items:center;gap:6px;margin-top:-10px}.terms-link{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit}.terms-modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.terms-content{background:#fff;border-radius:12px;padding:30px;max-width:600px;max-height:70vh;overflow-y:auto}.terms-text h4{color:#333;margin-top:20px;margin-bottom:10px}.close-terms{margin-top:20px;padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;width:100%}.g-recaptcha{display:flex;justify-content:center}.error-message{background:#fee;color:#c33;padding:10px;border-radius:6px;font-size:14px;text-align:center}.auth-button{background:linear-gradient(90deg,#35bdbb,#20b7c2);color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #eee}.auth-footer p{color:#666;margin-bottom:10px}.auth-link{color:#667eea;text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.auth-links{margin-top:20px;text-align:center}.back-link{color:#888;text-decoration:none;font-size:14px}.verification-code-container{display:flex;gap:10px;justify-content:center;margin:30px 0}.code-input{width:50px;height:60px;text-align:center;font-size:24px;font-weight:700;border:2px solid #ddd;border-radius:8px}.code-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.resend-section{text-align:center;margin-top:20px}.resend-button{background:none;color:#667eea;border:1px solid #667eea;padding:10px 20px;border-radius:6px;cursor:pointer;margin-top:10px;transition:all .3s}.resend-button:hover:not(:disabled){background:#667eea;color:#fff}.resend-button:disabled{opacity:.5;cursor:not-allowed}.success-card{max-width:600px}.success-icon-large{width:80px;height:80px;margin:0 auto 30px;background:linear-gradient(135deg,#27ae60,#2ecc71);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:checkBounce 1s ease-out}.success-icon-large span{color:#fff;font-size:48px;font-weight:700}.registration-info{margin:30px 0}.info-box{background:#f9f9f9;border-radius:8px;padding:20px;margin-bottom:20px;display:flex;flex-direction:column}.info-box h3{color:#333;margin-bottom:10px;font-size:18px}.info-note{color:#666;font-size:14px;margin-bottom:20px}.credential-item{margin-bottom:15px}.credential-item label{display:block;color:#666;font-size:12px;margin-bottom:5px}.credential-value{display:flex;align-items:center;gap:10px;background:#fff;padding:10px;border-radius:6px;border:1px solid #ddd;overflow:hidden;word-break:break-all}.credential-value code{flex:1;font-family:Courier New,monospace;font-size:14px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.copy-button{background:#667eea;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;font-size:16px}.warning-box{background:#fef5e7;border-left:4px solid #f39c12;padding:15px;margin-top:20px}.warning-box p{color:#856404;margin:5px 0;font-size:14px}.plan-info{text-align:center}.plan-badge{display:inline-block;padding:5px 15px;border-radius:20px;font-size:14px;margin-bottom:15px}.plan-features{list-style:none;padding:0;text-align:left;margin-bottom:20px}.plan-features li{padding:5px 0;font-size:14px;color:#666}.upgrade-link{color:#667eea;text-decoration:none;font-weight:500}.action-buttons-group{display:flex;gap:15px;margin-top:30px}.primary-button,.secondary-button{flex:1;padding:12px;text-align:center;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.secondary-button{background:#fff;color:#667eea;border:2px solid #667eea}.next-steps{background:#f0f4ff;border-radius:8px;padding:20px;margin-top:30px}.next-steps h4{color:#333;margin-bottom:15px}.next-steps ol{margin-left:20px;color:#666}.next-steps li{margin-bottom:10px;font-size:14px}.forget-password-link{text-align:right;margin-top:-30px;margin-bottom:15px}.auth-link-inline{color:#1976d2;text-decoration:none;font-size:14px;transition:color .3s ease}.auth-link-inline:hover{color:#1565c0;text-decoration:underline}.success-message{background-color:#e8f5e9;color:#2e7d32;padding:12px 16px;border-radius:4px;margin-bottom:16px;font-size:14px;border:1px solid #a5d6a7}.link-button{background:none;border:none;color:#1976d2;cursor:pointer;font-size:14px;padding:8px 0;text-decoration:none;transition:color .3s ease;width:100%;text-align:center;margin-top:10px}.link-button:hover{color:#1565c0;text-decoration:underline}input[type=text][maxlength="6"]{font-size:24px;letter-spacing:8px;text-align:center;font-weight:700}@media (max-width: 480px){.auth-card{padding:20px}.success-card{max-width:100%}.action-buttons-group{flex-direction:column}.credential-value{flex-wrap:wrap}.credential-value code{font-size:12px}}.mypage-container{min-height:100vh;background:#f5f5f5}.mypage-header{background:linear-gradient(to bottom,#35bdbb,#20b7c2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:300;color:#fff;text-decoration:none}.header-actions{display:flex;gap:1rem;align-items:center}.header-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:background .3s}.header-link:hover{background:#ffffff1a}.logout-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s}.logout-button:hover{background:#ffffff4d}.mypage-content{max-width:1200px;margin:0 auto;display:flex;gap:2rem;padding:2rem}.mypage-sidebar{width:250px;background:#fff;border-radius:12px;padding:1rem;height:fit-content;box-shadow:0 2px 8px #00000014}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#666;text-decoration:none;border-radius:8px;transition:all .3s}.sidebar-item:hover{background:#f0f0f0;color:#333}.sidebar-item.active{background:linear-gradient(135deg,#35bdbb,#20b7c2);color:#fff}.sidebar-icon{font-size:1.2rem}.mypage-main{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.mypage-section{max-width:800px}.section-title{color:#333;font-size:1.8rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.plan-status-card{background:#f9f9f9;border-radius:12px;padding:2rem;margin-bottom:2rem}.plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.plan-header h3{color:#333;font-size:1.2rem;margin:0}.plan-badge{padding:.5rem 1.5rem;border-radius:20px;font-weight:500;font-size:.9rem}.plan-badge.free{background:#e8f5e9;color:#2e7d32}.plan-badge.premium{background:linear-gradient(135deg,gold,#ffed4e);color:#333}.plan-details{margin-bottom:2rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e0e0e0}.detail-label{color:#666;font-size:.95rem}.detail-value{color:#333;font-weight:500}.usage-indicator{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.usage-bar{width:150px;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.usage-progress{height:100%;background:linear-gradient(90deg,#35bdbb,#20b7c2);transition:width .3s ease}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-slider{background-color:#35bdbb}input:checked+.toggle-slider:before{transform:translate(26px)}.toggle-label{margin-left:1rem}.feature-list{list-style:none;padding:0}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#666}.feature-icon{color:#35bdbb;font-weight:700}.upgrade-section{background:linear-gradient(135deg,#f0fffe,#e6f9f8);border:2px solid #35bdbb;border-radius:12px;padding:2rem;text-align:center;margin-top:2rem}.upgrade-section h4{color:#333;margin-bottom:1rem}.upgrade-description{color:#666;margin-bottom:1.5rem}.price-info{margin-bottom:1.5rem}.price{font-size:2rem;font-weight:700;color:#35bdbb}.price-note{color:#666;font-size:.9rem;margin-left:.5rem}.upgrade-button{background:linear-gradient(135deg,#35bdbb,#20b7c2);color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;display:inline-block;font-weight:500;transition:all .3s}.upgrade-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #35bdbb4d}.cancel-section{text-align:center;padding:2rem;border-top:1px solid #e0e0e0;margin-top:2rem}.cancel-note{color:#666;margin-bottom:1rem}.cancel-button{background:#fff;color:#e74c3c;border:1px solid #e74c3c;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;transition:all .3s}.cancel-button:hover{background:#fee}.form-card{background:#f9f9f9;border-radius:12px;padding:2rem;margin-bottom:2rem}.form-card h3{color:#333;margin-bottom:1.5rem;font-size:1.2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#666;font-size:.9rem;margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#35bdbb;box-shadow:0 0 0 3px #35bdbb1a}.disabled-input{background:#e0e0e0;cursor:not-allowed}.submit-button{background:linear-gradient(135deg,#35bdbb,#20b7c2);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #35bdbb4d}.message{padding:1rem;border-radius:8px;margin-bottom:2rem}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.card-info-container{padding:2rem 0}.credit-card-display{margin-bottom:3rem}.card-visual{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #667eea4d;max-width:400px;margin:0 auto}.card-brand{font-size:1.2rem;margin-bottom:2rem;font-weight:500}.card-number{font-size:1.5rem;letter-spacing:2px;margin-bottom:2rem;font-family:Courier New,monospace}.card-details{display:flex;justify-content:space-between}.card-holder,.card-expiry{display:flex;flex-direction:column}.card-holder .label,.card-expiry .label{font-size:.75rem;opacity:.8;margin-bottom:.25rem}.card-holder .value,.card-expiry .value{font-size:1rem;font-weight:500}.card-info-details{background:#f9f9f9;border-radius:12px;padding:2rem;margin-bottom:2rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e0e0e0}.info-row:last-child{border-bottom:none}.info-label{color:#666;font-size:.95rem}.info-value{color:#333;font-weight:500}.default-badge{background:#35bdbb;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.85rem}.card-actions{display:flex;gap:1rem;margin-bottom:2rem}.update-card-button,.delete-card-button{flex:1;padding:.75rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s;text-align:center;text-decoration:none}.update-card-button{background:linear-gradient(135deg,#35bdbb,#20b7c2);color:#fff;border:none}.delete-card-button{background:#fff;color:#e74c3c;border:1px solid #e74c3c}.update-card-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #35bdbb4d}.delete-card-button:hover{background:#fee}.security-notice{background:#f0f8ff;border-left:4px solid #3498db;border-radius:8px;padding:1.5rem;display:flex;gap:1.5rem}.notice-icon{font-size:2rem;line-height:1}.notice-content h4{color:#333;margin-bottom:.75rem}.notice-content p{color:#666;font-size:.9rem;line-height:1.6}.no-card-container{text-align:center;padding:4rem 2rem;background:#f9f9f9;border-radius:12px}.no-card-icon{font-size:4rem;margin-bottom:2rem}.no-card-container h3{color:#333;margin-bottom:1rem}.no-card-container p{color:#666;margin-bottom:2rem}.register-card-button{background:linear-gradient(135deg,#35bdbb,#20b7c2);color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;display:inline-block;font-weight:500;transition:all .3s}.register-card-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #35bdbb4d}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%}.modal-content h3{color:#333;margin-bottom:1rem}.modal-content p{color:#666;margin-bottom:1rem}.warning-text{color:#e74c3c;font-size:.9rem}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.cancel-button,.confirm-delete-button{flex:1;padding:.75rem;border-radius:6px;cursor:pointer;transition:all .3s;font-size:1rem}.cancel-button{background:#e0e0e0;color:#666;border:none}.confirm-delete-button{background:#e74c3c;color:#fff;border:none}.stripe-container{max-width:600px}.stripe-form{background:#fff}.form-section{margin-bottom:2.5rem}.form-section h3{color:#333;margin-bottom:1.5rem;font-size:1.2rem}.stripe-element-container{background:#fff;padding:.75rem;border:1px solid #ddd;border-radius:6px;transition:all .3s}.stripe-element-container:focus-within{border-color:#35bdbb;box-shadow:0 0 0 3px #35bdbb1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.half{margin-bottom:0}.payment-summary{background:#f9f9f9;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.payment-summary h3{color:#333;margin-bottom:1rem;font-size:1.1rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;color:#666}.summary-row.total{border-top:2px solid #e0e0e0;padding-top:1rem;margin-top:.5rem;font-weight:700;color:#333}.plan-name{color:#35bdbb;font-weight:500}.price,.total-price{font-weight:700}.form-actions{margin-bottom:2rem}.form-actions .submit-button{width:100%;padding:1rem;font-size:1.1rem}.security-badges{display:flex;justify-content:center;gap:2rem;padding:2rem;background:#f9f9f9;border-radius:12px}.badge{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.payment-notes,.payment-faq{background:#f9f9f9;border-radius:12px;padding:2rem;margin-top:2rem}.payment-notes h4,.payment-faq h4{color:#333;margin-bottom:1rem}.payment-notes ul{list-style:none;padding:0}.payment-notes li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#666}.payment-notes li:before{content:"✓";position:absolute;left:0;color:#35bdbb}.faq-item{margin-bottom:1.5rem}.faq-item h5{color:#333;margin-bottom:.5rem}.faq-item p{color:#666;font-size:.9rem}.loading{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem}@media (max-width: 768px){.mypage-content{flex-direction:column}.mypage-sidebar{width:100%}.sidebar-nav{flex-direction:row;overflow-x:auto;gap:.25rem}.sidebar-item{white-space:nowrap}.form-row{grid-template-columns:1fr}.card-visual{max-width:100%}.security-badges{flex-direction:column;gap:1rem}}.domain-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #35bdbb}.domain-description{color:#666;font-size:.9rem;margin-bottom:1rem}.domain-slots-info{display:block;margin-top:.5rem;font-weight:600;color:#35bdbb}.domain-slots-note{font-weight:400;font-size:.8rem;color:#999;margin-left:.5rem}.domain-list{margin:1rem 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.domain-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e2e8f0}.domain-item:last-child{border-bottom:none}.domain-name{font-family:Monaco,Consolas,monospace;color:#333}.domain-delete-btn{background:none;border:none;color:#e74c3c;font-size:1.2rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.domain-delete-btn:hover{background:#fee}.no-domains{padding:1rem;text-align:center;color:#999;background:#f8f8f8}.domain-form{margin-top:1rem}.domain-input-group{display:flex;gap:.5rem}.domain-input-group input{flex:1}.domain-add-btn{background:#35bdbb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s}.domain-add-btn:hover{background:#2da5a3}.domain-hint{font-size:.8rem;color:#999;margin-top:.5rem}.domain-upgrade-notice{text-align:center;padding:1.5rem;background:#fff3cd;border-radius:8px;margin-top:1rem}.domain-upgrade-notice p{margin:.25rem 0;color:#856404}.upgrade-btn{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;margin-top:1rem;transition:transform .2s,box-shadow .2s}.upgrade-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.premium-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;text-align:center}.premium-notice h3{color:#b45309}.premium-notice p{color:#92400e}.delete-confirm-modal h3{color:#e74c3c;margin-bottom:1rem}.plan-card-compact{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:box-shadow .2s}.plan-card-compact:hover{box-shadow:0 2px 12px #0000000f}.plan-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f0f0f0;background:#fafafa}.plan-card-title{display:flex;align-items:center;gap:.5rem}.plan-card-title h3{margin:0;font-size:1.05rem;color:#333;font-weight:600}.plan-card-icon{font-size:1.1rem}.plan-badge-sm{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.plan-badge-sm.free{background:#e8f5e9;color:#2e7d32}.plan-badge-sm.premium{background:linear-gradient(135deg,gold,#ffed4e);color:#333}.plan-badge-sm.none{background:#f0f0f0;color:#999}.plan-card-body{padding:1.25rem}.plan-card-description{color:#666;font-size:.88rem;margin:0 0 1rem;line-height:1.6}.plan-card-stats{display:flex;flex-direction:column;gap:0}.plan-card-stat{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #f0f0f0}.plan-card-stat:last-child{border-bottom:none}.plan-card-stat .stat-label{color:#888;font-size:.85rem}.plan-card-stat .stat-value{color:#333;font-weight:500;font-size:.9rem}.plan-card-stat .stat-active{color:#27ae60;font-weight:600;font-size:.9rem}.plan-card-stat .stat-warning{color:#e74c3c;font-size:.8rem;margin-left:.5rem}.plan-card-progress{width:100%;height:6px;background:#e8e8e8;border-radius:3px;overflow:hidden;margin-top:.25rem;margin-bottom:.5rem}.plan-card-progress-bar{height:100%;background:linear-gradient(90deg,#35bdbb,#20b7c2);transition:width .3s ease;border-radius:3px}.plan-card-upgrade{background:#f8fbfb;border:1px solid #e0f0ef;border-radius:8px;padding:1rem;margin-top:.75rem}.plan-card-price-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.plan-card-price-row>span:first-child{color:#555;font-size:.88rem;font-weight:500}.plan-card-price{font-size:1.3rem;font-weight:700;color:#35bdbb}.plan-card-price-unit{font-size:.75rem;font-weight:400;color:#888}.plan-card-features-inline{color:#777;font-size:.8rem;margin-bottom:.75rem;line-height:1.5}.plan-card-notice{color:#e67e22;font-size:.78rem;margin:.5rem 0}.plan-card-pricing-details{margin-bottom:.75rem}.plan-card-pricing-details summary{cursor:pointer;font-size:.82rem;color:#888;margin-bottom:.5rem}.plan-card-pricing-details summary:hover{color:#555}.plan-card-pricing-table{background:#fff;border-radius:6px;border:1px solid #e8e8e8;overflow:hidden}.pricing-row{display:flex;justify-content:space-between;padding:.5rem .75rem;font-size:.8rem;color:#666;border-bottom:1px solid #f0f0f0}.pricing-row:last-child{border-bottom:none}.plan-card-btn{display:inline-block;padding:.6rem 1.25rem;border-radius:6px;font-size:.88rem;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s;border:none}.plan-card-btn.primary{background:linear-gradient(135deg,#35bdbb,#20b7c2);color:#fff;width:100%;margin-top:.5rem}.plan-card-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 14px #35bdbb4d}.plan-card-btn.primary.ugc{background:linear-gradient(135deg,#f59e0b,#d97706)}.plan-card-btn.primary.ugc:hover{box-shadow:0 4px 14px #f59e0b4d}.plan-card-btn.secondary{background:#f0f0f0;color:#333;flex:1}.plan-card-btn.secondary:hover{background:#e5e5e5}.plan-card-btn.cancel{background:#fff;color:#e74c3c;border:1px solid #e74c3c;font-size:.82rem;padding:.5rem 1rem}.plan-card-btn.cancel:hover{background:#fef2f2}.plan-card-cancel{margin-top:.75rem;text-align:right}.plan-card-actions-row{display:flex;gap:.75rem;margin-top:1rem}@media (max-width: 768px){.plan-card-header{padding:.75rem 1rem}.plan-card-body{padding:1rem}.plan-card-price{font-size:1.1rem}.plan-card-actions-row{flex-direction:column}.plan-card-btn.secondary,.plan-card-btn.cancel{width:100%;text-align:center}}.cancel-button-secondary{flex:1;padding:.75rem;border-radius:6px;cursor:pointer;transition:all .3s;font-size:1rem;background:#e0e0e0;color:#666;border:none}.cancel-button-secondary:hover{background:#d0d0d0}.cancel-button-secondary:disabled{opacity:.6;cursor:not-allowed}.confirm-cancel-button{flex:1;padding:.75rem;border-radius:6px;cursor:pointer;transition:all .3s;font-size:1rem;background:#e74c3c;color:#fff;border:none}.confirm-cancel-button:hover{background:#c0392b}.confirm-cancel-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.domain-input-group{flex-direction:column}.domain-add-btn{width:100%}}.llmo-about{min-height:100vh;background:#fff;color:#1a1a2e}.llmo-about-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#2d1b4e,#4a2c7a);overflow:hidden}.llmo-about-hero-bg{position:absolute;inset:0;overflow:hidden}.llmo-about-hero-bg .star{position:absolute;width:4px;height:4px;background:#fff;border-radius:50%;animation:twinkle 3s ease-in-out infinite}.star-1{top:10%;left:15%;animation-delay:0s}.star-2{top:20%;left:80%;animation-delay:.5s}.star-3{top:60%;left:25%;animation-delay:1s}.star-4{top:40%;left:70%;animation-delay:1.5s}.star-5{top:80%;left:50%;animation-delay:2s}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.llmo-about-hero-content{position:relative;z-index:1;text-align:center;padding:2rem;color:#fff}.llmo-about-hero-content h1{margin-bottom:1.5rem}.llmo-about-hero-content .gradient-text{display:block;font-size:4rem;font-weight:800;background:linear-gradient(135deg,#a855f7,#ec4899,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.1em}.llmo-about-hero-content .subtitle{display:block;font-size:1.2rem;font-weight:400;color:#fffc;letter-spacing:.3em;margin-top:.5rem}.hero-description{font-size:1.1rem;line-height:2;color:#ffffffe6;margin-bottom:2rem}.llmo-about-cta{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #a855f766}.llmo-about-cta:hover{transform:translateY(-2px);box-shadow:0 6px 30px #a855f799}.llmo-about-cta.large{padding:1.2rem 2.5rem;font-size:1.1rem}.cta-arrow{transition:transform .3s ease}.llmo-about-cta:hover .cta-arrow{transform:translate(4px)}.llmo-about-section{padding:5rem 1.5rem}.llmo-about-section.bg-light{background:linear-gradient(180deg,#f8f7ff,#fff)}.llmo-about-section.bg-notice{background:#fff9e6}.section-container{max-width:1000px;margin:0 auto}.llmo-about-section h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a2e}.section-subtitle{text-align:center;color:#666;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.why-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;transition:transform .3s ease,box-shadow .3s ease}.why-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #a855f726}.why-icon{font-size:2.5rem;margin-bottom:1rem}.why-card h3{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem}.why-card p{color:#555;line-height:1.8;font-size:.95rem}.flow-container{margin-top:3rem}.flow-step{display:flex;gap:1.5rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000f;border:1px solid #e8e8f0}.flow-number{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.flow-content h3{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem}.flow-content p{color:#555;line-height:1.8;margin-bottom:1rem}.flow-arrow{text-align:center;font-size:1.5rem;color:#a855f7;padding:.5rem 0}.flow-detail{display:flex;flex-wrap:wrap;gap:.75rem}.check-point{background:#f3e8ff;color:#7c3aed;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.score-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.score-item{background:#f8f7ff;padding:1rem;border-radius:12px;border-left:3px solid #a855f7}.score-label{display:block;font-weight:600;color:#7c3aed;margin-bottom:.25rem}.score-desc{font-size:.85rem;color:#666}.improvement-examples{display:flex;flex-direction:column;gap:.75rem}.improvement-item{display:flex;align-items:center;gap:.75rem;background:#f8f7ff;padding:.75rem 1rem;border-radius:8px}.improvement-icon{font-size:1.2rem}.cycle-visual{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.cycle-item{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-weight:500;font-size:.9rem}.cycle-item.cycle-repeat{background:linear-gradient(135deg,#ec4899,#f472b6)}.cycle-arrow{color:#a855f7;font-weight:700}.ai-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.ai-card{background:#fff;border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;transition:transform .3s ease}.ai-card:hover{transform:translateY(-4px)}.ai-logo{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin:0 auto 1rem}.ai-logo.chatgpt{background:linear-gradient(135deg,#10a37f,#1a7f64)}.ai-logo.claude{background:linear-gradient(135deg,#d97706,#b45309)}.ai-logo.gemini{background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335)}.ai-logo.perplexity{background:linear-gradient(135deg,#1a1a2e,#2d1b4e)}.ai-card h3{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.ai-card p{font-size:.85rem;color:#666;line-height:1.6}.notice-content{margin-top:2rem}.notice-item{display:flex;gap:1rem;background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;border:1px solid #ffe0b2}.notice-icon{font-size:1.5rem;flex-shrink:0}.notice-text h4{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.notice-text p{font-size:.9rem;color:#555;line-height:1.7}.pricing-card{max-width:500px;margin:2rem auto 0;background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 40px #a855f726;border:2px solid #e8e0f0}.pricing-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.pricing-label{display:block;font-size:.9rem;color:#666;margin-bottom:.5rem}.pricing-price{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#a855f7,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-tax{font-size:.9rem;color:#888}.pricing-features{margin-bottom:2rem}.pricing-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.pricing-feature:last-child{border-bottom:none}.feature-check{color:#a855f7;font-weight:700}.pricing-cta{display:block;width:100%;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;padding:1rem;border-radius:50px;font-weight:600;text-align:center;text-decoration:none;transition:all .3s ease}.pricing-cta:hover{box-shadow:0 4px 20px #a855f766;transform:translateY(-2px)}.llmo-about-cta-section{background:linear-gradient(135deg,#1a1a2e,#2d1b4e,#4a2c7a);padding:5rem 1.5rem;text-align:center;color:#fff}.llmo-about-cta-section h2{color:#fff;margin-bottom:1rem}.llmo-about-cta-section p{color:#fffc;margin-bottom:2rem}@media (max-width: 768px){.llmo-about-hero{min-height:60vh;padding:2rem 1rem}.llmo-about-hero-content .gradient-text{font-size:2.5rem}.llmo-about-hero-content .subtitle{font-size:.9rem;letter-spacing:.2em}.hero-description{font-size:.95rem}.llmo-about-section{padding:3rem 1rem}.llmo-about-section h2{font-size:1.5rem}.flow-step{flex-direction:column;align-items:flex-start}.flow-number{width:40px;height:40px;font-size:1.2rem}.score-grid{grid-template-columns:1fr}.cycle-visual{gap:.3rem}.cycle-item{padding:.4rem .8rem;font-size:.8rem}.ai-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.ai-card{padding:1rem}.ai-logo{width:50px;height:50px;font-size:1.2rem}.notice-item{flex-direction:column}.pricing-card{padding:1.5rem}.pricing-price{font-size:2.5rem}}:root{--llmo-bg-dark: #0f172a;--llmo-bg-medium: #1e293b;--llmo-bg-light: #334155;--llmo-purple-dark: #4c1d95;--llmo-purple-main: #7c3aed;--llmo-purple-light: #a78bfa;--llmo-blue-dark: #1e3a8a;--llmo-blue-main: #3b82f6;--llmo-cyan: #06b6d4;--llmo-pink: #ec4899;--llmo-text-primary: #f8fafc;--llmo-text-secondary: #94a3b8;--llmo-text-muted: #64748b;--llmo-border: #334155;--llmo-gradient-1: linear-gradient(135deg, #4c1d95 0%, #7c3aed 50%, #3b82f6 100%);--llmo-gradient-2: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);--llmo-gradient-card: linear-gradient(135deg, #1e293b 0%, #0f172a 100%)}.llmo-page{min-height:100vh;background:var(--llmo-gradient-2);position:relative;overflow-x:hidden}.llmo-page:before{content:"";position:fixed;inset:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.4),transparent),radial-gradient(2px 2px at 130px 80px,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 160px 120px,rgba(255,255,255,.3),transparent);background-size:200px 200px;animation:twinkle 4s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes twinkle{0%,to{opacity:.5}50%{opacity:1}}.llmo-layout{display:flex;min-height:100vh;position:relative;z-index:1}.llmo-sidebar{width:260px;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--llmo-border);padding:24px 0;position:fixed;height:100vh;overflow-y:auto}.llmo-sidebar-header{padding:0 24px 24px;border-bottom:1px solid var(--llmo-border);margin-bottom:24px}.llmo-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.llmo-logo-icon{width:40px;height:40px;background:var(--llmo-gradient-1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.llmo-logo-text{color:var(--llmo-text-primary);font-size:20px;font-weight:700;letter-spacing:-.5px}.llmo-logo-text span{background:var(--llmo-gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.llmo-nav{padding:0 12px}.llmo-nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;color:var(--llmo-text-secondary);text-decoration:none;border-radius:12px;margin-bottom:4px;transition:all .2s ease;font-weight:500}.llmo-nav-item:hover{background:#7c3aed1a;color:var(--llmo-text-primary)}.llmo-nav-item.active{background:var(--llmo-gradient-1);color:#fff;box-shadow:0 4px 15px #7c3aed66}.llmo-nav-item svg{width:20px;height:20px}.llmo-nav-divider{height:1px;background:var(--llmo-border);margin:16px 12px}.llmo-sidebar-footer{position:absolute;bottom:0;left:0;right:0;padding:16px 12px;border-top:1px solid var(--llmo-border);background:#0f172ae6}.llmo-back-link{display:flex;align-items:center;gap:8px;padding:12px 16px;color:var(--llmo-text-muted);text-decoration:none;border-radius:8px;font-size:14px;transition:all .2s ease}.llmo-back-link:hover{background:#ffffff0d;color:var(--llmo-text-secondary)}.llmo-main{flex:1;margin-left:260px;padding:32px;min-height:100vh}.llmo-container{max-width:1000px;margin:0 auto}.llmo-header{margin-bottom:32px}.llmo-header h1{font-size:32px;font-weight:700;color:var(--llmo-text-primary);margin-bottom:8px;background:var(--llmo-gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.llmo-header p{color:var(--llmo-text-secondary);font-size:16px}.llmo-card{background:var(--llmo-gradient-card);border:1px solid var(--llmo-border);border-radius:16px;padding:24px;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.llmo-card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:var(--llmo-text-primary);font-size:18px;font-weight:600}.llmo-card-header svg{color:var(--llmo-purple-light)}.llmo-score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.llmo-score-card{background:var(--llmo-gradient-card);border:1px solid var(--llmo-border);border-radius:16px;padding:24px;text-align:center;transition:all .3s ease}.llmo-score-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #7c3aed4d;border-color:var(--llmo-purple-main)}.llmo-score-card.primary{background:var(--llmo-gradient-1);border:none;box-shadow:0 8px 30px #7c3aed66}.llmo-score-card.primary .llmo-score-label,.llmo-score-card.primary .llmo-score-value,.llmo-score-card.primary .llmo-score-sub{color:#fff}.llmo-score-icon{width:48px;height:48px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;color:var(--llmo-purple-light)}.llmo-score-card.primary .llmo-score-icon{color:#ffffffe6}.llmo-score-label{font-size:14px;color:var(--llmo-text-secondary);margin-bottom:8px}.llmo-score-value{font-size:48px;font-weight:700;color:var(--llmo-text-primary);line-height:1}.llmo-score-sub{font-size:14px;color:var(--llmo-text-muted);margin-top:4px}.llmo-score-change{display:inline-flex;align-items:center;gap:4px;margin-top:12px;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:500}.llmo-score-change.up{background:#22c55e33;color:#4ade80}.llmo-score-change.down{background:#ef444433;color:#f87171}.llmo-score-change.neutral{background:#94a3b833;color:var(--llmo-text-secondary)}.llmo-form-group{margin-bottom:24px}.llmo-form-group label{display:block;font-size:14px;font-weight:600;color:var(--llmo-text-primary);margin-bottom:8px}.llmo-form-group label .required{color:var(--llmo-pink)}.llmo-form-hint{font-size:12px;color:var(--llmo-text-muted);margin-bottom:8px}.llmo-input{width:100%;padding:12px 16px;background:var(--llmo-bg-medium);border:1px solid var(--llmo-border);border-radius:10px;color:var(--llmo-text-primary);font-size:15px;transition:all .2s ease}.llmo-input:focus{outline:none;border-color:var(--llmo-purple-main);box-shadow:0 0 0 3px #7c3aed33}.llmo-input::placeholder{color:var(--llmo-text-muted)}.llmo-select{width:100%;padding:12px 16px;background:var(--llmo-bg-medium);border:1px solid var(--llmo-border);border-radius:10px;color:var(--llmo-text-primary);font-size:15px;cursor:pointer}.llmo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.llmo-btn-primary{background:var(--llmo-gradient-1);color:#fff;box-shadow:0 4px 15px #7c3aed66}.llmo-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed80}.llmo-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.llmo-btn-secondary{background:var(--llmo-bg-medium);color:var(--llmo-text-primary);border:1px solid var(--llmo-border)}.llmo-btn-secondary:hover{background:var(--llmo-bg-light);border-color:var(--llmo-purple-main)}.llmo-btn-ghost{background:transparent;color:var(--llmo-text-secondary);padding:8px 16px}.llmo-btn-ghost:hover{background:#ffffff0d;color:var(--llmo-text-primary)}.llmo-progress-item{display:flex;align-items:center;gap:16px;margin-bottom:16px}.llmo-progress-label{width:100px;font-weight:500;color:var(--llmo-text-primary);text-transform:capitalize}.llmo-progress-bar{flex:1;height:12px;background:var(--llmo-bg-medium);border-radius:6px;overflow:hidden}.llmo-progress-fill{height:100%;border-radius:6px;transition:width .5s ease}.llmo-progress-fill.high{background:linear-gradient(90deg,#22c55e,#4ade80)}.llmo-progress-fill.medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.llmo-progress-fill.low{background:linear-gradient(90deg,#ef4444,#f87171)}.llmo-progress-value{width:50px;text-align:right;font-weight:700;color:var(--llmo-text-primary)}.llmo-task-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:var(--llmo-bg-medium);border:1px solid var(--llmo-border);border-radius:12px;margin-bottom:12px;transition:all .2s ease}.llmo-task-item:hover{border-color:var(--llmo-purple-main)}.llmo-task-item.completed{background:#22c55e1a;border-color:#22c55e4d}.llmo-task-checkbox{width:24px;height:24px;border-radius:50%;background:var(--llmo-bg-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--llmo-text-muted);font-size:12px}.llmo-task-item.completed .llmo-task-checkbox{background:#22c55e;color:#fff}.llmo-task-content{flex:1}.llmo-task-title{font-weight:500;color:var(--llmo-text-primary);margin-bottom:4px}.llmo-task-item.completed .llmo-task-title{text-decoration:line-through;color:var(--llmo-text-muted)}.llmo-task-category{font-size:12px;color:var(--llmo-text-muted)}.llmo-steps{display:flex;justify-content:center;gap:32px;margin-bottom:32px}.llmo-step{display:flex;align-items:center;gap:12px}.llmo-step-number{width:36px;height:36px;border-radius:50%;background:var(--llmo-bg-medium);border:2px solid var(--llmo-border);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--llmo-text-muted);transition:all .3s ease}.llmo-step.active .llmo-step-number{background:var(--llmo-gradient-1);border-color:var(--llmo-purple-main);color:#fff;box-shadow:0 0 20px #7c3aed80}.llmo-step.completed .llmo-step-number{background:#22c55e;border-color:#22c55e;color:#fff}.llmo-step-label{font-weight:500;color:var(--llmo-text-muted)}.llmo-step.active .llmo-step-label{color:var(--llmo-text-primary)}.llmo-subscribe-card{max-width:480px;margin:60px auto;text-align:center;padding:48px;background:var(--llmo-gradient-card);border:1px solid var(--llmo-border);border-radius:24px}.llmo-subscribe-icon{width:80px;height:80px;margin:0 auto 24px;background:var(--llmo-gradient-1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 30px #7c3aed66}.llmo-subscribe-title{font-size:28px;font-weight:700;color:var(--llmo-text-primary);margin-bottom:16px}.llmo-subscribe-desc{color:var(--llmo-text-secondary);margin-bottom:32px;line-height:1.6}.llmo-price-box{background:var(--llmo-bg-medium);border-radius:16px;padding:24px;margin-bottom:24px}.llmo-price{font-size:32px;font-weight:700;color:var(--llmo-text-primary);margin-bottom:16px}.llmo-price span{font-size:16px;font-weight:400;color:var(--llmo-text-muted)}.llmo-features{text-align:left;list-style:none;padding:0;margin:0}.llmo-features li{display:flex;align-items:center;gap:12px;color:var(--llmo-text-secondary);padding:8px 0}.llmo-features li svg{color:#22c55e;flex-shrink:0}.llmo-alert{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;margin-bottom:24px}.llmo-alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.llmo-alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.llmo-alert-info{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#60a5fa}.llmo-checkbox-card{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--llmo-bg-medium);border:1px solid var(--llmo-border);border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:8px}.llmo-checkbox-card:hover{border-color:var(--llmo-purple-main)}.llmo-checkbox-card.selected{background:#7c3aed1a;border-color:var(--llmo-purple-main)}.llmo-checkbox-card input[type=checkbox]{margin-top:2px;accent-color:var(--llmo-purple-main)}.llmo-checkbox-title{font-weight:500;color:var(--llmo-text-primary);margin-bottom:4px}.llmo-checkbox-desc{font-size:12px;color:var(--llmo-text-muted)}.llmo-tag-group{display:flex;flex-wrap:wrap;gap:12px}.llmo-tag{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:var(--llmo-bg-medium);border:1px solid var(--llmo-border);border-radius:10px;color:var(--llmo-text-secondary);cursor:pointer;transition:all .2s ease;font-weight:500;text-transform:capitalize}.llmo-tag:hover{border-color:var(--llmo-purple-main)}.llmo-tag.selected{background:var(--llmo-gradient-1);border-color:transparent;color:#fff;box-shadow:0 4px 15px #7c3aed66}.llmo-tag input{display:none}.llmo-result-card{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:16px;padding:24px}.llmo-result-header{display:flex;align-items:center;gap:8px;color:#4ade80;font-weight:600;font-size:18px;margin-bottom:20px}.llmo-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.llmo-result-item{text-align:center}.llmo-result-label{font-size:14px;color:var(--llmo-text-secondary);margin-bottom:8px}.llmo-result-value{font-size:32px;font-weight:700;color:var(--llmo-text-primary)}.llmo-result-sub{font-size:12px;color:var(--llmo-text-muted)}.llmo-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:var(--llmo-text-secondary)}.llmo-spinner{width:48px;height:48px;border:3px solid var(--llmo-border);border-top-color:var(--llmo-purple-main);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.llmo-sidebar{display:none}.llmo-main{margin-left:0;padding:16px}.llmo-header h1{font-size:24px}.llmo-score-grid{grid-template-columns:1fr}.llmo-score-value{font-size:36px}.llmo-steps{flex-direction:column;gap:16px}.llmo-result-grid{grid-template-columns:1fr}.llmo-subscribe-card{padding:24px;margin:24px auto}}.llmo-mobile-header{display:none;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px;border-bottom:1px solid var(--llmo-border);position:sticky;top:0;z-index:100}@media (max-width: 768px){.llmo-mobile-header{display:flex;align-items:center;justify-content:space-between}}.llmo-mobile-logo{display:flex;align-items:center;gap:8px;color:var(--llmo-text-primary);font-weight:700;text-decoration:none}.llmo-mobile-menu-btn{background:transparent;border:none;color:var(--llmo-text-primary);padding:8px;cursor:pointer}.llmo-access-blocked{max-width:500px;margin:0 auto;padding:48px 32px;text-align:center;background:var(--llmo-gradient-card);border:1px solid var(--llmo-border);border-radius:20px}.llmo-access-blocked-icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:#f59e0b33;border-radius:50%;color:#f59e0b}.llmo-access-blocked h2{font-size:24px;font-weight:700;color:var(--llmo-text-primary);margin-bottom:12px}.llmo-access-blocked>p{font-size:15px;color:var(--llmo-text-secondary);line-height:1.7;margin-bottom:24px}.llmo-access-blocked-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.llmo-access-blocked-actions .llmo-btn{width:100%}.llmo-access-blocked-info{text-align:left;padding:20px;background:var(--llmo-bg-medium);border-radius:12px;margin-top:24px}.llmo-access-blocked-info h4{font-size:14px;font-weight:600;color:var(--llmo-text-primary);margin-bottom:8px}.llmo-access-blocked-info p{font-size:13px;color:var(--llmo-text-secondary);line-height:1.6;margin-bottom:12px}.llmo-access-blocked-info ul{list-style:none;padding:0;margin:0}.llmo-access-blocked-info li{font-size:13px;color:var(--llmo-text-muted);padding:4px 0}.llmo-pricing-card{background:var(--llmo-bg-medium);border:2px solid var(--llmo-purple-main);border-radius:16px;padding:24px;text-align:left}.llmo-pricing-header{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;color:var(--llmo-text-primary);margin-bottom:16px}.llmo-pricing-header svg{color:var(--llmo-purple-light)}.llmo-pricing-price{display:flex;align-items:baseline;gap:8px;margin-bottom:20px}.llmo-pricing-price .price{font-size:36px;font-weight:800;color:var(--llmo-text-primary)}.llmo-pricing-price .period{font-size:14px;color:var(--llmo-text-muted)}.llmo-pricing-features{list-style:none;padding:0;margin:0}.llmo-pricing-features li{font-size:14px;color:var(--llmo-text-secondary);padding:8px 0;border-bottom:1px solid var(--llmo-border)}.llmo-pricing-features li:last-child{border-bottom:none}.llmo-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600}.llmo-status-badge.active{background:#22c55e26;color:#22c55e}.llmo-status-badge.canceled{background:#ef444426;color:#ef4444}.llmo-status-badge.past-due{background:#f59e0b26;color:#f59e0b}.llmo-status-badge.none{background:#64748b26;color:#64748b}.llmo-alert-warning{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:10px;color:#f59e0b}.llmo-alert-warning svg{flex-shrink:0;margin-top:2px}.llmo-history-section{background:var(--llmo-gradient-card);border:1px solid var(--llmo-border);border-radius:12px;padding:20px 24px;margin-bottom:16px}.llmo-history-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.llmo-history-section-title{font-size:15px;font-weight:600;color:var(--llmo-text-primary)}.llmo-history-section-date{font-size:12px;color:var(--llmo-text-muted)}.llmo-history-score-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.llmo-history-score-item{display:flex;flex-direction:column;gap:6px}.llmo-history-score-label{font-size:12px;color:var(--llmo-text-muted)}.llmo-history-score-item .llmo-history-score-value{font-size:24px;font-weight:700;color:var(--llmo-text-primary)}.llmo-history-graph-container{width:100%;padding:10px 0}.llmo-graph-wrapper{width:100%}.llmo-graph-legend{display:flex;gap:20px;justify-content:flex-end;margin-bottom:8px;padding-right:10px}.llmo-graph-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--llmo-text-secondary)}.llmo-graph-legend-dot{width:10px;height:10px;border-radius:50%}.llmo-graph-legend-item.branding .llmo-graph-legend-dot{background:#a78bfa}.llmo-graph-legend-item.monitoring .llmo-graph-legend-dot{background:#60a5fa}.llmo-graph-wrapper .llmo-score-graph-svg{width:100%;height:auto;aspect-ratio:5 / 1;display:block}.llmo-history-graph-empty{font-size:13px;color:var(--llmo-text-muted);text-align:center;padding:20px}.llmo-history-section-body,.llmo-history-list{display:flex;flex-direction:column;gap:12px}.llmo-history-card{display:flex;align-items:center;gap:16px;padding:16px;background:#1e293b80;border:1px solid var(--llmo-border);border-radius:12px;text-decoration:none;color:inherit;transition:all .2s ease}.llmo-history-card:hover{border-color:var(--llmo-purple-main);background:#7c3aed1a;transform:translate(4px)}.llmo-history-card-left{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:70px;padding-right:16px;border-right:1px solid var(--llmo-border)}.llmo-history-cycle-number{width:44px;height:44px;background:var(--llmo-gradient-1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}.llmo-history-card-left .llmo-history-score{display:flex;align-items:baseline;gap:2px;flex-wrap:wrap;justify-content:center}.llmo-history-card-left .llmo-history-score-value{font-size:18px;font-weight:700;color:var(--llmo-text-primary)}.llmo-history-card-left .llmo-history-score-label{font-size:11px;color:var(--llmo-text-muted)}.llmo-history-card-center{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.llmo-history-card-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.llmo-history-mode{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.llmo-history-mode.branding{background:#7c3aed33;color:#a78bfa}.llmo-history-mode.monitoring{background:#3b82f633;color:#60a5fa}.llmo-history-mode.both{background:#22c55e33;color:#4ade80}.llmo-history-date{font-size:13px;color:var(--llmo-text-secondary);display:flex;align-items:center;gap:8px}.llmo-history-time{font-size:12px;color:var(--llmo-text-muted)}.llmo-history-llm-results{display:flex;gap:8px;flex-wrap:wrap}.llmo-history-llm-item{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#1e293bcc;border-radius:6px;font-size:12px}.llmo-history-llm-item.mentioned{background:#22c55e26}.llmo-history-llm-item.not-mentioned{background:#ef444426}.llmo-history-llm-status{margin-left:2px}.llmo-history-llm-status.success{color:#22c55e}.llmo-history-llm-status.fail{color:#ef4444}.llmo-history-tasks{display:flex;align-items:center;gap:6px;font-size:12px}.llmo-history-tasks-label{color:var(--llmo-text-muted)}.llmo-history-tasks-progress{color:var(--llmo-text-secondary)}.llmo-history-card-right{color:var(--llmo-text-muted);transition:transform .2s ease}.llmo-history-card:hover .llmo-history-card-right{color:var(--llmo-purple-light);transform:translate(4px)}.llmo-history-card-left .llmo-score-change{font-size:10px;padding:2px 5px;margin-left:2px}@media (max-width: 768px){.llmo-history-score-row{grid-template-columns:1fr;gap:16px}.llmo-history-card{flex-direction:column;align-items:stretch;gap:12px}.llmo-history-card-left{flex-direction:row;justify-content:space-between;border-right:none;border-bottom:1px solid var(--llmo-border);padding-right:0;padding-bottom:12px;min-width:auto}.llmo-history-card-left .llmo-history-score{flex-direction:row}.llmo-history-card-right{display:none}}.llmo-custom-questions{display:flex;flex-direction:column;gap:12px;margin-top:12px}.llmo-custom-question-item{display:flex;align-items:center;gap:12px;padding:12px;background:#1e293b80;border:1px solid var(--llmo-border);border-radius:8px;transition:all .2s ease}.llmo-custom-question-item:focus-within{border-color:var(--llmo-purple-main);box-shadow:0 0 0 2px #7c3aed33}.llmo-custom-question-number{width:28px;height:28px;min-width:28px;background:var(--llmo-gradient-1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff}.llmo-custom-question-item .llmo-input{background:transparent;border:none;padding:8px 0}.llmo-custom-question-item .llmo-input:focus{outline:none;box-shadow:none}.llmo-custom-question-item .llmo-input::placeholder{color:var(--llmo-text-muted);font-size:13px}.llmo-hint-box{margin-top:12px;padding:12px 16px;background:#8b5cf61a;border-radius:8px;border:1px solid rgba(139,92,246,.3);color:var(--llmo-text-secondary);font-size:13px;line-height:1.5}.llmo-hint-box strong{color:var(--llmo-purple-light)}.llmo-alert-warning{background:#eab3081a;border:1px solid rgba(234,179,8,.3);color:#fbbf24}.llmo-template-section{margin-top:24px;padding-top:24px;border-top:1px solid var(--llmo-border)}.llmo-template-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.llmo-template-section-title{font-size:14px;color:var(--llmo-text-secondary);font-weight:500}.llmo-template-section-hint{font-size:12px;color:var(--llmo-text-muted)}@media (max-width: 768px){.llmo-custom-question-item{padding:10px}.llmo-custom-question-number{width:24px;height:24px;min-width:24px;font-size:12px}.llmo-custom-question-item .llmo-input::placeholder{font-size:12px}}.text-purple-400{color:var(--llmo-purple-light)}.llmo-form-group+.llmo-form-group{margin-top:24px}.llmo-checkbox-card{cursor:pointer;transition:all .2s ease}.llmo-checkbox-card:hover{border-color:var(--llmo-purple-main);transform:translateY(-1px)}.llmo-checkbox-card.selected{border-color:var(--llmo-purple-main);background:#7c3aed1a}.llmo-tag-group{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.llmo-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#1e293bcc;border:1px solid var(--llmo-border);border-radius:20px;font-size:14px;color:var(--llmo-text-secondary);transition:all .2s ease;-webkit-user-select:none;user-select:none}.llmo-tag:hover{border-color:var(--llmo-purple-main);color:var(--llmo-text-primary)}.llmo-tag.selected{background:var(--llmo-gradient-1);border-color:transparent;color:#fff}.llmo-template-count{display:inline-flex;align-items:center;padding:4px 10px;background:var(--llmo-gradient-1);border-radius:12px;font-size:11px;font-weight:600;color:#fff;white-space:nowrap;flex-shrink:0}.llmo-nav-badge{width:8px;height:8px;background:#ef4444;border-radius:50%;margin-left:auto;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.llmo-toast{position:fixed;bottom:24px;right:24px;background:var(--llmo-bg-medium);border:1px solid var(--llmo-border);border-left:4px solid #22c55e;border-radius:8px;padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 20px #0000004d;z-index:1000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.llmo-toast span{color:var(--llmo-text-primary);font-weight:500}.llmo-toast-close{background:none;border:none;color:var(--llmo-text-muted);cursor:pointer;padding:4px;margin-left:8px}.llmo-toast-close:hover{color:var(--llmo-text-primary)}.llmo-check-processing{text-align:center;padding:60px 20px}.llmo-processing-animation{margin-bottom:24px}.llmo-check-processing h3{color:var(--llmo-text-primary);font-size:20px;margin-bottom:16px}.llmo-check-processing p{color:var(--llmo-text-secondary);line-height:1.8}.llmo-check-info-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.llmo-check-info-card{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:var(--llmo-bg-medium);border:1px solid var(--llmo-border);border-radius:12px}.llmo-check-info-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--llmo-gradient-1);border-radius:10px;color:#fff;flex-shrink:0}.llmo-check-info-content h4{margin:0 0 4px;font-size:15px;font-weight:600;color:var(--llmo-text-primary)}.llmo-check-info-content p{margin:0;font-size:13px;color:var(--llmo-text-secondary);line-height:1.5}.llmo-check-start-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:300px;margin:0 auto 16px;padding:16px 32px;background:var(--llmo-gradient-1);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.llmo-check-start-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf64d}.llmo-check-note{text-align:center;font-size:12px;color:var(--llmo-text-muted);line-height:1.6;margin-bottom:16px}.llmo-check-container{min-height:calc(100vh - 100px);display:flex;flex-direction:column}.llmo-check-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:300px;color:var(--llmo-text-secondary)}.llmo-check-header{display:flex;justify-content:center;align-items:center;transition:all .6s cubic-bezier(.4,0,.2,1);padding:40px 20px}.llmo-check-header.docked{padding:16px 20px;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--llmo-border);position:sticky;top:0;z-index:50;margin:-32px -32px 24px;width:calc(100% + 64px)}.llmo-check-header-content{text-align:center;transition:all .6s cubic-bezier(.4,0,.2,1)}.llmo-check-header.docked .llmo-check-header-content{text-align:left;width:100%}.llmo-check-hero-icon{width:80px;height:80px;margin:0 auto 20px;background:var(--llmo-gradient-1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 40px #7c3aed66;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 40px #7c3aed66;transform:scale(1)}50%{box-shadow:0 0 60px #7c3aed99;transform:scale(1.03)}}.llmo-check-hero-title{font-size:28px;font-weight:700;background:var(--llmo-gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.llmo-check-hero-desc{font-size:14px;color:var(--llmo-text-secondary)}.llmo-check-docked-content{display:flex;align-items:center;gap:16px;width:100%}.llmo-check-docked-icon{width:40px;height:40px;background:var(--llmo-gradient-1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.llmo-check-docked-info{display:flex;flex-direction:column;gap:2px}.llmo-check-docked-status{font-size:14px;font-weight:600;color:var(--llmo-text-primary)}.llmo-check-docked-score{font-size:13px;color:var(--llmo-text-secondary)}.llmo-check-docked-score strong{color:var(--llmo-purple-light);font-size:16px}.llmo-check-ready{display:flex;flex-direction:column;gap:20px}.llmo-check-no-settings{text-align:center;padding:48px 24px;background:var(--llmo-gradient-card);border:1px solid var(--llmo-border);border-radius:16px}.llmo-check-no-settings svg{color:var(--llmo-text-muted);margin-bottom:16px}.llmo-check-no-settings h3{font-size:18px;color:var(--llmo-text-primary);margin-bottom:8px}.llmo-check-no-settings p{font-size:14px;color:var(--llmo-text-secondary);margin-bottom:24px}.llmo-check-settings-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--llmo-gradient-1);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.llmo-check-settings-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #7c3aed66}.llmo-check-mode-selector{display:flex;flex-direction:column;gap:16px}.llmo-check-mode-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.llmo-check-mode-card{background:var(--llmo-gradient-card);border:1px solid var(--llmo-border);border-radius:16px;padding:24px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.llmo-check-mode-card:before{content:"";position:absolute;inset:0;background:var(--llmo-gradient-1);opacity:0;transition:opacity .3s ease;z-index:0}.llmo-check-mode-card:hover:not(.disabled):before{opacity:.1}.llmo-check-mode-card:hover:not(.disabled){border-color:var(--llmo-purple-main);transform:translateY(-4px);box-shadow:0 8px 30px #7c3aed4d}.llmo-check-mode-card.disabled{opacity:.5;cursor:not-allowed}.llmo-check-mode-card.disabled:hover{transform:none;box-shadow:none}.llmo-check-mode-card.full-width{flex-direction:row;text-align:left;gap:20px}.llmo-check-mode-card.full-width .llmo-check-mode-content{flex:1;align-items:flex-start}.llmo-check-mode-card.full-width .llmo-check-mode-badge{position:static;margin-left:auto}.llmo-check-mode-icon{width:64px;height:64px;background:var(--llmo-gradient-1);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:16px;position:relative;z-index:1;flex-shrink:0}.llmo-check-mode-card.full-width .llmo-check-mode-icon{margin-bottom:0}.llmo-check-mode-content{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:1}.llmo-check-mode-title{font-size:18px;font-weight:700;color:var(--llmo-text-primary);margin:0}.llmo-check-mode-desc{font-size:13px;color:var(--llmo-text-secondary);line-height:1.6;margin:0}.llmo-check-mode-note{display:block;font-size:11px;color:var(--llmo-text-muted);margin-top:4px}.llmo-check-mode-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#7c3aed33;border-radius:20px;font-size:12px;font-weight:600;color:var(--llmo-purple-light);margin-top:12px;position:relative;z-index:1}.llmo-check-mode-badge.disabled{background:#64748b33;color:var(--llmo-text-muted)}.llmo-check-settings-link{text-align:center;margin-top:8px}.llmo-check-edit-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--llmo-purple-light);font-size:13px;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s}.llmo-check-edit-btn:hover{background:#7c3aed1a}.llmo-check-question-display{padding:16px 0;margin-bottom:16px}.llmo-check-question-text{font-size:16px;font-weight:500;color:var(--llmo-text-primary);line-height:1.5;animation:questionFadeIn .5s ease-out}@keyframes questionFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.llmo-check-error{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#f87171;font-size:14px}.llmo-check-error-container{display:flex;flex-direction:column;align-items:center;gap:16px}.llmo-check-retry-btn{padding:10px 24px;background:transparent;border:1px solid var(--llmo-border);color:var(--llmo-text-primary);border-radius:8px;cursor:pointer;transition:all .2s}.llmo-check-retry-btn:hover{background:var(--llmo-bg-medium)}.llmo-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}@media (max-width: 768px){.llmo-check-grid{grid-template-columns:1fr}}.llmo-check-card{background:var(--llmo-gradient-card);border:1px solid var(--llmo-border);border-radius:12px;padding:16px;min-height:180px;display:flex;flex-direction:column;opacity:0;transform:translateY(20px);animation:card-fade-in .4s cubic-bezier(.4,0,.2,1) forwards;animation-delay:calc(var(--card-index) * .1s);transition:border-color .3s ease,box-shadow .3s ease}@keyframes card-fade-in{to{opacity:1;transform:translateY(0)}}.llmo-check-card.running{border-color:var(--llm-color);box-shadow:0 0 20px color-mix(in srgb,var(--llm-color) 25%,transparent)}.llmo-check-card.completed{border-color:var(--llmo-border)}.llmo-check-card.disabled{opacity:.5}.llmo-check-card-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--llmo-border)}.llmo-check-card-icon{color:var(--llm-color)}.llmo-check-card-name{font-weight:600;font-size:14px;color:var(--llmo-text-primary);flex:1}.llmo-check-card-status{display:flex;align-items:center}.status-waiting,.status-disabled{font-size:11px;color:var(--llmo-text-muted)}.status-done{color:#22c55e}.llmo-check-card-progress{height:3px;background:var(--llmo-bg-medium);border-radius:2px;overflow:hidden;margin-bottom:10px}.llmo-check-card-progress-fill{height:100%;background:var(--llm-color);border-radius:2px;transition:width .1s linear}.llmo-check-card-content{flex:1;overflow:hidden}.llmo-check-card-waiting{display:flex;align-items:center;justify-content:center;height:100%;min-height:60px}.waiting-dots{display:flex;gap:6px}.waiting-dots span{width:6px;height:6px;background:var(--llmo-text-muted);border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.waiting-dots span:nth-child(1){animation-delay:0s}.waiting-dots span:nth-child(2){animation-delay:.2s}.waiting-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}.llmo-check-card-text{font-size:12px;color:var(--llmo-text-secondary);line-height:1.6;max-height:80px;overflow:hidden;margin:0}.typing-cursor{display:inline-block;color:var(--llm-color);font-weight:700;animation:blink .8s infinite;margin-left:1px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.llmo-check-card-result{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid var(--llmo-border);opacity:0;animation:fade-in .3s ease forwards;animation-delay:.2s}@keyframes fade-in{to{opacity:1}}.result-badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px}.result-badge.mentioned{background:#22c55e33;color:#22c55e}.result-badge.not-mentioned{background:#ef444433;color:#f87171}.result-score{font-size:14px;font-weight:700;color:var(--llmo-text-primary)}.llmo-check-complete{text-align:center;padding:32px 20px;opacity:0;animation:fade-in-up .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.3s}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.llmo-check-complete-score{margin-bottom:24px;color:var(--llmo-text-primary)}.llmo-check-complete-score svg{color:var(--llmo-purple-light);margin-bottom:12px}.score-display{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:4px}.score-value{font-size:56px;font-weight:700;background:var(--llmo-gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.score-label{font-size:20px;color:var(--llmo-text-muted)}.llmo-check-complete-score p{font-size:14px;color:var(--llmo-text-secondary);margin:0}.llmo-check-results-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:var(--llmo-gradient-1);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #7c3aed66}.llmo-check-results-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #7c3aed80}@media (max-width: 768px){.llmo-check-header{padding:24px 16px}.llmo-check-header.docked{margin:-16px -16px 16px;width:calc(100% + 32px);padding:12px 16px}.llmo-check-hero-icon{width:64px;height:64px}.llmo-check-hero-icon svg{width:32px;height:32px}.llmo-check-hero-title{font-size:24px}.llmo-check-mode-row{grid-template-columns:1fr}.llmo-check-mode-card{padding:16px 20px;flex-direction:row;text-align:left;gap:16px}.llmo-check-mode-card .llmo-check-mode-content{flex:1;align-items:flex-start}.llmo-check-mode-card .llmo-check-mode-badge{position:static;margin-top:0;margin-left:auto;align-self:center}.llmo-check-mode-icon{width:48px;height:48px;min-width:48px;margin-bottom:0;border-radius:12px}.llmo-check-mode-icon svg{width:24px;height:24px}.llmo-check-mode-title{font-size:15px}.llmo-check-mode-desc{font-size:12px;line-height:1.4}.llmo-check-mode-desc br{display:none}.llmo-check-mode-note{display:inline}.llmo-check-docked-content{flex-wrap:wrap}.score-value{font-size:48px}}:root{--ugc-primary: #1976d2;--ugc-primary-dark: #1565c0;--ugc-primary-light: #42a5f5;--ugc-success: #4caf50;--ugc-warning: #ff9800;--ugc-danger: #f44336;--ugc-gray-50: #fafafa;--ugc-gray-100: #f5f5f5;--ugc-gray-200: #eeeeee;--ugc-gray-300: #e0e0e0;--ugc-gray-400: #bdbdbd;--ugc-gray-500: #9e9e9e;--ugc-gray-600: #757575;--ugc-gray-700: #616161;--ugc-gray-800: #424242;--ugc-gray-900: #212121;--ugc-sidebar-width: 260px;--ugc-header-height: 60px}.ugc-layout-wrapper .ugc-sidebar{top:94px;height:calc(100vh - 72px)}.ugc-layout{display:flex;min-height:100vh;background:var(--ugc-gray-100)}.ugc-loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--ugc-gray-100)}.ugc-loading-content{text-align:center}.ugc-loading-spinner,.ugc-spinner{animation:ugc-spin 1s linear infinite;color:var(--ugc-primary)}@keyframes ugc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ugc-sidebar{width:var(--ugc-sidebar-width);background:#fff;border-right:1px solid var(--ugc-gray-200);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100}.ugc-sidebar-header{padding:20px;border-bottom:1px solid var(--ugc-gray-200)}.ugc-back-link{display:inline-flex;align-items:center;gap:4px;color:var(--ugc-gray-600);font-size:12px;text-decoration:none;margin-bottom:16px}.ugc-back-link:hover{color:var(--ugc-primary)}.ugc-logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;color:var(--ugc-primary)}.ugc-logo-icon{width:32px;height:32px}.ugc-logo-subtitle{font-size:12px;color:var(--ugc-gray-600);margin-top:4px}.ugc-nav{flex:1;padding:16px 0;overflow-y:auto}.ugc-nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:var(--ugc-gray-700);text-decoration:none;font-size:14px;transition:all .2s}.ugc-nav-item:hover{background:var(--ugc-gray-100);color:var(--ugc-primary)}.ugc-nav-item.active{background:#1976d21a;color:var(--ugc-primary);font-weight:500;border-right:3px solid var(--ugc-primary)}.ugc-sidebar-footer{padding:16px 20px;border-top:1px solid var(--ugc-gray-200)}.ugc-subscription-badge{display:flex;align-items:center;gap:8px;font-size:12px}.ugc-badge-status{background:var(--ugc-success);color:#fff;padding:2px 8px;border-radius:12px}.ugc-badge-gbp{color:var(--ugc-gray-600)}.ugc-main{flex:1;margin-left:var(--ugc-sidebar-width);padding:24px;min-height:100vh}.ugc-mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:var(--ugc-header-height);background:#fff;border-bottom:1px solid var(--ugc-gray-200);padding:0 16px;align-items:center;justify-content:space-between;z-index:99}.ugc-mobile-back{color:var(--ugc-gray-600)}.ugc-mobile-title{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--ugc-primary)}.ugc-mobile-menu-btn{background:none;border:none;cursor:pointer;color:var(--ugc-gray-700)}.ugc-mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:200}.ugc-mobile-menu{position:absolute;top:0;right:0;width:280px;height:100%;background:#fff;padding:20px 0}.ugc-mobile-nav-item{display:flex;align-items:center;gap:12px;padding:14px 20px;color:var(--ugc-gray-700);text-decoration:none;font-size:15px}.ugc-mobile-nav-item.active{background:#1976d21a;color:var(--ugc-primary)}.ugc-page{max-width:1200px;margin:0 auto}.ugc-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.ugc-page-header h1{font-size:24px;font-weight:600;color:var(--ugc-gray-900);margin:0 0 4px}.ugc-page-header p{color:var(--ugc-gray-600);font-size:14px;margin:0;line-height:1.6}.ugc-header-actions{display:flex;gap:12px}.ugc-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:var(--ugc-gray-600)}.ugc-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--ugc-primary);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s}.ugc-btn-primary:hover{background:var(--ugc-primary-dark)}.ugc-btn-primary:disabled{background:var(--ugc-gray-400);cursor:not-allowed}.ugc-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;color:var(--ugc-gray-700);border:1px solid var(--ugc-gray-300);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s}.ugc-btn-secondary:hover{background:var(--ugc-gray-100);border-color:var(--ugc-gray-400)}.ugc-btn-danger{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--ugc-danger);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.ugc-btn-danger:hover{background:#d32f2f}.ugc-btn-sm{padding:6px 12px;font-size:13px;border-radius:4px;background:var(--ugc-gray-100);color:var(--ugc-gray-700);border:none;cursor:pointer;text-decoration:none}.ugc-btn-sm:hover{background:var(--ugc-gray-200)}.ugc-btn-sm.primary{background:var(--ugc-primary);color:#fff}.ugc-link-button{display:inline-flex;align-items:center;gap:4px;color:var(--ugc-primary);font-size:14px;text-decoration:none}.ugc-link-button:hover{text-decoration:underline}.ugc-icon-btn{background:none;border:none;padding:6px;cursor:pointer;color:var(--ugc-gray-500);border-radius:4px;transition:all .2s}.ugc-icon-btn:hover{background:var(--ugc-gray-100);color:var(--ugc-gray-700)}.ugc-icon-btn.danger:hover{background:#f443361a;color:var(--ugc-danger)}.ugc-form-row{margin-bottom:20px}.ugc-form-row label{display:block;font-size:14px;font-weight:500;color:var(--ugc-gray-700);margin-bottom:6px}.ugc-form-row input[type=text],.ugc-form-row input[type=url],.ugc-form-row textarea,.ugc-form-row select{width:100%;padding:10px 12px;border:1px solid var(--ugc-gray-300);border-radius:6px;font-size:14px;transition:border-color .2s}.ugc-form-row input:focus,.ugc-form-row textarea:focus,.ugc-form-row select:focus{outline:none;border-color:var(--ugc-primary)}.ugc-select{padding:8px 12px;border:1px solid var(--ugc-gray-300);border-radius:6px;font-size:14px;background:#fff}.ugc-radio-group{display:flex;gap:20px}.ugc-radio-label{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer}.ugc-section{background:#fff;border-radius:8px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #00000014}.ugc-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ugc-section h2{font-size:18px;font-weight:600;color:var(--ugc-gray-900);margin:0}.ugc-stat-card{background:#fff;border-radius:8px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #00000014}.ugc-stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#1976d21a;border-radius:12px;color:var(--ugc-primary)}.ugc-stat-value{font-size:24px;font-weight:700;color:var(--ugc-gray-900)}.ugc-stat-label{font-size:13px;color:var(--ugc-gray-600)}.ugc-filters{display:flex;gap:12px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.ugc-search-box{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid var(--ugc-gray-300);border-radius:6px;flex:1;max-width:300px}.ugc-search-box input{border:none;outline:none;flex:1;font-size:14px}.ugc-search-box svg{color:var(--ugc-gray-500)}.ugc-result-count{color:var(--ugc-gray-600);font-size:14px}.ugc-table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014}.ugc-table{width:100%;border-collapse:collapse;font-size:14px}.ugc-table th{background:var(--ugc-gray-50);padding:12px 16px;text-align:left;font-weight:500;color:var(--ugc-gray-700);border-bottom:1px solid var(--ugc-gray-200)}.ugc-table td{padding:12px 16px;border-bottom:1px solid var(--ugc-gray-100);color:var(--ugc-gray-800)}.ugc-table tr:last-child td{border-bottom:none}.ugc-table tr:hover{background:var(--ugc-gray-50)}.ugc-survey-name{color:var(--ugc-primary);text-decoration:none;font-weight:500}.ugc-survey-name:hover{text-decoration:underline}.ugc-url-link{display:inline-flex;align-items:center;gap:4px;color:var(--ugc-gray-600);font-size:13px;text-decoration:none}.ugc-url-link:hover{color:var(--ugc-primary)}.ugc-url-disabled{color:var(--ugc-gray-400)}.ugc-type-badge,.ugc-status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.ugc-status-badge.active,.ugc-type-badge.active{background:#4caf501a;color:var(--ugc-success)}.ugc-status-badge.draft,.ugc-type-badge.draft{background:var(--ugc-gray-100);color:var(--ugc-gray-600)}.ugc-status-badge.inactive{background:#f443361a;color:var(--ugc-danger)}.ugc-design-preview{display:inline-block;width:24px;height:24px;border-radius:4px;border:1px solid var(--ugc-gray-200)}.ugc-preview-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--ugc-gray-100);border-radius:4px;color:var(--ugc-gray-600)}.ugc-preview-btn:hover{background:var(--ugc-gray-200);color:var(--ugc-gray-800)}.ugc-actions{display:flex;gap:4px}.ugc-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:var(--ugc-gray-500);border-radius:4px}.ugc-action-btn:hover{background:var(--ugc-gray-100);color:var(--ugc-gray-700)}.ugc-menu-wrapper{position:relative}.ugc-dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--ugc-gray-200);border-radius:6px;box-shadow:0 4px 12px #0000001a;min-width:160px;z-index:50}.ugc-dropdown-menu a,.ugc-dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:14px;color:var(--ugc-gray-700);text-decoration:none;background:none;border:none;cursor:pointer;text-align:left}.ugc-dropdown-menu a:hover,.ugc-dropdown-menu button:hover{background:var(--ugc-gray-100)}.ugc-menu-danger{color:var(--ugc-danger)!important}.ugc-survey-edit{padding-bottom:100px}.ugc-edit-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;background:#fff;padding:20px 24px;margin:-24px -24px 24px;border-bottom:1px solid var(--ugc-gray-200);flex-wrap:wrap}.ugc-edit-header-left{display:flex;gap:16px}.ugc-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--ugc-gray-100);border-radius:6px;color:var(--ugc-gray-600)}.ugc-back-btn:hover{background:var(--ugc-gray-200)}.ugc-edit-header h1{font-size:20px;margin:0 0 4px}.ugc-edit-info{font-size:13px;color:var(--ugc-gray-600);line-height:1.6}.ugc-edit-header-right{display:flex;gap:12px;align-items:center}.ugc-last-saved{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--ugc-success)}.ugc-edit-section{background:#fff;border-radius:8px;padding:24px;margin-bottom:20px;box-shadow:0 1px 3px #00000014}.ugc-section-header-inline{display:flex;align-items:center;gap:12px;margin-bottom:8px}.ugc-section-header-inline h2{margin:0;font-size:16px}.ugc-section-help{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--ugc-gray-600)}.ugc-section-note{font-size:14px;color:var(--ugc-gray-600);margin-bottom:16px;line-height:1.6}.ugc-text-warning{color:var(--ugc-danger)}.ugc-questions-list{display:flex;flex-direction:column;gap:12px}.ugc-question-card{border:1px solid var(--ugc-gray-200);border-radius:8px;background:#fff;transition:box-shadow .2s}.ugc-question-card.dragging{opacity:.5;box-shadow:0 4px 12px #00000026}.ugc-question-card.expanded{border-color:var(--ugc-primary)}.ugc-question-header{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer}.ugc-drag-handle{cursor:grab;color:var(--ugc-gray-400);padding:8px 4px;margin:-8px 0 -8px -4px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.ugc-drag-handle:hover{color:var(--ugc-gray-600);background:var(--ugc-gray-100)}.ugc-drag-handle:active{cursor:grabbing;color:var(--ugc-primary);background:#1976d21a}.ugc-question-summary{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.ugc-question-number{font-weight:600;color:var(--ugc-gray-700)}.ugc-question-preview{flex:1;color:var(--ugc-gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ugc-question-type{font-size:12px;color:var(--ugc-gray-500);background:var(--ugc-gray-100);padding:2px 8px;border-radius:4px}.ugc-question-badge{font-size:11px;padding:2px 8px;border-radius:4px}.ugc-question-badge.satisfaction{background:#1976d21a;color:var(--ugc-primary)}.ugc-question-actions-header{display:flex;align-items:center;gap:8px;color:var(--ugc-gray-400)}.ugc-question-body{padding:16px;border-top:1px solid var(--ugc-gray-100)}.ugc-options-section{margin-top:16px}.ugc-option-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.ugc-option-label{width:50px;font-size:13px;color:var(--ugc-gray-600)}.ugc-option-row input[type=text]{flex:1;padding:8px 12px;border:1px solid var(--ugc-gray-300);border-radius:4px;font-size:14px}.ugc-action-select{padding:8px 12px;border:1px solid var(--ugc-gray-300);border-radius:4px;font-size:13px;min-width:180px}.ugc-add-option-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;color:var(--ugc-primary);background:none;border:1px dashed var(--ugc-primary);border-radius:4px;font-size:13px;cursor:pointer;margin-top:8px}.ugc-add-question-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;color:var(--ugc-primary);background:none;border:1px dashed var(--ugc-primary);border-radius:6px;font-size:14px;cursor:pointer;margin-top:12px}.ugc-add-question-btn:hover{background:#1976d20d}.ugc-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.ugc-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.ugc-modal h3{font-size:18px;margin:0 0 8px;padding:24px 24px 0}.ugc-modal>p{padding:0 24px;color:var(--ugc-gray-600);font-size:14px;margin:0 0 16px}.ugc-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:var(--ugc-gray-500);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.ugc-modal-close:hover{color:var(--ugc-gray-700)}.ugc-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 24px;border-top:1px solid var(--ugc-gray-200);margin-top:16px}.ugc-modal-warning{color:var(--ugc-danger);font-size:13px}.ugc-modal.design-modal,.ugc-modal.settings-modal{max-width:600px}.ugc-modal-tabs{display:flex;border-bottom:1px solid var(--ugc-gray-200);padding:0 24px;margin-bottom:20px}.ugc-modal-tabs button{padding:12px 16px;border:none;background:none;color:var(--ugc-gray-600);font-size:14px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.ugc-modal-tabs button.active{color:var(--ugc-primary);border-bottom-color:var(--ugc-primary)}.ugc-modal-content{padding:0 24px}.ugc-modal-content h3{padding:0;margin-bottom:8px}.ugc-design-section{margin-bottom:24px}.ugc-design-section label{display:block;font-size:14px;font-weight:500;margin-bottom:10px}.ugc-color-options{display:flex;gap:12px}.ugc-color-btn{width:40px;height:40px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:transform .2s}.ugc-color-btn.selected{border-color:var(--ugc-gray-900)}.ugc-logo-preview{margin-top:12px;position:relative;display:inline-block}.ugc-logo-preview img{max-width:100px;max-height:60px;border-radius:4px;border:1px solid var(--ugc-gray-200)}.ugc-remove-logo{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:var(--ugc-danger);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.ugc-notice-inline{display:flex;align-items:center;gap:8px;padding:12px;background:#ff98001a;border-radius:6px;font-size:13px;color:var(--ugc-warning)}.ugc-notice-inline a{color:var(--ugc-primary)}.ugc-message-preview{margin-top:20px}.ugc-message-preview h4{font-size:14px;margin:0 0 10px}.ugc-preview-modal{max-width:500px;width:90%}.ugc-preview-header{text-align:center;margin-bottom:20px}.ugc-preview-header h3{margin:0 0 8px;font-size:18px}.ugc-preview-note{color:#e91e63;font-size:13px;margin:0}.ugc-preview-device{background:#f5f5f5;border-radius:24px;padding:12px;max-width:320px;margin:0 auto}.ugc-preview-screen{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.ugc-preview-survey-header{color:#fff;padding:16px;text-align:center}.ugc-preview-survey-header h4{margin:0;font-size:16px}.ugc-preview-logo{max-height:40px;margin-bottom:8px}.ugc-preview-progress{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f9f9f9}.ugc-preview-progress-bar{flex:1;height:4px;border-radius:2px;transition:width .3s}.ugc-preview-progress span{font-size:12px;color:#666}.ugc-preview-question{padding:20px 16px}.ugc-preview-question-text{font-size:14px;font-weight:500;margin:0 0 16px;line-height:1.5}.ugc-preview-required{background:#e91e63;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;margin-left:8px;vertical-align:middle}.ugc-preview-options{display:flex;flex-direction:column;gap:8px}.ugc-preview-option{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px}.ugc-preview-option:hover{border-color:#bdbdbd}.ugc-preview-option.selected{border-width:2px}.ugc-preview-option input{accent-color:var(--primary-color, #1976d2)}.ugc-preview-rating{display:flex;justify-content:center;gap:8px}.ugc-preview-rating-btn{width:44px;height:44px;border:2px solid #e0e0e0;border-radius:50%;background:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.ugc-preview-rating-btn:hover{border-color:#bdbdbd}.ugc-preview-textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;resize:vertical;font-family:inherit;background-color:#fff;color:#333}.ugc-preview-nav{display:flex;justify-content:center;gap:12px;padding:16px;border-top:1px solid #eee}.ugc-preview-nav-btn{padding:10px 24px;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:opacity .2s}.ugc-preview-nav-btn:not(.primary){background:#f5f5f5;color:#333}.ugc-preview-nav-btn.primary{color:#fff}.ugc-preview-nav-btn:hover{opacity:.9}.ugc-empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:8px}.ugc-empty-state svg{color:var(--ugc-gray-300);margin-bottom:16px}.ugc-empty-state h3{font-size:18px;color:var(--ugc-gray-700);margin:0 0 8px}.ugc-empty-state p{color:var(--ugc-gray-600);margin:0 0 20px}.ugc-notice{display:flex;gap:12px;padding:16px;background:#ff98001a;border-radius:8px;margin-top:24px}.ugc-notice svg{flex-shrink:0;color:var(--ugc-warning)}.ugc-notice strong{display:block;margin-bottom:4px;color:var(--ugc-gray-900);font-size:14px}.ugc-notice p{color:var(--ugc-gray-700);font-size:13px;line-height:1.6;margin:0}.ugc-access-restricted{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.ugc-restricted-content{text-align:center;max-width:500px}.ugc-restricted-icon{color:var(--ugc-primary);margin-bottom:20px}.ugc-restricted-content h2{font-size:22px;color:var(--ugc-gray-900);margin:0 0 12px}.ugc-restricted-content>p{color:var(--ugc-gray-600);margin:0 0 24px;line-height:1.6}.ugc-pricing-info{margin-bottom:24px}.ugc-price-card{background:#fff;border:2px solid var(--ugc-primary);border-radius:12px;padding:24px;text-align:left}.ugc-price-card h3{font-size:18px;color:var(--ugc-gray-900);margin:0 0 12px}.ugc-price{margin-bottom:16px}.ugc-price-amount{font-size:32px;font-weight:700;color:var(--ugc-primary)}.ugc-price-period{font-size:16px;color:var(--ugc-gray-600)}.ugc-features{list-style:none;padding:0;margin:0}.ugc-features li{padding:8px 0 8px 24px;position:relative;color:var(--ugc-gray-700);font-size:14px}.ugc-features li:before{content:"✓";position:absolute;left:0;color:var(--ugc-success)}.ugc-additional-note{margin-top:12px;font-size:13px;color:var(--ugc-gray-600)}.ugc-restricted-actions{display:flex;gap:12px;justify-content:center}.ugc-guide-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.ugc-guide-step{display:flex;gap:12px;padding:16px;background:var(--ugc-gray-50);border-radius:8px}.ugc-step-number{width:28px;height:28px;background:var(--ugc-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.ugc-step-content h4{font-size:14px;margin:0 0 4px;color:var(--ugc-gray-900)}.ugc-step-content p{font-size:13px;color:var(--ugc-gray-600);margin:0}.ugc-subscription-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.ugc-sub-item{display:flex;flex-direction:column;gap:4px}.ugc-sub-label{font-size:12px;color:var(--ugc-gray-600)}.ugc-sub-value{font-size:16px;font-weight:600;color:var(--ugc-gray-900)}.ugc-public-container{min-height:100vh;background:var(--primary-color, #1976d2);display:flex;flex-direction:column}.ugc-public-loading,.ugc-public-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#fff;text-align:center;padding:20px}.ugc-public-header{text-align:center;padding:20px;color:#fff}.ugc-public-logo{max-height:50px;margin-bottom:8px}.ugc-public-header h1{font-size:18px;font-weight:600;margin:0}.ugc-public-main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:0 20px 20px}.ugc-public-card{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:600px;box-shadow:0 4px 20px #00000026}.ugc-survey-title{text-align:center;color:var(--ugc-gray-700);font-size:14px;margin:0 0 24px}.ugc-question{margin-bottom:24px}.ugc-question-text{font-size:15px;font-weight:500;color:var(--ugc-gray-900);margin:0 0 16px}.ugc-required-badge{display:inline-block;background:var(--ugc-danger);color:#fff;font-size:11px;padding:2px 8px;border-radius:4px;margin-left:8px;font-weight:500}.ugc-options{display:flex;flex-direction:column;gap:8px}.ugc-option{display:flex;align-items:center;padding:14px 16px;background:#f5f5f5;border-radius:8px;cursor:pointer;transition:all .2s;border:2px solid transparent}.ugc-option:hover{background:var(--ugc-gray-200)}.ugc-option.selected{background:#1976d21a;border-color:var(--primary-color, var(--ugc-primary))}.ugc-option input{margin-right:12px;accent-color:var(--primary-color, #1976d2);color-scheme:light}.ugc-option input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #9e9e9e;border-radius:50%;background:#fff;cursor:pointer;position:relative}.ugc-option input[type=radio]:checked{border-color:var(--primary-color, #1976d2);background:#fff}.ugc-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:var(--primary-color, #1976d2)}.ugc-option-text{font-size:14px;color:#424242}.ugc-free-text{width:100%;padding:12px;border:1px solid var(--ugc-gray-300);border-radius:8px;background-color:#fff;color:#333;font-size:14px;resize:vertical}.ugc-navigation{display:flex;justify-content:flex-end}.ugc-next-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--primary-color, var(--ugc-primary));color:#fff;border:none;border-radius:24px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s}.ugc-next-btn:hover{filter:brightness(1.1)}.ugc-next-btn:disabled{opacity:.5;cursor:not-allowed}.ugc-progress-container{position:relative;padding:0 20px 20px}.ugc-progress-bar{height:4px;background:#fffc;border-radius:2px;transition:width .3s ease}.ugc-progress-text{position:absolute;right:20px;bottom:24px;font-size:13px;color:#ffffffe6}.ugc-public-result{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:0 20px 40px}.ugc-result-gbp,.ugc-result-internal{background:#fff;border-radius:12px;padding:30px;width:100%;max-width:600px;box-shadow:0 4px 20px #00000026}.ugc-result-message{font-size:14px;line-height:1.8;color:var(--ugc-gray-800);margin:0 0 20px}.ugc-generating{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;color:var(--ugc-gray-600)}.ugc-review-textarea{width:100%;min-height:200px;padding:14px;border:1px solid var(--ugc-gray-300);border-radius:8px;background:#fff;color:#333;font-size:14px;line-height:1.6;resize:vertical;margin-bottom:8px}.ugc-review-note{color:var(--ugc-danger);font-size:12px;margin:0 0 20px}.ugc-btn-primary-large{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:var(--primary-color, var(--ugc-primary));color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.ugc-btn-primary-large:hover{filter:brightness(1.1)}.ugc-result-thanks{text-align:center;padding:40px 0}.ugc-result-thanks svg{color:var(--ugc-success);margin-bottom:16px}.ugc-result-thanks p{font-size:18px;font-weight:500;color:var(--ugc-gray-800);margin:0}@media (max-width: 768px){.ugc-sidebar{display:none}.ugc-mobile-header{display:flex}.ugc-mobile-menu-overlay{display:block}.ugc-main{margin-left:0;padding:16px;padding-top:calc(var(--ugc-header-height) + 16px)}.ugc-page-header{flex-direction:column}.ugc-header-actions{width:100%;flex-wrap:wrap}.ugc-stats-grid{grid-template-columns:1fr 1fr}.ugc-quick-actions{flex-direction:column}.ugc-edit-header{flex-direction:column;padding:16px}.ugc-edit-header-right{width:100%;flex-wrap:wrap}.ugc-option-row{flex-wrap:wrap}.ugc-action-select{width:100%;margin-top:8px}.ugc-table-container{overflow-x:auto}.ugc-modal{margin:10px;max-height:calc(100vh - 20px)}.ugc-guide-steps{grid-template-columns:1fr}}@media (max-width: 480px){.ugc-stats-grid{grid-template-columns:1fr}.ugc-restricted-actions{flex-direction:column}.ugc-public-card{padding:20px 16px}}.ugc-results-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.ugc-results-header-left{display:flex;align-items:flex-start;gap:16px}.ugc-results-header-left h1{font-size:22px;margin:0 0 4px}.ugc-score-distribution{margin-top:16px}.ugc-score-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.ugc-score-label{width:80px;font-size:13px;color:var(--ugc-gray-700)}.ugc-score-bar-container{flex:1;height:24px;background:var(--ugc-gray-100);border-radius:4px;overflow:hidden}.ugc-score-bar{height:100%;border-radius:4px;transition:width .3s ease}.ugc-score-bar.positive{background:linear-gradient(90deg,#4caf50,#66bb6a)}.ugc-score-bar.neutral{background:linear-gradient(90deg,#ff9800,#ffb74d)}.ugc-score-bar.negative{background:linear-gradient(90deg,#f44336,#ef5350)}.ugc-score-count{width:100px;font-size:13px;color:var(--ugc-gray-600);text-align:right}.ugc-filter-group{display:flex;align-items:center;gap:8px;color:var(--ugc-gray-600)}.ugc-responses-list{display:flex;flex-direction:column;gap:8px}.ugc-response-item{background:var(--ugc-gray-50);border:1px solid var(--ugc-gray-200);border-radius:8px;overflow:hidden}.ugc-response-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;cursor:pointer;transition:background .2s}.ugc-response-header:hover{background:var(--ugc-gray-100)}.ugc-response-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ugc-response-number{font-weight:600;color:var(--ugc-gray-700)}.ugc-score-badge{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.ugc-score-badge.score-5,.ugc-score-badge.score-4{background:#4caf501a;color:#4caf50}.ugc-score-badge.score-3{background:#ff98001a;color:#ff9800}.ugc-score-badge.score-2,.ugc-score-badge.score-1{background:#f443361a;color:#f44336}.ugc-action-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:12px}.ugc-action-badge.gbp_redirect{background:#2196f31a;color:#2196f3}.ugc-action-badge.internal_feedback{background:var(--ugc-gray-200);color:var(--ugc-gray-600)}.ugc-copied-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:12px;background:#4caf501a;color:#4caf50}.ugc-response-meta{display:flex;align-items:center;gap:12px;color:var(--ugc-gray-500)}.ugc-response-date{display:flex;align-items:center;gap:4px;font-size:13px}.ugc-response-detail{padding:16px;border-top:1px solid var(--ugc-gray-200);background:#fff}.ugc-response-answers h4,.ugc-response-review h4,.ugc-response-actions-log h4{font-size:14px;color:var(--ugc-gray-700);margin:0 0 12px}.ugc-answer-row{display:flex;gap:16px;padding:8px 0;border-bottom:1px dashed var(--ugc-gray-200)}.ugc-answer-row:last-child{border-bottom:none}.ugc-answer-question{flex:1;font-size:13px;color:var(--ugc-gray-600)}.ugc-answer-value{flex:1;font-size:14px;color:var(--ugc-gray-900)}.ugc-response-review{margin-top:16px;padding-top:16px;border-top:1px solid var(--ugc-gray-200)}.ugc-response-review p{background:var(--ugc-gray-50);padding:12px;border-radius:6px;font-size:14px;line-height:1.6;margin:0}.ugc-response-actions-log{margin-top:16px;padding-top:16px;border-top:1px solid var(--ugc-gray-200)}.ugc-action-log-items{display:flex;gap:20px;flex-wrap:wrap}.ugc-action-log-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--ugc-gray-500)}.ugc-action-log-item.done{color:var(--ugc-success)}.ugc-action-time{font-size:12px;color:var(--ugc-gray-400);margin-left:4px}.ugc-qr-container{display:grid;grid-template-columns:1fr 380px;gap:24px}.ugc-qr-preview-section{background:#fff;border-radius:12px;padding:40px;text-align:center;box-shadow:0 1px 3px #00000014}.ugc-qr-preview{display:inline-flex;align-items:center;justify-content:center;padding:20px;background:#fff;border:2px solid var(--ugc-gray-200);border-radius:12px;margin-bottom:20px}.ugc-qr-preview img{max-width:300px;max-height:300px}.ugc-qr-generating{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px;color:var(--ugc-gray-500)}.ugc-qr-placeholder{padding:60px;color:var(--ugc-gray-300)}.ugc-qr-text-preview{margin-bottom:24px}.ugc-qr-clinic{font-size:20px;font-weight:600;color:var(--ugc-gray-900);margin-bottom:4px}.ugc-qr-title{font-size:16px;color:var(--ugc-gray-700);margin-bottom:8px}.ugc-qr-instruction{font-size:13px;color:var(--ugc-gray-500)}.ugc-qr-actions{display:flex;gap:12px;justify-content:center}.ugc-qr-settings{display:flex;flex-direction:column;gap:20px}.ugc-url-copy-row{display:flex;gap:8px}.ugc-url-input{flex:1;padding:8px 12px;border:1px solid var(--ugc-gray-300);border-radius:6px;font-size:13px;background:var(--ugc-gray-50)}.ugc-style-options{display:flex;gap:12px}.ugc-style-option{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;border:2px solid var(--ugc-gray-200);border-radius:8px;cursor:pointer;transition:all .2s}.ugc-style-option input{display:none}.ugc-style-option:hover{border-color:var(--ugc-gray-400)}.ugc-style-option.selected{border-color:var(--ugc-primary);background:#1976d20d}.ugc-style-option span{font-size:13px;color:var(--ugc-gray-700)}.ugc-option-note{font-size:11px;color:var(--ugc-gray-500)}.ugc-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.ugc-checkbox-label input{width:18px;height:18px}.ugc-usage-list{list-style:none;padding:0;margin:0}.ugc-usage-list li{padding:8px 0 8px 20px;position:relative;font-size:14px;color:var(--ugc-gray-700)}.ugc-usage-list li:before{content:"•";position:absolute;left:0;color:var(--ugc-primary)}@media (max-width: 900px){.ugc-qr-container{grid-template-columns:1fr}}.ugc-slots-info{background:#fff;padding:16px 20px;border-radius:8px;margin-bottom:24px;box-shadow:0 1px 3px #00000014}.ugc-slots-bar{height:8px;background:var(--ugc-gray-200);border-radius:4px;overflow:hidden;margin-bottom:8px}.ugc-slots-used{height:100%;background:linear-gradient(90deg,var(--ugc-primary),var(--ugc-primary-light));border-radius:4px;transition:width .3s ease}.ugc-slots-text{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--ugc-gray-600)}.ugc-gbp-list{display:flex;flex-direction:column;gap:12px}.ugc-gbp-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014}.ugc-gbp-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#1976d21a;color:var(--ugc-primary);border-radius:10px}.ugc-gbp-info{flex:1}.ugc-gbp-info h3{font-size:16px;font-weight:600;margin:0 0 4px}.ugc-gbp-address{font-size:13px;color:var(--ugc-gray-600);margin:0 0 8px}.ugc-gbp-meta{display:flex;gap:16px;font-size:12px;color:var(--ugc-gray-500)}.ugc-gbp-id{display:flex;align-items:center;gap:4px}.ugc-gbp-actions{display:flex;gap:8px}.ugc-btn-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--ugc-gray-300);border-radius:8px;background:#fff;color:var(--ugc-gray-600);cursor:pointer;transition:all .2s}.ugc-btn-icon:hover{background:var(--ugc-gray-100);color:var(--ugc-gray-800)}.ugc-btn-icon.danger:hover{background:#f443361a;color:#f44336;border-color:#f44336}.ugc-btn-icon:disabled{opacity:.5;cursor:not-allowed}.ugc-subscription-promo{max-width:500px;margin:0 auto}.ugc-promo-header{text-align:center;margin-bottom:24px}.ugc-promo-header svg{color:var(--ugc-primary);margin-bottom:12px}.ugc-promo-header h2{font-size:24px;margin:0 0 8px}.ugc-promo-header p{color:var(--ugc-gray-600);margin:0}.ugc-pricing-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014;border:2px solid var(--ugc-primary)}.ugc-pricing-header{text-align:center;margin-bottom:24px}.ugc-pricing-header h3{font-size:18px;margin:0 0 8px}.ugc-price{display:flex;align-items:baseline;justify-content:center;gap:4px}.ugc-price-amount{font-size:36px;font-weight:700;color:var(--ugc-gray-900)}.ugc-price-period{font-size:16px;color:var(--ugc-gray-500)}.ugc-features-list{list-style:none;padding:0;margin:0 0 24px}.ugc-features-list li{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px dashed var(--ugc-gray-200);font-size:14px}.ugc-features-list li:last-child{border-bottom:none}.ugc-features-list svg{color:var(--ugc-success)}.ugc-addon-section{background:var(--ugc-gray-50);border-radius:8px;padding:16px;margin-bottom:24px;text-align:center}.ugc-addon-section h4{margin:0 0 4px;font-size:14px}.ugc-addon-section p{margin:0 0 8px;font-size:12px;color:var(--ugc-gray-500)}.ugc-addon-price{font-size:16px;font-weight:600;color:var(--ugc-primary)}.ugc-slot-selector{margin-bottom:24px}.ugc-slot-selector label{display:block;font-size:14px;color:var(--ugc-gray-700);margin-bottom:12px;text-align:center}.ugc-slot-controls{display:flex;align-items:center;justify-content:center;gap:16px}.ugc-slot-controls button{width:40px;height:40px;border:2px solid var(--ugc-gray-300);border-radius:8px;background:#fff;color:var(--ugc-gray-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.ugc-slot-controls button svg{display:block;flex-shrink:0;stroke:currentColor;stroke-width:2}.ugc-slot-controls button:hover:not(:disabled){border-color:var(--ugc-primary);color:var(--ugc-primary)}.ugc-slot-controls button:disabled{opacity:.5;cursor:not-allowed}.ugc-slot-count{font-size:28px;font-weight:700;min-width:60px;text-align:center}.ugc-total-price{text-align:center;font-size:18px;font-weight:600;color:var(--ugc-primary);margin-top:16px}.ugc-btn-primary.large{width:100%;padding:16px;font-size:16px}.ugc-subscription-active{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ugc-current-plan{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.ugc-plan-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;margin-bottom:12px}.ugc-plan-badge.active{background:#4caf501a;color:#4caf50}.ugc-plan-badge.canceled{background:#f443361a;color:#f44336}.ugc-current-plan h2{font-size:20px;margin:0 0 20px}.ugc-plan-details{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.ugc-plan-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--ugc-gray-50);border-radius:8px}.ugc-plan-item svg{color:var(--ugc-gray-500)}.ugc-plan-item>div{flex:1}.ugc-plan-item label{display:block;font-size:12px;color:var(--ugc-gray-500)}.ugc-plan-item span{font-size:16px;font-weight:600}.ugc-plan-actions{padding-top:16px;border-top:1px solid var(--ugc-gray-200)}.ugc-btn-danger-outline{padding:10px 16px;border:1px solid #f44336;border-radius:6px;background:transparent;color:#f44336;font-size:14px;cursor:pointer;transition:all .2s}.ugc-btn-danger-outline:hover{background:#f443361a}.ugc-usage-summary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.ugc-usage-summary h3{display:flex;align-items:center;gap:8px;font-size:16px;margin:0 0 20px}.ugc-usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ugc-usage-item{text-align:center;padding:16px;background:var(--ugc-gray-50);border-radius:8px}.ugc-usage-item svg{color:var(--ugc-primary);margin-bottom:8px}.ugc-usage-value{font-size:28px;font-weight:700;color:var(--ugc-gray-900)}.ugc-usage-label{font-size:12px;color:var(--ugc-gray-500);margin-top:4px}.ugc-subscription-canceled{text-align:center;padding:40px;background:#fff;border-radius:12px;max-width:400px;margin:0 auto}.ugc-subscription-canceled h2{margin:16px 0 12px}.ugc-subscription-canceled p{color:var(--ugc-gray-600);margin-bottom:24px}.ugc-price-comparison{margin-top:20px;padding-top:20px;border-top:1px solid var(--ugc-gray-200)}.ugc-price-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.ugc-price-row.new{font-weight:600;font-size:16px;color:var(--ugc-primary)}.ugc-price-note{font-size:12px;color:var(--ugc-gray-500);margin-top:12px}.ugc-alert{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.ugc-alert.error{background:#f443361a;color:#f44336}.ugc-alert.success{background:#4caf501a;color:#4caf50}@media (max-width: 768px){.ugc-subscription-active,.ugc-usage-grid{grid-template-columns:1fr}}.ugc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--ugc-gray-200)}.ugc-modal-header h2{margin:0;font-size:18px;font-weight:600;color:var(--ugc-gray-900)}.ugc-modal-body{padding:24px}.ugc-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--ugc-gray-200);background:var(--ugc-gray-50)}.ugc-form-group{margin-bottom:20px}.ugc-form-group label{display:block;font-size:14px;font-weight:500;color:var(--ugc-gray-700);margin-bottom:8px}.ugc-form-group label .required{color:var(--ugc-danger)}.ugc-form-group input[type=text],.ugc-form-group input[type=url]{width:100%;padding:10px 12px;border:1px solid var(--ugc-gray-300);border-radius:6px;font-size:14px;transition:border-color .2s}.ugc-form-group input:focus{outline:none;border-color:var(--ugc-primary)}.ugc-form-hint{font-size:12px;color:var(--ugc-gray-500);margin-top:6px}.ugc-error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f443361a;color:var(--ugc-danger);border-radius:6px;font-size:14px;margin-bottom:16px}.ugc-label-with-help{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ugc-label-with-help label{margin-bottom:0}.ugc-help-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:none;border:none;color:var(--ugc-primary);font-size:12px;cursor:pointer;border-radius:4px;transition:background .2s}.ugc-help-btn:hover{background:#1976d21a}.ugc-form-success{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--ugc-success);margin-top:6px}.ugc-form-error{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--ugc-danger);margin-top:6px}.ugc-help-modal{max-width:500px}.ugc-help-steps{display:flex;flex-direction:column;gap:20px}.ugc-help-step{display:flex;gap:16px}.ugc-help-step-number{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:center;background:var(--ugc-primary);color:#fff;border-radius:50%;font-weight:600;font-size:14px}.ugc-help-step-content h4{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--ugc-gray-900)}.ugc-help-step-content p{margin:0;font-size:13px;color:var(--ugc-gray-600);line-height:1.5}.ugc-help-step-content a{color:var(--ugc-primary)}.ugc-help-note{display:flex;align-items:flex-start;gap:10px;margin-top:24px;padding:12px 16px;background:var(--ugc-gray-100);border-radius:8px}.ugc-help-note svg{color:var(--ugc-gray-500);min-width:16px;margin-top:2px}.ugc-help-note p{margin:0;font-size:12px;color:var(--ugc-gray-600);line-height:1.5}.ugc-help-note code{background:var(--ugc-gray-200);padding:2px 6px;border-radius:4px;font-size:11px}.ugc-staff-list{display:flex;flex-direction:column;gap:12px}.ugc-staff-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .2s}.ugc-staff-item:hover{box-shadow:0 2px 8px #00000014}.ugc-staff-info{display:flex;align-items:center;gap:12px}.ugc-staff-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px}.ugc-staff-avatar-sm{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px}.ugc-staff-details{display:flex;flex-direction:column}.ugc-staff-name{font-weight:600;color:#333}.ugc-staff-display-name{font-size:13px;color:#666}.ugc-staff-actions{display:flex;gap:8px}.ugc-staff-selector{position:relative}.ugc-staff-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:border-color .2s}.ugc-staff-dropdown-trigger:hover{border-color:#1976d2}.ugc-selected-staff{display:flex;align-items:center;gap:10px}.ugc-staff-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;max-height:300px;overflow-y:auto}.ugc-staff-option{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;transition:background .15s}.ugc-staff-option:hover{background:#f5f5f5}.ugc-staff-option.selected{background:#e3f2fd;color:#1976d2}.ugc-staff-empty{padding:20px;background:#fafafa;border-radius:8px;text-align:center}.ugc-staff-empty p{margin:0 0 12px;color:#666}.ugc-staff-info-box{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#e8f5e9;border-radius:8px;margin-top:12px;color:#2e7d32;font-size:14px}.ugc-staff-info-box svg{flex-shrink:0;margin-top:2px}.ugc-qr-staff{font-size:14px;color:#1976d2;font-weight:600;margin-bottom:8px}.ugc-staff-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#e8eaf6;color:#3f51b5;border-radius:12px;font-size:12px}.ugc-usage-list-numbered{padding-left:20px;margin:0}.ugc-usage-list-numbered li{padding:8px 0;color:#555}.ugc-info-box{background:#f5f5f5;border-radius:8px;padding:16px}.ugc-section-desc{margin:-8px 0 16px;font-size:14px;color:#666}.ugc-placeholder{color:#999}.ugc-form-hint{display:block;font-size:12px;color:#888;margin-top:4px}.ugc-form-info{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:13px;color:#1976d2}.ugc-form-info .spin{animation:spin 1s linear infinite}.ugc-select-full{width:100%;padding:10px 12px;border:1px solid var(--ugc-gray-300);border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.ugc-select-full:focus{outline:none;border-color:var(--ugc-primary);box-shadow:0 0 0 3px #1976d21a}.ugc-required-mark{margin-left:8px;padding:2px 6px;background:#fee2e2;color:#dc2626;font-size:11px;border-radius:4px}.ugc-form-hint-warning{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:13px;color:var(--ugc-warning)}.ugc-form-hint-warning a{color:var(--ugc-primary);text-decoration:underline}.ugc-next-question-select{padding:6px 10px;border:1px solid var(--ugc-gray-300);border-radius:6px;font-size:12px;color:var(--ugc-gray-600);background:#fff;min-width:120px;cursor:pointer}.ugc-next-question-select:focus{outline:none;border-color:var(--ugc-primary);box-shadow:0 0 0 3px #1976d21a}.ugc-rating-preview{padding:16px;background:var(--ugc-gray-50);border-radius:8px;text-align:center}.ugc-rating-note{margin:0 0 12px;font-size:13px;color:var(--ugc-gray-600)}.ugc-rating-stars{display:flex;justify-content:center;gap:8px;margin-bottom:8px}.ugc-rating-star{font-size:24px;color:#ffc107}.ugc-rating-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--ugc-gray-500);max-width:200px;margin:0 auto}.ugc-rating-options{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.ugc-rating-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;border:2px solid var(--ugc-gray-200);border-radius:12px;background:#fff;cursor:pointer;transition:all .2s;min-width:70px}.ugc-rating-btn:hover{border-color:var(--primary-color, var(--ugc-primary));background:#1976d20d}.ugc-rating-btn.selected{border-color:var(--primary-color, var(--ugc-primary));background:var(--primary-color, var(--ugc-primary));color:#fff}.ugc-rating-btn.selected .ugc-rating-score,.ugc-rating-btn.selected .ugc-rating-label{color:#fff}.ugc-rating-score{font-size:24px;font-weight:700;color:var(--ugc-gray-800)}.ugc-rating-label{font-size:11px;color:var(--ugc-gray-500);text-align:center}.ugc-edit-footer{display:flex;justify-content:center;gap:16px;padding:24px;margin-top:24px;border-top:1px solid var(--ugc-gray-200)}.ugc-nav-group{display:flex;flex-direction:column}.ugc-nav-parent{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#64748b;background:transparent;border:none;cursor:pointer;width:100%;text-align:left;font-size:14px;transition:all .2s}.ugc-nav-parent:hover{background:#f1f5f9;color:#1e293b}.ugc-nav-parent.expanded{color:#2563eb}.ugc-nav-parent.child-active{color:#2563eb;background:#eff6ff}.ugc-nav-parent svg:last-child{margin-left:auto}.ugc-nav-children{display:flex;flex-direction:column;padding-left:20px;border-left:2px solid #e2e8f0;margin-left:26px}.ugc-nav-child{padding:10px 16px!important;font-size:13px!important}.ugc-nav-child:before{content:none!important}.ugc-mobile-nav-group{display:flex;flex-direction:column}.ugc-mobile-nav-children{display:flex;flex-direction:column;padding-left:32px;background:#f8fafc}.ugc-qrcode-create-content{display:grid;grid-template-columns:1fr 400px;gap:32px;margin-top:24px}@media (max-width: 1024px){.ugc-qrcode-create-content{grid-template-columns:1fr}}.ugc-qrcode-create-form{display:flex;flex-direction:column;gap:24px}.ugc-form-section{display:flex;flex-direction:column;gap:8px}.ugc-form-section>label{font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px}.ugc-required{background:#ef4444;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:500}.ugc-form-hint{font-size:12px;color:#64748b;margin:0}.ugc-empty-selection{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef3c7;border-radius:8px;color:#92400e;font-size:14px}.ugc-empty-selection a{color:#2563eb;margin-left:auto}.ugc-dropdown-wrapper{position:relative}.ugc-dropdown-trigger{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:14px;color:#64748b;transition:all .2s}.ugc-dropdown-trigger:hover{border-color:#cbd5e1}.ugc-dropdown-trigger.selected{color:#1e293b;border-color:#2563eb}.ugc-dropdown-trigger svg:last-child{margin-left:auto}.ugc-dropdown-wrapper .ugc-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px #0000001a;z-index:100;max-height:240px;overflow-y:auto}.ugc-dropdown-wrapper .ugc-dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;text-align:left;cursor:pointer;font-size:14px;color:#1e293b;transition:background .2s}.ugc-dropdown-wrapper .ugc-dropdown-menu button:hover{background:#f1f5f9}.ugc-dropdown-wrapper .ugc-dropdown-menu button.active{background:#eff6ff;color:#2563eb}.ugc-dropdown-sub{margin-left:auto;font-size:12px;color:#94a3b8}.ugc-qrcode-create-preview{background:#fff;border-radius:12px;padding:24px;border:1px solid #e2e8f0;position:sticky;top:24px}.ugc-qrcode-create-preview h3{margin:0 0 16px;font-size:16px;color:#1e293b}.ugc-qrcode-preview-area{display:flex;align-items:center;justify-content:center;min-height:300px;background:#f8fafc;border-radius:8px;margin-bottom:16px}.ugc-qrcode-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:#94a3b8;text-align:center}.ugc-qrcode-generating{display:flex;flex-direction:column;align-items:center;gap:12px;color:#64748b}.ugc-qrcode-image{max-width:100%;height:auto}.ugc-qrcode-url-preview{display:flex;gap:8px;margin-bottom:16px}.ugc-qrcode-url-preview input{flex:1;font-size:12px}.ugc-qrcode-actions{display:flex;gap:8px;margin-bottom:24px}.ugc-qrcode-actions button{flex:1}.ugc-qrcode-save{border-top:1px solid #e2e8f0;padding-top:16px}.ugc-qrcode-save button{width:100%}.ugc-color-options{display:flex;gap:8px}.ugc-color-btn{width:36px;height:36px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s}.ugc-color-btn:hover{transform:scale(1.1)}.ugc-color-btn.selected{border-color:#2563eb;box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb}.ugc-qrcode-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:24px}.ugc-qrcode-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:box-shadow .2s}.ugc-qrcode-card:hover{box-shadow:0 4px 20px #00000014}.ugc-qrcode-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #f1f5f9}.ugc-qrcode-card-header h3{margin:0;font-size:16px;color:#1e293b}.ugc-qrcode-card-menu{position:relative}.ugc-qrcode-card-body{padding:16px}.ugc-qrcode-preview-small{display:flex;align-items:center;justify-content:center;height:120px;background:#f8fafc;border-radius:8px;margin-bottom:16px}.ugc-qrcode-preview-small img{max-height:100px}.ugc-qrcode-info{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.ugc-qrcode-info-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.ugc-qrcode-stats{display:flex;gap:16px;padding:12px;background:#f8fafc;border-radius:8px}.ugc-stat-item{display:flex;flex-direction:column;align-items:center;flex:1}.ugc-stat-value{font-size:20px;font-weight:700;color:#1e293b}.ugc-stat-label{font-size:11px;color:#64748b}.ugc-qrcode-card-actions{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #f1f5f9}.ugc-qrcode-card-actions button{flex:1;font-size:13px;padding:8px 12px}.ugc-results-filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px}.ugc-filters-header{padding:12px 16px}.ugc-filters-toggle{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#1e293b}.ugc-filters-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px;border-top:1px solid #f1f5f9}.ugc-filter-group{display:flex;flex-direction:column;gap:8px}.ugc-filter-group label{font-size:12px;font-weight:600;color:#64748b}.ugc-date-range{display:flex;align-items:center;gap:8px;margin-top:8px}.ugc-date-range input{flex:1;padding:8px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px}.ugc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.ugc-stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.ugc-stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#eff6ff;border-radius:12px;color:#2563eb}.ugc-stat-icon.success{background:#dcfce7;color:#16a34a}.ugc-stat-icon.warning{background:#fef3c7;color:#d97706}.ugc-stat-content{display:flex;flex-direction:column}.ugc-stat-card .ugc-stat-value{font-size:28px;font-weight:700;color:#1e293b}.ugc-stat-card .ugc-stat-label{font-size:13px;color:#64748b}.ugc-results-list{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ugc-results-list h3{padding:16px 20px;margin:0;border-bottom:1px solid #e2e8f0;font-size:16px}.ugc-responses-table{overflow-x:auto}.ugc-responses-table table{width:100%;border-collapse:collapse}.ugc-responses-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.ugc-responses-table td{padding:12px 16px;font-size:14px;border-bottom:1px solid #f1f5f9}.ugc-responses-table tr{cursor:pointer;transition:background .2s}.ugc-responses-table tr:hover{background:#f8fafc}.ugc-responses-table tr.expanded{background:#eff6ff}.ugc-cell-with-icon{display:flex;align-items:center;gap:6px}.ugc-satisfaction-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;font-weight:600;font-size:14px}.ugc-satisfaction-badge.score-5,.ugc-satisfaction-badge.score-4{background:#dcfce7;color:#16a34a}.ugc-satisfaction-badge.score-3{background:#fef3c7;color:#d97706}.ugc-satisfaction-badge.score-2,.ugc-satisfaction-badge.score-1{background:#fee2e2;color:#dc2626}.ugc-action-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.ugc-action-badge.gbp_redirect{background:#dcfce7;color:#16a34a}.ugc-action-badge.internal_feedback{background:#fef3c7;color:#d97706}.ugc-expand-btn{background:none;border:none;cursor:pointer;color:#64748b;padding:4px}.ugc-response-detail td{background:#f8fafc!important;padding:0!important}.ugc-response-detail-content{padding:16px 24px}.ugc-detail-section{margin-bottom:16px}.ugc-detail-section:last-child{margin-bottom:0}.ugc-detail-section h4{margin:0 0 8px;font-size:13px;color:#64748b}.ugc-detail-section p{margin:0;font-size:14px;color:#1e293b;line-height:1.6}.ugc-detail-section ul{margin:0;padding-left:20px}.ugc-detail-section li{margin-bottom:4px;font-size:14px}.spinning{animation:spin 1s linear infinite}.ugc-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:24px}.ugc-template-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:24px;cursor:pointer;transition:all .2s;text-align:center}.ugc-template-card:hover{border-color:#2563eb;box-shadow:0 4px 20px #2563eb26;transform:translateY(-2px)}.ugc-template-card-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#eff6ff;border-radius:12px;margin:0 auto 16px;color:#2563eb}.ugc-template-card h3{margin:0 0 8px;font-size:16px;color:#1e293b}.ugc-template-card p{margin:0 0 16px;font-size:13px;color:#64748b}.ugc-template-card-action{color:#2563eb;font-size:14px;font-weight:500}.ugc-results-subtitle{color:#64748b;font-size:14px;margin:0}.ugc-btn-icon svg,.ugc-action-btn svg,.ugc-preview-btn svg,.ugc-staff-actions button svg,.ugc-gbp-actions button svg{display:block;flex-shrink:0;stroke:currentColor;stroke-width:2}.ugc-btn-icon svg{color:var(--ugc-gray-600);stroke:var(--ugc-gray-600)}.ugc-btn-icon:hover svg{color:var(--ugc-gray-800);stroke:var(--ugc-gray-800)}.ugc-btn-icon.danger svg{color:var(--ugc-gray-600);stroke:var(--ugc-gray-600)}.ugc-btn-icon.danger:hover svg{color:var(--ugc-danger);stroke:var(--ugc-danger)}.ugc-action-btn svg{color:var(--ugc-gray-500);stroke:var(--ugc-gray-500)}.ugc-action-btn:hover svg{color:var(--ugc-gray-700);stroke:var(--ugc-gray-700)}.ugc-action-btn.ugc-action-danger svg,.ugc-action-danger svg{color:var(--ugc-gray-500);stroke:var(--ugc-gray-500)}.ugc-action-btn.ugc-action-danger:hover svg,.ugc-action-danger:hover svg{color:var(--ugc-danger);stroke:var(--ugc-danger)}.ugc-preview-btn svg{color:var(--ugc-gray-600);stroke:var(--ugc-gray-600)}.ugc-preview-btn:hover svg{color:var(--ugc-gray-800);stroke:var(--ugc-gray-800)}.ugc-preview-complete{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.ugc-preview-complete-icon{width:64px;height:64px;border-radius:50%;background:#4caf50;color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.ugc-preview-complete h4{font-size:18px;color:#333;margin:0 0 16px}.ugc-preview-feedback-message{font-size:14px;color:#666;line-height:1.8;white-space:pre-line;max-width:280px}.ugc-preview-review-screen{padding:20px}.ugc-preview-generating{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666}.ugc-preview-generating p{margin-top:16px;font-size:14px}.ugc-preview-review-intro{font-size:13px;color:#666;line-height:1.8;white-space:pre-line;margin-bottom:16px}.ugc-preview-review-box{margin-bottom:16px}.ugc-preview-review-textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;line-height:1.6;resize:vertical;min-height:100px}.ugc-preview-review-textarea:focus{outline:none;border-color:var(--ugc-primary)}.ugc-preview-review-actions{display:flex;flex-direction:column;gap:12px}.ugc-preview-copy-btn{width:100%;padding:14px 20px;border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.ugc-preview-copy-btn:hover{opacity:.9}.ugc-preview-copy-btn.copied{background:#4caf50!important}.ugc-preview-google-btn{width:100%;padding:14px 20px;border:2px solid var(--ugc-primary);border-radius:8px;background:#fff;color:var(--ugc-primary);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.ugc-preview-google-btn:hover{background:#1976d20d}.ugc-preview-review-note{font-size:12px;color:#999;text-align:center;margin-top:16px}.ugc-preview-nav-btn:disabled{opacity:.5;cursor:not-allowed}.ugc-free-text-settings{margin-top:16px;padding:12px;background:var(--ugc-gray-50);border-radius:8px}.ugc-setting-hint{margin:4px 0 0 24px;font-size:12px;color:var(--ugc-gray-500)}.ugc-skip-btn{padding:12px 24px;background:transparent;border:1px solid var(--ugc-gray-300);border-radius:8px;color:var(--ugc-gray-600);font-size:15px;cursor:pointer;transition:all .2s}.ugc-skip-btn:hover{background:var(--ugc-gray-100);border-color:var(--ugc-gray-400)}.ugc-skip-btn:disabled{opacity:.5;cursor:not-allowed}.ugc-public-welcome{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.ugc-welcome-card{background:#fff;border-radius:16px;padding:32px 24px;max-width:400px;width:100%;text-align:center;box-shadow:0 4px 20px #00000014}.ugc-welcome-card h2{font-size:20px;font-weight:600;color:var(--ugc-gray-900);margin:0 0 20px}.ugc-welcome-message{font-size:15px;line-height:1.8;color:var(--ugc-gray-700);white-space:pre-line;margin:0 0 24px;text-align:left}.ugc-welcome-time{font-size:13px;color:var(--ugc-gray-500);margin:0 0 24px}.ugc-start-btn{width:100%;padding:16px 24px;background:var(--primary-color, #1976d2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.ugc-start-btn:hover{opacity:.9;transform:translateY(-1px)}.ugc-modal.message-settings-modal{max-height:90vh;overflow-y:auto}.ugc-modal.message-settings-modal .ugc-modal-content{max-height:none}.ugc-modal.message-settings-modal textarea{min-height:80px;resize:vertical}.ugc-modal.settings-modal{max-width:500px;max-height:85vh;overflow-y:auto}.ugc-modal.settings-modal .ugc-modal-content{padding:20px 24px}.ugc-preview-welcome{padding:24px 20px;text-align:center}.ugc-preview-welcome h4{font-size:16px;font-weight:600;color:var(--ugc-gray-900);margin:0 0 16px}.ugc-preview-welcome-message{font-size:13px;line-height:1.8;color:var(--ugc-gray-700);white-space:pre-line;text-align:left;margin:0 0 16px}.ugc-preview-welcome-time{font-size:12px;color:var(--ugc-gray-500);margin:0 0 20px}.ugc-preview-start-btn{width:100%;padding:12px 20px;background:var(--primary-color, #1976d2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.ugc-preview-start-btn:hover{opacity:.9}.ugc-gbp-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding:4px;background:#f1f5f9;border-radius:12px}.ugc-gbp-tab{display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.ugc-gbp-tab:hover{background:#ffffff80;color:#1e293b}.ugc-gbp-tab.active{background:#fff;color:#1976d2;box-shadow:0 1px 3px #0000001a}.ugc-gbp-tab svg{flex-shrink:0}.ugc-qrcode-stats-list{display:flex;flex-direction:column;gap:12px}.ugc-qrcode-stats-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ugc-qrcode-stats-header{display:flex;align-items:center;justify-content:space-between;padding:16px;cursor:pointer;transition:background .2s ease}.ugc-qrcode-stats-header:hover{background:#f8fafc}.ugc-qrcode-stats-info{display:flex;align-items:center;gap:12px}.ugc-qrcode-stats-info>svg{color:#64748b}.ugc-qrcode-stats-name{font-size:15px;font-weight:600;color:#1e293b}.ugc-qrcode-stats-staff{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b;margin-top:2px}.ugc-qrcode-stats-numbers{display:flex;align-items:center;gap:20px}.ugc-qrcode-stat{display:flex;flex-direction:column;align-items:center;min-width:60px}.ugc-qrcode-stat-value{font-size:20px;font-weight:700;color:#1e293b}.ugc-qrcode-stat-label{font-size:11px;color:#64748b}.ugc-qrcode-stats-numbers>svg{color:#94a3b8}.ugc-qrcode-stats-detail{padding:16px;background:#f8fafc;border-top:1px solid #e2e8f0}.ugc-qrcode-detail-row{display:flex;justify-content:space-between;padding:8px 0;font-size:13px}.ugc-qrcode-detail-row:not(:last-child){border-bottom:1px solid #e2e8f0}.ugc-qrcode-detail-row span:first-child{color:#64748b}.ugc-qrcode-detail-row span:last-child{color:#1e293b;font-weight:500}.ugc-empty-state-small{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;color:#64748b}.ugc-empty-state-small svg{color:#cbd5e1;margin-bottom:12px}.ugc-empty-state-small p{margin:0 0 16px;font-size:14px}@media (max-width: 768px){.ugc-gbp-tabs{flex-direction:column;gap:4px}.ugc-gbp-tab{width:100%;justify-content:flex-start}.ugc-qrcode-stats-header{flex-direction:column;align-items:flex-start;gap:12px}.ugc-qrcode-stats-numbers{width:100%;justify-content:space-between;padding-top:12px;border-top:1px solid #e2e8f0}}.ugc-question-stats-list{display:flex;flex-direction:column;gap:24px}.ugc-question-stat-item{padding-bottom:20px;border-bottom:1px solid #e2e8f0}.ugc-question-stat-item:last-child{padding-bottom:0;border-bottom:none}.ugc-question-stat-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:16px}.ugc-option-stats-grid{display:flex;flex-wrap:wrap;gap:12px}.ugc-option-stat-box{flex:1;min-width:120px;max-width:180px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;text-align:center}.ugc-option-stat-label{font-size:12px;color:#64748b;margin-bottom:8px;line-height:1.4}.ugc-option-stat-percent{font-size:24px;font-weight:700;color:#1e293b}.ugc-option-stat-count{font-size:12px;color:#94a3b8;margin-top:4px}.ugc-option-stat-bar-track{width:100%;height:6px;background:#e2e8f0;border-radius:3px;margin-bottom:8px;overflow:hidden}.ugc-option-stat-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}.ugc-no-answers{padding:24px;text-align:center;color:#64748b}.ugc-no-answers p{margin:0;font-size:14px}@media (max-width: 768px){.ugc-option-stats-grid{flex-direction:column}.ugc-option-stat-box{max-width:none;display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.ugc-option-stat-label{margin-bottom:0;text-align:left;flex:1}.ugc-option-stat-percent{font-size:18px;margin:0 12px}.ugc-option-stat-count{margin-top:0}}.ugc-free-text-list{display:flex;flex-direction:column;gap:8px}.ugc-free-text-item{padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;line-height:1.6}.ugc-free-text-item:nth-child(odd){background:#fff}.ugc-free-text-empty{padding:16px;text-align:center;color:#94a3b8;font-size:14px;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px}.ugc-template-dropdown-wrapper{position:relative}.ugc-template-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:280px;max-height:320px;overflow-y:auto;z-index:100}.ugc-template-dropdown-empty{padding:16px;text-align:center;color:#999;font-size:14px}.ugc-template-dropdown-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:12px 16px;border:none;background:none;cursor:pointer;text-align:left;transition:background .2s}.ugc-template-dropdown-item:hover{background:#f5f5f5}.ugc-template-dropdown-item:not(:last-child){border-bottom:1px solid #eee}.ugc-template-dropdown-item .template-name{font-weight:600;font-size:14px;color:#333}.ugc-template-dropdown-item .template-desc{font-size:12px;color:#666;margin-top:2px}.ugc-template-category{border-bottom:1px solid #eee}.ugc-template-category:last-child{border-bottom:none}.ugc-template-category-btn{display:flex;align-items:center;width:100%;padding:10px 16px;border:none;background:#f9f9f9;cursor:pointer;font-size:13px;font-weight:600;color:#555;gap:8px;transition:background .2s}.ugc-template-category-btn:hover{background:#f0f0f0}.ugc-template-category-btn span:first-child{flex:1;text-align:left}.ugc-template-category-count{font-size:11px;font-weight:500;color:#999;background:#e8e8e8;padding:1px 7px;border-radius:10px}.ugc-template-category-items{border-top:1px solid #eee}.ugc-template-category-label{padding:8px 16px 4px;font-size:11px;font-weight:600;color:#999;text-transform:uppercase;background:#f9f9f9}.ugc-template-dropdown-wrapper .ugc-btn-secondary{display:flex;align-items:center;gap:6px}.ugc-option-row.dragging{opacity:.5;background:#e3f2fd}.ugc-option-drag-handle{display:flex;align-items:center;justify-content:center;cursor:grab;color:#bbb;padding:4px;margin-right:4px;border-radius:4px;transition:color .2s,background .2s}.ugc-option-drag-handle:hover{color:#666;background:#f0f0f0}.ugc-option-drag-handle:active{cursor:grabbing}.ugc-no-subscription-layout{display:flex;flex-direction:column;min-height:100vh}.ugc-simple-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.ugc-simple-header .ugc-back-link{display:flex;align-items:center;gap:6px;color:#666;text-decoration:none;font-size:14px;transition:color .2s}.ugc-simple-header .ugc-back-link:hover{color:#1976d2}.ugc-simple-header .ugc-header-logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#1976d2}.ugc-simple-header .ugc-logo-icon{width:28px;height:28px}.ugc-no-subscription-layout .ugc-access-restricted{flex:1;display:flex;align-items:center;justify-content:center}.ugc-subscription-required{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 120px);padding:40px 20px}.ugc-subscription-required .ugc-restricted-content{text-align:center;max-width:500px}.ugc-subscription-badge.ugc-not-subscribed{background:#fff3e0;border:1px solid #ffb74d}.ugc-subscription-badge.ugc-not-subscribed .ugc-badge-status{color:#f57c00}.ugc-staff-group{margin-bottom:24px}.ugc-staff-group-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f5f5f5;border-radius:8px 8px 0 0;border:1px solid #e0e0e0;border-bottom:none;font-weight:600;color:#333}.ugc-staff-group-header .ugc-staff-count{font-weight:400;color:#666;font-size:14px}.ugc-staff-group .ugc-staff-list{border-radius:0 0 8px 8px;border-top:none}.ugc-staff-group .ugc-staff-item:first-child{border-top:1px solid #e0e0e0}.ugc-pricing-tiers{margin-top:12px}.ugc-tier-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee;font-size:14px}.ugc-tier-row:last-child{border-bottom:none}.admin-dashboard{display:flex;height:100vh;background-color:#f5f7fa}.admin-sidebar{width:280px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a}.sidebar-header{padding:30px 20px;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.admin-mobile-header,.sidebar-close-btn,.admin-sidebar-backdrop{display:none}.sidebar-header h1{font-size:24px;font-weight:700;margin:0}.sidebar-header p{font-size:14px;opacity:.9;margin:5px 0 0}.sidebar-nav{flex:1;padding:20px 10px}.nav-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 20px;margin-bottom:5px;background:none;border:none;color:#fff;font-size:15px;cursor:pointer;border-radius:8px;transition:all .3s ease;position:relative}.nav-item:hover{background:#ffffff1a}.nav-item.active{background:#fff3;font-weight:600}.nav-item .badge{position:absolute;right:20px;background:#ff4757;color:#fff;font-size:11px;padding:2px 6px;border-radius:10px;font-weight:600}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1)}.admin-info{display:flex;align-items:center;gap:12px;margin-bottom:15px}.admin-name{font-weight:600;margin:0}.admin-role{font-size:12px;opacity:.9;margin:2px 0 0}.logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#ffffff4d}.admin-content{flex:1;padding:30px;overflow-y:auto}.overview-section{max-width:1400px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;padding:25px;display:flex;align-items:center;gap:20px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center}.users-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.premium-icon{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.reports-icon{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.revenue-icon{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff}.stat-content h3{font-size:14px;color:#666;margin:0 0 8px}.stat-value{font-size:28px;font-weight:700;color:#2c3e50;margin-bottom:5px}.stat-change{font-size:13px;color:#666;display:flex;align-items:center;gap:4px}.stat-change.positive{color:#00b894}.recent-activities{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px #00000014}.recent-activities h2{font-size:20px;margin:0 0 20px}.activity-list{display:flex;flex-direction:column;gap:15px}.activity-item{display:flex;align-items:center;gap:15px;padding:15px;background:#f8f9fa;border-radius:8px;transition:background .3s ease}.activity-item:hover{background:#e9ecef}.activity-icon{width:36px;height:36px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#667eea}.activity-content{flex:1}.activity-content p{margin:0;font-size:14px;color:#2c3e50}.activity-time{font-size:12px;color:#999}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.section-header h2{font-size:24px;color:#2c3e50;margin:0}.header-actions{display:flex;gap:15px;align-items:center}.search-box{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #e1e8ed;border-radius:8px;padding:8px 12px;width:250px}.search-box input{border:none;outline:none;margin-left:8px;flex:1;font-size:14px}.url-log-management{padding:20px}.url-log-management .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #e0e0e0}.url-log-management .section-header h2{display:flex;align-items:center;gap:10px;color:#333;font-size:24px;margin:0}.url-log-management .header-actions{display:flex;gap:10px}.url-log-management .export-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:all .3s ease}.url-log-management .export-button:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 4px 8px #28a7454d}.url-log-management .export-button:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.url-log-management .stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.url-log-management .stat-card{background:#fff;border-radius:10px;padding:20px;display:flex;align-items:center;gap:15px;box-shadow:0 2px 10px #0000001a}.url-log-management .stat-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.url-log-management .stat-content{flex:1}.url-log-management .stat-value{font-size:28px;font-weight:700;color:#333}.url-log-management .stat-label{font-size:14px;color:#666;margin-top:4px}.url-log-management .filter-section{background:#fff;border-radius:10px;padding:20px;margin-bottom:20px;box-shadow:0 2px 10px #0000001a}.url-log-management .filter-row{display:flex;gap:15px;align-items:flex-end;flex-wrap:wrap}.url-log-management .filter-item{display:flex;flex-direction:column;gap:8px;min-width:150px}.url-log-management .filter-item label{display:flex;align-items:center;gap:5px;font-size:14px;color:#555;font-weight:500}.url-log-management .filter-item input,.url-log-management .filter-item select{padding:8px 12px;border:1px solid #ddd;border-radius:5px;font-size:14px}.url-log-management .filter-button,.url-log-management .clear-button{display:flex;align-items:center;gap:5px;padding:9px 18px;border-radius:5px;font-size:14px;cursor:pointer;transition:all .3s ease;border:none}.url-log-management .filter-button{background:#007bff;color:#fff}.url-log-management .filter-button:hover{background:#0056b3;transform:translateY(-2px)}.url-log-management .clear-button{background:#f8f9fa;color:#333;border:1px solid #dee2e6}.url-log-management .clear-button:hover{background:#e9ecef}.url-log-management .table-container{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000001a;overflow-x:auto}.url-log-management .admin-table{width:100%;border-collapse:collapse}.url-log-management .admin-table th{background:#f8f9fa;padding:12px;text-align:left;font-weight:600;color:#555;border-bottom:2px solid #dee2e6}.url-log-management .admin-table td{padding:12px;border-bottom:1px solid #e9ecef}.url-log-management .admin-table tr:hover{background:#f8f9fa}.url-log-management .url-cell a{color:#007bff;text-decoration:none;max-width:400px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.url-log-management .url-cell a:hover{text-decoration:underline}.url-log-management .badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;display:inline-block}.url-log-management .badge-guest{background:#e9ecef;color:#6c757d}.url-log-management .badge-free{background:#cfe2ff;color:#004085}.url-log-management .badge-premium{background:#fff3cd;color:#856404}.url-log-management .no-data{text-align:center;color:#999;padding:40px!important}.url-log-management .pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:20px}.url-log-management .pagination button{padding:8px 16px;background:#fff;border:1px solid #dee2e6;border-radius:5px;cursor:pointer;transition:all .3s ease}.url-log-management .pagination button:hover:not(:disabled){background:#007bff;color:#fff;border-color:#007bff}.url-log-management .pagination button:disabled{opacity:.5;cursor:not-allowed}.url-log-management .page-info{font-size:14px;color:#666}.filter-btn,.export-btn,.refresh-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:1px solid #e1e8ed;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.export-btn:hover,.refresh-btn:hover{background:#f8f9fa}.data-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.data-table table{width:100%;border-collapse:collapse}.data-table th{background:#f8f9fa;padding:15px;text-align:left;font-size:14px;font-weight:600;color:#666;border-bottom:1px solid #e1e8ed}.data-table td{padding:15px;font-size:14px;color:#2c3e50;border-bottom:1px solid #f0f0f0}.data-table tr:hover{background:#f8f9fa}.id-cell{font-family:monospace;font-size:12px;color:#999}.plan-badge,.status-badge{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.plan-badge.premium{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.plan-badge.free{background:#e9ecef;color:#666}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.status-badge.succeeded{background:#d1f2eb;color:#00b894}.action-btn{padding:6px 10px;background:none;border:1px solid #e1e8ed;border-radius:6px;cursor:pointer;transition:all .3s ease}.action-btn:hover{background:#f8f9fa}.reports-list{display:flex;flex-direction:column;gap:20px}.report-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e1e8ed}.report-status{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:14px;font-weight:600}.report-status.pending{background:#fff3cd;color:#856404}.report-status.processing{background:#cce5ff;color:#004085}.report-status.resolved{background:#d4edda;color:#155724}.report-date{font-size:13px;color:#999}.report-content{display:flex;flex-direction:column;gap:15px}.report-field{display:flex;gap:10px}.report-field label{font-weight:600;font-size:14px;color:#666;min-width:100px}.report-field a{color:#667eea;text-decoration:none}.report-field a:hover{text-decoration:underline}.issue-tags{display:flex;flex-wrap:wrap;gap:8px}.issue-tag{padding:4px 10px;background:#f0f0f0;border-radius:12px;font-size:12px}.report-details{margin:0;line-height:1.6;color:#2c3e50}.report-actions{display:flex;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #e1e8ed}.btn-primary,.btn-secondary{padding:10px 20px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;border:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:1px solid #667eea}.btn-secondary:hover{background:#f8f9fa}.status-filter{padding:8px 12px;border:1px solid #e1e8ed;border-radius:8px;font-size:14px;cursor:pointer}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:20px}.spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:30px;padding:20px}.pagination button{padding:8px 16px;background:#fff;border:1px solid #e1e8ed;border-radius:8px;cursor:pointer;transition:all .3s ease}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination button:not(:disabled):hover{background:#f8f9fa}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:30px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.modal-content h3{margin:0 0 20px;font-size:20px;color:#2c3e50}.modal-body{margin-bottom:20px}.modal-footer{display:flex;justify-content:flex-end;gap:10px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#666;font-size:14px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px;border:1px solid #e1e8ed;border-radius:8px;font-size:14px}.form-group textarea{resize:vertical;min-height:100px}.report-summary{padding:15px 0}.report-details{padding:20px;background:#f8f9fa;border-radius:8px;margin:15px 0}.report-details-text{background:#fff;padding:15px;border-radius:8px;margin-top:8px;line-height:1.6;white-space:pre-wrap}.reporter-email{color:#667eea;font-size:13px}.resolution-notes{background:#e8f5e9;padding:10px;border-radius:8px;margin-top:8px;color:#2e7d32}.expand-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.expand-btn:hover{transform:scale(1.1)}.detailed-stats{margin-top:30px}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.stat-detail-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.stat-detail-card h4{margin:0 0 20px;font-size:16px;color:#2c3e50;display:flex;align-items:center;gap:8px}.stat-detail-items{display:flex;flex-direction:column;gap:12px}.stat-detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.stat-detail-item:last-child{border-bottom:none}.stat-detail-item .label{font-size:14px;color:#666}.stat-detail-item .value{font-weight:600;font-size:15px;color:#2c3e50}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.date-range-selector{display:flex;gap:5px;background:#fff;padding:5px;border-radius:8px;box-shadow:0 2px 4px #00000014}.date-range-selector button{padding:8px 16px;background:none;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .3s ease}.date-range-selector button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.date-range-selector button:not(.active):hover{background:#f8f9fa}.filter-select{padding:8px 12px;border:1px solid #e1e8ed;border-radius:8px;font-size:14px;cursor:pointer;background:#fff}.plan-select{padding:4px 8px;border:1px solid #e1e8ed;border-radius:6px;font-size:12px;cursor:pointer;background:#fff}.plan-select.premium{border-color:#667eea;background:#f3f4ff}.no-reports,.no-activities{padding:40px;text-align:center;color:#999;font-size:14px}.positive-change{color:#00b894}.negative-change{color:#ff4757}.conversion-rate{color:#667eea;font-size:12px}.users-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.users-table table{width:100%;border-collapse:collapse}.users-table th{background-color:#f5f5f5;padding:12px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:14px}.users-table td{padding:12px;border-bottom:1px solid #e0e0e0;font-size:14px}.users-table tbody tr:hover{background-color:#f9f9f9}.users-table tbody tr:last-child td{border-bottom:none}.verified-badge{color:#4caf50;margin-left:4px;display:inline-flex;align-items:center;vertical-align:middle}.grade-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.grade-badge.guest{background-color:#f5f5f5;color:#666}.grade-badge.free{background-color:#e3f2fd;color:#1976d2}.grade-badge.premium{background-color:#fff3e0;color:#f57c00}.grade-badge.admin{background-color:#f3e5f5;color:#7b1fa2}.usage-count{font-weight:500;color:#1976d2}.subscription-status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.subscription-status.active{background-color:#e8f5e9;color:#2e7d32}.subscription-status.canceled{background-color:#ffebee;color:#c62828}.subscription-status.past_due{background-color:#fff3e0;color:#ef6c00}.dropdown-menu{position:relative;display:inline-block}.dropdown-toggle{background:none;border:none;font-size:20px;line-height:1;cursor:pointer;padding:4px 8px;color:#666;transition:color .2s}.dropdown-toggle:hover{color:#333}.dropdown-content{display:none;position:absolute;right:0;top:100%;background:#fff;min-width:180px;box-shadow:0 4px 12px #00000026;border-radius:4px;z-index:1000;border:1px solid #e0e0e0;margin-top:4px}.dropdown-menu:hover .dropdown-content{display:block}.dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;border:none;background:none;text-align:left;cursor:pointer;font-size:14px;transition:background-color .2s}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item.danger{color:#dc3545}.dropdown-item.danger:hover{background-color:#ffebee}.grade-selector{padding:4px 8px;border:1px solid #ddd;border-radius:4px;font-size:13px;background:#fff;cursor:pointer}.view-btn{padding:4px 8px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:background-color .2s}.view-btn:hover{background-color:#e0e0e0}.modal-content.large{max-width:800px;width:90%}.modal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #e0e0e0;margin-bottom:20px}.modal-close{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#333}.user-detail-sections{max-height:60vh;overflow-y:auto;padding-right:8px}.detail-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.detail-section:last-child{border-bottom:none}.detail-section h4{margin:0 0 16px;color:#333;font-size:16px;font-weight:600}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{display:flex;align-items:center;gap:4px;font-size:12px;color:#666;font-weight:500}.detail-item p{font-size:14px;color:#333;margin:0}.mono-text{font-family:Courier New,monospace;background-color:#f5f5f5;padding:6px 10px;border-radius:4px;font-size:13px}.usage-stat{font-size:18px;font-weight:700;color:#1976d2}.modal-content.confirm{max-width:400px;text-align:center}.confirm-icon{margin-bottom:16px;color:#ff9800}.warning-text{color:#d32f2f;background-color:#ffebee;padding:8px 12px;border-radius:4px;margin-top:12px;font-size:14px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:16px;border-top:1px solid #e0e0e0}.btn-secondary{padding:8px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px}.btn-primary{padding:8px 16px;background:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.btn-danger{padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.btn-cancel{padding:8px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px}.btn-confirm{padding:8px 16px;background:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.btn-confirm.danger{background:#dc3545}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px;background:#fff;border-radius:8px}.pagination-btn{padding:8px 16px;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.pagination-btn:hover:not(:disabled){background-color:#f5f5f5}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:14px;color:#666}.grade-selector-wrapper{position:relative;display:inline-block}.grade-updating{position:absolute;top:50%;right:8px;transform:translateY(-50%);pointer-events:none}.spinner-icon{animation:spin 1s linear infinite;color:#1976d2}.grade-selector:disabled{opacity:.6;cursor:wait;background-color:#f5f5f5}.dropdown-toggle{background:none;border:none;cursor:pointer;padding:4px 8px;color:#666;transition:color .2s;display:flex;align-items:center;justify-content:center}.actions-cell{display:flex;align-items:center;gap:8px}.dropdown-toggle svg{display:block}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-row{grid-template-columns:1fr}}@media (max-width: 768px){.admin-mobile-header{display:flex;align-items:center;gap:12px;position:fixed;top:0;left:0;right:0;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0 16px;z-index:1000;box-shadow:0 2px 10px #0000001a}.admin-mobile-header h1{font-size:18px;font-weight:600;margin:0}.mobile-menu-btn{background:none;border:none;color:#fff;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.admin-sidebar-backdrop{display:block;position:fixed;inset:0;background:#00000080;z-index:1001}.admin-sidebar{position:fixed;left:-280px;top:0;width:280px;height:100vh;z-index:1002;transition:left .3s ease}.admin-sidebar.open{left:0}.sidebar-header{position:relative}.sidebar-close-btn{display:block;position:absolute;top:20px;right:16px;background:none;border:none;color:#fff;padding:8px;cursor:pointer}.sidebar-header h1,.sidebar-header p,.nav-item span,.admin-info div{display:block}.nav-item{justify-content:flex-start;padding:14px 20px}.nav-item .badge{right:20px}.logout-btn{justify-content:flex-start;gap:12px}.admin-content{margin-left:0;padding-top:56px;width:100%}.content-header{padding:16px}.content-header h2{font-size:20px}.stats-grid{grid-template-columns:1fr}.modal-content{padding:20px;margin:16px;max-height:calc(100vh - 32px)}.header-actions{flex-direction:column;gap:10px;width:100%}.search-box{width:100%}.date-range-selector{width:100%;justify-content:space-between}.detail-grid{grid-template-columns:1fr}.modal-content.large{max-width:95%;width:95%}.users-table{overflow-x:auto}.users-table table{min-width:800px}.stat-card{padding:16px}.action-buttons{flex-direction:column;gap:8px}.action-buttons button{width:100%}}.email-management{padding:20px}.email-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e9ecef;padding-bottom:12px}.tab-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;background:#f8f9fa;color:#495057;border-radius:8px 8px 0 0;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.tab-btn:hover{background:#e9ecef}.tab-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.compose-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.form-section{margin-bottom:24px}.form-section>label{display:block;font-weight:600;color:#333;margin-bottom:12px;font-size:14px}.target-options{display:flex;flex-wrap:wrap;gap:16px}.radio-option{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.radio-option:hover{background:#e9ecef}.radio-option input[type=radio]{width:18px;height:18px;accent-color:#667eea}.radio-option input[type=radio]:checked+span{color:#667eea;font-weight:600}.user-selector{margin-top:16px}.selector-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.selected-count{color:#667eea;font-weight:600}.user-list-container{border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.user-list-header{background:#f8f9fa;padding:12px 16px;border-bottom:1px solid #dee2e6}.search-filter-row{display:flex;gap:12px;margin-bottom:12px}.user-list-header .search-box{flex:1;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:8px 12px}.user-list-header .search-box input{border:none;outline:none;flex:1;font-size:14px}.grade-filter{padding:8px 12px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;background:#fff}.selection-actions{display:flex;gap:8px}.btn-small{padding:6px 12px;font-size:12px;border:none;border-radius:4px;cursor:pointer;background:#667eea;color:#fff;transition:all .2s ease}.btn-small:hover{background:#5a6fd6}.btn-small.btn-danger{background:#dc3545}.btn-small.btn-danger:hover{background:#c82333}.user-list{max-height:300px;overflow-y:auto}.user-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s ease}.user-item:hover{background:#f8f9fa}.user-item:last-child{border-bottom:none}.user-item input[type=checkbox]{width:18px;height:18px;accent-color:#667eea}.user-email{flex:1;font-size:14px}.grade-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600}.grade-badge.free{background:#e3f2fd;color:#1976d2}.grade-badge.premium{background:#fff3e0;color:#f57c00}.subject-input{width:100%;padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:15px;transition:border-color .2s ease}.subject-input:focus{outline:none;border-color:#667eea}.body-textarea{width:100%;padding:16px;border:1px solid #dee2e6;border-radius:8px;font-size:15px;line-height:1.6;resize:vertical;font-family:inherit;transition:border-color .2s ease}.body-textarea:focus{outline:none;border-color:#667eea}.compose-actions{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e9ecef;margin-top:24px}.left-actions{display:flex;gap:12px;align-items:center}.template-save{display:flex;gap:8px;align-items:center}.template-name-input{padding:8px 12px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;width:180px}.btn-secondary{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#495057;cursor:pointer;font-size:14px;transition:all .2s ease}.btn-secondary:hover{background:#e9ecef}.btn-primary{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;transition:all .2s ease}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.send-btn{min-width:160px}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.email-preview{margin-top:24px;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}.email-preview h4{margin:0 0 16px;color:#333;font-size:16px}.preview-content{background:#fff;border-radius:8px;padding:20px;border:1px solid #e9ecef}.preview-header,.preview-to{padding:8px 0;border-bottom:1px solid #f0f0f0}.preview-body{padding-top:12px}.preview-body-content{margin-top:8px;padding:12px;background:#f8f9fa;border-radius:6px;white-space:pre-wrap;font-size:14px;line-height:1.6}.history-section,.templates-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h3{margin:0;font-size:18px;color:#333}.empty-state{text-align:center;padding:60px 20px;color:#6c757d}.empty-state svg{opacity:.3;margin-bottom:16px}.empty-state p{margin:8px 0}.empty-state .hint{font-size:13px;color:#adb5bd}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:16px;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease;background:#fff}.history-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.history-subject{font-weight:600;color:#333;margin-bottom:8px}.history-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#6c757d;margin-bottom:8px}.history-meta span{display:flex;align-items:center;gap:4px}.history-target{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.history-target.all{background:#e8f5e9;color:#2e7d32}.history-target.free{background:#e3f2fd;color:#1976d2}.history-target.premium{background:#fff3e0;color:#f57c00}.history-target.selected{background:#f3e5f5;color:#7b1fa2}.history-preview{font-size:13px;color:#6c757d;line-height:1.5}.history-main{flex:1;min-width:0}.history-stats{min-width:140px;text-align:center;padding:12px;background:#f8fafc;border-radius:8px;flex-shrink:0}.opened-details{margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0;font-size:12px}.recipient-row{display:flex;align-items:center;gap:8px;padding:4px 0}.recipient-row.opened{color:#22c55e}.recipient-row.not-opened{color:#94a3b8}.recipient-status{font-size:14px}.recipient-email{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recipient-time{font-size:11px;color:#64748b}.open-rate-container{display:flex;flex-direction:column;align-items:center;gap:4px}.open-rate-label{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b}.open-rate-value{font-size:28px;font-weight:700;line-height:1}.open-rate-detail{font-size:12px;color:#94a3b8}.open-time{margin-top:8px;font-size:11px;color:#94a3b8}.template-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}.template-item:hover{border-color:#667eea}.template-info{flex:1}.template-name{font-weight:600;color:#333;margin-bottom:4px}.template-subject{font-size:13px;color:#667eea;margin-bottom:4px}.template-preview{font-size:13px;color:#6c757d}.template-actions{display:flex;gap:8px}.email-management .alert{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.email-management .alert.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.email-management .alert.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width: 768px){.email-management{padding:16px}.email-tabs{flex-wrap:wrap}.tab-btn{flex:1;min-width:100px;justify-content:center}.target-options{flex-direction:column}.radio-option{width:100%}.search-filter-row{flex-direction:column}.compose-actions{flex-direction:column;gap:16px}.left-actions{flex-direction:column;width:100%}.template-save{width:100%}.template-name-input{flex:1;width:auto}.btn-primary.send-btn{width:100%;justify-content:center}.history-meta{flex-wrap:wrap;gap:8px}.history-item{flex-direction:column}.history-stats{width:100%;margin-top:12px}.open-rate-container{flex-direction:row;justify-content:center;gap:16px}.template-item{flex-direction:column;gap:12px;align-items:flex-start}.template-actions{width:100%}.template-actions .btn-small{flex:1;justify-content:center}}.llmo-status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.llmo-status-badge.active{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff}.llmo-status-badge.canceled{background:#fef2f2;color:#dc2626}.llmo-status-badge.none{background:#f1f5f9;color:#64748b}.medi-plan-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.medi-plan-badge.guest{background:#f1f5f9;color:#64748b}.medi-plan-badge.free{background:#dbeafe;color:#1d4ed8}.medi-plan-badge.premium{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.medi-plan-badge.admin{background:#dc2626;color:#fff}.llmo-status-selector-wrapper{position:relative;display:inline-flex;align-items:center}.llmo-status-selector{padding:6px 28px 6px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.llmo-status-selector:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.llmo-status-selector:disabled{background-color:#f8fafc;cursor:not-allowed}.llmo-management .section-header h2{display:flex;align-items:center;gap:10px}.llmo-management .section-header h2 svg{color:#a855f7}.clinic-name{display:flex;align-items:center;gap:6px}.clinic-name svg{color:#64748b;flex-shrink:0}.clinic-url{display:inline-flex;align-items:center;gap:4px;color:#3b82f6;text-decoration:none;font-size:12px}.clinic-url:hover{text-decoration:underline}.tags-cell{display:flex;flex-wrap:wrap;gap:4px}.tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.tag.area-tag{background:#dbeafe;color:#1e40af}.tag.treatment-tag{background:#dcfce7;color:#166534}.tag.llm-tag{background:#f3e8ff;color:#7c3aed}.tag.more-tag{background:#f1f5f9;color:#64748b}.tags-display{display:flex;flex-wrap:wrap;gap:6px}.tags-display .tag{padding:4px 10px;font-size:12px}.score-display{font-size:24px;font-weight:700;background:linear-gradient(135deg,#a855f7,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.detail-item.full-width{grid-column:1 / -1}.modal-header h3{display:flex;align-items:center;gap:8px}.modal-header h3 svg{color:#a855f7}.llmo-management .empty-state svg{color:#a855f7;margin-bottom:16px}.ugc-management .section-header h2{display:flex;align-items:center;gap:8px}.ugc-management .section-header h2 svg{color:#4caf50}.ugc-status-selector-wrapper{position:relative;display:inline-flex;align-items:center}.ugc-status-selector{padding:4px 8px;font-size:12px;border:1px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;min-width:80px}.ugc-status-selector:disabled{opacity:.6;cursor:not-allowed}.ugc-status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.ugc-status-badge.active{background-color:#e8f5e9;color:#2e7d32}.ugc-status-badge.canceled{background-color:#ffebee;color:#c62828}.ugc-status-badge.none{background-color:#f5f5f5;color:#9e9e9e}.surveys-list{display:flex;flex-direction:column;gap:8px}.survey-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.survey-info{display:flex;align-items:center;gap:12px}.survey-title{font-weight:500;color:#333}.survey-status{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.survey-status.active{background-color:#e8f5e9;color:#2e7d32}.survey-status.draft{background-color:#fff3e0;color:#ef6c00}.survey-status.inactive{background-color:#f5f5f5;color:#9e9e9e}.survey-stats{display:flex;gap:16px;font-size:12px;color:#666}.survey-stats span{display:flex;align-items:center;gap:4px}.gbp-slots-selector-wrapper{position:relative;display:inline-flex;align-items:center}.gbp-slots-selector{padding:6px 28px 6px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;background-color:#fff;cursor:pointer;min-width:75px;appearance:none;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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 6px center;background-repeat:no-repeat;background-size:16px}.gbp-slots-selector:hover:not(:disabled){border-color:#cbd5e1}.gbp-slots-selector:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.slots-updating{position:absolute;right:-22px}.modal-content.template-edit-modal{max-width:1000px;width:95%;max-height:90vh;overflow-y:auto}.template-edit-modal .modal-body{padding:24px}.template-edit-modal .ugc-edit-section{background:#f9fafb;border-radius:8px;padding:20px;margin-bottom:20px}.template-edit-modal .section-title{font-size:16px;font-weight:600;color:#333;margin:0 0 16px;display:flex;align-items:center;gap:8px}.template-edit-modal .section-title .section-help{font-size:12px;font-weight:400;color:#666}.template-edit-modal .section-note{font-size:13px;color:#666;margin-bottom:16px}.template-edit-modal .section-note .text-warning{color:#e53935}.template-edit-modal .ugc-form-row{margin-bottom:16px}.template-edit-modal .ugc-form-row label{display:block;font-size:13px;font-weight:500;color:#444;margin-bottom:6px}.template-edit-modal .ugc-form-row label .required{color:#e53935}.template-edit-modal .ugc-form-row input[type=text],.template-edit-modal .ugc-form-row input[type=number],.template-edit-modal .ugc-form-row select,.template-edit-modal .ugc-form-row textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.template-edit-modal .ugc-form-row input:focus,.template-edit-modal .ugc-form-row select:focus,.template-edit-modal .ugc-form-row textarea:focus{outline:none;border-color:#1976d2}.template-edit-modal .ugc-form-row.two-columns{display:grid;grid-template-columns:1fr 120px;gap:16px}.template-edit-modal .ugc-radio-group{display:flex;flex-wrap:wrap;gap:16px}.template-edit-modal .ugc-radio-label{display:flex;align-items:center;gap:6px;font-size:14px;color:#444;cursor:pointer}.template-edit-modal .ugc-radio-label input[type=radio]{width:auto}.template-edit-modal .ugc-questions-container{display:flex;flex-direction:column;gap:12px}.template-edit-modal .ugc-question-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.template-edit-modal .ugc-question-card.expanded{border-color:#1976d2}.template-edit-modal .ugc-question-header{display:flex;align-items:center;padding:12px 16px;cursor:pointer;gap:12px;background:#fafafa;transition:background .2s}.template-edit-modal .ugc-question-header:hover{background:#f0f0f0}.template-edit-modal .ugc-drag-handle{color:#999;cursor:grab}.template-edit-modal .ugc-question-summary{flex:1;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.template-edit-modal .ugc-question-number{font-weight:600;color:#333}.template-edit-modal .ugc-question-preview{color:#666;flex:1;min-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-edit-modal .ugc-question-type-badge{font-size:11px;padding:2px 8px;background:#e3f2fd;color:#1976d2;border-radius:4px}.template-edit-modal .ugc-question-badge.satisfaction{font-size:11px;padding:2px 8px;background:#fff3e0;color:#e65100;border-radius:4px}.template-edit-modal .ugc-question-actions-header{display:flex;align-items:center;gap:8px}.template-edit-modal .ugc-question-body{padding:16px;border-top:1px solid #e0e0e0;background:#fff}.template-edit-modal .ugc-options-section{margin-top:12px}.template-edit-modal .ugc-option-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.template-edit-modal .ugc-option-label{font-size:13px;color:#666;min-width:40px}.template-edit-modal .ugc-option-row input[type=text]{flex:1}.template-edit-modal .ugc-option-row .ugc-action-select{width:180px;flex-shrink:0}.template-edit-modal .ugc-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:4px;cursor:pointer;color:#666;transition:all .2s}.template-edit-modal .ugc-icon-btn:hover{background:#e0e0e0}.template-edit-modal .ugc-icon-btn.danger{color:#e53935}.template-edit-modal .ugc-icon-btn.danger:hover{background:#ffebee}.template-edit-modal .ugc-add-option-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px dashed #1976d2;background:transparent;color:#1976d2;border-radius:4px;font-size:13px;cursor:pointer;margin-top:8px;transition:all .2s}.template-edit-modal .ugc-add-option-btn:hover{background:#e3f2fd}.template-edit-modal .ugc-add-question-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;border:2px dashed #1976d2;background:transparent;color:#1976d2;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.template-edit-modal .ugc-add-question-btn:hover{background:#e3f2fd}.template-edit-modal .ugc-rating-preview{background:#f5f5f5;padding:16px;border-radius:8px;text-align:center;margin-top:12px}.template-edit-modal .ugc-rating-note{font-size:13px;color:#666;margin-bottom:8px}.template-edit-modal .ugc-rating-stars{font-size:24px;color:#ffc107;margin-bottom:4px}.template-edit-modal .ugc-rating-labels{display:flex;justify-content:space-between;font-size:12px;color:#999;max-width:200px;margin:0 auto}.template-edit-modal .ugc-checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.template-edit-modal .ugc-checkbox-label input[type=checkbox]{width:auto}.templates-list{display:flex;flex-direction:column;gap:12px}.template-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.template-card.inactive{opacity:.7}.template-card .template-header{display:flex;align-items:center;justify-content:space-between;padding:16px;cursor:pointer;transition:background .2s}.template-card .template-header:hover{background:#f9f9f9}.template-card .template-info{display:flex;align-items:center;gap:12px}.template-card .category-badge{font-size:12px;padding:4px 10px;background:#e8f5e9;color:#2e7d32;border-radius:4px}.template-card h3{margin:0;font-size:16px;font-weight:500}.template-card .status-badge.inactive{font-size:11px;padding:2px 8px;background:#ffebee;color:#c62828;border-radius:4px}.template-card .template-meta{display:flex;align-items:center;gap:12px;color:#666;font-size:14px}.template-card .template-details{padding:16px;border-top:1px solid #e0e0e0;background:#fafafa}.template-card .template-description{color:#666;font-size:14px;margin-bottom:16px}.template-card .template-preview h4{font-size:14px;color:#333;margin:0 0 8px}.template-card .questions-preview{margin:0;padding-left:20px}.template-card .questions-preview li{font-size:13px;color:#666;margin-bottom:6px}.template-card .questions-preview .q-type-badge{font-size:10px;padding:1px 6px;background:#e0e0e0;color:#666;border-radius:3px;margin-right:6px}.template-card .template-actions{display:flex;gap:8px;margin-top:16px}.template-card .template-actions .btn-sm{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #ddd;background:#fff;border-radius:4px;font-size:13px;cursor:pointer;transition:all .2s}.template-card .template-actions .btn-sm:hover{background:#f5f5f5}.template-card .template-actions .btn-sm.danger{color:#e53935;border-color:#ffcdd2}.template-card .template-actions .btn-sm.danger:hover{background:#ffebee}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-state svg{margin-bottom:16px;opacity:.5}.empty-state p{margin-bottom:20px}
