:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-light: #3b82f6;--primary-dark: #1e40af;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--accent: #7c3aed}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:var(--gray-50);color:var(--gray-900);line-height:1.6}#root{width:100%;min-height:100vh}.app-container{display:flex;min-height:100vh}.code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.code-header h4{margin:0}.expand-btn{padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .3s ease-out}.expand-btn:hover{background:var(--primary-dark);transform:scale(1.05)}.expand-btn:active{transform:scale(.95)}.code-block{display:block;background:var(--gray-900);color:#a1e8ff;padding:1.5rem;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto;word-break:break-word;white-space:pre-wrap;word-wrap:break-word;box-shadow:inset 0 2px 4px #0000004d;max-height:300px;overflow-y:auto;transition:all .3s ease-out}.code-block.expanded{max-height:none}.detailed-text{white-space:pre-wrap;word-wrap:break-word;line-height:1.8}.sidebar{width:300px;background:#fff;border-right:1px solid var(--gray-200);display:flex;flex-direction:column;overflow-y:auto;position:sticky;top:0;height:100vh;box-shadow:2px 0 8px #0000000d}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid var(--gray-200);background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}.app-title{font-size:1.75rem;font-weight:800;margin-bottom:.25rem;letter-spacing:-.5px}.app-subtitle{font-size:.875rem;opacity:.9;font-weight:400}.patterns-list{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.pattern-card{padding:1rem;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;background:var(--gray-50);display:flex;align-items:center;gap:1rem;position:relative}.pattern-card:hover{background:var(--gray-100);transform:translate(4px)}.pattern-card.active{background:var(--primary-light);color:#fff;border-color:var(--primary-dark);box-shadow:0 4px 12px #2563eb4d}.pattern-icon{font-size:1.5rem;flex-shrink:0}.pattern-title{font-size:.95rem;font-weight:600;line-height:1.3}.pattern-meta{font-size:.75rem;opacity:.6;margin-top:.25rem}.pattern-card.active .pattern-meta{opacity:.8}.main-content{flex:1;padding:3rem;overflow-y:auto;background:var(--gray-50)}.detail-panel{max-width:900px;animation:fadeIn .4s ease-out}.detail-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;padding:2rem;background:#fff;border-radius:12px;border-left:4px solid var(--primary);box-shadow:0 2px 8px #00000014}.detail-icon{font-size:3rem;flex-shrink:0}.detail-header h2{font-size:2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem;color:var(--gray-900)}.detail-number{display:inline-block;font-size:.875rem;padding:.375rem .75rem;background:var(--primary);color:#fff;border-radius:20px;font-weight:600}.detail-section{background:#fff;padding:2rem;margin-bottom:1.5rem;border-radius:12px;border:1px solid var(--gray-200);transition:all .3s ease-out}.detail-section:hover{box-shadow:0 4px 12px #00000014;border-color:var(--primary-light)}.detail-section h4{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:var(--gray-900)}.detail-section p{color:var(--gray-600);line-height:1.8;font-size:1rem}@media(max-width:768px){.app-container{flex-direction:column}.sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:1px solid var(--gray-200)}.sidebar-header{padding:1.5rem}.app-title{font-size:1.5rem}.patterns-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));padding:1rem;gap:.75rem;max-height:200px}.pattern-card{flex-direction:column;text-align:center;padding:.75rem}.pattern-title{font-size:.85rem}.pattern-meta{font-size:.7rem}.main-content,.detail-header{padding:1.5rem}.detail-header h2{font-size:1.5rem}.detail-section{padding:1.5rem}.code-block{font-size:.8rem;padding:1rem}}@media(max-width:480px){.sidebar{border-right:none}.sidebar-header{padding:1rem}.app-title{font-size:1.25rem}.app-subtitle{font-size:.8rem}.patterns-list{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));max-height:150px;gap:.5rem;padding:.75rem}.main-content{padding:1rem}.detail-panel{max-width:100%}.detail-header{gap:.75rem;padding:1rem}.detail-icon{font-size:2rem}.detail-header h2{font-size:1.25rem}.detail-section{padding:1rem;margin-bottom:1rem}.detail-section h4{font-size:1rem;margin-bottom:.75rem}.detail-section p{font-size:.95rem}.code-block{font-size:.75rem;padding:.75rem}.expand-btn{padding:.375rem .75rem;font-size:.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@media(max-width:1024px){.main-content{padding:2rem}.detail-header{flex-direction:column;gap:1rem}.detail-icon{font-size:2.5rem}.detail-header h2{font-size:1.75rem}}@media(max-width:768px){.app-container{flex-direction:column}.sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:1px solid var(--gray-200)}.sidebar-header{padding:1.5rem}.app-title{font-size:1.5rem}.patterns-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));padding:1rem;gap:.75rem;max-height:200px}.pattern-card{flex-direction:column;text-align:center;padding:.75rem}.pattern-title{font-size:.85rem}.pattern-meta{font-size:.7rem}.main-content,.detail-header{padding:1.5rem}.detail-header h2{font-size:1.5rem}.detail-section{padding:1.5rem}.code-block{font-size:.85rem;padding:1rem}}@media(max-width:480px){.sidebar{border-right:none}.sidebar-header{padding:1rem}.app-title{font-size:1.25rem}.app-subtitle{font-size:.8rem}.patterns-list{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));max-height:150px;gap:.5rem;padding:.75rem}.main-content{padding:1rem}.detail-panel{max-width:100%}.detail-header{gap:.75rem;padding:1rem}.detail-icon{font-size:2rem}.detail-header h2{font-size:1.25rem}.detail-section{padding:1rem;margin-bottom:1rem}.detail-section h4{font-size:1rem;margin-bottom:.75rem}.detail-section p{font-size:.95rem}.code-block{font-size:.8rem;padding:.75rem}}
