.layout-container{display:grid;grid-template-columns:1fr;gap:1.5rem}.left-column{width:100%}@media(min-width:1024px){.layout-container{grid-template-columns:1fr 320px;gap:1.5rem}}.hero-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;padding:2.5rem 2rem;background:linear-gradient(145deg,#faf7f299,#fdfcfaf2);border-radius:1.5rem;border:1.5px solid rgba(226,216,200,.8);box-shadow:0 8px 24px #0000000d;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(196,162,101,.08) 0%,transparent 70%);border-radius:50%}.hero-content{position:relative;z-index:1}.hero-title{font-size:2.25rem;font-weight:700;color:#2e2a27;margin:0 0 .375rem;letter-spacing:.01em;font-family:var(--font-serif)}.hero-subtitle{font-size:.9375rem;color:#7e6f56;margin:0;font-weight:500}.hero-stats{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1;flex-shrink:0}.stats-badge{display:inline-flex;align-items:baseline;gap:.375rem;padding:.5rem 1.25rem;background:linear-gradient(145deg,#fdfcfa,#fbf6ed);border-radius:9999px;border:1.5px solid rgba(226,216,200,.8);box-shadow:0 2px 8px #0000000a,0 0 0 1px #fdfcfacc inset}.stats-number{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#c53d43,#a83038);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-label{font-size:.875rem;color:#7e6f56;font-weight:500}.clear-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:linear-gradient(145deg,#fdfcfa,#fbf6ed);color:#c53d43;border:1.5px solid rgba(226,216,200,.8);border-radius:9999px;font-weight:600;font-size:.8125rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d;white-space:nowrap}.clear-btn:hover{background:linear-gradient(145deg,#fef2f2,#fee2e2);border-color:#c53d434d;color:#a83038;transform:translateY(-1px);box-shadow:0 4px 12px #c53d4326}.clear-btn:active{transform:translateY(0)}.btn-icon{width:1rem;height:1rem;transition:transform .2s}.clear-btn:hover .btn-icon{transform:scale(1.1)}.empty-state{text-align:center;padding:5rem 2rem;display:none;background:linear-gradient(145deg,#faf7f299,#fdfcfaf2);border-radius:1.5rem;border:1.5px solid rgba(226,216,200,.8);box-shadow:0 8px 24px #0000000d}.empty-state.show{display:block}.empty-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;margin:0 auto 1.5rem;background:linear-gradient(145deg,#c4a2651a,#ab8a4a0d);border-radius:50%;border:2px solid rgba(196,162,101,.2)}.empty-icon{width:2.5rem;height:2.5rem;color:#c4a265}.empty-text{font-size:1.25rem;font-weight:600;color:#2e2a27;margin-bottom:.75rem}.empty-hint{font-size:.9375rem;color:#7e6f56;line-height:1.6;max-width:24rem;margin:0 auto}.history-content{display:none;margin-bottom:3rem}.history-content.show{display:block}.category-section{margin-bottom:2.5rem}.category-section:last-child{margin-bottom:0}.category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(226,216,200,.6)}.category-label{display:flex;align-items:center;gap:.625rem}.category-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.category-dot--char{background:linear-gradient(135deg,#c4a265,#ab8a4a);box-shadow:0 0 8px #c4a26566}.category-dot--word{background:linear-gradient(135deg,#c53d43,#a83038);box-shadow:0 0 8px #c53d4366}.category-title{font-size:1.125rem;font-weight:700;color:#2e2a27;margin:0;font-family:var(--font-serif)}.category-count{font-size:.75rem;font-weight:600;color:#7e6f56;background:#0000000a;padding:.125rem .5rem;border-radius:9999px}.chars-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.chars-grid .char-card{display:flex;align-items:center;justify-content:center;aspect-ratio:1;min-height:80px;background:#fdfcfa;border:1.5px solid rgba(226,216,200,.8);border-radius:1rem;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:0 1px 3px #0000000a;position:relative;overflow:hidden}.chars-grid .char-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#c4a26514,#ab8a4a0a);opacity:0;transition:opacity .25s;border-radius:1rem}.chars-grid .char-card:hover{border-color:#c4a26580;transform:translateY(-4px);box-shadow:0 8px 24px #c4a2652e,0 2px 8px #0000000f}.chars-grid .char-card:hover:after{opacity:1}.chars-grid .char-card:active{transform:translateY(-1px);transition:all .1s ease}.chars-grid .char-text{font-size:2.25rem;font-weight:500;color:#2e2a27;line-height:1;font-family:var(--font-sans);position:relative;z-index:1;transition:color .25s}.chars-grid .char-card:hover .char-text{color:#ab8a4a}.words-list{display:flex;flex-direction:column;gap:.375rem}.words-list .word-card{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;background:#fdfcfa;border:1.5px solid rgba(226,216,200,.8);border-radius:.875rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000008}.words-list .word-card:hover{border-color:#c4a26566;background:#c4a26505;transform:translate(4px);box-shadow:0 4px 16px #c4a2651a,0 1px 4px #0000000a}.words-list .word-card:active{transform:translate(2px);transition:all .1s ease}.words-list .word-text{font-size:1.125rem;font-weight:600;color:#2e2a27;font-family:var(--font-sans);line-height:1.5;flex:1;min-width:0;transition:color .25s}.words-list .word-card:hover .word-text{color:#ab8a4a}.words-list .word-length{font-size:.6875rem;font-weight:500;color:#9b8c74;background:#00000008;padding:.125rem .5rem;border-radius:9999px;white-space:nowrap;flex-shrink:0;transition:all .25s}.words-list .word-card:hover .word-length{color:#ab8a4a;background:#c4a26514}.words-list .word-arrow{width:16px;height:16px;color:#d4c8b4;flex-shrink:0;transition:all .25s}.words-list .word-card:hover .word-arrow{color:#c4a265;transform:translate(3px)}.faq-section{margin-top:4rem;padding:2.5rem;background:linear-gradient(145deg,#faf7f299,#fdfcfaf2);border-radius:1.5rem;border:1.5px solid rgba(226,216,200,.8);box-shadow:0 8px 24px #0000000d}.faq-title{font-size:1.75rem;font-weight:700;color:#2e2a27;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem;font-family:var(--font-serif)}.faq-title:before{content:"";display:inline-block;width:4px;height:1.5rem;background:linear-gradient(180deg,#c4a265,#ab8a4a);border-radius:2px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{background:transparent;border:none;border-bottom:1px solid rgba(226,216,200,.8);border-radius:0;overflow:visible;transition:all .2s;padding:0}.faq-item:last-child{border-bottom:none}.faq-item:hover{border-bottom-color:#c4a2654d}.faq-item[open]{border-bottom-color:#c4a26580}.faq-question{display:flex;align-items:center;gap:.75rem;padding:1.25rem .5rem;font-size:1.0625rem;font-weight:600;color:#2e2a27;cursor:pointer;transition:all .3s;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"";margin-left:auto;width:1.5rem;height:1.5rem;flex-shrink:0;background:linear-gradient(145deg,#c4a2651a,#ab8a4a0d);border:1.5px solid rgba(196,162,101,.3);border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 4v8M4 8h8" stroke="%23C4A265" stroke-width="2" stroke-linecap="round"/></svg>');background-repeat:no-repeat;background-position:center}.faq-item[open] .faq-question:after{background:linear-gradient(145deg,#c4a265,#ab8a4a);border-color:#ab8a4a80;transform:rotate(45deg);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 4v8M4 8h8" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>')}.faq-question:hover{color:#ab8a4a;padding-left:.75rem}.faq-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:#c4a265;transition:color .3s}.faq-question:hover .faq-icon{color:#ab8a4a}.faq-answer{padding:0 .5rem 1.5rem 2.5rem;color:#5c544d;line-height:1.75;animation:fadeIn .3s ease-in-out}.faq-answer p{margin:0;font-size:.9375rem}.faq-answer strong{color:#ab8a4a;font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-section{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2rem 1.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.875rem}.hero-stats{align-self:flex-start}.category-title{font-size:1rem}.chars-grid{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:.625rem}.chars-grid .char-card{min-height:68px;border-radius:.875rem}.chars-grid .char-text{font-size:1.875rem}.words-list .word-card{padding:.75rem 1rem}.words-list .word-text{font-size:1rem}.faq-section{padding:2rem 1.5rem;margin-top:3rem}.faq-title{font-size:1.5rem}.faq-question{font-size:1rem}.faq-answer{padding:0 0 1.25rem 1.75rem;font-size:.9375rem}.faq-icon{width:1.125rem;height:1.125rem}}@media(max-width:480px){.chars-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.5rem}.chars-grid .char-card{min-height:60px;border-radius:.75rem}.chars-grid .char-text{font-size:1.625rem}.words-list .word-card{padding:.625rem .875rem;gap:.75rem}.words-list .word-text,.faq-question{font-size:.9375rem}.faq-answer{padding:0 0 1rem 1.5rem;font-size:.875rem}}
