.webtron-docs-grid{--dg-primary:#3b82f6;--dg-primary-dark:#2563eb;--dg-bg:#fff;--dg-bg-hover:#f8fafc;--dg-border:#e2e8f0;--dg-text:#1e293b;--dg-text-muted:#64748b;--dg-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);--dg-shadow-hover:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--dg-radius:12px;--dg-gap:1.5rem;--dg-transition:0.2s ease;margin:2rem auto;max-width:var(--content-width-desktop,none)}@media (max-width:1024px){.webtron-docs-grid{max-width:var(--content-width-tablet,none)}}@media (max-width:768px){.webtron-docs-grid{max-width:var(--content-width-mobile,none)}}.webtron-docs-grid__empty,.webtron-docs-grid__loading{align-items:center;background:var(--dg-bg);border:2px dashed var(--dg-border);border-radius:var(--dg-radius);color:var(--dg-text-muted);display:flex;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.webtron-docs-grid__tabs{border-bottom:1px solid var(--dg-border);display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.webtron-docs-grid__tab{background:transparent;border:none;border-radius:8px;color:var(--dg-text-muted);cursor:pointer;font-size:.9375rem;font-weight:500;padding:.625rem 1.25rem;transition:all var(--dg-transition);white-space:nowrap}.webtron-docs-grid__tab:hover{background:var(--dg-bg-hover);color:var(--dg-text)}.webtron-docs-grid__tab.is-active{background:rgba(59,130,246,.1);color:var(--dg-primary)}.webtron-docs-grid.tabs-underline .webtron-docs-grid__tabs{border-bottom:2px solid var(--dg-border);gap:0}.webtron-docs-grid.tabs-underline .webtron-docs-grid__tab{border-bottom:2px solid transparent;border-radius:0;margin-bottom:-2px;padding:.75rem 1.5rem}.webtron-docs-grid.tabs-underline .webtron-docs-grid__tab.is-active{background:transparent;border-bottom-color:var(--dg-primary)}.webtron-docs-grid.tabs-pills .webtron-docs-grid__tab{border-radius:9999px}.webtron-docs-grid.tabs-pills .webtron-docs-grid__tab.is-active{background:var(--dg-primary);color:#fff}.webtron-docs-grid.tabs-buttons .webtron-docs-grid__tab{border:1px solid var(--dg-border)}.webtron-docs-grid.tabs-buttons .webtron-docs-grid__tab.is-active{background:var(--dg-primary);border-color:var(--dg-primary);color:#fff}.webtron-docs-grid.tabs-minimal .webtron-docs-grid__tabs{border-bottom:none;padding-bottom:0}.webtron-docs-grid.tabs-minimal .webtron-docs-grid__tab{font-size:.875rem;padding:.5rem 1rem}.webtron-docs-grid__panel{animation:fadeInUp .3s ease forwards;display:none;opacity:0;transform:translateY(10px)}.webtron-docs-grid__panel.is-active{display:block}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.webtron-docs-grid__content{display:grid;gap:var(--dg-gap);grid-template-columns:repeat(var(--columns-desktop,3),1fr)}@media (max-width:1024px){.webtron-docs-grid__content{grid-template-columns:repeat(var(--columns-tablet,2),1fr)}}@media (max-width:640px){.webtron-docs-grid__content{grid-template-columns:repeat(var(--columns-mobile,1),1fr)}}.webtron-docs-grid__card{background:var(--dg-bg);border-radius:var(--dg-radius);display:flex;flex-direction:column;padding:1.5rem;position:relative;transition:all var(--dg-transition)}.webtron-docs-grid__card-link{color:inherit;display:flex;flex-direction:column;text-decoration:none}.webtron-docs-grid__card-link:hover{text-decoration:none}.webtron-docs-grid.cards-flat .webtron-docs-grid__card{background:var(--dg-bg-hover)}.webtron-docs-grid.cards-flat .webtron-docs-grid__card:hover{background:#f1f5f9}.webtron-docs-grid.cards-bordered .webtron-docs-grid__card{border:1px solid var(--dg-border)}.webtron-docs-grid.cards-bordered .webtron-docs-grid__card:hover{border-color:var(--dg-primary)}.webtron-docs-grid.cards-elevated .webtron-docs-grid__card{box-shadow:var(--dg-shadow)}.webtron-docs-grid.cards-elevated .webtron-docs-grid__card:hover{box-shadow:var(--dg-shadow-hover);transform:translateY(-2px)}.webtron-docs-grid.cards-glass .webtron-docs-grid__card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,100%,.5);box-shadow:0 4px 30px rgba(0,0,0,.1)}.webtron-docs-grid.cards-glass .webtron-docs-grid__card:hover{background:hsla(0,0%,100%,.85);transform:translateY(-2px)}.webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent{backdrop-filter:none;-webkit-backdrop-filter:none;background:linear-gradient(135deg,var(--dg-primary) 0,var(--dg-primary-dark) 100%);border:none;box-shadow:var(--dg-shadow)}.webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent:hover{background:linear-gradient(135deg,var(--dg-primary-dark) 0,var(--dg-primary) 100%)}.webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-title{color:#fff}.webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon{background:hsla(0,0%,100%,.2);color:#fff}.webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon i,.webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon svg{color:#fff;fill:#fff}.webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-description{color:hsla(0,0%,100%,.9)}.webtron-docs-grid__card-icon{align-items:center;background:rgba(59,130,246,.1);border-radius:10px;color:var(--dg-primary);display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.webtron-docs-grid__card-icon svg{height:24px;width:24px}.webtron-docs-grid__card-icon i{font-size:24px;line-height:1}.webtron-docs-grid__card-title{color:var(--dg-text);font-size:1.125rem;font-weight:600;line-height:1.4;margin:0 0 .5rem;transition:color var(--dg-transition)}.webtron-docs-grid__card-link:hover .webtron-docs-grid__card-title{color:var(--dg-primary)}.webtron-docs-grid__card-description{color:var(--dg-text-muted);font-size:.875rem;line-height:1.6;margin:0 0 1rem}.webtron-docs-grid__card-count{align-items:center;background:rgba(59,130,246,.1);border-radius:9999px;color:var(--dg-primary);display:inline-flex;font-size:.75rem;font-weight:500;margin-bottom:.75rem;padding:.25rem .75rem;width:-moz-fit-content;width:fit-content}.webtron-docs-grid__card-children{border-top:1px solid var(--dg-border);list-style:none;margin:.5rem 0 0;padding:.75rem 0 0}.webtron-docs-grid__card-child{margin:0;padding:.375rem 0}.webtron-docs-grid__card-child a{align-items:center;color:var(--dg-text-muted);display:flex;font-size:.875rem;gap:.5rem;text-decoration:none;transition:color var(--dg-transition)}.webtron-docs-grid__card-child a:before{background:currentColor;border-radius:50%;content:"";height:4px;opacity:.5;width:4px}.webtron-docs-grid__card-child a:hover{color:var(--dg-primary)}.webtron-docs-grid__card-child--more a{color:var(--dg-primary);font-weight:500}.webtron-docs-grid__card-child--more a:before{display:none}.webtron-docs-grid.animate-cards .webtron-docs-grid__card{animation:cardFadeIn .4s ease forwards;opacity:0;transform:translateY(20px)}.webtron-docs-grid.animate-cards .webtron-docs-grid__card:first-child{animation-delay:.05s}.webtron-docs-grid.animate-cards .webtron-docs-grid__card:nth-child(2){animation-delay:.1s}.webtron-docs-grid.animate-cards .webtron-docs-grid__card:nth-child(3){animation-delay:.15s}.webtron-docs-grid.animate-cards .webtron-docs-grid__card:nth-child(4){animation-delay:.2s}.webtron-docs-grid.animate-cards .webtron-docs-grid__card:nth-child(5){animation-delay:.25s}.webtron-docs-grid.animate-cards .webtron-docs-grid__card:nth-child(6){animation-delay:.3s}.webtron-docs-grid.animate-cards .webtron-docs-grid__card:nth-child(n+7){animation-delay:.35s}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}.webtron-docs-grid__card--parent{align-items:center;background:linear-gradient(135deg,var(--dg-primary) 0,var(--dg-primary-dark) 100%);color:#fff;flex-direction:row;gap:1.5rem;grid-column:1/-1;padding:2rem}.webtron-docs-grid__card--parent .webtron-docs-grid__card-link{align-items:center;flex:1;flex-direction:row;gap:1.5rem}.webtron-docs-grid__card--parent .webtron-docs-grid__card-icon{background:hsla(0,0%,100%,.2);color:#fff;flex-shrink:0;height:64px;width:64px}.webtron-docs-grid__card--parent .webtron-docs-grid__card-icon svg{height:32px;width:32px}.webtron-docs-grid__card--parent .webtron-docs-grid__card-icon i{font-size:32px;line-height:1}.webtron-docs-grid__card--parent .webtron-docs-grid__card-title{color:#fff;font-size:1.5rem;margin-bottom:.25rem}.webtron-docs-grid__card--parent .webtron-docs-grid__card-link:hover .webtron-docs-grid__card-title{color:#fff;text-decoration:underline}.webtron-docs-grid__card--parent .webtron-docs-grid__card-description{color:hsla(0,0%,100%,.9);margin:0}@media (max-width:640px){.webtron-docs-grid__card--parent{flex-direction:column;text-align:center}.webtron-docs-grid__card--parent .webtron-docs-grid__card-link{flex-direction:column}}body.body_dark .webtron-docs-grid,body.dark-mode .webtron-docs-grid{--dg-bg:#1e293b;--dg-bg-hover:#334155;--dg-border:#475569;--dg-text:#f1f5f9;--dg-text-muted:#94a3b8;--dg-shadow:0 1px 3px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.2);--dg-shadow-hover:0 10px 15px -3px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.2)}body.body_dark .webtron-docs-grid.cards-glass .webtron-docs-grid__card,body.dark-mode .webtron-docs-grid.cards-glass .webtron-docs-grid__card{background:rgba(30,41,59,.7);border-color:rgba(71,85,105,.5)}body.body_dark .webtron-docs-grid.cards-glass .webtron-docs-grid__card:hover,body.dark-mode .webtron-docs-grid.cards-glass .webtron-docs-grid__card:hover{background:rgba(30,41,59,.85)}body.body_dark .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent,body.dark-mode .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent{backdrop-filter:none;-webkit-backdrop-filter:none;background:linear-gradient(135deg,var(--dg-primary) 0,var(--dg-primary-dark) 100%);border:none}body.body_dark .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-title,body.dark-mode .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-title{color:#fff}body.body_dark .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon,body.dark-mode .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon{background:hsla(0,0%,100%,.2);color:#fff}body.body_dark .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon i,body.body_dark .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon svg,body.dark-mode .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon i,body.dark-mode .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-icon svg{color:#fff;fill:#fff}body.body_dark .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-description,body.dark-mode .webtron-docs-grid.cards-glass .webtron-docs-grid__card--parent .webtron-docs-grid__card-description{color:hsla(0,0%,100%,.9)}.webtron-docs-grid__card-child-placeholder{color:var(--dg-text-muted);font-size:.875rem;font-style:italic}@media print{.webtron-docs-grid__tabs{display:none}.webtron-docs-grid__panel{display:block!important;opacity:1!important;transform:none!important}.webtron-docs-grid__card{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}}
