:root{--text:#64748b;--text-h:#1e293b;--bg:#fff;--border:#e2e8f0;--code-bg:#f8fafc;--accent:#8b5cf6;--accent-bg:#8b5cf61a;--accent-border:#8b5cf64d;--social-bg:#f1f5f9;--shadow:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{margin:0}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;margin:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.portfolio-container{background:var(--bg);text-align:left;min-height:100vh;display:flex}.full-screen-state{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.state-content{text-align:center;background:#fff;border-radius:20px;max-width:500px;padding:60px 40px;box-shadow:0 20px 60px #0000001a}.state-content h2{color:var(--text-h);margin:24px 0 12px;font-size:28px;font-weight:700}.state-content p{color:var(--text);margin:0;font-size:16px;line-height:1.6}.spinner{border:5px solid var(--border);border-top-color:var(--accent);border-bottom-color:var(--accent);border-radius:50%;width:64px;height:64px;margin:0 auto;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.state-icon{background:var(--accent-bg);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;display:flex}.state-icon svg{width:40px;height:40px;stroke:var(--accent);stroke-width:2px}.state-icon.error-icon{background:#ef44441a}.state-icon.error-icon svg{stroke:#ef4444}.error-message{color:#991b1b;background:#ef44440d;border-left:4px solid #ef4444;border-radius:8px;margin:20px 0;padding:16px;font-weight:500}.state-actions{justify-content:center;gap:12px;margin-top:32px;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.primary-btn{background:var(--accent);color:#fff}.primary-btn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf64d}.primary-btn svg{stroke:currentColor;stroke-width:2px;width:18px;height:18px}.secondary-btn{background:var(--social-bg);color:var(--text-h)}.secondary-btn:hover{background:var(--border);transform:translateY(-2px)}.sidebar{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:260px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-header{border-bottom:1px solid var(--border);margin-bottom:4px;padding:20px 20px 16px}.logo{color:var(--text-h);letter-spacing:-.3px;align-items:center;gap:10px;font-size:17px;font-weight:700;display:flex}.logo svg{width:24px;height:24px;stroke:var(--accent);fill:none}.status-badge{background:var(--accent-bg);border:1px solid var(--accent-border);color:var(--accent);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.status-badge svg{stroke:currentColor;width:16px;height:16px}.sidebar-stats{border-bottom:1px solid var(--border);flex-direction:column;gap:12px;padding:20px;display:flex}.stat-card{background:var(--social-bg);border-radius:8px;align-items:center;gap:12px;padding:12px;transition:all .3s;display:flex}.stat-card:hover{background:var(--code-bg);transform:translate(4px)}.stat-icon{background:var(--accent-bg);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-icon svg{width:20px;height:20px;stroke:var(--accent)}.stat-info{flex:1}.stat-value{color:var(--text-h);margin-bottom:4px;font-size:18px;font-weight:700;line-height:1}.stat-label{color:var(--text);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.sidebar-filters{flex:1;padding:12px 16px 24px}.filter-header{color:var(--text);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;margin-bottom:8px;padding:0 4px;font-size:11px;font-weight:700;display:flex}.filter-header svg{stroke:currentColor;width:16px;height:16px}.filter-list{flex-direction:column;gap:4px;display:flex}.filter-item{color:var(--text-h);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:9px 10px;font-size:13.5px;font-weight:500;transition:all .2s;display:flex}.filter-item:hover{background:var(--social-bg)}.filter-item.active{background:var(--accent-bg);color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent-border);font-weight:600}.filter-name{flex:1}.filter-badge{background:var(--border);min-width:24px;height:24px;color:var(--text-h);border-radius:12px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.filter-item.active .filter-badge{background:var(--accent);color:#fff}.main-content{background:var(--code-bg);flex:1;overflow-y:auto}.content-header{background:var(--bg);border-bottom:1px solid var(--border);z-index:10;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;display:flex;position:sticky;top:0}.header-left h1{background:linear-gradient(135deg, var(--text-h) 30%, var(--accent));-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0 0 4px;font-size:22px;font-weight:800}.breadcrumb{color:var(--text);flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:12.5px;display:flex}.breadcrumb svg{stroke:currentColor;opacity:.5;width:12px;height:12px}.view-count{color:var(--text);background:var(--code-bg);border:1px solid var(--border);white-space:nowrap;border-radius:20px;flex-shrink:0;padding:6px 14px;font-size:12.5px}.view-count strong{color:var(--accent);font-weight:700}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;padding:20px 24px;display:grid}@media (width<=768px){.sidebar{display:none}.portfolio-grid{grid-template-columns:1fr;padding:16px}.content-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.state-content{padding:40px 24px}.state-actions{flex-direction:column}.primary-btn,.secondary-btn{justify-content:center;width:100%}}.portfolio-item{background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:14px;transition:all .25s;overflow:hidden}.portfolio-item:hover{border-color:var(--accent-border);transform:translateY(-3px);box-shadow:0 12px 32px #8b5cf62e,0 4px 8px #0000000f}.item-image-wrapper{background:var(--code-bg);width:100%;padding-top:75%;position:relative;overflow:hidden}.item-image,.item-image-wrapper video{object-fit:cover;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.portfolio-item:hover .item-image{transform:scale(1.05)}.audio-placeholder{background:linear-gradient(135deg, var(--accent-bg) 0%, var(--social-bg) 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;padding:20px;display:flex;position:absolute;top:0;left:0}.audio-placeholder svg{width:64px;height:64px;stroke:var(--accent);stroke-width:2px}.audio-label{color:var(--text-h);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600}.audio-format{color:var(--accent);background:#fff;border-radius:12px;padding:4px 12px;font-size:12px;font-weight:700}.item-overlay{opacity:0;background:#0009;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.portfolio-item:hover .item-overlay{opacity:1}.zoom-icon{stroke:#fff;stroke-width:2px;width:48px;height:48px}.item-info{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:9px 12px;display:flex}.item-info-left{align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.item-info-right{flex-shrink:0;align-items:center;gap:4px;display:flex}.meta-ext{color:var(--accent);background:var(--accent-bg);text-transform:uppercase;letter-spacing:.3px;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:700}.meta-sep{color:var(--border);font-size:11px;line-height:1}.meta-size{color:var(--text);font-size:11px;font-weight:500}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.empty-icon{width:64px;height:64px;stroke:var(--text);opacity:.5;margin-bottom:16px}.empty-state h3{color:var(--text-h);margin:8px 0;font-size:24px}.empty-state p{color:var(--text);font-size:16px}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-overlay.fullscreen{background:#000000f2;padding:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg);border-radius:16px;width:100%;max-width:1000px;max-height:90vh;animation:.3s ease-out slideUp;position:relative;overflow:auto;box-shadow:0 20px 60px #0000004d}.modal-overlay.fullscreen .modal-content{background:#000;border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close,.modal-fullscreen{cursor:pointer;z-index:10;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:16px}.modal-close{right:16px}.modal-fullscreen{right:64px}.modal-close:hover,.modal-fullscreen:hover{background:#000c;transform:scale(1.1)}.modal-close:hover{transform:rotate(90deg)}.modal-close svg,.modal-fullscreen svg{stroke:#fff;stroke-width:2px;width:20px;height:20px}.modal-image-wrapper{background:var(--code-bg);border-radius:16px;justify-content:center;align-items:center;width:100%;max-height:90vh;display:flex;overflow:hidden}.modal-overlay.fullscreen .modal-image-wrapper{background:#000;border-radius:0;height:100vh;max-height:100vh}.modal-image-wrapper img,.modal-image-wrapper video{object-fit:contain;width:100%;height:auto;max-height:90vh}.modal-overlay.fullscreen .modal-image-wrapper img,.modal-overlay.fullscreen .modal-image-wrapper video{max-width:100vw;max-height:100vh}.audio-player-container{background:linear-gradient(135deg, var(--accent-bg) 0%, var(--social-bg) 100%);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:400px;padding:60px 40px;display:flex}.audio-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 10px 30px #8b5cf633}.audio-icon svg{width:64px;height:64px;stroke:var(--accent);stroke-width:2px}.audio-player-container h3{color:var(--text-h);margin:0;font-size:24px;font-weight:700}.audio-info{color:var(--text);margin:0;font-size:14px}.audio-player{outline:none;width:100%;max-width:500px;margin-top:16px}.audio-player::-webkit-media-controls-panel{background:#fff;border-radius:8px}.portfolio-footer{border-top:1px solid var(--border);background:var(--social-bg);padding:40px 32px}.footer-stats{justify-content:center;align-items:center;gap:40px;max-width:800px;margin:0 auto;display:flex}@media (width<=768px){.footer-stats{flex-direction:column;gap:24px}.stat-divider{display:none}}.stat-item{flex-direction:column;align-items:center;gap:8px;display:flex}.stat-value{color:var(--accent);font-size:32px;font-weight:700;line-height:1}.stat-label{color:var(--text);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.stat-divider{background:var(--border);width:1px;height:40px}@media (width<=1024px){.portfolio-header{padding:40px 20px}.portfolio-header h1{font-size:36px}.filter-section{padding:20px}}.portfolio-sections{padding:8px 0 32px}.category-section{margin-bottom:4px}.category-section-header{background:linear-gradient(to right, #8b5cf60d 0%, var(--bg) 70%);border-bottom:1px solid var(--border);border-top:1px solid var(--border);border-left:3px solid var(--accent);z-index:5;justify-content:space-between;align-items:center;padding:14px 24px 14px 21px;display:flex;position:sticky;top:73px}.category-section-title{align-items:center;gap:10px;display:flex}.category-section-title svg{width:18px;height:18px;stroke:var(--accent);flex-shrink:0}.category-section-title h2{color:var(--text-h);letter-spacing:-.2px;margin:0;font-size:15px;font-weight:700}.category-item-count{color:var(--accent);background:var(--accent-bg);border:1px solid var(--accent-border);white-space:nowrap;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.tag-software{color:var(--accent);background:var(--accent-bg);border:1px solid var(--accent-border);white-space:nowrap;text-overflow:ellipsis;border-radius:20px;max-width:130px;padding:2px 9px;font-size:11px;font-weight:700;overflow:hidden}.tag-custom{color:var(--text);background:var(--social-bg);border:1px solid var(--border);white-space:nowrap;border-radius:20px;padding:2px 9px;font-size:11px;font-weight:500}.modal-info-bar{background:var(--bg);border-top:1px solid var(--border);border-radius:0 0 16px 16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.modal-info-tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.modal-category-tag{color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);border-radius:20px;padding:5px 12px;font-size:13px;font-weight:600}.modal-software-tag{color:var(--accent);background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:20px;padding:5px 12px;font-size:13px;font-weight:700}.modal-custom-tag{color:var(--text);background:var(--code-bg);border:1px solid var(--border);border-radius:20px;padding:5px 12px;font-size:13px;font-weight:500}.modal-info-meta{color:var(--text);flex-shrink:0;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}@media (width<=768px){.category-section-header{padding:12px 16px 12px 13px;top:61px}.category-section-title h2{font-size:14px}.modal-info-bar{flex-direction:column;align-items:flex-start;gap:8px}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
