:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#111827;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit}*{box-sizing:border-box}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;margin:4px}::-webkit-scrollbar-thumb{background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:#00000080;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}::-webkit-scrollbar-thumb:active{background:#0009}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(255,255,255,.1)}.app{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.header{background:linear-gradient(to bottom,#fff,#fafbfc);border-bottom:1px solid #e5e7eb;padding:2rem}.header-content{max-width:100%}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-icon{width:32px;height:32px;color:#8b5cf6;display:flex;align-items:center;justify-content:center}.logo-icon img{width:100%;height:100%;object-fit:contain;border-radius:8px}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:1.5rem;font-weight:700;margin:0;color:#111827}.version-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#6b7280;background:#d4d5d6;border-radius:4px}.share-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#1d9bf0;background:transparent;border:1px solid #d1d5db;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .15s}.share-button:hover{background:#f0f9ff;border-color:#1d9bf0}.header-info{margin-bottom:1rem}.info-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.info-count{font-weight:600;color:#111827}.info-separator{color:#d1d5db}.info-text{color:#6b7280}.tagline{font-size:2.25rem;font-weight:700;line-height:1.2;color:#111827;margin:0 0 2rem;max-width:800px}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .15s;border:none}.action-button.primary{color:#fff;background:#111827}.action-button.primary:hover{background:#1f2937}.action-button.secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.action-button.secondary:hover{background:#f9fafb;border-color:#9ca3af}.container{width:100%;margin:0;padding:2rem;flex:1}.setup-guide{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.setup-content{position:relative;background:#fff;border-radius:.5rem;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.setup-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#6b7280;background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .15s}.setup-close:hover{background:#f3f4f6}.setup-content h2{margin:0 0 1.5rem;font-size:1.5rem;color:#111827}.setup-step{margin-bottom:1.5rem}.setup-step h3{margin:0 0 .5rem;font-size:1.125rem;color:#374151}.code-snippet{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.875rem;color:#111827;overflow-x:auto;white-space:pre}.props-list{list-style:none;margin:0;padding:0}.props-list li{padding:.5rem 0;color:#374151;border-bottom:1px solid #f3f4f6}.props-list li:last-child{border-bottom:none}.props-list code{display:inline-block;padding:.125rem .375rem;font-size:.875rem;font-family:Courier New,Courier,monospace;color:#111827;background:#f3f4f6;border-radius:.25rem;margin-right:.5rem}.search-wrapper{position:relative;margin-bottom:2rem;padding:0}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;transition:border-color .15s}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.search-input::placeholder{color:#9ca3af}.variant-tabs{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.variant-tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s}.variant-tab:hover{color:#111827;background:#f3f4f6}.variant-tab.active{color:#111827;background:#e5e7eb}.variant-info{margin-left:auto;font-size:.875rem;color:#6b7280}.icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1px;background:#e5e7eb;border:1px solid #e5e7eb}.icon-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;background:#fff;border:none;cursor:pointer;transition:background-color .15s}.icon-card:hover{background:#f9fafb}.icon-display{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.icon-name{font-size:.75rem;color:#6b7280;text-align:center;word-break:break-word}.copied-toast{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#059669;background:#d1fae5;border-radius:.25rem;animation:fadeIn .2s}.no-results{text-align:center;padding:3rem 0;color:#6b7280}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s}.modal-card{position:relative;background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s;scrollbar-width:none;-ms-overflow-style:none}.modal-card::-webkit-scrollbar{display:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#6b7280;background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1.5rem;padding-right:2rem}.modal-preview{display:flex;align-items:center;justify-content:center;padding:3rem;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px;margin-bottom:1.5rem;height:150px;min-height:150px}.modal-controls{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{font-size:.875rem;font-weight:500;color:#374151;display:flex;align-items:center;justify-content:space-between}.control-group label strong{color:#111827;font-family:Courier New,Courier,monospace;font-size:.8125rem}.control-group input[type=range]{width:100%;height:6px;background:#e5e7eb;border-radius:3px;outline:none;-webkit-appearance:none}.control-group input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;background:#6366f1;border-radius:50%;cursor:pointer;transition:all .15s}.control-group input[type=range]::-webkit-slider-thumb:hover{background:#4f46e5;transform:scale(1.1)}.control-group input[type=range]::-moz-range-thumb{width:18px;height:18px;background:#6366f1;border:none;border-radius:50%;cursor:pointer;transition:all .15s}.control-group input[type=range]::-moz-range-thumb:hover{background:#4f46e5;transform:scale(1.1)}.control-group input[type=color]{width:100%;height:40px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;background:transparent}.control-group input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.control-group input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.modal-code{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.modal-code h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.modal-code pre{margin:0 0 1rem;padding:1.25rem;background:#1e1e1e;border:1px solid #2d2d2d;border-radius:8px;overflow-x:auto}.modal-code pre::-webkit-scrollbar{width:8px;height:8px}.modal-code pre::-webkit-scrollbar-track{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:6px;margin:4px}.modal-code pre::-webkit-scrollbar-thumb{background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:6px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}.modal-code pre::-webkit-scrollbar-thumb:hover{background:#ffffff59;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.modal-code pre::-webkit-scrollbar-thumb:active{background:#ffffff73}.modal-code code{font-family:Fira Code,Consolas,Monaco,Courier New,monospace;font-size:.875rem;color:#d4d4d4;line-height:1.7;white-space:pre;display:block}.keyword{color:#c586c0;font-weight:500}.component-name{color:#4ec9b0;font-weight:600}.prop-name{color:#9cdcfe}.prop-value{color:#ce9178}.punctuation{color:#d4d4d4}.copy-button{width:100%;padding:.875rem 1.25rem;font-size:.9rem;font-weight:600;color:#fff;background:#000;border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0003,0 2px 4px -1px #00000026;position:relative;overflow:hidden;letter-spacing:.025em}.copy-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s}.copy-button:hover:before{left:100%}.copy-button:hover{background:#1a1a1a;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0003}.copy-button:active{box-shadow:0 2px 4px -1px #0003,0 1px 2px -1px #00000026}.footer{background:#fff;border-top:1px solid #e5e7eb;padding:3rem 1.5rem 2rem;margin-top:4rem}.footer-content{max-width:1280px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-logo{display:flex;align-items:center;gap:.5rem;width:24px;height:24px;margin-bottom:1rem}.footer-logo img{width:100%;height:100%;object-fit:contain;border-radius:8px}.footer-logo svg{width:24px;height:24px;color:#8b5cf6}.footer-logo span{font-size:1.25rem;font-weight:700;color:#111827}.footer-tagline{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h3{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li{margin-bottom:.75rem}.footer-section a{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .15s}.footer-section a:hover{color:#111827}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid #e5e7eb}.footer-copyright{font-size:.875rem;color:#6b7280;margin:0}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social a{color:#6b7280;transition:color .15s}.footer-social a:hover{color:#111827}@media(max-width:1024px){.header{padding:2.5rem 2rem 2rem}.tagline{font-size:2rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:768px){.header{padding:2rem 1.5rem 1.5rem}.header-top{flex-direction:column;align-items:flex-start;gap:1rem}.share-button{width:100%;justify-content:center}.tagline{font-size:1.75rem}.header-actions{width:100%;flex-direction:column}.action-button{width:100%;justify-content:center}.container{padding:1.5rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));margin:0 -1.5rem}.variant-tabs{flex-wrap:wrap;gap:.25rem;padding-bottom:.75rem}.variant-info{width:100%;margin-left:0;margin-top:.5rem;font-size:.75rem}.icon-card{padding:1.25rem .75rem}.footer{padding:2.5rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-brand{max-width:100%}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.header{padding:2rem 1rem 1.5rem}.container{padding:1.5rem 1rem}.icons-grid{margin:0 -1rem}.logo-text{font-size:1.25rem}.version-badge{font-size:.625rem;padding:.2rem .4rem}.tagline{font-size:1.5rem}.action-button{padding:.625rem 1rem;font-size:.8125rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.icon-card{padding:1rem .5rem}.icon-name{font-size:.6875rem}.footer{padding:2.5rem 1rem 1.5rem}.pagination-button{padding:.625rem 1rem;font-size:.875rem}}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.5rem 0;margin:1.5rem 0}.pagination-button{padding:.75rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.pagination-button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:.9375rem;color:#6b7280;font-weight:500;min-width:120px;text-align:center}
