:root{--paper:#f7f5ef;--surface:#fffdf8;--surface-strong:#fff;--ink:#182126;--muted:#657278;--line:#d9ddd7;--teal:#0f766e;--teal-dark:#0b5c56;--coral:#c44f3d;--gold:#a97712;--blue:#315f8c;--shadow:0 20px 60px #1821261a}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{letter-spacing:0;min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.app-shell{gap:20px;max-width:1240px;min-height:100vh;margin:0 auto;padding:22px;display:grid}.topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.brand{align-items:center;gap:14px;min-width:0;display:flex}.brand img{background:var(--surface-strong);border:1px solid var(--line);object-fit:contain;border-radius:8px;width:58px;height:58px;padding:8px}.brand-kicker,.section-kicker{color:var(--coral);letter-spacing:0;text-transform:uppercase;margin:0 0 3px;font-size:.78rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:1.72rem;line-height:1.1}h2{margin-bottom:0;font-size:1.25rem;line-height:1.18}.system-pill{background:var(--surface-strong);border:1px solid var(--line);color:var(--teal-dark);border-radius:999px;flex:none;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:.92rem;font-weight:800;display:inline-flex}.mode-strip{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.mode-button{background:var(--surface);border:1px solid var(--line);color:var(--ink);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:44px;padding:0 12px;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.mode-button:hover{border-color:var(--teal);transform:translateY(-1px)}.mode-button.active{background:var(--teal);border-color:var(--teal);color:#fff}.workspace{grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);align-items:start;gap:20px;display:grid}.workspace.catu-mode{grid-template-columns:360px 1fr 300px}.tools-panel{flex-direction:column;gap:16px;display:flex}.vtm-analysis-panel,.vtm-full-panel{gap:14px;padding:20px;display:grid}.tools-placeholder{color:var(--muted);padding:20px;font-size:.9rem}@keyframes chord-bounce{0%,to{transform:scale(1)translateY(0)}40%{transform:scale(1.18)translateY(-2px)}}.song-chord.active-chord{background:var(--teal);color:#fff;cursor:pointer;animation:.6s chord-bounce}.song-chord{cursor:pointer;transition:background .15s,color .15s}.panel{background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px}.composer,.result{gap:16px;padding:20px;display:grid}.panel-heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.icon-button{border:1px solid var(--line);color:var(--ink);background:#f3f5f1;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.icon-button:hover{border-color:var(--blue);color:var(--blue)}.field{gap:8px;display:grid}.field span{color:var(--muted);font-size:.9rem;font-weight:800}input,select,textarea{border:1px solid var(--line);color:var(--ink);background:#fbfcf9;border-radius:8px;outline:none;width:100%;min-height:44px;padding:0 12px}textarea{resize:vertical;min-height:150px;padding:12px;line-height:1.55}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0f766e24}.compact-field{max-width:190px}.birth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.actions{flex-wrap:wrap;gap:10px;display:flex}.primary-action,.secondary-action{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 14px;font-weight:850;display:inline-flex}.primary-action{background:var(--teal);border:1px solid var(--teal);color:#fff;min-width:152px}.primary-action:hover{background:var(--teal-dark)}.secondary-action{color:#755307;background:#fff9ed;border:1px solid #e4c47d}.secondary-action:hover{border-color:var(--gold);color:var(--gold)}.error-box{color:#8d2e20;background:#fff1ec;border:1px solid #efb09e;border-radius:8px;margin:0;padding:12px}.result{min-height:560px}.poem-output,.empty-output{border:1px solid var(--line);background:linear-gradient(#eef1eb 1px,#0000 1px) 0 1.85rem/100% 1.85rem,#fbfcf8;border-radius:8px;min-height:360px;padding:22px}.poem-output p,.empty-output p{color:var(--ink);margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.85}.empty-output{justify-content:center;align-items:center;display:flex}.empty-output p{color:var(--muted);font-family:inherit;font-size:1rem}.status-line{color:var(--teal-dark);margin:-4px 0 0;font-weight:800}.issues{gap:10px;display:grid}.issues h3{margin-bottom:0;font-size:1rem}.issue{border-left:3px solid var(--coral);gap:4px;padding:8px 0 8px 12px;display:grid}.issue span{color:var(--muted);line-height:1.5}.meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.meta-grid div{background:#f1f8f7;border:1px solid #b9d9d4;border-radius:8px;gap:4px;padding:12px;display:grid}.meta-grid span{color:var(--muted);font-size:.85rem;font-weight:800}.spin{animation:.9s linear infinite spin}.site-footer{background:var(--surface-strong);border:1px solid var(--line);color:var(--muted);text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin-top:4px;padding:24px 16px;display:flex}.footer-logos img{object-fit:contain;opacity:.7;height:48px;transition:opacity .16s}.footer-logos img:hover{opacity:1}.footer-content{gap:4px;display:grid}.site-footer p{margin:0;font-size:.92rem}.site-footer a{color:var(--teal-dark);font-weight:700}.site-footer a:hover{color:var(--teal)}.vtm-legend{background:#f4fbfa;border:1px solid #b9d9d4;border-radius:8px;gap:8px;padding:14px;display:grid}.vtm-legend-title{color:var(--teal-dark);letter-spacing:.01em;text-transform:uppercase;margin:0;font-size:.88rem;font-weight:800}.vtm-legend-items{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.vtm-legend-hint{color:var(--muted);margin:0;font-size:.84rem}.vtm-wordcount{color:var(--teal-dark);margin-left:10px;font-size:.78rem;font-weight:700}.vtm-wordcount-over{color:var(--coral)}.vtm-truncate-note{color:var(--coral);margin:0;font-size:.82rem}.vtm-badge{cursor:default;border-radius:6px;gap:2px;padding:2px 8px;font-size:.82rem;font-weight:700;display:inline-flex}.vtm-badge sup{vertical-align:super;font-size:.65em;font-weight:800;line-height:1}.vtm-v{color:#854d0e;background:#fef08a}.vtm-t{color:#6b21a8;background:#e9d5ff}.vtm-m{color:#991b1b;background:#fecaca}.song-chord{color:#c2410c;-webkit-user-select:all;user-select:all;margin:0 2px;font-weight:700}.vtm-skeleton-details{background:var(--surface);border:1px solid var(--line);border-radius:6px;margin-top:12px;padding:8px 12px;font-size:.9em}.vtm-skeleton-details summary{cursor:pointer;color:var(--text-lighter);-webkit-user-select:none;user-select:none;font-weight:500}.vtm-skeleton-details summary:hover{color:var(--text)}.vtm-skeleton-content{border-top:1px dashed var(--line);margin-top:10px;padding-top:10px}.vtm-full-details{background:var(--surface);border:1px solid var(--line);border-radius:8px;margin-top:20px;padding:10px 14px}.vtm-full-details summary{cursor:pointer;color:var(--text-lighter);-webkit-user-select:none;user-select:none;font-size:.95rem;font-weight:600}.vtm-full-details summary:hover{color:var(--text)}.vtm-full-content{border-top:1px dashed var(--line);margin-top:12px;padding-top:10px}.vtm-word{border-radius:3px;padding:0 1px;transition:background .12s}.vtm-word.vtm-v{color:#854d0e}.vtm-word.vtm-t{color:#6b21a8}.vtm-word.vtm-m{color:#991b1b}.vtm-badges{flex-wrap:wrap;gap:5px;line-height:1.6;display:flex}.vtm-multi-hint{color:#5b21b6;font-weight:700}.song-verse+.song-verse{border-top:1px dashed var(--line);margin-top:1rem;padding-top:1rem}.full-song-btn{color:#5b21b6;background:#f5f3ff;border:1px solid #c4b5fd}.full-song-btn:hover{color:#4c1d95;border-color:#5b21b6}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:980px){.mode-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace,.workspace.catu-mode{grid-template-columns:1fr}.result{min-height:420px}}@media (max-width:620px){.app-shell{padding:14px}.topbar{flex-direction:column;align-items:flex-start}.brand img{width:50px;height:50px}h1{font-size:1.42rem}.mode-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.mode-button{justify-content:flex-start}.composer,.result{padding:16px}.birth-grid,.meta-grid{grid-template-columns:1fr}.primary-action,.secondary-action{width:100%}.poem-output,.empty-output{min-height:300px;padding:18px}}.hade-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}@keyframes play-glow{0%,to{box-shadow:0 0 #0f766e73}50%{box-shadow:0 0 0 7px #0f766e00}}.play-song-btn{background:linear-gradient(135deg, var(--teal), #16a085);color:#fff;cursor:pointer;letter-spacing:.01em;white-space:nowrap;border:none;border-radius:20px;align-items:center;gap:6px;padding:6px 14px 6px 10px;font-size:.82rem;font-weight:700;transition:filter .15s,transform .1s;animation:2.2s ease-in-out infinite play-glow;display:flex}.play-song-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.play-song-btn:active{transform:translateY(0)}.play-song-btn small{opacity:.85;font-weight:400}.hade-modal{background:#1e1e1e;border-radius:12px;flex-direction:column;width:100%;max-width:1100px;height:88vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000008c}.hade-modal-header{color:#d4d4d4;background:#252526;border-bottom:1px solid #3c3c3c;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;font-size:.875rem;font-weight:600;display:flex}.hade-modal-close{color:gray!important}.hade-modal-close:hover{color:#d4d4d4!important}.hade-modal-iframe{border:none;flex:1;width:100%;min-height:0}.hade-modal-vtm{background:#161616;border-bottom:1px solid #2a2a2a;flex-direction:column;flex-shrink:0;gap:8px;padding:10px 20px;display:flex}.hade-modal-vtm-toggle{color:#aaa;cursor:pointer;background:0 0;border:1px solid #3c3c3c;border-radius:12px;align-items:center;gap:4px;padding:3px 10px;font-size:.75rem;font-weight:600;transition:color .15s,border-color .15s;display:flex}.hade-modal-vtm-toggle:hover{border-color:var(--teal);color:#d4d4d4}.hade-modal-vtm-legend{flex-wrap:wrap;gap:6px;display:flex}.hade-modal-vtm-badges{flex-wrap:wrap;gap:4px;max-height:90px;display:flex;overflow-y:auto}@media (max-width:620px){.hade-modal{border-radius:8px;height:95vh}.hade-modal-overlay{padding:10px}}
