.tool-module__Lv37UG__pageWrapper{z-index:1;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;display:flex;position:relative}.tool-module__Lv37UG__pageWrapper:before{content:"";background:linear-gradient(90deg, var(--green), var(--green-light), var(--green));z-index:100;pointer-events:none;height:4px;position:fixed;top:0;left:0;right:0}.tool-module__Lv37UG__pageWrapper:after{content:"";background-image:radial-gradient(var(--gray-200) 1px, transparent 1px);opacity:.5;pointer-events:none;z-index:-1;background-size:24px 24px;position:fixed;inset:0}.tool-module__Lv37UG__header{text-align:center;margin-bottom:2.5rem;animation:.6s ease-out tool-module__Lv37UG__fadeDown}@keyframes tool-module__Lv37UG__fadeDown{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}.tool-module__Lv37UG__headerBadge{background:var(--green-pale);color:var(--green);letter-spacing:.03em;text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;margin-bottom:1rem;padding:5px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.tool-module__Lv37UG__dot{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite tool-module__Lv37UG__pulse}@keyframes tool-module__Lv37UG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.tool-module__Lv37UG__header h1{color:var(--gray-800);letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.4rem;font-weight:700}.tool-module__Lv37UG__accent{color:var(--green)}.tool-module__Lv37UG__header p{color:var(--gray-500);font-size:1.05rem;font-weight:400}.tool-module__Lv37UG__headerNote{margin-top:.85rem;font-size:.85rem}.tool-module__Lv37UG__headerNote a{color:var(--green);font-weight:500}.tool-module__Lv37UG__headerNote a:hover{color:var(--green-light);text-decoration:underline}.tool-module__Lv37UG__container{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.75rem;padding:2rem;animation:.6s ease-out .15s both tool-module__Lv37UG__fadeUp;display:flex}@keyframes tool-module__Lv37UG__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tool-module__Lv37UG__editorGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.tool-module__Lv37UG__editorCol{flex-direction:column;gap:.6rem;display:flex}.tool-module__Lv37UG__editorCol label{color:var(--gray-600);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.tool-module__Lv37UG__labelIcon{width:16px;height:16px;color:var(--green)}.tool-module__Lv37UG__pendingDot{align-items:center;gap:3px;margin-left:6px;display:inline-flex}.tool-module__Lv37UG__pendingDot span{background:var(--green);border-radius:50%;width:4px;height:4px;animation:1.1s ease-in-out infinite both tool-module__Lv37UG__pendingBounce;display:inline-block}.tool-module__Lv37UG__pendingDot span:first-child{animation-delay:-.28s}.tool-module__Lv37UG__pendingDot span:nth-child(2){animation-delay:-.14s}@keyframes tool-module__Lv37UG__pendingBounce{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.tool-module__Lv37UG__editorCol textarea{background:var(--white);border:1.5px solid var(--gray-200);width:100%;height:420px;color:var(--gray-700);font-size:.95rem;font-family:var(--font-sans);resize:none;border-radius:10px;padding:1.1rem 1.25rem;line-height:1.7;transition:border-color .25s,box-shadow .25s}.tool-module__Lv37UG__editorCol textarea:hover{border-color:var(--gray-300)}.tool-module__Lv37UG__editorCol textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px var(--green-glow);outline:none}.tool-module__Lv37UG__editorCol textarea::placeholder{color:var(--gray-400);font-style:italic}.tool-module__Lv37UG__editorCol textarea:disabled{background:var(--gray-50);border-color:var(--gray-200);color:var(--gray-500);cursor:not-allowed}.tool-module__Lv37UG__editorCol textarea::-webkit-scrollbar{width:6px}.tool-module__Lv37UG__editorCol textarea::-webkit-scrollbar-track{background:0 0}.tool-module__Lv37UG__editorCol textarea::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.tool-module__Lv37UG__editorCol textarea::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.tool-module__Lv37UG__options{justify-content:center;align-items:center;gap:2rem;padding:.75rem 0;display:flex}.tool-module__Lv37UG__toggleGroup{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.tool-module__Lv37UG__toggleGroup span{cursor:pointer;color:var(--gray-600);font-size:.9rem;font-weight:500;transition:color .2s}.tool-module__Lv37UG__toggleSwitch{flex-shrink:0;width:44px;height:24px;position:relative}.tool-module__Lv37UG__toggleSwitch input{opacity:0;width:0;height:0;position:absolute}.tool-module__Lv37UG__toggleSlider{background:var(--gray-300);cursor:pointer;border-radius:12px;transition:background .25s;position:absolute;inset:0}.tool-module__Lv37UG__toggleSlider:before{content:"";background:var(--white);border-radius:50%;width:18px;height:18px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.tool-module__Lv37UG__toggleSwitch input:checked+.tool-module__Lv37UG__toggleSlider{background:var(--green)}.tool-module__Lv37UG__toggleSwitch input:checked+.tool-module__Lv37UG__toggleSlider:before{transform:translate(20px)}.tool-module__Lv37UG__toggleSwitch input:focus-visible+.tool-module__Lv37UG__toggleSlider{box-shadow:0 0 0 3px var(--green-glow)}.tool-module__Lv37UG__actions{justify-content:center;gap:.75rem;display:flex}.tool-module__Lv37UG__btnPrimary,.tool-module__Lv37UG__btnSecondary,.tool-module__Lv37UG__btnDanger{cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-sans);letter-spacing:.01em;border:none;border-radius:100px;align-items:center;gap:7px;padding:.65rem 1.4rem;transition:all .2s;display:inline-flex}.tool-module__Lv37UG__btnPrimary svg,.tool-module__Lv37UG__btnSecondary svg,.tool-module__Lv37UG__btnDanger svg{flex-shrink:0}.tool-module__Lv37UG__btnPrimary:active,.tool-module__Lv37UG__btnSecondary:active,.tool-module__Lv37UG__btnDanger:active{transform:scale(.97)}.tool-module__Lv37UG__btnPrimary{background:var(--green);color:var(--white);box-shadow:0 2px 8px #39991840}.tool-module__Lv37UG__btnPrimary:hover{background:var(--green-light);transform:translateY(-1px);box-shadow:0 4px 16px #39991859}.tool-module__Lv37UG__btnSecondary{background:var(--white);color:var(--gray-600);border:1.5px solid var(--gray-200)}.tool-module__Lv37UG__btnSecondary:hover{background:var(--gray-50);border-color:var(--gray-300);transform:translateY(-1px)}.tool-module__Lv37UG__btnDanger{background:var(--white);color:var(--gray-500);border:1.5px solid var(--gray-200)}.tool-module__Lv37UG__btnDanger:hover{background:var(--gray-100);border-color:var(--gray-300);color:var(--gray-700);transform:translateY(-1px)}.tool-module__Lv37UG__toast{background:var(--gray-800);color:var(--white);z-index:200;opacity:0;pointer-events:none;border-radius:100px;align-items:center;gap:8px;padding:.7rem 1.4rem;font-size:.85rem;font-weight:500;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)translateY(80px);box-shadow:0 8px 30px #00000026}.tool-module__Lv37UG__toastShow{opacity:1;transform:translate(-50%)translateY(0)}.tool-module__Lv37UG__toastIcon{width:18px;height:18px;color:var(--green-light)}.tool-module__Lv37UG__supportSlot{background:var(--white);border:1px dashed var(--gray-200);border-radius:var(--radius);text-align:center;width:100%;max-width:480px;color:var(--gray-500);margin:1.75rem auto 0;padding:1rem 1.25rem;font-size:.9rem}.tool-module__Lv37UG__supportSlot:empty{display:none}.tool-module__Lv37UG__footer{color:var(--gray-400);margin-top:2rem;font-size:.78rem;animation:.6s ease-out .3s both tool-module__Lv37UG__fadeUp}.tool-module__Lv37UG__footer a,.tool-module__Lv37UG__footer .tool-module__Lv37UG__footerLinkButton{color:var(--gray-500);font-weight:500;transition:color .15s}.tool-module__Lv37UG__footer a:hover,.tool-module__Lv37UG__footer .tool-module__Lv37UG__footerLinkButton:hover{color:var(--green)}.tool-module__Lv37UG__footerLinkButton{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;margin:0;padding:0}@media (max-width:768px){.tool-module__Lv37UG__editorGrid{grid-template-columns:1fr}.tool-module__Lv37UG__pageWrapper{padding:2rem 1rem 1rem}.tool-module__Lv37UG__container{padding:1.25rem}.tool-module__Lv37UG__header h1{font-size:1.8rem}.tool-module__Lv37UG__options{flex-direction:column;gap:1rem}.tool-module__Lv37UG__actions{flex-wrap:wrap}.tool-module__Lv37UG__editorCol textarea{height:300px}}
