.GrammarChecker-module__3nvHGW__wrapper{min-height:100vh;padding:2rem 0}.GrammarChecker-module__3nvHGW__layout{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.GrammarChecker-module__3nvHGW__layout{grid-template-columns:1fr}}.GrammarChecker-module__3nvHGW__editorContainer{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow-lg);border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.GrammarChecker-module__3nvHGW__header{text-align:left}.GrammarChecker-module__3nvHGW__title{margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.GrammarChecker-module__3nvHGW__description{color:var(--muted);font-size:1.1rem}.GrammarChecker-module__3nvHGW__editorWrapper{position:relative}.GrammarChecker-module__3nvHGW__textarea{border:2px solid var(--card-border);background:var(--input-bg);width:100%;min-height:500px;color:var(--foreground);resize:none;border-radius:12px;outline:none;padding:1.5rem;font-size:1.15rem;line-height:1.7;transition:all .3s}.GrammarChecker-module__3nvHGW__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #6366f11a}.GrammarChecker-module__3nvHGW__analyzingIndicator{color:var(--primary);background:#fff;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.85rem;font-weight:600;display:flex;position:absolute;top:1rem;right:1.5rem;box-shadow:0 4px 12px #0000000d}.GrammarChecker-module__3nvHGW__spin{border:2px solid #6366f11a;border-top-color:var(--primary);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite GrammarChecker-module__3nvHGW__spin}.GrammarChecker-module__3nvHGW__bottomStats{border-top:1px solid var(--card-border);padding-top:1rem}.GrammarChecker-module__3nvHGW__statLine{color:var(--muted);gap:1.5rem;font-size:.9rem;font-weight:500;display:flex}.GrammarChecker-module__3nvHGW__sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}.GrammarChecker-module__3nvHGW__scoreCard{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.GrammarChecker-module__3nvHGW__scoreCircle{width:100px;height:100px;position:relative}.GrammarChecker-module__3nvHGW__svg{width:100%;height:100%}.GrammarChecker-module__3nvHGW__bg{stroke:#e2e8f0}.GrammarChecker-module__3nvHGW__progress{transition:stroke-dasharray 1s}.GrammarChecker-module__3nvHGW__scoreNumber{font-size:1.75rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GrammarChecker-module__3nvHGW__scoreLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.85rem;font-weight:700}.GrammarChecker-module__3nvHGW__filterTabs{background:#f1f5f9;border-radius:10px;padding:.25rem;display:flex}.GrammarChecker-module__3nvHGW__tab{border-radius:8px;flex:1;justify-content:center;gap:.5rem;padding:.6rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.GrammarChecker-module__3nvHGW__tab.GrammarChecker-module__3nvHGW__active{color:var(--primary);background:#fff;box-shadow:0 4px 10px #0000000d}.GrammarChecker-module__3nvHGW__tab span{opacity:.5}.GrammarChecker-module__3nvHGW__suggestionsList{flex-direction:column;gap:1rem;max-height:70vh;padding-right:.5rem;display:flex;overflow-y:auto}.GrammarChecker-module__3nvHGW__suggestionCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.GrammarChecker-module__3nvHGW__suggestionCard:hover{transform:translate(-5px);box-shadow:0 10px 20px #0000000d}.GrammarChecker-module__3nvHGW__cardHeader{justify-content:space-between;align-items:center;display:flex}.GrammarChecker-module__3nvHGW__typeBadge{text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:800}.GrammarChecker-module__3nvHGW__correctness .GrammarChecker-module__3nvHGW__typeBadge{color:#b91c1c;background:#fee2e2}.GrammarChecker-module__3nvHGW__clarity .GrammarChecker-module__3nvHGW__typeBadge{color:#1e40af;background:#dbeafe}.GrammarChecker-module__3nvHGW__style .GrammarChecker-module__3nvHGW__typeBadge{color:#6b21a8;background:#f3e8ff}.GrammarChecker-module__3nvHGW__dismissBtn{color:var(--muted);font-size:1.25rem}.GrammarChecker-module__3nvHGW__msg{color:#1e2937;font-size:.95rem;font-weight:700}.GrammarChecker-module__3nvHGW__change{background:#f8fafc;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.GrammarChecker-module__3nvHGW__old{color:#ef4444;font-weight:600;text-decoration:line-through}.GrammarChecker-module__3nvHGW__new{color:#22c55e;font-weight:700}.GrammarChecker-module__3nvHGW__explanation{color:#64748b;font-size:.85rem;line-height:1.5}.GrammarChecker-module__3nvHGW__applyBtn{background:var(--primary);color:#fff;border-radius:8px;padding:.65rem;font-size:.85rem;font-weight:700;transition:all .2s}.GrammarChecker-module__3nvHGW__applyBtn:hover{background:var(--primary-hover)}.GrammarChecker-module__3nvHGW__emptyState{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}@keyframes GrammarChecker-module__3nvHGW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ToolInterface-module__R2C9Qa__wrapper{padding:3rem 0}.ToolInterface-module__R2C9Qa__header{text-align:center;margin-bottom:3.5rem;animation:.8s ease-out ToolInterface-module__R2C9Qa__fadeInDown}.ToolInterface-module__R2C9Qa__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.ToolInterface-module__R2C9Qa__description{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.2rem}.ToolInterface-module__R2C9Qa__container{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex}@media (min-width:1024px){.ToolInterface-module__R2C9Qa__container{grid-template-columns:1fr 1fr;align-items:start;display:grid}.ToolInterface-module__R2C9Qa__inputArea,.ToolInterface-module__R2C9Qa__outputArea{height:100%}.ToolInterface-module__R2C9Qa__actionsBar,.ToolInterface-module__R2C9Qa__stats{grid-column:1/-1}}.ToolInterface-module__R2C9Qa__inputArea,.ToolInterface-module__R2C9Qa__outputArea{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.ToolInterface-module__R2C9Qa__toolbar{background:rgba(var(--primary-rgb), .03);border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ToolInterface-module__R2C9Qa__toolbarLeft{align-items:center;gap:1rem;display:flex}.ToolInterface-module__R2C9Qa__saveIndicator{color:var(--success);text-transform:uppercase;letter-spacing:.05em;opacity:0;align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;transition:all .3s;display:flex;transform:translate(-5px)}.ToolInterface-module__R2C9Qa__saveIndicator.ToolInterface-module__R2C9Qa__visible{opacity:1;transform:translate(0)}.ToolInterface-module__R2C9Qa__label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.75rem;font-weight:700}.ToolInterface-module__R2C9Qa__subLabel{color:var(--muted);font-size:.8rem;font-weight:600}.ToolInterface-module__R2C9Qa__inputWrapper{flex-direction:column;display:flex;position:relative}.ToolInterface-module__R2C9Qa__textarea{width:100%;min-height:400px;color:var(--foreground);font-family:var(--app-font-family);resize:vertical;background:0 0;border:none;outline:none;padding:1.25rem 1.25rem 5rem;font-size:1.1rem;line-height:1.6}.ToolInterface-module__R2C9Qa__controls{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.ToolInterface-module__R2C9Qa__button{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ToolInterface-module__R2C9Qa__primary{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;box-shadow:0 4px 15px rgba(var(--primary-rgb), .3)}.ToolInterface-module__R2C9Qa__primary:hover:not(:disabled){box-shadow:0 8px 25px rgba(var(--primary-rgb), .4);transform:translateY(-2px)}.ToolInterface-module__R2C9Qa__primary:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}.ToolInterface-module__R2C9Qa__secondary{background:var(--card-bg);color:var(--foreground);border:1px solid var(--card-border)}.ToolInterface-module__R2C9Qa__secondary:hover{background:var(--background)}.ToolInterface-module__R2C9Qa__danger{color:var(--danger);background:#ef44441a;border:1px solid #ef444433}.ToolInterface-module__R2C9Qa__danger:hover{background:var(--danger);color:#fff}.ToolInterface-module__R2C9Qa__toolbarActions{align-items:center;gap:.5rem;display:flex}.ToolInterface-module__R2C9Qa__iconBtn{background:var(--card-bg);color:var(--muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;box-shadow:none!important;border:1px solid #00000014!important;outline:none!important}.ToolInterface-module__R2C9Qa__divider{background:var(--card-border);width:1px;height:20px;margin:0 .25rem}.ToolInterface-module__R2C9Qa__iconBtn:hover:not(:disabled){color:var(--primary);border-color:var(--primary);background:rgba(var(--primary-rgb), .08);transform:translateY(-1px)}.ToolInterface-module__R2C9Qa__iconBtn svg{stroke-width:2.5px;width:14px;height:14px}.ToolInterface-module__R2C9Qa__iconBtn:disabled{opacity:.4;cursor:not-allowed;color:var(--muted-foreground)}.ToolInterface-module__R2C9Qa__textButton{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;padding:.35rem .6rem;font-size:.75rem;font-weight:800;transition:all .2s;color:#ff4d4d!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.ToolInterface-module__R2C9Qa__textButton:hover{transform:scale(1.05);background:#ff4d4d1a!important}.ToolInterface-module__R2C9Qa__copyButton{background:rgba(var(--primary-rgb), .1);color:var(--primary);border:1px solid rgba(var(--primary-rgb), .2);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.ToolInterface-module__R2C9Qa__copyButton:hover:not(:disabled){background:var(--primary);color:#fff;transform:translateY(-1px)}.ToolInterface-module__R2C9Qa__copyButton:disabled{opacity:.5;cursor:not-allowed}.ToolInterface-module__R2C9Qa__inputOverlay{background:linear-gradient(to top, var(--card-bg) 80%, transparent);pointer-events:none;border-top:1px solid #0000000d;justify-content:space-between;align-items:flex-end;padding:1rem 1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.ToolInterface-module__R2C9Qa__progressSection{pointer-events:auto;flex:1;max-width:250px}.ToolInterface-module__R2C9Qa__progressInfo{color:var(--muted);justify-content:space-between;margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:flex}.ToolInterface-module__R2C9Qa__progressBar{background:#0000000d;border-radius:3px;height:6px;overflow:hidden}.ToolInterface-module__R2C9Qa__progressFill{background:var(--primary);height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.ToolInterface-module__R2C9Qa__goalReached{background:var(--success);box-shadow:0 0 10px rgba(var(--success-rgb), .4)}.ToolInterface-module__R2C9Qa__scoreSection{pointer-events:auto}.ToolInterface-module__R2C9Qa__scoreCircle{width:60px;height:60px;position:relative}.ToolInterface-module__R2C9Qa__scoreCircle svg{width:100%;height:100%;transform:rotate(-90deg)}.ToolInterface-module__R2C9Qa__scoreBg{fill:none;stroke:#0000000d;stroke-width:3.5px}.ToolInterface-module__R2C9Qa__scoreFill{fill:none;stroke:url(#scoreGradient);stroke-width:3.5px;stroke-linecap:round;transition:stroke-dasharray 1s ease-in-out}.ToolInterface-module__R2C9Qa__scoreText{text-align:center;flex-direction:column;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ToolInterface-module__R2C9Qa__scoreNum{color:var(--primary);font-size:1.1rem;font-weight:800;line-height:1}.ToolInterface-module__R2C9Qa__scoreStatus{text-transform:uppercase;color:var(--muted);margin-top:2px;font-size:.55rem;font-weight:700}.ToolInterface-module__R2C9Qa__actionsBar{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;gap:2rem;padding:2rem;display:flex}.ToolInterface-module__R2C9Qa__templatePicker{flex-direction:column;gap:1rem;display:flex}.ToolInterface-module__R2C9Qa__templateList{flex-wrap:wrap;gap:.75rem;display:flex}.ToolInterface-module__R2C9Qa__templateBtn{background:rgba(var(--primary-rgb), .05);border:1px solid var(--card-border);color:var(--muted);border-radius:10px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.ToolInterface-module__R2C9Qa__templateBtn:hover{border-color:var(--primary);color:var(--primary);background:rgba(var(--primary-rgb), .1);transform:scale(1.05)}.ToolInterface-module__R2C9Qa__stats{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:1.5rem;display:grid}[data-theme=dark] .ToolInterface-module__R2C9Qa__toolbar{background:#ffffff08}@media (max-width:640px){.ToolInterface-module__R2C9Qa__textarea{min-height:200px}}
.WordCounter-module__2_Yg_W__statsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.WordCounter-module__2_Yg_W__statCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-sm);padding:1.5rem;transition:transform .2s}.WordCounter-module__2_Yg_W__statCard:hover{border-color:var(--primary);transform:translateY(-2px)}.WordCounter-module__2_Yg_W__statValue{color:var(--primary);margin-bottom:.25rem;font-size:2rem;font-weight:700;display:block}.WordCounter-module__2_Yg_W__statLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500}
