*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#81e6d9,#4fd1c7 50%,#38b2ac);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.analyzer-container{animation:fadeIn .5s ease-in}.analyzer-header{color:#fff;margin-bottom:2rem;text-align:center}.analyzer-header h1{font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px #0003}.analyzer-header p{font-size:1.1rem;opacity:.9}.analyzer-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2.5rem}.input-section{margin-bottom:2rem}.input-label{color:#333;display:block;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.text-input{border:2px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;padding:1rem;resize:vertical;transition:border-color .3s ease;width:100%}.text-input:focus{border-color:#4fd1c7;outline:none}.button-group{display:flex;gap:1rem;margin-top:1rem}.btn{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#81e6d9,#4fd1c7 50%,#38b2ac);box-shadow:0 4px 15px #4fd1c766;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #4fd1c799;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover:not(:disabled){background:#e0e0e0}.error-message{background:#fee2e2;border-left:4px solid #ef4444;border-radius:10px;color:#b91c1c;margin-bottom:1rem;padding:1rem}.results-section{border-top:2px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.stats-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#81e6d9,#4fd1c7 50%,#38b2ac);border-radius:15px;box-shadow:0 4px 15px #4fd1c74d;color:#fff;padding:1.5rem;text-align:center}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.words-list h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.words-grid{display:flex;flex-direction:column;gap:1rem}.word-item{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.word-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateX(5px)}.word-rank{background:linear-gradient(135deg,#81e6d9,#4fd1c7 50%,#38b2ac);border-radius:50%;color:#fff;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.word-content,.word-rank{align-items:center;display:flex}.word-content{flex:1 1;justify-content:space-between}.word-text{color:#333;font-size:1.2rem;font-weight:600;text-transform:capitalize}.word-count{color:#666;font-size:.9rem}.word-bar{background:#e0e0e0;border-radius:4px;flex-shrink:0;height:8px;overflow:hidden;width:100px}.word-bar-fill{background:linear-gradient(135deg,#81e6d9,#4fd1c7 50%,#38b2ac);height:100%;transition:width .3s ease}.no-results{color:#666;font-style:italic;padding:2rem;text-align:center}@media (max-width:768px){.analyzer-card{padding:1.5rem}.analyzer-header h1{font-size:2rem}.word-item{flex-wrap:wrap}.word-content{align-items:flex-start;flex-direction:column;gap:.5rem}.word-bar{margin-top:.5rem;width:100%}}.home-container{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin-bottom:4rem;padding:4rem 2rem;text-align:center}.hero-title{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.hero-subtitle{color:#ffffffe6;font-size:1.5rem;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center}.cta-button{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#fff;box-shadow:0 4px 15px #4fd1c74d;color:#38b2ac}.cta-button.primary:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.features-section{margin-top:4rem}.section-title{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fffffff2;border-radius:15px;box-shadow:0 8px 32px #0000001a;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.feature-link{color:#38b2ac;font-weight:600;text-decoration:none;transition:color .3s ease}.feature-link:hover{color:#2c7a7b}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.features-grid{grid-template-columns:1fr}}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-logo{color:#38b2ac;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.nav-logo:hover{color:#2c7a7b}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#38b2ac}.nav-link:after{background:#4fd1c7;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.footer{background:#0003;color:#fff;margin-top:auto;padding:1.5rem;text-align:center}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem}.main-content{padding:1rem}}
/*# sourceMappingURL=main.2bde97a8.css.map*/