*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#f5f5f5;color:#333}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem;padding:2rem 0}.header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1a1a1a}.subtitle{font-size:1.1rem;color:#666}section{background:white;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}section h2{font-size:1.8rem;margin-bottom:1rem;color:#1a1a1a}.intro p{line-height:1.6;color:#555}.library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.library-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.library-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.library-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#2c5282}.library-card p{color:#666;line-height:1.5;margin-bottom:1rem}.card-link{display:inline-block;color:#2c5282;text-decoration:none;font-weight:500;transition:color .2s}.card-link:hover{color:#1a365d}.status{display:inline-block;background-color:#fff3cd;color:#856404;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500}.paid-solutions ul{list-style:none;padding-left:0}.paid-solutions li{padding:.75rem 0;border-bottom:1px solid #e0e0e0;color:#555}.paid-solutions li:last-child{border-bottom:none}.footer{text-align:center;padding:2rem 0;color:#666}@media (max-width:768px){.container{padding:1rem}.header h1{font-size:2rem}.library-grid{grid-template-columns:1fr}}.showcase-section{background:white;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.showcase-section h2{font-size:1.8rem;margin-bottom:1rem;color:#1a1a1a}.examples-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}@media (max-width:968px){.examples-grid{grid-template-columns:1fr}}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.feature-item{padding:.75rem;background:#f7fafc;border-radius:6px;border-left:3px solid #4299e1}.example{margin-bottom:2rem}.examples-grid .example{margin-bottom:0}.example h3{font-size:1.3rem;margin-bottom:.5rem;color:#2d3748}.example p{color:#666;margin-bottom:1rem}.canvas-container{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin:1rem 0;display:flex;justify-content:center;align-items:center;max-width:100%;overflow:hidden}.canvas-container canvas{max-width:100%;height:auto;display:block}.canvas-container.clickable{cursor:pointer}.example-note{font-size:.9rem;color:#718096;font-style:italic;margin-top:.5rem}.evaluation{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.eval-item{padding:1.5rem;background:#f7fafc;border-radius:8px;border:1px solid #e0e0e0}.eval-item h3{font-size:1.2rem;margin-bottom:.5rem;color:#2d3748}.rating{color:#f6ad55;font-size:1.5rem;margin-bottom:.75rem}.eval-item p{color:#555;line-height:1.5;font-size:.95rem}.use-case-list{list-style:none;padding-left:0}.use-case-list li{padding:.75rem 0 .75rem 1.5rem;border-bottom:1px solid #e0e0e0;color:#555;position:relative}.use-case-list li:before{content:"→";position:absolute;left:0;color:#4299e1;font-weight:700}.use-case-list li:last-child{border-bottom:none}.navigation{text-align:center;padding:2rem 0}.nav-button{display:inline-block;padding:.75rem 2rem;background:#4299e1;color:white;text-decoration:none;border-radius:6px;font-weight:500;transition:background .2s}.nav-button:hover{background:#2b6cb0}.layer-controls{display:flex;gap:.5rem;flex-wrap:wrap}.layer-button{padding:.5rem 1rem;background:#4299e1;color:white;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.layer-button:hover:not(:disabled){background:#2b6cb0}.layer-button:disabled{background:#cbd5e0;cursor:not-allowed}.export-controls{display:flex;gap:1rem;flex-wrap:wrap;margin:1rem 0}.export-button{flex:1 1;min-width:200px;padding:1rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.25rem}.export-button.preview{background:#48bb78;color:white}.export-button.preview:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 4px 8px rgba(72,187,120,.3)}.export-button.print{background:#9f7aea;color:white}.export-button.print:hover{background:#805ad5;transform:translateY(-2px);box-shadow:0 4px 8px rgba(159,122,234,.3)}.button-subtitle{font-size:.75rem;font-weight:400;opacity:.9}.text-input{width:100%;max-width:400px;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem}.text-input-label{display:block;margin-bottom:.25rem;font-weight:500}.json-output{background:#1a202c;color:#68d391;padding:1rem;border-radius:8px;font-family:Courier New,Courier,monospace;font-size:.8rem;line-height:1.5;overflow:auto;max-height:400px;white-space:pre;margin-top:1rem;border:1px solid #2d3748}