.ch-root{--ch-blue:#0f53fb;--ch-magenta:#8f2793;--ch-red:#fd0e35;--ch-indigo:#1a1f4a;--ch-hero-bg:#1a1f4a;--ch-fg-1:#0b0f1c;--ch-fg-2:#2b3142;--ch-fg-3:#5a627a;--ch-fg-4:#8a92a6;--ch-fg-5:#bcc2d1;--ch-bg-1:#fff;--ch-bg-2:#f7f8fc;--ch-bg-3:#eef1f8;--ch-border-1:#e5e9f2;--ch-border-2:#cdd3e2;--ch-shadow-sm:0 2px 6px rgba(11,16,38,.06);--ch-shadow-md:0 8px 24px rgba(11,16,38,.08);--ch-shadow-lg:0 20px 48px rgba(11,16,38,.12);--ch-radius-md:10px;--ch-radius-lg:14px;--ch-radius-xl:18px;--ch-gradient:linear-gradient(135deg,#0f53fb,#8f2793 55%,#fd0e35);background:var(--ch-bg-2);color:var(--ch-fg-2);font-family:Poppins,-apple-system,Helvetica Neue,Arial,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}.ch-root *,.ch-root :after,.ch-root :before{box-sizing:border-box}.ch-root a,.ch-root button,.ch-root input{font-family:inherit}.ch-nav{background:var(--ch-hero-bg);border-bottom:1px solid hsla(0,0%,100%,.06);position:sticky;top:0;z-index:30}.ch-nav__inner{gap:28px;margin:0 auto;max-width:1440px;padding:16px 32px}.ch-nav__brand,.ch-nav__inner{align-items:center;display:flex}.ch-nav__brand{gap:12px;text-decoration:none}.ch-nav__logo{height:26px}.ch-nav__badge{border:1px solid hsla(0,0%,100%,.18);border-radius:999px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.12em;padding:4px 10px;text-transform:uppercase}.ch-nav__links{display:flex;flex:1;gap:24px;margin-left:16px}.ch-nav__link{border-bottom:2px solid transparent;color:hsla(0,0%,100%,.65);font-size:14px;font-weight:400;padding:20px 0;text-decoration:none}.ch-nav__link.is-active{border-bottom-color:var(--ch-blue);color:#fff;font-weight:600}.ch-nav__actions{align-items:center;display:flex;gap:14px}.ch-nav__btn{align-items:center;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:8px 14px}.ch-nav__dot{background:var(--ch-red);border-radius:50%;height:6px;width:6px}.ch-nav__avatar{align-items:center;background:linear-gradient(135deg,#618cfc,#8f2793);border-radius:50%;color:#fff;display:flex;font-size:13px;font-weight:600;height:32px;justify-content:center;text-transform:uppercase;width:32px}.ch-hero{background:var(--ch-hero-bg);color:#fff;overflow:hidden;padding:0;position:relative}.ch-hero__glow{display:none}.ch-hero__inner{margin:0 auto;max-width:1440px;padding:40px 32px 56px;position:relative}.ch-eyebrow{color:var(--ch-fg-4);font-size:12px;font-weight:600;letter-spacing:.12em;margin:0 0 14px;text-transform:uppercase}.ch-hero__title{color:#fff;font-size:56px;font-weight:700;letter-spacing:-.025em;line-height:1.05;margin:0 0 16px;max-width:1300px}.ch-gradient{background:var(--ch-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.ch-hero__subtitle{color:hsla(0,0%,100%,.78);font-size:18px;font-weight:300;margin:0;max-width:640px}.ch-hero__subtitle b{color:#fff;font-weight:600}.ch-main{margin:0 auto;max-width:1440px;padding:40px 32px 0}.ch-section-head{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:16px}.ch-section-head--mt{margin-top:48px}.ch-section-title{color:var(--ch-fg-1);font-size:22px;font-weight:700;letter-spacing:-.01em;margin:0}.ch-section-sub{color:var(--ch-fg-4);font-size:13px}.ch-grid{display:grid;gap:16px}.ch-grid--featured{gap:18px;grid-template-columns:repeat(3,1fr);margin-bottom:8px}.ch-grid--default{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:32px}.ch-grid--recent{gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:48px}.ch-grid--files{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:32px}@media (max-width:960px){.ch-grid--featured{grid-template-columns:1fr}.ch-grid--recent{grid-template-columns:repeat(2,1fr)}.ch-nav__links{display:none}.ch-hero__title{font-size:40px}}.ch-tile{background:var(--ch-bg-1);border:1px solid var(--ch-border-1);border-radius:var(--ch-radius-xl);box-shadow:var(--ch-shadow-sm);color:inherit;display:flex;flex-direction:column;gap:16px;min-height:200px;overflow:hidden;padding:22px;position:relative;text-decoration:none;transition:all .15s ease-out}.ch-tile--large{min-height:240px;padding:28px}.ch-tile:hover{border-color:var(--ch-border-2);box-shadow:var(--ch-shadow-md);transform:translateY(-2px)}.ch-tile__corner{filter:blur(40px);height:120px;opacity:.6;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .15s;width:120px}.ch-tile:hover .ch-tile__corner{opacity:.85}.ch-tile--blue .ch-tile__corner{background:radial-gradient(circle,rgba(15,83,251,.22),transparent 70%)}.ch-tile--red .ch-tile__corner{background:radial-gradient(circle,rgba(253,14,53,.18),transparent 70%)}.ch-tile--magenta .ch-tile__corner{background:radial-gradient(circle,rgba(143,39,147,.2),transparent 70%)}.ch-tile__head{align-items:flex-start;display:flex;justify-content:space-between;position:relative}.ch-tile__icon{align-items:center;background:var(--ch-bg-2);border:1px solid var(--ch-border-1);border-radius:14px;display:flex;height:48px;justify-content:center;width:48px}.ch-tile--large .ch-tile__icon{height:56px;width:56px}.ch-tile__icon img{height:30px;object-fit:contain;width:30px}.ch-tile--large .ch-tile__icon img{height:36px;width:36px}.ch-tile__badges{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.ch-tile__badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:600;gap:5px;letter-spacing:.04em;padding:3px 8px}.ch-tile__badge--gradient{background:var(--ch-gradient);color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;padding:4px 9px;text-transform:uppercase}.ch-tile__badge--blue{background:#e3ebff;color:#0a46dd}.ch-tile__badge--neutral{background:var(--ch-bg-2);border:1px solid var(--ch-border-1);color:var(--ch-fg-2)}.ch-tile__body{flex:1;position:relative}.ch-tile__title{color:var(--ch-fg-1);font-size:19px;font-weight:700;letter-spacing:-.015em;line-height:1.25;margin:0 0 8px}.ch-tile--large .ch-tile__title{font-size:22px}.ch-tile__desc{color:var(--ch-fg-3);font-size:14px;line-height:1.5;margin:0}.ch-tile__foot{align-items:center;border-top:1px solid #f0f2f8;color:var(--ch-fg-4);display:flex;font-size:12px;justify-content:space-between;padding-top:14px;position:relative}.ch-tile__meta{gap:5px}.ch-tile__cta,.ch-tile__meta{align-items:center;display:inline-flex}.ch-tile__cta{color:var(--ch-fg-3);font-size:13px;font-weight:600;gap:4px;transition:color .15s}.ch-tile:hover .ch-tile__cta{color:var(--ch-blue)}.ch-recent{background:var(--ch-bg-1);border:1px solid var(--ch-border-1);border-radius:var(--ch-radius-lg);color:inherit;display:flex;flex-direction:column;gap:10px;padding:16px;text-decoration:none;transition:all .15s}.ch-recent:hover{border-color:var(--ch-border-2);box-shadow:var(--ch-shadow-md)}.ch-recent__row{align-items:flex-start;display:flex;justify-content:space-between}.ch-recent__cat{color:var(--ch-fg-4);font-size:11px;font-weight:500}.ch-recent__title{color:var(--ch-fg-1);font-size:14px;font-weight:600;line-height:1.3;margin:0}.ch-recent__meta{align-items:center;color:var(--ch-fg-4);display:flex;font-size:12px;justify-content:space-between;margin-top:auto}.ch-recent__open,.ch-recent__views{align-items:center;display:inline-flex;gap:4px}.ch-recent__open{color:var(--ch-blue);font-weight:600}.ch-chip{align-items:center;border-radius:6px;display:inline-flex;font-size:10px;font-weight:600;gap:5px;letter-spacing:.05em;padding:4px 8px;text-transform:uppercase}.ch-chip .ch-i{display:inline-block}.ch-cat-hero{background:var(--ch-hero-bg);color:#fff;overflow:hidden;padding:0;position:relative}.ch-cat-hero__glow{background:radial-gradient(circle,rgba(15,83,251,.28) 0,rgba(143,39,147,.14) 40%,transparent 70%);border-radius:50%;filter:blur(60px);height:600px;pointer-events:none;position:absolute;right:-15%;top:-40%;width:600px}.ch-cat-hero__inner{margin:0 auto;max-width:1440px;padding:24px 32px 40px;position:relative}.ch-back{align-items:center;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:999px;color:#fff;display:inline-flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:24px;padding:7px 14px 7px 10px;text-decoration:none}.ch-back:hover{background:hsla(0,0%,100%,.12)}.ch-cat-hero__row{align-items:center;display:flex;gap:20px}.ch-cat-hero__icon{align-items:center;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;display:flex;height:64px;justify-content:center;width:64px}.ch-cat-hero__icon img{height:40px;object-fit:contain;width:40px}.ch-cat-hero__body{flex:1}.ch-cat-hero__title{font-size:40px;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 8px}.ch-cat-hero__desc{color:hsla(0,0%,100%,.7);font-size:16px;margin:0;max-width:720px}.ch-cat-hero__count{text-align:right}.ch-cat-hero__n{font-size:32px;font-weight:700;letter-spacing:-.02em}.ch-cat-hero__l{color:var(--ch-fg-4);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ch-detail-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:22px}.ch-detail-title{color:var(--ch-fg-1);font-size:22px;font-weight:700;letter-spacing:-.01em;margin:0}.ch-file{background:var(--ch-bg-1);border:1px solid var(--ch-border-1);border-radius:var(--ch-radius-lg);box-shadow:var(--ch-shadow-sm);display:flex;flex-direction:column;gap:14px;padding:20px;transition:all .15s}.ch-file:hover{border-color:var(--ch-border-2);box-shadow:var(--ch-shadow-md)}.ch-file__row{align-items:flex-start;display:flex;justify-content:space-between}.ch-file__icon{align-items:center;background:var(--ch-bg-2);border-radius:10px;color:var(--ch-fg-3);display:flex;height:42px;justify-content:center;width:42px}.ch-file__icon svg{height:22px;width:22px}.ch-file__body{flex:1}.ch-file__title{color:var(--ch-fg-1);font-size:16px;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin:0 0 6px}.ch-file__desc{color:var(--ch-fg-3);font-size:13px;line-height:1.5;margin:0}.ch-file__meta{align-items:center;border-top:1px solid #f0f2f8;color:var(--ch-fg-4);display:flex;font-size:12px;gap:12px;padding-top:12px}.ch-file__meta span{align-items:center;display:inline-flex;gap:5px}.ch-file__updated{margin-left:auto}.ch-file__actions{display:flex;gap:8px}.ch-addtile{align-items:center;background:transparent;border:2px dashed var(--ch-border-2);border-radius:var(--ch-radius-lg);color:var(--ch-fg-3);cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:220px;padding:20px;text-align:center;transition:all .12s}.ch-addtile:hover{background:var(--ch-bg-2);border-color:var(--ch-blue);color:var(--ch-blue)}.ch-addtile__icon{align-items:center;background:var(--ch-bg-3);border-radius:12px;color:inherit;display:flex;height:48px;justify-content:center;transition:all .12s;width:48px}.ch-addtile:hover .ch-addtile__icon{background:#e3ebff;color:var(--ch-blue)}.ch-addtile__t{font-size:15px;font-weight:600;margin-bottom:2px}.ch-addtile__s{color:var(--ch-fg-4);font-size:12px}.ch-btn-primary{align-items:center;background:var(--ch-blue);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;justify-content:center;padding:9px 16px;text-decoration:none}.ch-btn-primary:hover{background:#0944d9}.ch-btn--grow{flex:1;padding:10px 14px}.ch-btn-secondary{align-items:center;background:var(--ch-bg-1);border:1px solid var(--ch-border-1);border-radius:10px;color:var(--ch-fg-1);cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:10px 12px}.ch-btn-secondary:hover{background:var(--ch-bg-2)}.ch-btn-secondary.is-copied{border-color:#bde5d2;color:#15a06a}.ch-modal{inset:0;position:fixed;z-index:60}.ch-modal[hidden]{display:none}.ch-modal__scrim{animation:chFadeIn .15s ease-out;background:rgba(11,16,38,.55);inset:0;position:absolute}.ch-modal__panel{animation:chSlideUp .2s cubic-bezier(.2,.8,.2,1);background:var(--ch-bg-1);border-radius:var(--ch-radius-xl);box-shadow:var(--ch-shadow-lg);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:min(520px,92vw)}.ch-modal__head{align-items:flex-start;display:flex;justify-content:space-between;padding:24px 28px 0}.ch-modal__eyebrow{color:var(--ch-fg-3);font-size:11px;font-weight:600;letter-spacing:.1em;margin-bottom:6px;text-transform:uppercase}.ch-modal__title{color:var(--ch-fg-1);font-size:24px;font-weight:700;letter-spacing:-.01em;margin:0}.ch-modal__close{background:none;border:none;border-radius:6px;color:var(--ch-fg-3);cursor:pointer;display:flex;padding:6px}.ch-modal__close:hover{background:var(--ch-bg-2)}.ch-modal__body{padding:20px 28px 28px}.ch-modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.ch-field{display:block;margin-bottom:16px}.ch-field__label{color:var(--ch-fg-2);display:block;font-size:12px;font-weight:600;margin-bottom:6px}.ch-field input{background:var(--ch-bg-1);border:1px solid var(--ch-border-1);border-radius:10px;color:var(--ch-fg-1);font-size:14px;outline:none;padding:11px 14px;width:100%}.ch-field input:focus{border-color:var(--ch-blue);box-shadow:0 0 0 3px rgba(15,83,251,.18)}.ch-field__hint{color:var(--ch-fg-4);display:block;font-size:12px;margin-top:6px}.ch-drop{background:var(--ch-bg-2);border:1px dashed var(--ch-border-2);border-radius:12px;margin:6px 0 20px;padding:18px;text-align:center}.ch-drop,.ch-drop p{color:var(--ch-fg-3)}.ch-drop p{font-size:13px;margin:6px 0 0}.ch-footer{background:var(--ch-hero-bg);color:var(--ch-fg-5);margin-top:64px;padding:40px 32px}.ch-footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 auto;max-width:1440px}.ch-footer__brand{align-items:center;display:flex;gap:14px}.ch-footer__brand img{height:22px}.ch-footer__brand span{color:var(--ch-fg-4);font-size:12px}.ch-footer__links{display:flex;font-size:13px;gap:24px}.ch-footer__links a{color:var(--ch-fg-5);text-decoration:none}.ch-footer__links a:hover{color:#fff}.ch-view[hidden]{display:none}@keyframes chFadeIn{0%{opacity:0}to{opacity:1}}@keyframes chSlideUp{0%{opacity:0;transform:translate(-50%,calc(-50% + 20px))}to{opacity:1;transform:translate(-50%,-50%)}}