.esg-tool{color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:1280px;width:100%}.esg-tool *{box-sizing:border-box}.tool-top-bar{display:flex;justify-content:flex-end;margin-bottom:10px;position:relative}.lang-dropdown{display:inline-block;position:relative}.lang-drop-btn{background:transparent;color:#4a5568;cursor:pointer;font-size:.9rem;padding:6px 12px}.lang-drop-btn,.lang-drop-content{border:1px solid #e2e8f0;border-radius:6px}.lang-drop-content{background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1);display:none;min-width:120px;overflow:hidden;position:absolute;right:0;z-index:10}.lang-drop-content.show{display:block}.lang-drop-content a{color:#333;display:block;font-size:.9rem;padding:10px 12px;text-decoration:none}.lang-drop-content a:hover{background-color:#f7fafc}.esg-header{margin-bottom:2rem;text-align:center}.esg-header h2{color:#1a202c;font-size:1.5rem;line-height:1.2;margin-bottom:.5rem;margin-top:0}.esg-header p{color:#718096;font-size:.95rem;margin:0}.esg-grid{align-items:start;display:grid;gap:2rem;grid-template-columns:1fr}.esg-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.02);display:flex;flex-direction:column;overflow:hidden}.esg-tabs{background:#f7fafc;border-bottom:1px solid #e2e8f0;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.esg-tabs::-webkit-scrollbar{display:none}.esg-tab{background:transparent;border:none;border-bottom:3px solid transparent;color:#718096;cursor:pointer;flex:1;font-size:.9rem;font-weight:600;padding:14px 16px;text-align:center;transition:all .2s;white-space:nowrap}.esg-tab:hover{background-color:#edf2f7;color:#2d3748}.esg-tab.active{background-color:#fff;border-bottom-color:#3182ce;color:#3182ce}.esg-form-panel{padding:1.5rem}.form-grp{margin-bottom:1.25rem}.form-grp label{color:#4a5568;display:block;font-size:.85rem;font-weight:700;margin-bottom:8px}.form-grp input[type=email],.form-grp input[type=number],.form-grp input[type=text],.form-grp input[type=url],.form-grp select,.form-grp textarea{appearance:none;background-color:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#2d3748;font-size:16px;height:48px;padding:10px 12px;transition:border-color .2s;width:100%}.form-grp textarea{height:auto;min-height:80px}.form-grp input:focus,.form-grp select:focus,.form-grp textarea:focus{border-color:#3182ce;outline:none}.form-row{display:grid;gap:1.25rem;grid-template-columns:1fr}.color-picker-wrapper{align-items:center;display:flex;gap:10px}input[type=color]{-webkit-appearance:none;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;height:48px;overflow:hidden;padding:0;width:48px}input[type=range]{cursor:pointer;margin-top:10px;width:100%}.tmpl-grid{display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.tmpl-opt{background-color:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#718096;cursor:pointer;font-size:.85rem;font-weight:500;padding:12px;text-align:center;transition:all .2s}.tmpl-opt:hover{background-color:#f7fafc;border-color:#cbd5e0}.tmpl-opt.active{background-color:#ebf8ff;border-color:#3182ce;color:#2c5282;font-weight:700}.esg-preview-wrap{position:relative}.esg-preview-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.02);padding:1.5rem}.preview-header{align-items:center;border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.preview-header h3{color:#2d3748;font-size:1.1rem;font-weight:700;margin:0}.sig-container{align-items:center;background:#fff;border:1px dashed #cbd5e0;border-radius:8px;display:flex;justify-content:center;min-height:150px;overflow-x:auto;padding:1.5rem}.score-section{margin-bottom:20px}.score-label{color:#718096;display:flex;font-size:.85rem;font-weight:700;justify-content:space-between;margin-bottom:8px}.score-track{background-color:#edf2f7;border-radius:4px;height:8px;overflow:hidden;width:100%}.score-fill{background:linear-gradient(90deg,#f56565,#ed8936 50%,#48bb78);border-radius:4px;height:100%;transition:width .5s ease-out}.esg-tool .btn-primary{background:linear-gradient(135deg,#3182ce,#2b6cb0);border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:700;margin-top:20px;padding:16px;text-align:center;transition:transform .1s;width:100%}.esg-tool .btn-primary:active{transform:scale(.98)}.btn-sec{background:#edf2f7;border:1px solid #cbd5e0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:10px;padding:12px;transition:background .2s;width:100%}.btn-sec:hover{background:#e2e8f0;color:#2d3748}.cf-row{display:flex;gap:8px;margin-bottom:10px}.cf-row input{height:40px!important}.remove-btn{align-items:center;background:#fff5f5;border:1px solid #feb2b2;border-radius:6px;color:#c53030;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;min-width:40px}.fade-in{animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.esg-header h2{font-size:1.8rem}.form-row{grid-template-columns:1fr 1fr}.tmpl-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.esg-grid{grid-template-columns:400px 1fr}.esg-preview-wrap{position:sticky;top:20px}}.wui-lang-switcher{display:inline-block;font-family:var(--font-ui,inherit);position:relative}.wui-lang-btn{align-items:center;background:var(--card-bg-raised,#23262e);border:1px solid var(--card-border,#2a2d35);border-radius:var(--r-sm,8px);color:var(--fg-body,#e2e8f0);cursor:pointer;display:inline-flex;font-size:13px;gap:8px;line-height:1.2;padding:6px 12px;transition:border-color .15s ease,background .15s ease}.wui-lang-btn:hover{background:var(--card-bg,#1e2128);border-color:var(--card-border-strong,#353842)}.wui-lang-btn:focus-visible{outline:2px solid var(--accent-primary,#4a93f0);outline-offset:2px}.wui-lang-current{white-space:nowrap}.wui-lang-caret{color:var(--fg-muted,#9ca3af);transition:transform .18s ease}.wui-lang-caret.is-open{transform:rotate(180deg)}.wui-lang-menu{background:var(--card-bg,#1e2128);border:1px solid var(--card-border,#2a2d35);border-radius:var(--r-sm,8px);box-shadow:0 12px 28px rgba(0,0,0,.32);display:flex;flex-direction:column;min-width:160px;padding:4px;position:absolute;right:0;top:calc(100% + 6px);z-index:20}.wui-lang-item{border-radius:6px;color:var(--fg-body,#e2e8f0);display:block;font-size:13px;line-height:1.3;padding:8px 10px;text-decoration:none;transition:background .12s ease,color .12s ease;white-space:nowrap}.wui-lang-item:focus-visible,.wui-lang-item:hover{background:var(--card-bg-raised,#23262e);color:var(--fg-primary,#f1f5f9);outline:none}@media (max-width:480px){.wui-lang-btn{font-size:12px;padding:5px 10px}.wui-lang-menu{min-width:140px}}