:root{--primary: #dc2626;--primary-hover: #b91c1c;--primary-light: #fef2f2;--text: #1f2937;--text-muted: #6b7280;--border: #e5e7eb;--bg-gradient: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);--surface: #ffffff;--navbar-bg: rgba(255, 255, 255, .9);--menu-shadow: 0 10px 20px rgba(0, 0, 0, .08)}:root[data-theme=dark]{--primary: #ef4444;--primary-hover: #dc2626;--primary-light: rgba(239, 68, 68, .12);--text: #f3f4f6;--text-muted: #9ca3af;--border: #2c3340;--bg-gradient: linear-gradient(135deg, #111827 0%, #1d1420 100%);--surface: #161d2b;--navbar-bg: rgba(17, 24, 39, .9);--menu-shadow: 0 10px 20px rgba(0, 0, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--bg-gradient);line-height:1.6;transition:background .3s ease,color .3s ease}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:var(--navbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;color:var(--text);text-decoration:none}.brand-logo{width:32px;height:32px;object-fit:contain}:root[data-theme=dark] .brand-logo,:root[data-theme=dark] .hero-logo{filter:invert(1)}.hero-logo{display:block;width:90px;height:90px;object-fit:contain;margin:0 auto 1rem}.brand span{color:var(--primary)}.navbar-right{display:flex;align-items:center;gap:1rem}.nav-links{display:flex;gap:1.25rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:500;padding:.35rem .75rem;border-radius:8px;transition:color .2s,background .2s}.nav-links a:hover,.nav-links a.active{color:var(--primary);background:var(--primary-light)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:none;border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;transition:color .2s,background .2s}.theme-toggle:hover{color:var(--primary);background:var(--primary-light)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:9px;background:none;border:1px solid var(--border);border-radius:8px;cursor:pointer}.hamburger span{display:block;height:2.5px;width:100%;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.hamburger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media (max-width: 640px){.hamburger{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--menu-shadow)}.nav-links.open{display:flex}.nav-links a{padding:.75rem 1rem}}.content{flex:1;display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem}.page-centered{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.home-page{width:100%;max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.hero{width:100%;max-width:640px;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:20px;background:var(--primary-light);color:var(--primary);margin-bottom:1rem}.badge{display:inline-block;background:var(--primary-light);color:var(--primary);font-size:.85rem;font-weight:600;padding:.35rem .9rem;border-radius:999px;margin-bottom:1.25rem}.hero h1{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:1rem}.highlight{color:var(--primary)}.big-404{font-size:clamp(4rem,15vw,8rem);color:var(--primary)}.hero p{color:var(--text-muted);font-size:1.125rem;margin-bottom:2rem}.hero-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;font-weight:600;text-decoration:none;padding:.75rem 1.75rem;border-radius:10px;transition:background .2s,transform .15s,box-shadow .2s}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #dc262659}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn-demo{margin-top:auto;padding:.5rem 1.25rem;font-size:.875rem;background:transparent;color:var(--primary);border:2px solid var(--primary);box-shadow:none}.btn-demo:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.components-section{width:100%;margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.components-section h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;text-align:center;margin-bottom:.5rem}.components-intro{text-align:center;color:var(--text-muted);margin-bottom:2rem}.components-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.component-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.75rem 1.25rem;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s,box-shadow .2s}.component-card:hover{transform:translateY(-4px);box-shadow:var(--menu-shadow)}.component-image{width:96px;height:96px;border-radius:50%;border:3px solid var(--primary);background:var(--primary-light);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem;flex-shrink:0}.component-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.component-body{flex:1;width:100%;padding:0;display:flex;flex-direction:column;align-items:center}.component-body h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.component-body p{font-size:.925rem;color:var(--text-muted);line-height:1.55;margin:0 0 1.25rem}.component-card-top{width:100%;display:flex;justify-content:flex-end;margin-bottom:.25rem}.component-card-link{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit}.component-card-link:hover h3{color:var(--primary)}.component-card .btn-demo{margin-top:auto}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-muted);cursor:pointer;transition:color .2s,background .2s,border-color .2s}.share-btn:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-light)}.component-page-wrap{width:100%;max-width:520px;margin:0 auto}.component-page-toolbar{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1.5rem}.component-detail-card{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:var(--menu-shadow)}.component-detail-card .badge{margin-bottom:1rem}.component-detail-card h1{font-size:clamp(1.75rem,5vw,2.25rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.back-link{font-size:.9rem;font-weight:600;color:var(--text-muted);text-decoration:none;transition:color .2s}.back-link:hover{color:var(--primary)}.component-image-lg{width:120px;height:120px;margin-bottom:1.25rem}.component-page-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.6;margin-bottom:2rem;max-width:420px}.component-page-actions{display:flex;justify-content:center;align-items:stretch;gap:.75rem;flex-wrap:wrap;width:100%}.component-page-actions .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.75rem;font-size:1rem;box-sizing:border-box}.component-page-actions .btn-demo{margin-top:0}.contact-hero{max-width:480px}.contact-form{width:100%;margin-top:.5rem;display:flex;flex-direction:column;gap:1rem;text-align:left}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field span{font-size:.875rem;font-weight:600;color:var(--text)}.form-field input,.form-field textarea,.form-field select{width:100%;padding:.75rem .9rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;transition:border-color .2s,box-shadow .2s}.form-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.form-field input:disabled,.form-field textarea:disabled,.form-field select:disabled{opacity:.7;cursor:not-allowed}.form-field textarea{resize:vertical;min-height:120px}.btn-full{width:100%;border:none;cursor:pointer;font:inherit}.btn-full:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-feedback{font-size:.9rem;text-align:center;margin:0}.form-feedback-success{color:#059669}:root[data-theme=dark] .form-feedback-success{color:#34d399}.form-feedback-error{color:var(--primary)}.footer{text-align:center;padding:1.25rem;color:var(--text-muted);font-size:.9rem;border-top:1px solid var(--border);background:var(--surface)}
