.word-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:999}.word-popup{position:fixed;background:#fff;border:2px solid #667eea;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:380px;max-width:480px;max-height:80vh;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;overflow:hidden}.word-popup-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px 6px 0 0;color:#fff}.word-popup-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.word-popup-header h3{margin:0;font-size:20px;font-weight:600}.speaker-icon-btn{background:#fff3;border:none;border-radius:4px;padding:4px 8px;font-size:18px;cursor:pointer;transition:background-color .2s}.speaker-icon-btn:hover{background:#ffffff4d}.header-phonetic{font-size:14px;font-weight:400;opacity:.9;font-family:Lucida Sans Unicode,Arial Unicode MS,sans-serif}.word-popup-close{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.word-popup-close:hover{background-color:#fff3}.word-popup-tabs{display:flex;flex-wrap:wrap;border-bottom:1px solid #e0e0e0;background:#f5f5f5;flex-shrink:0}.word-popup-tab{flex:0 0 auto;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:13px;font-weight:500;color:#666;transition:all .2s;border-bottom:3px solid transparent;white-space:nowrap}.word-popup-tab:hover{background:#ebebeb;color:#333}.word-popup-tab.active{color:#667eea;background:#fff;border-bottom-color:#667eea}.word-popup-content{padding:20px;min-height:150px;overflow-y:auto;flex:1}.word-popup-content::-webkit-scrollbar{width:8px}.word-popup-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.word-popup-content::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.word-popup-content::-webkit-scrollbar-thumb:hover{background:#5568d3}.word-popup-section{display:flex;flex-direction:column;gap:16px}.syllable-info{font-size:18px;color:#333;text-align:center;padding:12px;background:#f9f9f9;border-radius:6px}.syllable-info strong{color:#667eea;font-size:24px}.stress-pattern{display:flex;justify-content:center;gap:12px;padding:20px;background:#fafafa;border-radius:6px;border:2px dashed #e0e0e0}.stress-mark{font-size:32px;font-weight:700;transition:transform .2s}.stress-mark.stressed{color:#d32f2f}.stress-mark.unstressed{color:#999}.stress-legend{display:flex;justify-content:center;gap:24px;padding:12px;background:#f5f5f5;border-radius:6px}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.legend-item .stress-mark{font-size:20px}.coming-soon,.no-data,.loading{text-align:center;color:#999;font-style:italic;padding:40px 20px}.loading{color:#667eea;font-weight:500}.word-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-height:300px;overflow-y:auto;padding:4px}.word-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0;transition:all .2s;cursor:pointer}.word-item:hover{background:#667eea;border-color:#667eea;transform:translateY(-1px);box-shadow:0 2px 8px #667eea33}.word-item:hover .word-text,.word-item:hover .word-meta{color:#fff}.word-text{font-size:15px;font-weight:500;color:#333}.word-meta{font-size:12px;color:#999;font-weight:400}.word-list::-webkit-scrollbar{width:8px}.word-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.word-list::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.word-list::-webkit-scrollbar-thumb:hover{background:#5568d3}.grouped-words{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding:4px}.syllable-group{display:flex;flex-direction:column;gap:8px}.group-header{margin:0;font-size:13px;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.5px;padding-bottom:4px;border-bottom:1px solid #e0e0e0}.syllable-breakdown{display:flex;justify-content:center;padding:20px;background:#fafafa;border-radius:6px;border:2px solid #e0e0e0;flex-wrap:wrap}.syllable-text{font-size:18px;font-family:Georgia,serif;color:#333}.syllable-separator{font-size:18px;color:#333}.syllable-text.primary-stress{font-weight:700;text-decoration:underline}.syllable-text.secondary-stress{font-weight:700}.syllable-text.unstressed{font-weight:400}.stress-explainer{background:#f5f5f5;border-radius:6px;padding:12px 16px;font-size:13px;line-height:1.6}.stress-explainer p{margin:6px 0;color:#555}.stress-explainer .primary-stress{color:#333;font-weight:700;text-decoration:underline}.stress-explainer .secondary-stress{color:#333;font-weight:700}.stress-explainer .unstressed{color:#333;font-weight:400}.word-origin{display:flex;flex-direction:column;gap:16px}.word-definitions{display:flex;flex-direction:column;gap:12px}.definition-group{display:flex;flex-direction:column;gap:4px}.origin-pos{font-size:14px;color:#667eea}.definition-list{margin:0;padding-left:20px;font-size:14px;line-height:1.6;color:#333}.definition-list li{margin-bottom:4px}.origin-label{font-size:13px;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin-top:8px;padding-top:12px;border-top:1px solid #e0e0e0}.origin-text{font-size:15px;line-height:1.6;color:#333;background:#f9f9f9;padding:16px;border-radius:6px;border-left:4px solid #667eea}.pronunciation-info{display:flex;flex-direction:column;gap:16px}.phonetic-text{display:flex;align-items:center;gap:12px;padding:16px;background:#f9f9f9;border-radius:6px}.ipa-label{font-size:13px;font-weight:600;color:#666;text-transform:uppercase}.ipa-value{font-size:24px;font-family:Lucida Sans Unicode,Arial Unicode MS,sans-serif;color:#333}.audio-player{display:flex;justify-content:center}.play-audio-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.play-audio-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.play-audio-btn:active{transform:translateY(0)}.help-tooltip-trigger{width:18px;height:18px;border-radius:50%;border:none;background:transparent;color:#9ca3af;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease;padding:0;margin-left:8px;flex-shrink:0}.help-tooltip-trigger:hover{color:#667eea;background:#667eea1a}.help-tooltip-trigger:focus{outline:none;color:#667eea;box-shadow:0 0 0 2px #667eea33}.help-tooltip-trigger svg{width:14px;height:14px}.help-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:backdropFadeIn .15s ease;padding:20px}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.help-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:480px;width:100%;max-height:calc(100vh - 40px);overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .2s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.help-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.help-modal-title{margin:0;font-size:20px;font-weight:600;color:#1f2937;letter-spacing:-.01em}.help-modal-close{width:32px;height:32px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;padding:0;margin:-4px -8px -4px 0}.help-modal-close:hover{background:#f3f4f6;color:#1f2937}.help-modal-close svg{width:20px;height:20px}.help-modal-content{padding:20px 24px;font-size:15px;line-height:1.65;color:#374151;overflow-y:auto;flex:1}.help-modal-content p{margin:0 0 14px}.help-modal-content p:last-child{margin-bottom:0}.help-modal-content ul{margin:12px 0;padding-left:20px}.help-modal-content li{margin-bottom:8px;padding-left:4px}.help-modal-content li:last-child{margin-bottom:0}.help-modal-content strong{color:#1f2937;font-weight:600}.help-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.help-modal-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#667eea;text-decoration:none;transition:color .15s ease}.help-modal-link:hover{color:#5a6fd6}.help-modal-link svg{width:14px;height:14px;flex-shrink:0}:root.dark-mode .help-tooltip-trigger{color:#6b7280}:root.dark-mode .help-tooltip-trigger:hover{color:#818cf8;background:#818cf826}:root.dark-mode .help-modal-backdrop{background:#000000b3}:root.dark-mode .help-modal{background:#1f2937;box-shadow:0 20px 60px #00000080}:root.dark-mode .help-modal-header{border-bottom-color:#374151}:root.dark-mode .help-modal-title{color:#f3f4f6}:root.dark-mode .help-modal-close{color:#9ca3af}:root.dark-mode .help-modal-close:hover{background:#374151;color:#f3f4f6}:root.dark-mode .help-modal-content{color:#d1d5db}:root.dark-mode .help-modal-content strong{color:#f3f4f6}:root.dark-mode .help-modal-footer{border-top-color:#374151;background:#111827}:root.dark-mode .help-modal-link{color:#818cf8}:root.dark-mode .help-modal-link:hover{color:#a5b4fc}@media (max-width: 520px){.help-modal{max-width:100%;border-radius:12px}.help-modal-header{padding:16px 20px 12px}.help-modal-title{font-size:18px}.help-modal-content{padding:16px 20px;font-size:14px}.help-modal-footer{padding:14px 20px}}.analysis-panel{height:100%;overflow-y:auto;padding:24px;background-color:#f9f9f9;border-left:1px solid #e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.analysis-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.analysis-header h2{margin:0 0 12px;font-size:24px;font-weight:600;color:#333}.save-indicator{display:flex;align-items:center;gap:8px;font-size:13px;color:#666}.save-dot{width:8px;height:8px;border-radius:50%;background-color:#4caf50;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.analysis-section{margin-bottom:28px;overflow-x:hidden}.overview-metrics{margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.form-selector{display:flex;flex-direction:column;gap:0;margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0}.form-selector-row{display:flex;align-items:center;gap:12px}.form-selector-label{font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.3px}.form-selector-dropdown{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:13px;font-weight:500;color:#333;background:#fff;cursor:pointer;transition:border-color .2s ease}.form-selector-dropdown:hover{border-color:#667eea}.form-selector-dropdown:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.wikipedia-link{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;width:24px;height:24px;border-radius:50%;background:#667eea;color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .2s ease,transform .1s ease;cursor:pointer}.wikipedia-link:hover{background:#5568d3;transform:scale(1.1)}.auto-detect-result{margin-top:8px;font-size:12px;color:#666;display:flex;align-items:center;gap:8px}.form-requirements-checklist{margin-top:10px;padding:8px 12px;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.checklist-item{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#555;cursor:help}.checklist-icon{font-size:13px;font-weight:700}.checklist-icon.perfect{color:#2e7d32}.checklist-icon.good{color:#f57c00}.checklist-icon.poor{color:#c62828}.checklist-label{white-space:nowrap}.fit-badge-inline{display:inline-block;padding:4px 10px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.fit-high{background:#e8f5e9;color:#2e7d32;border:1px solid #4caf50}.fit-medium{background:#fff3e0;color:#f57c00;border:1px solid #ff9800}.fit-low{background:#ffebee;color:#c62828;border:1px solid #f44336}.analysis-section h3{margin:0 0 16px;font-size:14px;font-weight:600;color:#333;letter-spacing:.2px;line-height:1.3;display:flex;align-items:center;gap:8px}.form-constraint-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:8px;font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;background:#e3f2fd;color:#1565c0;border:1px solid #90caf9;cursor:help}.analysis-section.collapsible h3{margin-bottom:0}.collapsible-header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff}.collapsible-header.constrained{background:#f0f4ff;border-left:3px solid #667eea}border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.1); transition: all .2s ease; margin-bottom: 12px; } .collapsible-header:hover{background:#f9f9f9;box-shadow:0 2px 6px #00000026}.collapse-icon{font-size:12px;color:#667eea;transition:transform .2s ease;display:inline-block}.collapse-icon.expanded{transform:rotate(90deg)}.stats-grid{display:flex;gap:12px;justify-content:space-between}.stats-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stats-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-item{background:#fff;padding:16px;border-radius:8px;box-shadow:0 1px 3px #0000001a;text-align:center;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.stat-label{font-size:9px;color:#888;margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stat-value{font-size:20px;font-weight:700;color:#333;line-height:1.2;word-wrap:break-word}.syllable-list{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;max-height:300px;overflow-y:auto}.syllable-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #f0f0f0;position:relative;cursor:pointer;transition:background-color .2s ease;border-radius:4px;margin:0 -12px}.syllable-item:last-child{border-bottom:none}.syllable-item:hover{background-color:#667eea1a}.syllable-item.syllable-perfect{border-left:3px solid #2E7D32}.syllable-item.syllable-close{border-left:3px solid #F57C00}.syllable-item.syllable-violation{border-left:3px solid #C62828}.syllable-item.syllable-perfect .syllable-count{color:#2e7d32;font-weight:600}.syllable-item.syllable-close .syllable-count{color:#f57c00;font-weight:600}.syllable-item.syllable-violation .syllable-count{color:#c62828;font-weight:600}.line-number{font-weight:600;color:#666;min-width:60px;font-size:13px}.syllable-count{color:#333;font-size:14px;min-width:90px}.syllable-count.stanza-break{color:#888;font-style:italic;font-weight:400}.empty-state{text-align:center;color:#999;padding:24px;font-style:italic}.meter-info{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.meter-name{font-size:14px;font-weight:600;color:#333;margin-bottom:12px;line-height:1.3;word-wrap:break-word}.haiku-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;margin-bottom:12px}.meter-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.meter-stat{display:flex;flex-direction:column;gap:4px}.meter-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.3px;line-height:1.3;word-wrap:break-word}.meter-value{font-size:14px;font-weight:600;color:#333;line-height:1.3;word-wrap:break-word}.pos-distribution{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;margin-top:0}.pos-item{margin-bottom:4px;cursor:pointer;transition:all .2s ease;padding:4px 8px;margin-left:-8px;margin-right:-8px;border-radius:6px}.pos-item:hover{background-color:#f5f5f5;transform:translate(4px)}.pos-item:last-child{margin-bottom:0}.pos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.pos-label{font-weight:600;font-size:14px}.pos-label.pos-noun{color:#2e7d32}.pos-label.pos-verb{color:#7b1fa2}.pos-label.pos-adjective{color:#c62828}.pos-label.pos-adverb{color:#f57c00}.pos-label.pos-pronoun{color:#0277bd}.pos-label.pos-conjunction{color:#ad1457}.pos-label.pos-preposition{color:#5d4037}.pos-label.pos-article{color:#616161}.pos-label.pos-other{color:#424242}.pos-count{font-size:13px;color:#666}.pos-bar-container{background:#f0f0f0;height:8px;border-radius:4px;overflow:hidden}.pos-bar{height:100%;border-radius:4px;transition:width .3s ease}.pos-bar-noun{background-color:#2e7d32}.pos-bar-verb{background-color:#7b1fa2}.pos-bar-adjective{background-color:#c62828}.pos-bar-adverb{background-color:#f57c00}.pos-bar-pronoun{background-color:#0277bd}.pos-bar-conjunction{background-color:#ad1457}.pos-bar-preposition{background-color:#5d4037}.pos-bar-article{background-color:#616161}.pos-bar-other{background-color:#424242}.legend{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}.legend-items{display:grid;grid-template-columns:1fr 1fr;gap:12px}.legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#666}.legend-color{width:20px;height:20px;border-radius:4px;flex-shrink:0}.legend-noun{background-color:#2e7d32}.legend-verb{background-color:#7b1fa2}.legend-adjective{background-color:#c62828}.legend-adverb{background-color:#f57c00}.legend-pronoun{background-color:#0277bd}.legend-conjunction{background-color:#ad1457}.legend-preposition{background-color:#5d4037}.legend-article{background-color:#616161}.legend-category{grid-column:1 / -1;font-size:12px;color:#666;margin-bottom:4px}.analysis-panel::-webkit-scrollbar,.syllable-list::-webkit-scrollbar{width:8px}.analysis-panel::-webkit-scrollbar-track,.syllable-list::-webkit-scrollbar-track{background:#f0f0f0}.analysis-panel::-webkit-scrollbar-thumb,.syllable-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.analysis-panel::-webkit-scrollbar-thumb:hover,.syllable-list::-webkit-scrollbar-thumb:hover{background:#aaa}.violating-lines{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.violation-header{font-size:10px;color:#888;margin-bottom:12px;text-transform:uppercase;letter-spacing:.3px;line-height:1.3;word-wrap:break-word}.violation-list{display:flex;flex-wrap:wrap;gap:8px}.violation-badge{display:inline-flex;align-items:center;padding:6px 12px;background:#fff3e0;border:1px solid #ffb74d;border-radius:16px;font-size:12px;font-weight:500;color:#e65100}.perfect-meter{margin-top:16px;padding:12px 16px;background:#e8f5e9;border:1px solid #66bb6a;border-radius:6px;font-size:13px;font-weight:500;color:#2e7d32;text-align:center}.free-verse-note{padding:12px 16px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;color:#666;font-style:italic}.stanza-structure-info{background:#fff;border-radius:8px;padding:16px}.stanza-summary{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.single-stanza-note{padding:12px 16px;background:#f5f5f5;border-radius:6px;font-size:13px;color:#666}.stanza-list{display:flex;flex-direction:column;gap:8px}.stanza-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#fafafa;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.stanza-item:hover{background:#e3f2fd}.stanza-number{font-weight:600;color:#333;font-size:13px}.stanza-stats{font-size:12px;color:#666}.repetition-info{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}.repetition-list{display:flex;flex-direction:column;gap:12px}.repetition-item{padding:12px;background:#f9f9f9;border-radius:6px;border-left:3px solid #667eea;cursor:pointer;transition:background-color .15s,border-color .15s}.repetition-item:hover{background:#fff9c4;border-left-color:#fbc02d}.repetition-word{font-size:15px;font-weight:600;color:#333;margin-bottom:6px;text-transform:lowercase}.repetition-details{display:flex;align-items:center;gap:12px;font-size:13px}.repetition-count{display:inline-flex;align-items:center;padding:4px 8px;background:#667eea;color:#fff;border-radius:12px;font-weight:600;font-size:12px}.repetition-lines{color:#666}.category-tabs{display:flex;gap:4px;background:#fff;border-radius:8px;padding:4px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.category-tab{flex:1;padding:10px 12px;background:transparent;border:none;border-radius:6px;font-size:13px;font-weight:600;color:#888;cursor:pointer;transition:all .2s ease;letter-spacing:.2px;line-height:1.3;word-wrap:break-word;display:flex;align-items:center;justify-content:center;white-space:nowrap}.category-tab:hover{color:#667eea;background:#f9f9f9}.category-tab.active{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #667eea4d}.category-tab.has-constraint{background:#f0f4ff;border-left:3px solid #667eea}.category-tab.has-constraint:hover{background:#e8eeff}.category-tab.has-constraint.active{background:linear-gradient(135deg,#667eea,#764ba2);border-left:3px solid #764ba2}.category-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.empty-category{background:#fff;border-radius:8px;padding:48px 24px;box-shadow:0 1px 3px #0000001a;text-align:center}.empty-category p{color:#888;font-size:14px;font-style:italic;margin:0}.rhythm-variation-info{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.variation-category{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.category-name{font-size:14px;font-weight:600;color:#667eea;margin-bottom:8px;line-height:1.3;word-wrap:break-word}.category-description{font-size:12px;color:#666;line-height:1.5;word-wrap:break-word}.variation-details{margin-top:16px}.detail-item{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.detail-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.3px;line-height:1.3;word-wrap:break-word}.detail-value{font-size:11px;color:#666;font-style:italic;line-height:1.4;word-wrap:break-word}.line-length-info{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.line-length-list{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0;max-height:300px;overflow-y:auto}.line-length-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #f0f0f0;position:relative;cursor:pointer;transition:background-color .2s ease;border-radius:4px;margin:0 -12px}.line-length-item:last-child{border-bottom:none}.line-length-item:hover{background-color:#667eea1a}.line-length-item.line-length-perfect{border-left:3px solid #2E7D32}.line-length-item.line-length-close{border-left:3px solid #F57C00}.line-length-item.line-length-violation{border-left:3px solid #C62828}.line-length-item.line-length-perfect .line-length-count{color:#2e7d32;font-weight:600}.line-length-item.line-length-close .line-length-count{color:#f57c00;font-weight:600}.line-length-item.line-length-violation .line-length-count{color:#c62828;font-weight:600}.line-length-count{color:#333;font-size:14px}.line-length-info .meter-details{grid-template-columns:1fr 1fr;gap:16px}.punctuation-info{background:#fff;border-radius:6px;padding:12px;box-shadow:0 1px 3px #0000001a}.punctuation-pattern{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.pattern-name{font-size:13px;font-weight:600;color:#667eea;margin-bottom:4px;line-height:1.3;word-wrap:break-word}.pattern-effect{font-size:11px;color:#666;line-height:1.4;font-style:italic;word-wrap:break-word}.punctuation-stats{display:flex;flex-direction:row;gap:16px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.punctuation-stat{display:flex;gap:6px;align-items:baseline}.punctuation-label{font-size:11px;color:#666;font-weight:500;line-height:1.3;word-wrap:break-word}.punctuation-count{font-size:12px;font-weight:600;color:#333;line-height:1.3;word-wrap:break-word}.punctuation-details{margin-top:8px}.punctuation-details .punctuation-label{display:block;margin-bottom:8px}.punctuation-grid{display:flex;flex-wrap:wrap;gap:8px}.punctuation-item{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f9f9f9;border-radius:4px;border:1px solid #e0e0e0}.punct-symbol{font-size:16px;font-weight:600;color:#667eea}.punct-count{font-size:12px;color:#666;font-weight:500}.enjambed-lines{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.enjambment-header{font-size:10px;color:#888;margin-bottom:12px;text-transform:uppercase;letter-spacing:.3px;line-height:1.3;word-wrap:break-word}.enjambment-list{display:flex;flex-wrap:wrap;gap:8px}.enjambment-badge{display:inline-flex;align-items:center;padding:6px 12px;background:#e3f2fd;border:1px solid #90caf9;border-radius:16px;font-size:12px;font-weight:500;color:#1565c0}.poetic-form-info{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.form-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.confidence-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.confidence-high{background:#e8f5e9;color:#2e7d32;border:1px solid #4caf50}.confidence-medium{background:#fff3e0;color:#f57c00;border:1px solid #ff9800}.confidence-low{background:#ffebee;color:#c62828;border:1px solid #f44336}.confidence-none{background:#f5f5f5;color:#757575;border:1px solid #bdbdbd}.form-description{font-size:12px;color:#666;line-height:1.5;margin-bottom:16px;font-style:italic}.form-issues{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.issues-list{list-style:none;padding:0;margin:0}.issue-item{padding:8px 12px;margin-bottom:8px;background:#fff3e0;border-left:3px solid #ff9800;border-radius:4px;font-size:12px;color:#f57c00;line-height:1.4}.issue-item:last-child{margin-bottom:0}.rhyme-scheme-info{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.fit-to-scheme{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:16px;margin-bottom:20px}.fit-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.fit-label{font-size:13px;font-weight:600;color:#555}.fit-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.fit-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fit-stat-item{display:flex;flex-direction:column;gap:4px}.fit-stat-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.3px}.fit-stat-value{font-size:14px;font-weight:600;color:#333}.rhyme-lines-list{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0;max-height:300px;overflow-y:auto}.rhyme-line-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease;border-radius:4px;margin:0 -12px;cursor:pointer}.rhyme-line-item:last-child{border-bottom:none}.rhyme-line-item:hover{background-color:#fff9c4}.rhyme-line-item.editor-highlighted{background-color:#fff9c4;box-shadow:0 0 0 2px #fbc02d4d}.rhyme-end-word{flex:1;font-size:13px;color:#333;font-style:italic}.rhyme-label{font-size:14px;font-weight:700;color:#667eea;min-width:24px;text-align:center}.rhyme-line-item.rhyme-perfect{border-left:3px solid #2E7D32}.rhyme-line-item.rhyme-slant{border-left:3px solid #F57C00}.rhyme-line-item.rhyme-none{border-left:3px solid #C62828}.rhyme-line-item.rhyme-perfect .rhyme-label{color:#2e7d32}.rhyme-line-item.rhyme-slant .rhyme-label{color:#f57c00}.rhyme-line-item.rhyme-none .rhyme-label{color:#c62828}.rhyme-scheme-comparison{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0;max-height:400px;overflow-y:auto}.rhyme-comparison-header{display:grid;grid-template-columns:40px 1fr 60px 60px 50px;gap:8px;padding:8px 12px;background:#f5f5f5;border-radius:6px;font-size:10px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;position:sticky;top:0;z-index:1}.rhyme-comparison-row{display:grid;grid-template-columns:40px 1fr 60px 60px 50px;gap:8px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:background-color .15s ease;border-left:3px solid transparent}.rhyme-comparison-row:hover{background-color:#fff9c4}.rhyme-comparison-row.editor-highlighted{background-color:#fff9c4;box-shadow:0 0 0 2px #fbc02d4d}.rhyme-comparison-row.rhyme-match{border-left-color:#2e7d32;background-color:#2e7d320d}.rhyme-comparison-row.rhyme-slant{border-left-color:#f57c00;background-color:#f57c000d}.rhyme-comparison-row.rhyme-mismatch{border-left-color:#c62828;background-color:#c628280d}.rhyme-col-line{font-size:12px;color:#888;font-weight:500}.rhyme-col-word{font-size:13px;color:#333;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rhyme-col-detected,.rhyme-col-expected{text-align:center}.rhyme-letter{font-size:15px;font-weight:700;color:#667eea}.rhyme-col-status{text-align:center;font-size:14px;font-weight:600}.rhyme-status-match{color:#2e7d32}.rhyme-status-slant{color:#f57c00}.rhyme-status-mismatch{color:#c62828}.rhyme-status-none{color:#999}.rhyme-legend{display:flex;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0;flex-wrap:wrap}.rhyme-legend-item{display:flex;align-items:center;gap:8px}.rhyme-legend-color{width:20px;height:20px;border-radius:4px;border:2px solid}.rhyme-legend-color.rhyme-perfect{background:#e8f5e9;border-color:#2e7d32}.rhyme-legend-color.rhyme-slant{background:#fff3e0;border-color:#f57c00}.rhyme-legend-color.rhyme-none{background:#ffebee;border-color:#c62828}.rhyme-legend-label{font-size:11px;color:#666;font-weight:500}.rhyme-overview{margin-top:24px;padding-top:20px;border-top:1px solid #e0e0e0}.rhyme-overview-title{font-size:14px;font-weight:600;color:#444;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.rhyme-groups-list{display:flex;flex-direction:column;gap:12px}.rhyme-group-item{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:12px;cursor:pointer;transition:background-color .15s,border-color .15s}.rhyme-group-item:hover{background:#fff9c4;border-color:#fbc02d}.rhyme-group-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.rhyme-group-label{font-size:16px;font-weight:700;color:#667eea;min-width:24px}.rhyme-quality-badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px}.rhyme-quality-perfect{background:#e8f5e9;color:#2e7d32}.rhyme-quality-slant{background:#fff3e0;color:#f57c00}.rhyme-quality-mixed{background:#f3e5f5;color:#7b1fa2}.rhyme-group-words{display:flex;flex-wrap:wrap;gap:8px}.rhyme-group-word{font-size:13px;color:#333;font-weight:500;cursor:pointer;padding:2px 4px;border-radius:3px;transition:background-color .15s}.rhyme-group-word:hover{background:#e3f2fd}.rhyme-group-item.editor-highlighted{background:#fff9c4;border-color:#fbc02d;box-shadow:0 0 0 2px #fbc02d4d}.rhyme-group-word.editor-highlighted{background:#fff59d;font-weight:700}.rhyme-group-line-ref{font-size:11px;color:#888;font-weight:400;margin-left:4px}.originality-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px;margin-left:6px}.cliche-mild{background:#fff9c4;color:#f57f17}.cliche-strong{background:#ffebee;color:#c62828}.word-type-warning{margin-left:auto;font-size:14px;color:#f9a825;cursor:help}.issue-count-badge{margin-left:auto;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;background:#fff3e0;color:#e65100}.positive-count-badge{margin-left:auto;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;background:#e8f5e9;color:#2e7d32}.pos-warning-icon{margin-left:6px;font-size:12px;color:#f9a825;cursor:help}.passive-voice-info{padding:12px 0}.passive-voice-summary{margin-bottom:12px;padding:8px 12px;background:#fff3cd;border-left:3px solid #f9a825;border-radius:4px;font-size:13px;color:#856404}.passive-voice-list{display:flex;flex-direction:column;gap:8px}.passive-voice-item{padding:8px 12px;background:#f8f9fa;border-radius:4px;cursor:pointer;transition:background-color .2s;overflow-x:hidden;word-wrap:break-word}.passive-voice-item:hover{background:#e9ecef}.passive-voice-item .line-number{font-weight:600;color:#666;margin-right:8px}.passive-instances{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.passive-text{padding:2px 8px;background:#fff3cd;border:1px solid #f9a825;border-radius:3px;font-size:12px;color:#856404;cursor:help}.form-selector-dropdown option[value=Auto-detect]{background-color:#e0e0e0;font-weight:700;color:#555}.adverb-suggestions-info{padding:12px 0}.adverb-suggestions-intro{margin-bottom:16px;padding:10px 14px;background:#e3f2fd;border-left:3px solid #2196f3;border-radius:4px;font-size:13px;color:#1565c0}.adverb-suggestions-list{display:flex;flex-direction:column;gap:12px}.adverb-suggestion-item{padding:12px;background:#f8f9fa;border-radius:6px;border-left:3px solid #2196f3;transition:background-color .2s;overflow-x:hidden;word-wrap:break-word}.adverb-suggestion-item:hover{background:#e9ecef}.adverb-suggestion-item.editor-highlighted,.double-adverb-item.editor-highlighted{background:#fff9c4;border-left-color:#fbc02d;box-shadow:0 0 0 2px #fbc02d4d}.adverb-suggestion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.adverb-suggestion-original{font-size:14px;font-weight:500}.adverb-highlight{color:#f57c00;font-weight:600;background:#fff3e0;padding:2px 6px;border-radius:3px}.verb-highlight{color:#1976d2;font-weight:600;background:#e3f2fd;padding:2px 6px;border-radius:3px}.adverb-suggestion-line{font-size:11px;color:#666;background:#e0e0e0;padding:2px 8px;border-radius:10px}.adverb-suggestion-alternatives{display:flex;flex-direction:column;gap:6px}.alternatives-label{font-size:12px;color:#666;font-weight:600}.alternatives-list{display:flex;flex-wrap:wrap;gap:6px}.alternative-word{padding:4px 10px;background:#4caf50;color:#fff;border-radius:4px;font-size:13px;font-weight:500;cursor:default;transition:background-color .2s}.alternative-word:hover{background:#45a049}.double-adverbs-list{display:flex;flex-direction:column;gap:8px}.double-adverb-item{padding:12px;background:#f8f9fa;border-radius:6px;border-left:3px solid #f57c00;transition:background-color .2s}.double-adverb-item:hover{background:#e9ecef}.double-adverb-header{display:flex;justify-content:space-between;align-items:center}.double-adverb-phrase{font-size:14px;font-weight:500}.no-suggestions{font-size:12px;color:#999;font-style:italic}.suggestion-source{font-size:10px;color:#888;font-style:italic;margin-top:4px}.sound-patterns-info{display:flex;flex-direction:column;gap:16px}.sound-pattern-group{display:flex;flex-direction:column;gap:8px}.sound-pattern-type{font-size:13px;font-weight:600;color:#667eea;margin:0;padding-bottom:4px;border-bottom:1px solid #e0e0e0}.sound-pattern-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9f9f9;border-radius:4px;font-size:13px;cursor:pointer}.sound-pattern-item:hover{background:#fff9c4;border-left:3px solid #fbc02d;margin-left:-3px}.sound-pattern-item.editor-highlighted{background:#fff9c4;border-left:3px solid #fbc02d;margin-left:-3px;box-shadow:0 0 0 2px #fbc02d4d}.pattern-description{color:#333}.pattern-line{color:#888;font-size:12px}.show-more-btn{background:none;border:1px dashed #999;border-radius:4px;color:#667eea;font-size:12px;padding:6px 12px;cursor:pointer;margin-top:4px;transition:all .2s ease}.show-more-btn:hover{background:#f0f0f0;border-color:#667eea}.tense-consistency-info{display:flex;flex-direction:column;gap:16px}.tense-summary{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f9f9f9;border-radius:6px}.tense-dominant{font-size:14px;color:#333}.tense-counts{display:flex;gap:16px}.tense-count{font-size:13px;padding:4px 12px;border-radius:4px;cursor:pointer;transition:transform .15s,box-shadow .15s}.tense-count:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.tense-count.past{background:#e3f2fd;color:#1976d2}.tense-count.present{background:#e8f5e9;color:#388e3c}.tense-count.future{background:#fff3e0;color:#f57c00}.tense-status{font-size:14px;font-weight:500}.tense-status.consistent{color:#2e7d32}.tense-status.mostly\ consistent{color:#f57c00}.tense-status.mixed{color:#c62828}.scansion-info{display:flex;flex-direction:column;gap:16px}.scansion-summary{display:flex;justify-content:space-between;padding:12px 16px;background:#f9f9f9;border-radius:6px;font-size:14px;margin-bottom:16px}.scansion-lines{display:flex;flex-direction:column;gap:4px}.scansion-line-item{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#fafafa;border-radius:4px;border:1px solid #e0e0e0;cursor:pointer;transition:background-color .15s}.scansion-line-item:hover{background:#fff9c4;border-color:#fbc02d}.scansion-line-label{font-size:12px;color:#666;flex-shrink:0}.scansion-pattern-inline{font-family:monospace;font-size:14px;color:#333;letter-spacing:1px;flex:1}.scansion-meter-tag{font-size:11px;color:#667eea;font-weight:500;background:#f0f3ff;padding:2px 6px;border-radius:3px;flex-shrink:0}.figurative-language-info{display:flex;flex-direction:column;gap:16px}.figurative-summary{display:flex;flex-wrap:wrap;gap:12px}.figurative-count{font-size:13px;padding:4px 12px;background:#f0f0f0;border-radius:4px;color:#666}.figurative-list{display:flex;flex-direction:column;gap:12px}.figurative-item{padding:12px;background:#f9f9f9;border-radius:6px;border-left:3px solid #667eea;cursor:pointer}.figurative-item:hover{background:#f0f0f0}.figurative-header{display:flex;justify-content:space-between;margin-bottom:8px}.figurative-type{font-size:12px;font-weight:600;text-transform:uppercase;padding:2px 8px;border-radius:3px}.figurative-type.simile{background:#e3f2fd;color:#1976d2}.figurative-type.metaphor{background:#f3e5f5;color:#7b1fa2}.figurative-type.personification{background:#e8f5e9;color:#388e3c}.figurative-type.hyperbole{background:#fff3e0;color:#f57c00}.figurative-line{font-size:12px;color:#888}.figurative-text{font-style:italic;color:#333;margin-bottom:4px;word-wrap:break-word;overflow-wrap:break-word}.figurative-explanation{font-size:12px;color:#666;word-wrap:break-word;overflow-wrap:break-word}:root.dark-mode .analysis-panel{background-color:#1a1a2e;border-left-color:#2d3748}:root.dark-mode .analysis-header{border-bottom-color:#2d3748}:root.dark-mode .analysis-header h2{color:#e2e8f0}:root.dark-mode .save-indicator{color:#a0aec0}:root.dark-mode .overview-metrics{border-bottom-color:#2d3748}:root.dark-mode .stat-item{background:#2d3748}:root.dark-mode .stat-label{color:#a0aec0}:root.dark-mode .stat-value{color:#e2e8f0}:root.dark-mode .form-selector{border-top-color:#2d3748}:root.dark-mode .form-selector-label{color:#a0aec0}:root.dark-mode .form-selector-dropdown{background:#2d3748;border-color:#4a5568;color:#e2e8f0}:root.dark-mode .form-selector-dropdown:hover,:root.dark-mode .form-selector-dropdown:focus{border-color:#667eea}:root.dark-mode .category-tabs{background:#16213e;border-bottom-color:#2d3748}:root.dark-mode .category-tab{color:#a0aec0}:root.dark-mode .category-tab:hover{background:#667eea1a;color:#667eea}:root.dark-mode .category-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-color:#667eea}:root.dark-mode .category-tab.has-constraint{background:#667eea26;border-left-color:#667eea}:root.dark-mode .category-tab.has-constraint:hover{background:#667eea33}:root.dark-mode .category-tab.has-constraint.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-left-color:#764ba2}:root.dark-mode .section-header{color:#e2e8f0}:root.dark-mode .section-header:hover{background:#ffffff0d}:root.dark-mode .section-content{color:#cbd5e0}:root.dark-mode .auto-detect-result{color:#a0aec0}:root.dark-mode .checklist-label{color:#cbd5e0}:root.dark-mode .syllable-line,:root.dark-mode .rhyme-line,:root.dark-mode .pos-row,:root.dark-mode .repetition-item{background:#2d3748}:root.dark-mode .syllable-text,:root.dark-mode .line-text{color:#e2e8f0}:root.dark-mode .syllable-count,:root.dark-mode .line-number{color:#a0aec0}:root.dark-mode .figurative-text{color:#e2e8f0}:root.dark-mode .figurative-explanation{color:#a0aec0}:root.dark-mode .collapsible-header{background:#2d3748}:root.dark-mode .collapsible-header:hover{background:#3d4a5c}:root.dark-mode .collapsible-header.constrained{background:#2a3a50;border-left-color:#667eea}:root.dark-mode .analysis-section h3{color:#a0aec0}:root.dark-mode .syllable-list,:root.dark-mode .meter-info,:root.dark-mode .pos-distribution,:root.dark-mode .legend,:root.dark-mode .rhythm-variation-info,:root.dark-mode .line-length-info,:root.dark-mode .punctuation-info,:root.dark-mode .poetic-form-info,:root.dark-mode .rhyme-scheme-info,:root.dark-mode .repetition-info,:root.dark-mode .stanza-structure-info,:root.dark-mode .empty-category{background:#2d3748;box-shadow:0 1px 3px #0000004d}:root.dark-mode .empty-category p{color:#a0aec0}:root.dark-mode .syllable-item{border-bottom-color:#3d4a5c}:root.dark-mode .syllable-item:hover{background-color:#667eea26}:root.dark-mode .meter-name{color:#e2e8f0}:root.dark-mode .meter-details{border-top-color:#3d4a5c}:root.dark-mode .meter-label{color:#a0aec0}:root.dark-mode .meter-value{color:#e2e8f0}:root.dark-mode .pos-item:hover{background-color:#3d4a5c}:root.dark-mode .pos-count{color:#a0aec0}:root.dark-mode .pos-bar-container{background:#1a1a2e}:root.dark-mode .legend-item{color:#a0aec0}:root.dark-mode .line-number{color:#a0aec0}:root.dark-mode .form-requirements-checklist{background:#1e2a3a;border-color:#3d4a5c}:root.dark-mode .checklist-item{color:#a0aec0}:root.dark-mode .stanza-summary{border-bottom-color:#3d4a5c}:root.dark-mode .single-stanza-note,:root.dark-mode .free-verse-note{background:#1e2a3a;border-color:#3d4a5c;color:#a0aec0}:root.dark-mode .stanza-item{background:#1e2a3a}:root.dark-mode .stanza-item:hover{background:#2a3a50}:root.dark-mode .stanza-number{color:#e2e8f0}:root.dark-mode .stanza-stats{color:#a0aec0}:root.dark-mode .repetition-item{background:#1e2a3a;border-left-color:#667eea}:root.dark-mode .repetition-item:hover{background:#2a3a50;border-left-color:#fbc02d}:root.dark-mode .repetition-word{color:#e2e8f0}:root.dark-mode .repetition-lines{color:#a0aec0}:root.dark-mode .fit-to-scheme{background:#1e2a3a;border-color:#3d4a5c}:root.dark-mode .fit-label{color:#a0aec0}:root.dark-mode .fit-stat-label{color:#a0aec0}:root.dark-mode .fit-stat-value{color:#e2e8f0}:root.dark-mode .rhyme-lines-list{border-top-color:#3d4a5c}:root.dark-mode .rhyme-line-item{border-bottom-color:#3d4a5c}:root.dark-mode .rhyme-line-item:hover{background-color:#fbc02d26}:root.dark-mode .rhyme-end-word{color:#e2e8f0}:root.dark-mode .rhyme-scheme-comparison{border-top-color:#3d4a5c}:root.dark-mode .rhyme-comparison-header{background:#2d3748;color:#a0aec0}:root.dark-mode .rhyme-comparison-row:hover{background-color:#fbc02d26}:root.dark-mode .rhyme-comparison-row.rhyme-match{background-color:#2e7d3226}:root.dark-mode .rhyme-comparison-row.rhyme-slant{background-color:#f57c0026}:root.dark-mode .rhyme-comparison-row.rhyme-mismatch{background-color:#c6282826}:root.dark-mode .rhyme-col-line{color:#a0aec0}:root.dark-mode .rhyme-col-word{color:#e2e8f0}:root.dark-mode .rhyme-letter{color:#818cf8}:root.dark-mode .rhyme-legend{border-top-color:#3d4a5c}:root.dark-mode .rhyme-legend-label{color:#a0aec0}:root.dark-mode .rhyme-overview{border-top-color:#3d4a5c}:root.dark-mode .rhyme-overview-title{color:#a0aec0}:root.dark-mode .rhyme-group-item{background:#1e2a3a;border-color:#3d4a5c}:root.dark-mode .rhyme-group-item:hover{background:#fbc02d26;border-color:#fbc02d}:root.dark-mode .rhyme-group-word{color:#e2e8f0}:root.dark-mode .rhyme-group-word:hover{background:#667eea33}:root.dark-mode .rhyme-group-line-ref{color:#718096}:root.dark-mode .punctuation-pattern{border-bottom-color:#3d4a5c}:root.dark-mode .pattern-name{color:#818cf8}:root.dark-mode .pattern-effect{color:#a0aec0}:root.dark-mode .punctuation-stats{border-bottom-color:#3d4a5c}:root.dark-mode .punctuation-label{color:#a0aec0}:root.dark-mode .punctuation-count{color:#e2e8f0}:root.dark-mode .punctuation-item{background:#1e2a3a;border-color:#3d4a5c}:root.dark-mode .punct-symbol{color:#818cf8}:root.dark-mode .punct-count{color:#a0aec0}:root.dark-mode .enjambed-lines{border-top-color:#3d4a5c}:root.dark-mode .enjambment-header{color:#a0aec0}:root.dark-mode .variation-category{border-bottom-color:#3d4a5c}:root.dark-mode .category-name{color:#818cf8}:root.dark-mode .category-description{color:#a0aec0}:root.dark-mode .detail-label{color:#a0aec0}:root.dark-mode .detail-value{color:#cbd5e0}:root.dark-mode .line-length-list{border-top-color:#3d4a5c}:root.dark-mode .line-length-item{border-bottom-color:#3d4a5c}:root.dark-mode .line-length-item:hover{background-color:#667eea26}:root.dark-mode .line-length-count{color:#e2e8f0}:root.dark-mode .violating-lines{border-top-color:#3d4a5c}:root.dark-mode .violation-header{color:#a0aec0}:root.dark-mode .perfect-meter{background:#2e7d3226;border-color:#4caf50}:root.dark-mode .passive-voice-item{background:#1e2a3a}:root.dark-mode .passive-voice-item:hover{background:#2a3a50}:root.dark-mode .adverb-suggestions-intro{background:#2196f326;border-left-color:#2196f3;color:#90caf9}:root.dark-mode .adverb-suggestion-item{background:#1e2a3a;border-left-color:#2196f3}:root.dark-mode .adverb-suggestion-item:hover{background:#2a3a50}:root.dark-mode .adverb-suggestion-original{color:#e2e8f0}:root.dark-mode .adverb-suggestion-line{background:#3d4a5c;color:#a0aec0}:root.dark-mode .alternatives-label{color:#a0aec0}:root.dark-mode .no-suggestions{color:#718096}:root.dark-mode .suggestion-source{color:#718096}:root.dark-mode .double-adverb-item{background:#1e2a3a}:root.dark-mode .double-adverb-item:hover{background:#2a3a50}:root.dark-mode .double-adverb-phrase{color:#e2e8f0}:root.dark-mode .sound-pattern-type{color:#818cf8;border-bottom-color:#3d4a5c}:root.dark-mode .sound-pattern-item{background:#1e2a3a}:root.dark-mode .sound-pattern-item:hover{background:#fbc02d26}:root.dark-mode .pattern-description{color:#e2e8f0}:root.dark-mode .pattern-line{color:#a0aec0}:root.dark-mode .tense-summary{background:#1e2a3a}:root.dark-mode .tense-dominant{color:#e2e8f0}:root.dark-mode .tense-count.past{background:#1a3a5c;color:#64b5f6}:root.dark-mode .tense-count.present{background:#1b3d2f;color:#81c784}:root.dark-mode .tense-count.future{background:#3d3520;color:#ffb74d}:root.dark-mode .scansion-summary{background:#1e2a3a;color:#e2e8f0}:root.dark-mode .scansion-line-item{background:#1e2a3a;border-color:#3d4a5c}:root.dark-mode .scansion-line-item:hover{background:#fbc02d26;border-color:#fbc02d}:root.dark-mode .scansion-line-label{color:#a0aec0}:root.dark-mode .scansion-pattern-inline{color:#e2e8f0}:root.dark-mode .scansion-meter-tag{background:#667eea33;color:#818cf8}:root.dark-mode .figurative-count{background:#1e2a3a;color:#a0aec0}:root.dark-mode .figurative-item{background:#1e2a3a}:root.dark-mode .figurative-item:hover{background:#2a3a50}:root.dark-mode .figurative-line{color:#a0aec0}:root.dark-mode .analysis-panel::-webkit-scrollbar-track,:root.dark-mode .syllable-list::-webkit-scrollbar-track{background:#1a1a2e}:root.dark-mode .analysis-panel::-webkit-scrollbar-thumb,:root.dark-mode .syllable-list::-webkit-scrollbar-thumb{background:#4a5568}:root.dark-mode .analysis-panel::-webkit-scrollbar-thumb:hover,:root.dark-mode .syllable-list::-webkit-scrollbar-thumb:hover{background:#5a6578}.internal-rhymes-info{padding:8px 0}.internal-rhymes-intro{font-size:12px;color:#666;margin-bottom:12px;padding:8px 12px;background:#f5f5f5;border-radius:6px;line-height:1.5}.internal-rhymes-list{display:flex;flex-direction:column;gap:8px}.internal-rhyme-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:#fff;border:1px solid #e8e8e8;border-radius:6px;cursor:pointer;transition:all .15s ease}.internal-rhyme-item:hover{background:#f8f9ff;border-color:#667eea}.internal-rhyme-item.editor-highlighted{background:#fff8e1;border-color:#ffc107}.internal-rhyme-words{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.internal-rhyme-word{font-weight:600;color:#333;padding:2px 8px;background:#e8eaf6;border-radius:4px;font-size:13px}.internal-rhyme-connector{color:#999;font-size:14px}.internal-rhyme-lines{font-size:11px;color:#888}:root.dark-mode .internal-rhymes-intro{background:#2d3748;color:#a0aec0}:root.dark-mode .internal-rhyme-item{background:#1e2a3a;border-color:#4a5568}:root.dark-mode .internal-rhyme-item:hover{background:#2a3a50;border-color:#667eea}:root.dark-mode .internal-rhyme-item.editor-highlighted{background:#3d3520;border-color:#ffc107}:root.dark-mode .internal-rhyme-word{background:#3d4a6b;color:#e2e8f0}:root.dark-mode .internal-rhyme-connector{color:#718096}:root.dark-mode .internal-rhyme-lines{color:#a0aec0}.cliche-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:auto;background:#fff3e0;color:#e65100;border-radius:10px;font-size:11px;font-weight:600}.cliche-detection-info{padding:12px 0}.cliche-clear{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#e8f5e9;border-radius:8px;color:#2e7d32;font-size:13px}.cliche-clear-icon{font-size:16px;font-weight:700}.cliche-summary{margin-bottom:16px}.cliche-originality-score{display:flex;align-items:center;gap:12px;margin-bottom:8px}.cliche-originality-score .score-label{font-size:13px;color:#666}.cliche-originality-score .score-value{font-size:18px;font-weight:600;padding:4px 12px;border-radius:16px}.cliche-originality-score .score-value.high{background:#e8f5e9;color:#2e7d32}.cliche-originality-score .score-value.medium{background:#fff3e0;color:#e65100}.cliche-originality-score .score-value.low{background:#fff8e1;color:#ff8f00}.cliche-note{font-size:12px;color:#888;font-style:italic;line-height:1.4}.cliche-list{display:flex;flex-direction:column;gap:8px}.cliche-item{padding:10px 12px;background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .15s ease}.cliche-item:hover{background:#f5f5f5;border-color:#bdbdbd}.cliche-item.cliche-strong{border-left:3px solid #ff9800}.cliche-item.cliche-moderate{border-left:3px solid #ffc107}.cliche-item.cliche-mild{border-left:3px solid #e0e0e0}.cliche-phrase{font-size:13px;font-weight:500;color:#333;margin-bottom:4px}.cliche-meta{display:flex;align-items:center;gap:12px;font-size:11px}.cliche-category{color:#666;background:#f0f0f0;padding:2px 8px;border-radius:10px}.cliche-line{color:#888}:root.dark-mode .cliche-count-badge{background:#3d3520;color:#ffb74d}:root.dark-mode .cliche-clear{background:#1b3d2f;color:#81c784}:root.dark-mode .cliche-originality-score .score-label{color:#a0aec0}:root.dark-mode .cliche-originality-score .score-value.high{background:#1b3d2f;color:#81c784}:root.dark-mode .cliche-originality-score .score-value.medium{background:#3d3520;color:#ffb74d}:root.dark-mode .cliche-originality-score .score-value.low{background:#3d3520;color:#ffd54f}:root.dark-mode .cliche-note{color:#718096}:root.dark-mode .cliche-item{background:#1e2a3a;border-color:#4a5568}:root.dark-mode .cliche-item:hover{background:#2a3a50;border-color:#667eea}:root.dark-mode .cliche-phrase{color:#e2e8f0}:root.dark-mode .cliche-category{background:#4a5568;color:#cbd5e0}:root.dark-mode .cliche-line{color:#a0aec0}.dead-metaphor-header-in-cliches{margin-top:16px;margin-bottom:8px;padding-top:12px;border-top:1px solid #e0e0e0;font-size:13px;font-weight:600;color:#555}.dead-metaphor-note-in-cliches{font-size:12px;color:#888;font-style:italic;margin-bottom:10px;line-height:1.4}.dead-metaphor-item-in-cliches{border-left:3px solid #9c27b0!important}.dead-metaphor-details{margin:8px 0;font-size:12px;color:#555}.dead-metaphor-details .dead-metaphor-origin{margin-bottom:4px;color:#666}.dead-metaphor-details .dead-metaphor-suggestion{color:#888;font-style:italic}:root.dark-mode .dead-metaphor-header-in-cliches{border-top-color:#4a5568;color:#cbd5e0}:root.dark-mode .dead-metaphor-note-in-cliches{color:#718096}:root.dark-mode .dead-metaphor-details .dead-metaphor-origin{color:#a0aec0}:root.dark-mode .dead-metaphor-details .dead-metaphor-suggestion{color:#718096}.abstract-concrete-info{padding:12px 0}.abstract-concrete-summary{margin-bottom:16px}.ac-score-display{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ac-score-label{font-size:13px;font-weight:600;color:#555}.ac-score-value{font-size:18px;font-weight:700;padding:4px 12px;border-radius:6px}.ac-score-value.excellent{background:#e8f5e9;color:#2e7d32}.ac-score-value.good{background:#e3f2fd;color:#1976d2}.ac-score-value.moderate{background:#fff8e1;color:#f57c00}.ac-score-value.low{background:#fce4ec;color:#c62828}.ac-ratio{display:flex;gap:12px;font-size:12px;color:#666;margin-bottom:12px}.ac-divider{color:#ccc}.ac-abstract{color:#9c27b0}.ac-concrete{color:#4caf50}.ac-assessment{font-size:13px;padding:8px 12px;border-radius:6px;background:#f5f5f5}.ac-assessment.excellent{background:#e8f5e9;color:#2e7d32}.ac-assessment.good{background:#e3f2fd;color:#1976d2}.ac-assessment.moderate{background:#fff8e1;color:#856404}.ac-assessment.abstract-heavy{background:#fce4ec;color:#c62828}.ac-suggestions{margin-top:16px;padding:12px;background:#f8f9ff;border-radius:8px;border-left:3px solid #667eea}.ac-suggestions-header{font-size:12px;font-weight:600;color:#667eea;margin-bottom:8px}.ac-suggestions-list{margin:0;padding-left:20px;font-size:12px;color:#555}.ac-suggestions-list li{margin-bottom:4px}.ac-word-list{margin-top:16px}.ac-word-header{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;margin-bottom:8px}.ac-words{display:flex;flex-wrap:wrap;gap:6px}.ac-word{font-size:11px;padding:3px 8px;border-radius:4px;cursor:pointer;transition:all .15s ease}.ac-word.abstract{background:#f3e5f5;color:#7b1fa2}.ac-word.abstract:hover{background:#e1bee7}.ac-more{font-size:11px;color:#888;padding:3px 8px}.first-draft-count-badge{margin-left:8px;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;background:#fff3e0;color:#e65100}.first-draft-info{padding:12px 0}.first-draft-clear{display:flex;align-items:center;gap:8px;padding:12px;background:#e8f5e9;border-radius:8px;color:#2e7d32;font-size:13px}.first-draft-clear-icon{font-size:16px}.first-draft-summary{margin-bottom:16px}.first-draft-score-display{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.first-draft-note{font-size:12px;color:#666;padding:8px 12px;background:#f5f5f5;border-radius:6px}.first-draft-list{display:flex;flex-direction:column;gap:10px}.first-draft-item{padding:12px;background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .15s ease}.first-draft-item:hover{background:#f5f5f5;border-color:#667eea}.first-draft-phrase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.first-draft-phrase{font-weight:600;color:#333;font-size:14px}.first-draft-category{font-size:10px;padding:2px 6px;border-radius:4px;background:#e0e0e0;color:#666;text-transform:uppercase}.first-draft-item.first-draft-intensifier .first-draft-category{background:#fff3e0;color:#e65100}.first-draft-item.first-draft-hedge .first-draft-category{background:#e3f2fd;color:#1565c0}.first-draft-item.first-draft-filler .first-draft-category{background:#fce4ec;color:#c2185b}.first-draft-item.first-draft-weak-verb .first-draft-category{background:#f3e5f5;color:#7b1fa2}.first-draft-suggestion{font-size:12px;color:#555;line-height:1.5;margin-bottom:6px}.first-draft-line{font-size:11px;color:#888}.dead-metaphor-count-badge{margin-left:8px;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;background:#e8eaf6;color:#3949ab}.dead-metaphor-info{padding:12px 0}.dead-metaphor-clear{display:flex;align-items:center;gap:8px;padding:12px;background:#e8f5e9;border-radius:8px;color:#2e7d32;font-size:13px}.dead-metaphor-clear-icon{font-size:16px}.dead-metaphor-summary{margin-bottom:16px}.dead-metaphor-score-display{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dead-metaphor-note{font-size:12px;color:#666;padding:10px 12px;background:#f5f5f5;border-radius:6px;line-height:1.5}.dead-metaphor-list{display:flex;flex-direction:column;gap:12px}.dead-metaphor-item{padding:14px;background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .15s ease}.dead-metaphor-item:hover{background:#f5f5f5;border-color:#667eea}.dead-metaphor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.dead-metaphor-phrase{font-weight:600;color:#333;font-size:14px}.dead-metaphor-category{font-size:10px;padding:2px 8px;border-radius:4px;background:#e8eaf6;color:#3949ab;text-transform:uppercase}.dead-metaphor-origin{font-size:12px;color:#666;margin-bottom:8px;padding:8px;background:#f8f9fa;border-radius:4px}.dead-metaphor-origin strong{color:#555}.dead-metaphor-suggestion{font-size:12px;color:#555;line-height:1.5;margin-bottom:8px}.dead-metaphor-line{font-size:11px;color:#888}:root.dark-mode .ac-score-label{color:#a0aec0}:root.dark-mode .ac-score-value.excellent{background:#1b3d2f;color:#81c784}:root.dark-mode .ac-score-value.good{background:#1a3a5c;color:#64b5f6}:root.dark-mode .ac-score-value.moderate{background:#3d3520;color:#ffb74d}:root.dark-mode .ac-score-value.low{background:#3d2020;color:#ef9a9a}:root.dark-mode .ac-ratio{color:#a0aec0}:root.dark-mode .ac-abstract{color:#ce93d8}:root.dark-mode .ac-concrete{color:#81c784}:root.dark-mode .ac-assessment{background:#2d3748}:root.dark-mode .ac-assessment.excellent{background:#1b3d2f;color:#81c784}:root.dark-mode .ac-assessment.good{background:#1a3a5c;color:#64b5f6}:root.dark-mode .ac-assessment.moderate{background:#3d3520;color:#ffb74d}:root.dark-mode .ac-assessment.abstract-heavy{background:#3d2020;color:#ef9a9a}:root.dark-mode .ac-suggestions{background:#1e2a3a;border-color:#667eea}:root.dark-mode .ac-suggestions-header{color:#90cdf4}:root.dark-mode .ac-suggestions-list{color:#cbd5e0}:root.dark-mode .ac-word-header{color:#718096}:root.dark-mode .ac-word.abstract{background:#4a2c5a;color:#ce93d8}:root.dark-mode .ac-word.abstract:hover{background:#5c3a6e}:root.dark-mode .ac-more{color:#718096}:root.dark-mode .first-draft-count-badge{background:#3d3520;color:#ffb74d}:root.dark-mode .issue-count-badge{background:#3d3520;color:#ffb74d}:root.dark-mode .positive-count-badge{background:#1b3d2f;color:#81c784}:root.dark-mode .first-draft-clear{background:#1b3d2f;color:#81c784}:root.dark-mode .first-draft-note{background:#2d3748;color:#a0aec0}:root.dark-mode .first-draft-item{background:#1e2a3a;border-color:#4a5568}:root.dark-mode .first-draft-item:hover{background:#2a3a50;border-color:#667eea}:root.dark-mode .first-draft-phrase{color:#e2e8f0}:root.dark-mode .first-draft-category{background:#4a5568;color:#cbd5e0}:root.dark-mode .first-draft-item.first-draft-intensifier .first-draft-category{background:#3d3520;color:#ffb74d}:root.dark-mode .first-draft-item.first-draft-hedge .first-draft-category{background:#1a3a5c;color:#64b5f6}:root.dark-mode .first-draft-item.first-draft-filler .first-draft-category{background:#3d2030;color:#f48fb1}:root.dark-mode .first-draft-item.first-draft-weak-verb .first-draft-category{background:#4a2c5a;color:#ce93d8}:root.dark-mode .first-draft-suggestion{color:#cbd5e0}:root.dark-mode .first-draft-line{color:#718096}:root.dark-mode .dead-metaphor-count-badge{background:#2a3a5a;color:#90cdf4}:root.dark-mode .dead-metaphor-clear{background:#1b3d2f;color:#81c784}:root.dark-mode .dead-metaphor-note{background:#2d3748;color:#a0aec0}:root.dark-mode .dead-metaphor-item{background:#1e2a3a;border-color:#4a5568}:root.dark-mode .dead-metaphor-item:hover{background:#2a3a50;border-color:#667eea}:root.dark-mode .dead-metaphor-phrase{color:#e2e8f0}:root.dark-mode .dead-metaphor-category{background:#2a3a5a;color:#90cdf4}:root.dark-mode .dead-metaphor-origin{background:#2d3748;color:#a0aec0}:root.dark-mode .dead-metaphor-origin strong{color:#cbd5e0}:root.dark-mode .dead-metaphor-suggestion{color:#cbd5e0}:root.dark-mode .dead-metaphor-line{color:#718096}*{box-sizing:border-box;margin:0;padding:0}.app{height:100vh;display:flex;flex-direction:column;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 32px;box-shadow:0 2px 8px #00000026;z-index:10}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1800px;margin:0 auto}.header-left{display:flex;align-items:center;gap:8px}.app-title{font-size:20px;font-weight:600;margin:0;letter-spacing:-.3px}.header-actions{display:flex;gap:8px;align-items:center;flex-wrap:nowrap}.btn{padding:8px 14px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.btn-primary{background-color:#fff;color:#667eea}.btn-primary:hover{background-color:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-secondary{background-color:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background-color:#ffffff4d;transform:translateY(-1px)}.btn-icon{padding:8px 12px;background-color:#fff3;border:1px solid rgba(255,255,255,.3);font-size:18px;line-height:1}.btn-icon:hover{background-color:#ffffff4d;transform:translateY(-1px)}.analyzing-indicator{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#ffffffe6;padding:4px 10px;background:#ffffff26;border-radius:12px;margin-left:12px}.analyzing-dot{width:8px;height:8px;background-color:#4caf50;border-radius:50%;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.examples-dropdown{position:relative}.examples-menu{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:180px;z-index:1000;overflow:hidden}.example-item{display:block;width:100%;padding:12px 16px;border:none;background:none;text-align:left;font-size:14px;color:#333;cursor:pointer;transition:background-color .15s ease}.example-item:hover{background-color:#f5f5f5}.example-item:not(:last-child){border-bottom:1px solid #eee}.export-dropdown{position:relative}.export-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:160px;z-index:1000;overflow:hidden}.export-item{display:block;width:100%;padding:12px 16px;border:none;background:none;text-align:left;font-size:14px;color:#333;cursor:pointer;transition:background-color .15s ease}.export-item:hover{background-color:#f5f5f5}.export-item:not(:last-child){border-bottom:1px solid #eee}.poems-dropdown{position:relative}.poems-menu{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:220px;max-height:300px;overflow-y:auto;z-index:1000}.poems-empty{padding:16px;color:#888;text-align:center;font-size:14px}.poem-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-size:14px;color:#333;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #eee}.poem-item:last-child{border-bottom:none}.poem-item:hover{background-color:#f5f5f5}.poem-item.active{background-color:#e8eaf6}.poem-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px}.poem-delete{width:24px;height:24px;border:none;background:none;color:#999;font-size:18px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.poem-delete:hover{background-color:#ffebee;color:#e53935}.app-content{flex:1;display:flex;overflow:hidden;position:relative}.editor-pane{flex:1;background-color:#fafafa;overflow:hidden;position:relative}.poem-title-container{padding:16px 20px 8px 56px;background-color:#fafafa;border-bottom:1px solid #e0e0e0}.poem-title-editor-input{width:100%;max-width:600px;background:transparent;border:none;border-bottom:2px solid transparent;color:#333;font-size:24px;font-weight:500;font-family:Georgia,Times New Roman,serif;padding:8px 0;transition:border-color .2s ease}.poem-title-editor-input:hover{border-bottom-color:#e0e0e0}.poem-title-editor-input:focus{outline:none;border-bottom-color:#667eea}.poem-title-editor-input::placeholder{color:#999;font-style:italic}.poem-title-editor-input.dark{color:#e2e8f0}.poem-title-editor-input.dark::placeholder{color:#718096}.panel-toggle{position:absolute;top:50%;right:0;transform:translateY(-50%);width:24px;height:60px;border-radius:8px 0 0 8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;font-size:14px;cursor:pointer;box-shadow:-2px 0 8px #00000026;transition:all .2s ease;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px}.panel-toggle:not(.open){width:32px;height:auto;min-height:120px}.panel-toggle-text{writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;opacity:.95}.panel-toggle:hover{width:30px;box-shadow:-3px 0 12px #0003}.panel-toggle.open{background:linear-gradient(135deg,#667eea,#764ba2);width:24px;height:60px}.panel-toggle.pulse-attention{animation:pulseAttention 1.5s ease-in-out infinite;width:36px;min-height:130px}@keyframes pulseAttention{0%,to{transform:translateY(-50%) scale(1);box-shadow:-2px 0 12px #667eea66}50%{transform:translateY(-50%) scale(1.12);box-shadow:-6px 0 30px #667eeab3,0 0 40px #764ba280;background:linear-gradient(135deg,#7b8ef8,#8e5fba)}}.panel-toggle.pulse-attention .panel-toggle-text{animation:textGlow 1.5s ease-in-out infinite;font-size:13px}@keyframes textGlow{0%,to{opacity:.95;text-shadow:none}50%{opacity:1;text-shadow:0 0 12px rgba(255,255,255,1),0 0 20px rgba(255,255,255,.6)}}.side-panel{width:450px;background-color:#f9f9f9;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden}.panel-tabs{display:flex;background:#fff;border-bottom:1px solid #e0e0e0;padding:0}.tab{flex:1;padding:16px;background:transparent;border:none;border-bottom:3px solid transparent;font-size:14px;font-weight:600;color:#888;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.tab:hover{color:#667eea;background:#fafafa}.tab.active{color:#667eea;border-bottom-color:#667eea}.panel-content{flex:1;overflow:hidden}.coach-panel{height:100%;display:flex;align-items:center;justify-content:center}.app-footer{background-color:#f5f5f5;border-top:1px solid #e0e0e0;padding:12px 32px;font-size:12px;color:#666}.footer-content{text-align:center;max-width:1800px;margin:0 auto;line-height:1.4}.footer-copyright{text-align:center;margin-top:8px;font-size:11px;color:#888}:root.dark-mode .footer-copyright{color:#718096}@media (max-width: 1200px){.side-panel{width:400px}}@media (max-width: 900px){.side-panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:400px;z-index:50}.header-content{flex-direction:column;align-items:flex-start;gap:12px}.header-actions{width:100%;justify-content:flex-end}}@media (max-width: 600px){.app-header{padding:16px 20px}.app-title{font-size:24px}.app-subtitle{font-size:12px}.footer-content{flex-direction:column;gap:4px}.footer-content span:nth-child(2n){display:none}}:root.dark-mode{color-scheme:dark}:root.dark-mode .app{background-color:#1a1a2e}:root.dark-mode .app-header{background:linear-gradient(135deg,#4a5568,#2d3748)}:root.dark-mode .editor-pane{background-color:#16213e}:root.dark-mode .poem-title-container{background-color:#16213e;border-bottom-color:#2d3748}:root.dark-mode .poem-title-editor-input{color:#e2e8f0}:root.dark-mode .poem-title-editor-input:hover{border-bottom-color:#4a5568}:root.dark-mode .poem-title-editor-input:focus{border-bottom-color:#667eea}:root.dark-mode .poem-title-editor-input::placeholder{color:#718096}:root.dark-mode .side-panel{background-color:#1a1a2e;border-left-color:#2d3748}:root.dark-mode .app-footer{background-color:#16213e;border-top-color:#2d3748;color:#a0aec0}:root.dark-mode .panel-toggle{background:linear-gradient(135deg,#4a5568,#2d3748)}:root.dark-mode .panel-toggle.open{background:linear-gradient(135deg,#4a5568,#2d3748)}:root.dark-mode .examples-menu{background:#2d3748;box-shadow:0 4px 20px #0006}:root.dark-mode .example-item{color:#e2e8f0}:root.dark-mode .example-item:hover{background-color:#4a5568}:root.dark-mode .example-item:not(:last-child){border-bottom-color:#4a5568}:root.dark-mode .export-menu{background:#2d3748;box-shadow:0 4px 20px #0006}:root.dark-mode .export-item{color:#e2e8f0}:root.dark-mode .export-item:hover{background-color:#4a5568}:root.dark-mode .export-item:not(:last-child){border-bottom-color:#4a5568}:root.dark-mode .poems-menu{background-color:#2d3748;box-shadow:0 4px 20px #0006}:root.dark-mode .poems-empty{color:#a0aec0}:root.dark-mode .poem-item{color:#e2e8f0;border-bottom-color:#4a5568}:root.dark-mode .poem-item:hover{background-color:#4a5568}:root.dark-mode .poem-item.active{background-color:#4a5568}:root.dark-mode .poem-delete{color:#a0aec0}:root.dark-mode .poem-delete:hover{background-color:#e5393533;color:#fc8181}:root.dark-mode .panel-tabs{background:#1a1a2e;border-bottom-color:#2d3748}:root.dark-mode .tab{color:#a0aec0;background:transparent}:root.dark-mode .tab:hover{color:#818cf8;background:#818cf81a}:root.dark-mode .tab.active{color:#818cf8;border-bottom-color:#818cf8;background:transparent}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;height:100vh;overflow:hidden}code{font-family:Courier New,monospace}button{font-family:inherit}
