:root{--bg:#fff;--bg-muted:#f3f4f6;--surface:#fafafa;--text:#111;--text-muted:#525252;--border:#d4d4d4;--border-strong:#737373;--hover:#e5e5e5;--success-bg:#ececec;--success-text:#1f1f1f;--font-display:"Bricolage Grotesque", "Manrope", sans-serif;--font-body:"Manrope", "Bricolage Grotesque", sans-serif;color:var(--text);background:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--bg-muted);color:var(--text);margin:0}.shell{min-height:100vh}.top-nav{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;position:sticky;top:0}.top-nav-inner{justify-content:space-between;align-items:center;gap:.75rem;width:min(1040px,100% - 2rem);margin:0 auto;padding:.8rem 0;display:flex}.top-nav-scroll{flex:auto;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.top-nav-theme-row{flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.top-nav nav{flex-wrap:wrap;gap:.5rem;display:flex}.top-nav a{color:var(--text-muted);border:1px solid #0000;border-radius:.4rem;align-items:center;padding:.45rem .75rem;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.top-nav a:hover{background:var(--hover);color:var(--text)}.top-nav a.active{color:var(--text);background:var(--hover)}.top-nav a:focus-visible{outline:none;box-shadow:0 0 0 3px #d4d4d438}.header-auth{border:1px solid var(--border);min-height:38px;color:var(--text-muted);background:var(--bg);border-radius:999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.35rem .65rem;text-decoration:none;display:inline-flex}.header-auth:focus-visible{outline:none;box-shadow:0 0 0 3px #d4d4d438}.header-auth.login:hover{color:var(--text);background:#fff}.header-auth.loading{border-style:dashed}button.header-auth{font:inherit}.header-auth-avatar{border:1px solid var(--border);object-fit:cover;border-radius:999px;width:24px;height:24px}.header-auth-avatar-fallback{background:var(--surface);color:var(--text);place-items:center;font-size:.75rem;font-weight:700;display:grid}.header-auth-handle{text-overflow:ellipsis;white-space:nowrap;max-width:160px;color:var(--text);font-weight:500;overflow:hidden}.header-auth-menu{border:1px solid var(--border);background:var(--bg);z-index:20;border-radius:.55rem;gap:.3rem;min-width:180px;padding:.35rem;display:grid;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 8px 24px #00000014}.header-auth-menu-user{text-align:left;justify-items:start;gap:.15rem;padding:.45rem .55rem;display:grid}.header-auth-menu a.header-auth-menu-item,.header-auth-menu button.header-auth-menu-item{all:unset;box-sizing:border-box;width:100%;color:var(--text);font:inherit;letter-spacing:normal;cursor:pointer;appearance:none;border-radius:8px;justify-content:flex-start;align-items:center;padding:.55rem .65rem;font-size:.82rem;font-weight:500;line-height:1.2;text-decoration:none;display:flex}.header-auth-menu-item:focus-visible{outline:none;box-shadow:0 0 0 2px #d4d4d438}.header-auth-menu-item:disabled{cursor:default;opacity:.75}.content-wrap-home{margin-bottom:0}.page-card{border:1px solid var(--border);background:var(--bg);border-radius:.75rem;gap:.85rem;padding:1.5rem;display:grid}.page-card-home{background:0 0;border:0;gap:2.25rem;padding:0}.dashboard-page{gap:1.5rem}.dashboard-page .page-card-header{align-items:flex-end;margin-bottom:.1rem}.dashboard-page .page-card-header h1{margin:0}.skills-page{gap:1.5rem}.skills-page .page-card-header{align-items:flex-end;margin-bottom:.1rem}.skills-page .page-card-header h1{margin:0}.page-card-actions{flex-shrink:0}.detail-actions{gap:.5rem;width:min(100%,12rem);display:grid}.detail-action-buttons{gap:.5rem;width:100%;display:grid}.detail-version-chip{box-sizing:border-box;width:100%;color:var(--text-muted);text-align:left;background:0 0;border:0;border-radius:0;gap:.22rem;padding:0 0 .15rem;display:grid}.detail-version-label{letter-spacing:.12em;color:#8a7a71;font-size:.72rem;font-weight:600}.detail-version-value{color:#352d2a;white-space:normal;word-break:break-word;font-size:1.5rem;font-weight:700;line-height:1.2}.detail-action-buttons .button-primary{box-sizing:border-box;text-align:center;cursor:pointer;border-radius:999px;width:100%;padding:.72rem 1.15rem}.detail-download-button{justify-content:center}.detail-action-buttons .button-primary:disabled{cursor:default}.detail-license-banner{color:#665d58;background:#f4f1ef;border:1px solid #e7dfdb;border-radius:.75rem;padding:.7rem .9rem;line-height:1.5}.page-card h1{margin:0;font-size:1.75rem;line-height:1.2}.page-card h2{margin:0;font-size:1.15rem}.page-card p{margin:0;line-height:1.55}.button-primary{border:1px solid var(--border);width:fit-content;color:var(--text);background:var(--surface);border-radius:.45rem;padding:.6rem .95rem;font-weight:600;text-decoration:none;display:inline-block}.button-primary:hover{background:#fff}.button-primary:focus-visible{outline:none;box-shadow:0 0 0 3px #d4d4d438}.notice{border:1px solid var(--border);background:var(--bg-muted);color:var(--text-muted);border-radius:.5rem;padding:.75rem .9rem}.notice.success{background:var(--success-bg);color:var(--success-text);border-color:var(--border-strong)}.home-hero-shell{gap:1rem;padding-top:.2rem;display:grid}.home-hero-topbar{justify-content:flex-start;align-items:center;gap:1rem;display:flex}.home-hero{grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr);align-items:stretch;gap:2rem;padding:.2rem 0 .35rem;display:grid}.home-hero-copy{align-content:start;gap:1rem;padding:.35rem 0;display:grid}.home-hero-pill{color:#6c736c;letter-spacing:.02em;background:#eaede9;border:1px solid #d9ddd8;border-radius:999px;width:fit-content;padding:.32rem .85rem;font-size:.8rem;font-weight:600}.home-hero-copy h1{letter-spacing:-.03em;color:#657262;gap:.48rem;margin:0;font-family:Kaiti SC,STKaiti,KaiTi,DFKai-SB,Songti SC,serif;font-size:clamp(2.6rem,5vw,4.35rem);font-weight:500;line-height:1.12;display:grid}.home-hero-copy h1 span{white-space:nowrap;display:block}.home-hero-title-brand{font-size:.82em}.home-hero-title-tagline{letter-spacing:-.02em;color:#6f665f;font-size:clamp(1.42rem,2.4vw,2rem);font-weight:400;line-height:1.2}.home-hero-subtitle{max-width:34rem;color:var(--text-muted);font-size:.98rem;line-height:1.62}.home-hero-action-primary{color:#4e5a4e;background:#eaede9;border-color:#d9ddd8;border-radius:999px;padding:.72rem 1.15rem}.home-hero-action-primary:hover{background:#fff}.home-hero-action-secondary{color:#6f665f;background:#fffbf8f0;border-color:#eadfd7;border-radius:999px;padding:.72rem 1.15rem}.home-hero-action-secondary:hover{background:#fff}.home-hero-panel{background:#fffbf8eb;border:1px solid #ebdfd7;border-radius:1.35rem;align-content:start;align-self:start;gap:.65rem;min-width:0;max-width:100%;padding:.95rem 1rem;display:grid;box-shadow:0 12px 36px #d0b4a42e}.home-hero-panel-lead,.home-hero-panel-label{color:var(--text-muted)}.home-hero-panel-lead{color:#ffffffd1;margin:0;font-size:.92rem;line-height:1.45}.home-hero-panel-label{text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.74rem}.home-hero-command-stack{gap:.55rem;width:100%;min-width:0;display:grid}.home-hero-command{background:#fcf7f3;border:1px solid #ead8cf;border-radius:1rem;align-items:center;gap:.7rem;width:100%;min-width:0;max-width:100%;padding:.72rem .85rem .58rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffffa6}.home-hero-command .detail-cli-copy-button{flex-shrink:0}.home-hero-command code{width:100%;min-width:0;font:inherit;white-space:nowrap;scrollbar-width:thin;scrollbar-color:#d8ccc4 transparent;flex:auto;padding-bottom:.42rem;line-height:1.45;display:block;overflow:auto hidden}.home-hero-command code::-webkit-scrollbar{height:3px}.home-hero-command code::-webkit-scrollbar-track{background:0 0;margin-top:.18rem}.home-hero-command code::-webkit-scrollbar-thumb{background:#d8ccc4;border-radius:999px}.home-card-section{gap:1.2rem;display:grid}.home-card-section-actions{justify-content:center;padding-bottom:.9rem;display:flex}.home-card-section-link{font-weight:400}.home-card-section-header{justify-content:space-between;align-items:end;gap:1rem;display:flex}.home-card-section-kicker{letter-spacing:.08em;text-transform:uppercase;color:#6c736c;margin:0 0 .35rem;font-size:.8rem;font-weight:600}.home-card-section-header h2{margin:0;font-size:1.7rem;line-height:1.15}.home-card-section-copy{max-width:28rem;color:var(--text-muted);margin:0;line-height:1.65}.publish-form{--publish-columns:minmax(0, 1.3fr) minmax(0, 1fr);gap:.75rem;display:grid}.publish-layout{grid-template-columns:var(--publish-columns);align-items:stretch;gap:1rem;display:grid}.publish-lower-layout{grid-template-columns:var(--publish-columns);gap:1rem;display:grid}.publish-left,.publish-right,.publish-lower-card,.publish-actions-bar{border:1px solid var(--border);background:var(--surface);border-radius:1rem;padding:1rem}.publish-left{gap:.9rem;display:grid}.publish-right{grid-template-rows:auto minmax(0,1fr);gap:.9rem;display:grid}.publish-lower-card{align-content:start;gap:.9rem;min-height:100%;display:grid}.publish-lower-title{color:#3d312c;margin:0;font-size:1.05rem;font-weight:600}.publish-validation-list{color:#6e625c;gap:.45rem;margin:0;padding-left:1rem;display:grid}.publish-validation-success{color:#4f7a5a;margin:0}.publish-actions-bar{justify-content:flex-end;align-items:center;padding-block:.45rem;display:flex}.publish-submit-button{color:#4e5a4e;background:#eaede9;border-color:#d9ddd8}.publish-submit-button:hover{background:#fff}.publish-submit-button:focus-visible{box-shadow:0 0 0 3px #d9ddd859}.publish-selected-tree{border-top:1px solid #f3ddd3;min-height:0;padding-top:.9rem}.file-tree-paths{gap:.55rem;max-height:240px;margin:0;padding:0;list-style:none;display:grid;overflow:auto}.file-tree-path-item{color:#4d433e;word-break:break-word;background:#fffdfb;border:1px solid #f2d8cc;border-radius:.75rem;padding:.62rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92rem;line-height:1.4}.publish-ignored-note{color:#6e625c;margin:.75rem 0 0;font-size:.98rem}.publish-form label{gap:.35rem;font-weight:500;display:grid}.publish-form input,.publish-form textarea{border:1px solid var(--border);width:100%;font:inherit;color:var(--text);background:var(--bg);border-radius:.45rem;padding:.55rem .65rem}.publish-form textarea{resize:vertical}.publish-upload-panel{background:linear-gradient(#fffaf7 0%,#fffefd 100%);border:1px dashed #f0b6a6;border-radius:1rem;gap:1rem;padding:1rem 1rem .95rem;display:grid}.publish-upload-panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.publish-upload-panel-header h3{color:#3d312c;margin:0;font-size:1.05rem;font-weight:700}.publish-upload-panel-header p{color:var(--text-muted);max-width:18rem;margin:.6rem 0 0;font-size:.95rem;line-height:1.55}.publish-upload-stats{color:#6e625c;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem}.publish-folder-picker{cursor:pointer;width:fit-content;display:inline-flex;position:relative;overflow:hidden}.publish-folder-picker span{color:#b14d2c;background:#fff9f6;border:1px solid #f0b6a6;border-radius:.85rem;padding:.78rem 1.15rem;font-size:.98rem;font-weight:700;display:inline-block}.publish-folder-picker input{opacity:0;cursor:pointer;position:absolute;inset:0}.publish-license-card{background:linear-gradient(#fffaf7 0%,#fffefd 100%);border:1px solid #f2dfd4;border-radius:.95rem;gap:.8rem;padding:.95rem;display:grid}.publish-license-badge{color:#a6593f;letter-spacing:.06em;background:#fff3ec;border-radius:999px;width:fit-content;padding:.35rem .65rem;font-size:.78rem;font-weight:700}.publish-license-card p{color:#6e625c;margin:0;line-height:1.55}.publish-form label.publish-license-check{color:#4d433e;align-items:flex-start;gap:.6rem;display:flex}.publish-form label.publish-license-check input[type=checkbox]{border-radius:.2rem;flex:0 0 1rem;align-self:flex-start;width:1rem;height:1rem;margin:.22rem 0 0;padding:0}.publish-form label.publish-license-check span{line-height:1.45;display:block}.publish-changelog-block{gap:.35rem;display:grid}.publish-actions-bar .button-primary[disabled]{opacity:.55;cursor:not-allowed}.markdown-view{border:1px solid var(--border);background:var(--bg);border-radius:.5rem;padding:1rem 1.1rem;line-height:1.7;overflow:auto}.markdown-view>:first-child{margin-top:0}.markdown-view>:last-child{margin-bottom:0}.markdown-view h1,.markdown-view h2,.markdown-view h3,.markdown-view h4,.markdown-view h5,.markdown-view h6{color:var(--text);margin:1.2em 0 .55em;line-height:1.3}.markdown-view h1{font-size:1.55rem}.markdown-view h2{font-size:1.35rem}.markdown-view h3{font-size:1.18rem}.markdown-view p{color:var(--text);margin:.7rem 0}.markdown-view ul,.markdown-view ol{margin:.65rem 0 .9rem 1.25rem;padding:0}.markdown-view li{margin:.25rem 0}.markdown-view input[type=checkbox]{margin-right:.45rem}.markdown-view blockquote{border-left:3px solid var(--border-strong);color:var(--text-muted);background:var(--bg-muted);border-radius:.35rem;margin:.9rem 0;padding:.1rem .85rem}.markdown-view hr{border:0;border-top:1px solid var(--border);margin:1rem 0}.markdown-view a{text-underline-offset:2px;text-decoration:underline}.markdown-view pre{border:1px solid var(--border);background:#f8fafc;border-radius:.45rem;margin:.8rem 0;padding:.75rem .85rem;overflow:auto}.markdown-view .markdown-frontmatter{background:var(--bg-muted);border:1px solid var(--border);white-space:pre-wrap;word-break:break-word;border-radius:.45rem;margin-top:0;margin-bottom:.95rem;padding:.65rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;line-height:1.5;overflow:visible}.markdown-view code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.markdown-view :not(pre)>code{background:var(--bg-muted);border:1px solid var(--border);word-break:break-word;border-radius:.35rem;padding:.08rem .35rem}.markdown-view table{border-collapse:collapse;width:100%;margin:.9rem 0;display:block;overflow-x:auto}.markdown-view th,.markdown-view td{border:1px solid var(--border);text-align:left;white-space:nowrap;padding:.45rem .6rem}.markdown-view th{background:var(--bg-muted);font-weight:600}.detail-explorer{grid-template-columns:minmax(240px,.9fr) minmax(0,2.1fr);gap:.9rem;display:grid}.detail-file-tree,.detail-file-view{border:1px solid var(--border);background:var(--surface);border-radius:.6rem;align-content:start;gap:.65rem;padding:.75rem;display:grid}.detail-file-list{gap:.35rem;max-height:460px;display:grid;overflow:auto}.detail-file-item{background:var(--bg);color:var(--text);text-align:left;font:inherit;cursor:pointer;word-break:break-word;border:1px solid #0000;border-radius:.45rem;padding:.45rem .55rem}.detail-file-item:hover{background:var(--hover)}.detail-file-item.active{background:var(--bg-muted)}.detail-file-item:focus-visible{outline:none;box-shadow:0 0 0 2px #d4d4d438}.detail-code-view{border:1px solid var(--border);background:var(--bg-muted);white-space:pre-wrap;word-break:break-word;border-radius:.5rem;max-height:520px;margin:0;padding:.9rem 1rem;overflow:auto}.detail-file-view .detail-code-view,.detail-file-view .markdown-view{background:0 0;max-height:520px;overflow:auto}.detail-versions-section{gap:.95rem;display:grid}.detail-versions-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.detail-versions-list{gap:.9rem;display:grid}.detail-version-milestone{background:#fffdfb;border:1px solid #ece7e1;border-radius:.8rem;gap:.35rem;padding:.9rem 1rem .9rem 1.35rem;display:grid;position:relative}.detail-version-milestone-title{color:#3e3733;font-weight:600}.detail-version-milestone-changelog{color:#6b635d}.modal-overlay{z-index:30;background:#00000073;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-card{border:1px solid var(--border);background:var(--bg);border-radius:.75rem;gap:.8rem;width:min(980px,100%);max-height:calc(100vh - 2rem);padding:1rem;display:grid;overflow:auto}.modal-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.modal-header-actions{align-items:center;gap:.6rem;display:inline-flex}.button-danger,.button-danger-link{font:inherit;cursor:pointer;transition:background .14s,border-color .14s,color .14s,opacity .14s}.button-danger-link{color:#b42318;background:0 0;border:0;padding:.45rem .2rem}.button-danger-link:hover{color:#8a1c13;text-decoration:underline}.button-danger{color:#fff;background:#b42318;border:1px solid #b42318;border-radius:8px;min-height:42px;padding:8px 15px}.button-danger:hover{background:#8a1c13;border-color:#8a1c13}.button-danger:disabled,.button-danger-link:disabled{cursor:not-allowed;opacity:.58}.modal-overlay-confirm{z-index:40}.confirm-modal-card{border:1px solid var(--border);background:var(--bg);width:min(460px,100%);box-shadow:var(--shadow-card);border-radius:.75rem;gap:.8rem;padding:1rem;display:grid}.confirm-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.7rem;display:flex}.skill-card{background:#fff;border:1px solid #e8ebe7;border-radius:1rem;flex-direction:column;gap:.85rem;min-height:245px;padding:1.25rem 1.1rem 1.1rem;display:flex;box-shadow:0 10px 28px #11111109}.skill-card .skill-owner{margin-top:auto}.skill-card-link{color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;text-decoration:none;transition:box-shadow .12s,transform .12s}.skill-card-link:focus-visible{outline-offset:2px;outline:none;box-shadow:0 0 0 3px #d4d4d438}.skill-card-link:active{transform:translateY(0);box-shadow:0 3px 10px #00000014}.skill-card h2{letter-spacing:-.01em;font-size:1.02rem;font-weight:600;line-height:1.28;font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.skill-card-copy{gap:.48em;display:grid}.skill-summary{color:var(--text-muted);-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;min-height:4.74em;font-size:.9rem;line-height:1.58;font-family:var(--font-body);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.skill-slug{color:var(--text-muted);word-break:break-word;font-size:.88rem;font-family:var(--font-body);margin:0}.skill-card-tags{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:.35rem;min-height:1.54rem;display:flex}.skill-tag{letter-spacing:.04em;text-transform:uppercase;color:#6c736c;font-size:.68rem;font-weight:600;font-family:var(--font-body);background:#eaede9;border:0;border-radius:999px;align-items:center;padding:.18rem .48rem;display:inline-flex}.skill-tag-more{border:0}.skill-owner{align-items:center;gap:.55rem;margin-top:auto;padding-top:.25rem;display:flex}.skill-owner strong{letter-spacing:-.01em;font-size:.9rem;font-weight:600}.skill-owner .avatar{width:28px;height:28px}.skill-list{background:#fff;border:1px solid #e8ebe7;border-radius:1rem;overflow:hidden}.skill-list-section{gap:.9rem;display:grid}.skill-search-form{background:#fffbf8eb;border:1px solid #ebdfd7;border-radius:1.1rem;align-items:center;gap:.75rem;padding:1rem 1.05rem;display:flex;box-shadow:0 12px 30px #d0b4a424}.skill-search-form input{min-width:260px;font:inherit;color:var(--text);background:#fff;border:1px solid #ead8cf;border-radius:999px;flex:1;padding:.82rem 1rem;box-shadow:inset 0 1px #ffffffa6}.skill-search-form .button-primary{color:#6f665f;cursor:pointer;background:#fffbf8f0;border-color:#eadfd7;border-radius:999px;padding:.82rem 1.15rem}.skill-search-form .skill-search-submit{flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:inline-flex}.skill-search-form .skill-search-submit svg{width:18px;height:18px}.skill-search-form .button-primary:hover,.skill-search-form .button-primary:active{background:#fff}.skill-list-head,.skill-list-row{grid-template-columns:minmax(220px,1.4fr) minmax(180px,1.4fr) minmax(160px,1fr) minmax(120px,.8fr);align-items:center;gap:.8rem;padding:.75rem .9rem;display:grid}.skill-list-head{color:var(--text-muted);text-transform:lowercase;background:#fff;border-bottom:1px solid #e8ebe7;font-weight:600}.skill-list-row-link{color:inherit;cursor:pointer;text-decoration:none;transition:background .14s,box-shadow .14s}.skill-list-row-link:hover{background:#eaede9}.skill-list-row-link:focus-visible{background:#eaede9;outline:none;box-shadow:inset 0 0 0 1px #d9ddd8}.skill-list-skill{gap:.2rem;display:grid}.skill-name-link{font-weight:600}.skill-version{color:var(--text-muted);font-size:.86rem}.skill-list-summary{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.skill-stats{color:var(--text-muted);gap:.2rem;display:grid}.skill-list-load-more-tip{color:var(--text-muted);align-items:center;gap:.8rem;font-size:.9rem;display:flex}.skill-list-load-more-tip:before,.skill-list-load-more-tip:after{content:"";background:var(--border);flex:1;height:1px}.account-state{border:1px dashed var(--border-strong);border-radius:.5rem;gap:.4rem;padding:.85rem .95rem;display:grid}.profile-row{align-items:center;gap:.75rem;display:flex}.avatar{border:1px solid var(--border);object-fit:cover;border-radius:999px;width:48px;height:48px}.avatar-fallback{background:var(--surface);color:var(--text);place-items:center;font-weight:700;display:grid}@media (width<=640px){.top-nav-inner{flex-wrap:wrap;align-items:flex-start}.top-nav nav{gap:.35rem}.top-nav a{padding:.4rem .6rem;font-size:.92rem}.header-auth{margin-left:auto}.page-card{padding:1rem}.page-card-header{flex-wrap:wrap;align-items:flex-start}.home-hero{grid-template-columns:1fr;gap:1rem;padding-top:.4rem}.home-hero-topbar{flex-wrap:wrap}.home-card-section-header{flex-direction:column;align-items:flex-start}.home-hero-copy h1{font-size:clamp(2.3rem,10vw,3.2rem)}.home-hero-copy h1 span{white-space:normal}.publish-layout,.publish-lower-layout{grid-template-columns:1fr}.publish-actions-bar{justify-content:stretch}.publish-actions-bar .button-primary{width:100%}.detail-explorer{grid-template-columns:1fr}.detail-file-list{max-height:240px}.skill-grid{grid-template-columns:1fr}.skill-list{border:0;border-radius:0;overflow:visible}.skill-search-form{flex-wrap:wrap}.skill-list-head{display:none}.skill-list-row{border:1px solid var(--border);background:var(--surface);border-radius:.6rem;grid-template-columns:1fr;margin-bottom:.6rem}}@media (width>=641px) and (width<=960px){.skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=961px) and (width<=1200px){.skill-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}:root{--bg:#fff;--bg-muted:#f5f5f7;--surface:#fff;--surface-dark:#1d1d1f;--surface-dark-alt:#272729;--text:#1d1d1f;--text-muted:#000c;--text-subtle:#0000008f;--text-dark:#fff;--text-dark-muted:#ffffffb8;--border:#1d1d1f1f;--border-strong:#1d1d1f33;--hover:#1d1d1f0f;--success-bg:#ecf4ff;--success-text:#00458a;--focus:#0071e3;--link:#06c;--link-dark:#2997ff;--shadow-card:#00000038 3px 5px 30px 0px;--font-display:"SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-body:"SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif}body{color:var(--text);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#fff}a{color:inherit}.shell{background:#fff;min-height:100vh}.top-nav{z-index:40;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#000c;border-bottom:1px solid #ffffff14;position:sticky;top:0}.top-nav-inner{justify-content:space-between;align-items:center;gap:1rem;width:min(1120px,100% - 2rem);min-height:48px;margin:0 auto;padding:.2rem 0;display:flex}.top-nav-scroll{gap:1rem}.top-nav-theme-row{margin-left:auto}.top-nav nav{align-items:center;gap:1.25rem;display:flex}.top-nav-links{align-items:center;gap:1rem;display:flex}.top-nav a{color:#ffffffd6;font-family:var(--font-body);letter-spacing:-.12px;background:0 0;border:0;border-radius:0;padding:.3rem 0;font-size:.75rem;font-weight:400;line-height:1;text-decoration:none;transition:color .14s,opacity .14s}.top-nav a:hover,.top-nav a.active{color:#fff;background:0 0}.top-nav a:focus-visible{outline:2px solid var(--focus);outline-offset:4px;box-shadow:none}.brand-link{letter-spacing:-.16px;color:#fff;font-size:.82rem;font-weight:500}.header-auth-wrapper{position:relative}.header-auth{color:#fff;min-height:32px;font-family:var(--font-body);letter-spacing:-.12px;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;padding:.3rem .8rem;font-size:.75rem;font-weight:400;text-decoration:none}.header-auth:hover{color:#fff;background:#ffffff24}.header-auth:focus-visible{outline:2px solid var(--focus);outline-offset:3px;box-shadow:none}.header-auth.loading{opacity:.72;border-style:solid}.header-auth.login{font-weight:400}.header-auth.profile{cursor:pointer;max-width:none}.header-auth-avatar{border:1px solid #ffffff1f;width:22px;height:22px}.header-auth-avatar-fallback{color:#fff;background:#ffffff29}.header-auth-handle{color:#fff;max-width:160px;font-size:.75rem;font-weight:400}.header-auth-menu{min-width:200px;box-shadow:var(--shadow-card);background:#fffffff5;border:1px solid #1d1d1f14;border-radius:12px;padding:.4rem;top:calc(100% + .5rem)}.header-auth-menu-user{padding:.55rem .65rem .45rem}.header-auth-menu-item:hover{background:var(--bg-muted)}.header-auth-menu-item:focus-visible{outline:2px solid var(--focus);outline-offset:2px;box-shadow:none}.content-wrap{width:100%;margin:0}.page-card{background:var(--bg-muted);width:min(980px,100% - 2rem);box-shadow:var(--shadow-card);border:0;border-radius:18px;gap:1.1rem;margin:2rem auto;padding:2rem}.page-card-home{width:100%;box-shadow:none;background:0 0;border-radius:0;gap:0;margin:0;padding:0}.page-card-header{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.page-card h1,.catalog-page-header h1,.publish-page-header h1,.detail-hero-copy h1{color:var(--text);font-family:var(--font-display);letter-spacing:-.28px;margin:0;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600;line-height:1.07}.detail-hero-copy h1,.app-section-dark .catalog-page-header h1{color:var(--text-dark)}.page-card h2,.home-card-section-header h2,.detail-file-tree h2,.detail-file-view h2,.detail-versions-header h2{color:var(--text);font-family:var(--font-display);letter-spacing:-.2px;margin:0;font-size:clamp(1.6rem,2.4vw,2.5rem);font-weight:600;line-height:1.1}.page-card p{font-family:var(--font-body);letter-spacing:-.224px;margin:0;line-height:1.47}.page-card-home.about-page{gap:0}.about-page-body{gap:1.15rem;display:grid}.about-page-body h2{margin:0}.about-page-body>p.muted{border-top:1px solid var(--border);margin-top:.25rem;padding-top:1.15rem}.about-page-body ul{margin:0;padding-left:1.35rem;line-height:1.55}.about-page-body ul li+li{margin-top:.45rem}.about-page-body code{font-size:.9em}.muted{color:var(--text-subtle)}.notice{color:#4f5e6a;background:#e9eef6;border:0;border-radius:12px;padding:.95rem 1.1rem}.notice.success{background:var(--success-bg);color:var(--success-text)}.app-section{width:100%;padding:4rem 0}.app-section-dark{color:var(--text-dark);background:#000}.app-section-light{background:var(--bg-muted);color:var(--text)}.section-shell{width:min(1120px,100% - 2rem);margin:0 auto}.section-kicker{color:#0000008f;letter-spacing:-.224px;margin:0 0 .65rem;font-size:.88rem;font-weight:600;line-height:1.29}.section-kicker-dark{color:#ffffffb8}.button-primary,.button-pill-link{width:fit-content;font-family:var(--font-body);cursor:pointer;justify-content:center;align-items:center;gap:.3rem;text-decoration:none;transition:background .14s,color .14s,border-color .14s,opacity .14s;display:inline-flex}.button-primary{color:#fff;background:#0071e3;border:1px solid #0000;border-radius:8px;min-height:42px;padding:8px 15px;font-size:1.06rem;font-weight:400;line-height:1}.button-primary:hover{color:#fff;background:#0077ed}.button-primary:active{background:#0067d1}.button-primary:focus-visible,.button-pill-link:focus-visible,.detail-file-item:focus-visible,.skill-card-link:focus-visible,.skill-list-row-link:focus-visible,.publish-form input:focus-visible,.publish-form textarea:focus-visible{outline:2px solid var(--focus);outline-offset:2px;box-shadow:none}.button-primary-dark{color:#fff;background:#1d1d1f}.button-primary-dark:hover{background:#2f2f32}.button-primary-blue{color:#fff;background:#0071e3}.button-pill-link{color:#06c;background:0 0;border:1px solid #06c;border-radius:980px;min-height:40px;padding:8px 18px;font-size:.94rem;font-weight:400;line-height:1.43}.button-pill-link:hover{background:#0066cc0d;text-decoration:underline}.button-pill-link-dark{color:#2997ff;border-color:#ffffff5c}.button-pill-link-dark:hover{background:#ffffff14}.button-pill-button{font:inherit}.home-page{background:#fff}.home-hero-section{padding-top:5rem;padding-bottom:5rem}.home-hero-shell{grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);align-items:center;gap:2rem;display:grid}.home-hero-copy{align-content:center;gap:1rem;display:grid}.home-hero-copy h1{gap:.32rem;display:grid}.home-hero-title-brand{color:#fff;display:block}.home-hero-title-tagline{color:#ffffffe0;font-family:var(--font-display);letter-spacing:.196px;font-size:clamp(1.4rem,2vw,2rem);font-weight:400;line-height:1.19;display:block}.home-hero-subtitle{max-width:34rem;color:var(--text-dark-muted);font-size:1.06rem}.home-hero-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.home-hero-panel{background:var(--surface-dark-alt);color:var(--text-dark);box-shadow:var(--shadow-card);border-radius:20px;align-content:start;gap:1rem;min-width:0;max-width:100%;padding:1.5rem;display:grid}.home-hero-panel-label{color:#ffffffb8;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.home-hero-command{color:#fff;background:#ffffff14;border:0;border-radius:14px;padding:.95rem 1rem .78rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92rem}.home-hero-panel-stats{gap:.9rem;display:grid}.home-hero-panel-stats strong{color:#fff;margin-bottom:.2rem;font-size:1rem;font-weight:600;display:block}.home-hero-panel-stats span{color:#ffffffb8;font-size:.94rem;line-height:1.47}.home-card-section{padding-top:4.5rem;padding-bottom:5rem}.home-card-shell,.catalog-page-shell,.publish-page-shell,.detail-body-shell{gap:1.5rem;display:grid}.home-card-section-header,.catalog-page-header,.publish-page-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.home-card-section-copy,.catalog-page-copy,.publish-page-copy,.publish-page-sidecard p{max-width:42rem;color:var(--text-muted);font-size:1.06rem}.home-card-section-links,.home-card-section-actions{align-items:center;display:flex}.skill-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.stars-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.stars-empty-state{text-align:center;background:linear-gradient(#ffffffeb,#f8fafceb);border:1px dashed #0f172a2e;border-radius:18px;justify-items:center;gap:.75rem;padding:2rem 1.5rem;display:grid}.stars-empty-icon{color:#f59e0b;background:#f59e0b1f;border-radius:999px;place-items:center;width:48px;height:48px;font-size:1.2rem;display:grid}.stars-empty-state h2{color:var(--text);margin:0;font-size:1.35rem;line-height:1.2}.stars-empty-state p{max-width:34rem;color:var(--text-muted);margin:0;font-size:.98rem}.stars-empty-actions{margin-top:.35rem}.shell.theme-clay .stars-empty-state{background:linear-gradient(#fefffe,#f9fcfa);border-color:#e4efe6}.shell.theme-clay .stars-empty-icon{color:#739f83;background:#739f8314}.shell.theme-clay .stars-empty-state h2{color:#577565}.shell.theme-clay .stars-empty-state p{color:#7f9688}.shell.theme-clay .stars-empty-actions .button-primary{color:#618370;background:#f7faf8;border-color:#e1ece4;box-shadow:0 1px 2px #3b9d640f}.shell.theme-clay .stars-empty-actions .button-primary:hover{color:#527565;background:#f1f7f3;border-color:#d6e6dc}.shell.theme-claude .stars-empty-state,.shell.theme-hashicorp .stars-empty-state{background:#faf9f50f;border-color:#f0eee659}.shell.theme-claude .stars-empty-icon,.shell.theme-hashicorp .stars-empty-icon{color:#d6b37a;background:#d6b37a29}.stars-card{color:inherit;background:#fff;border:1px solid #00000014;border-radius:14px;gap:1rem;padding:1.15rem 1.2rem;text-decoration:none;display:grid}.stars-card h2{color:var(--text);letter-spacing:-.03em;margin:0;font-size:2rem;line-height:1.05}.stars-card-footer{color:var(--text-subtle);justify-content:space-between;align-items:center;font-size:1rem;display:flex}.stars-card-starred{font:inherit;color:#fbbf24;cursor:pointer;background:0 0;border:0;padding:0;transition:color .14s,transform .14s}.stars-card-starred:hover:not(:disabled){color:#f59e0b;transform:translateY(-1px)scale(1.04)}.stars-card-starred:disabled{opacity:.55;cursor:not-allowed}@media (width<=900px){.stars-grid{grid-template-columns:1fr}}.skill-card{box-shadow:var(--shadow-card);background:#fff;border:0;border-radius:18px;flex-direction:column;gap:1rem;padding:1.2rem;display:flex;overflow:hidden}.home-skeleton-card{pointer-events:none}.home-skeleton-line,.home-skeleton-avatar{background:#efe9e2;position:relative;overflow:hidden}.home-skeleton-line:after,.home-skeleton-avatar:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffffb8 50%,#0000 100%);animation:1.4s ease-in-out infinite home-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.home-skeleton-tag-row{border-radius:999px;width:38%;height:1.45rem}.home-skeleton-title{border-radius:.5rem;width:62%;height:1.2rem}.home-skeleton-text{border-radius:999px;width:100%;height:.82rem}.home-skeleton-text.short{width:76%}.home-skeleton-avatar{border-radius:999px;width:28px;height:28px}.home-skeleton-owner{border-radius:999px;width:5.6rem;height:.9rem}.home-skeleton-stars{border-radius:999px;width:3rem;height:.9rem}@keyframes home-skeleton-shimmer{to{transform:translate(100%)}}.skill-card-link{color:inherit;text-decoration:none;transition:transform .18s,box-shadow .18s}.skill-card-link:hover{transform:translateY(-2px);box-shadow:3px 10px 32px #0000002e}.skill-card-media{background:0 0;align-items:flex-start;gap:.35rem;min-height:0;padding:0;display:flex;position:relative;overflow:visible}.skill-card-tags{min-height:auto}.skill-tag{color:#000c;letter-spacing:-.08px;text-transform:none;background:#1d1d1f14;border-radius:980px;padding:.28rem .6rem;font-size:.72rem;font-weight:600}.skill-tag-dark{color:#ffffffe0;background:#ffffff1f}.skill-card h2{color:var(--text);font-family:var(--font-display);letter-spacing:.231px;font-size:1.32rem;font-weight:700;line-height:1.19}.skill-card-copy{gap:.55rem;min-height:0}.skill-summary{color:var(--text-muted);font-size:.98rem}.skill-card-footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;display:flex}.skill-owner{gap:.65rem}.skill-owner strong{color:var(--text);font-size:.95rem;font-weight:600}.skill-card-stars{color:var(--text-subtle);white-space:nowrap;align-items:center;gap:.28rem;font-size:.9rem;font-weight:500;line-height:1;display:inline-flex}.skill-card-inline-link{color:var(--link);font-size:.88rem;line-height:1.43}.catalog-page-section,.publish-page-section,.detail-body-section{padding-top:3.5rem;padding-bottom:4.5rem}.skill-search-form{box-shadow:none;background:0 0;border:0;border-radius:0;align-items:center;gap:.8rem;padding:0;display:flex}.skill-search-form input{color:#000c;min-width:260px;min-height:46px;box-shadow:none;background:#fafafc;border:2px solid #0000000a;border-radius:11px;padding:0 16px;transition:border-color .14s,background-color .14s,box-shadow .18s}.skill-search-form input::placeholder{color:#0000007a}.skill-search-form input::selection{color:#1f2937;background:#4f46e52e}.skill-search-form input:focus-visible{box-shadow:var(--shadow-card);outline:none}.skill-search-form .button-primary{min-width:110px}.skill-search-form .skill-search-submit{min-width:46px}.skill-sort-toolbar{justify-content:flex-end;align-items:center;gap:.55rem;margin-top:-.2rem;display:flex}.skill-sort-select{color:#374151;cursor:pointer;appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 15px) calc(50% - 2px),calc(100% - 9px) calc(50% - 2px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #0f172a29;border-radius:14px;min-height:42px;padding:.5rem 2.2rem .5rem .9rem;font-size:.88rem;font-weight:500;line-height:1.2;transition:border-color .14s,color .14s,background-color .14s;box-shadow:0 1px 2px #0f172a14}.skill-sort-trigger{color:#374151;cursor:pointer;background:#fff;border:1px solid #0f172a29;border-radius:11px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;padding:0;transition:border-color .14s,color .14s,background-color .14s,box-shadow .14s;display:inline-flex;box-shadow:0 1px 2px #0f172a14}.skill-sort-trigger svg{width:16px;height:16px}.skill-sort-select:hover{background-color:#fafaff;border-color:#4f46e566;box-shadow:0 2px 8px #4f46e524}.skill-sort-trigger:hover{color:#4f46e5;background-color:#fafaff;border-color:#4f46e566;box-shadow:0 2px 8px #4f46e524}.skill-sort-select:focus-visible,.skill-sort-trigger:focus-visible{outline-offset:2px;outline:2px solid #4f46e547}.skill-sort-select:focus{color:#4f46e5;background:#4f46e51c;border-color:#4f46e575;box-shadow:0 2px 10px #4f46e538}.skill-sort-trigger:active{color:#4f46e5;background:#4f46e51c;border-color:#4f46e575}.shell.theme-clay .skill-sort-select{color:#507b63;background:#f5faf6;border-color:#dbe9df;box-shadow:0 1px 2px #3b9d6414}.shell.theme-clay .skill-search-form input::selection{color:#2f5d45;background:#539a7224}.shell.theme-clay .skill-search-form input:focus-visible{box-shadow:var(--shadow-card);outline:none}.shell.theme-clay .skill-sort-trigger{color:#507b63;background:#f5faf6;border-color:#dbe9df;box-shadow:0 1px 2px #3b9d6414}.shell.theme-clay .skill-sort-select:hover,.shell.theme-clay .skill-sort-trigger:hover{color:#456f58;background:#eff6f1;border-color:#d0e1d6;box-shadow:0 2px 8px #3b9d641a}.shell.theme-clay .skill-sort-select:focus,.shell.theme-clay .skill-sort-select:focus-visible,.shell.theme-clay .skill-sort-trigger:focus-visible,.shell.theme-clay .skill-sort-trigger:active{color:#3f6a53;background:#ebf4ee;border-color:#c6dacd;box-shadow:0 2px 10px #3b9d641c}.shell.theme-claude .skill-sort-select,.shell.theme-hashicorp .skill-sort-select,.shell.theme-claude .skill-sort-trigger,.shell.theme-hashicorp .skill-sort-trigger{color:#2f2922;background:#faf9f52e;border-color:#f0eee685;box-shadow:0 1px 2px #08090c73}.shell.theme-claude .skill-search-form input::selection{color:#2f2922;background:#d6b37a3d}.shell.theme-hashicorp .skill-search-form input::selection{color:#2f2922;background:#d6b37a3d}.shell.theme-claude .skill-search-form input:focus-visible,.shell.theme-hashicorp .skill-search-form input:focus-visible{box-shadow:var(--shadow-card);outline:none}.shell.theme-claude .skill-sort-select:hover,.shell.theme-hashicorp .skill-sort-select:hover,.shell.theme-claude .skill-sort-trigger:hover,.shell.theme-hashicorp .skill-sort-trigger:hover{color:#3a2f24;background:#d6b37a3d;border-color:#d6b37ab8}.shell.theme-claude .skill-sort-select option,.shell.theme-hashicorp .skill-sort-select option{color:#2f2922;background:#f3ede3}.shell.theme-claude .skill-sort-select:focus,.shell.theme-hashicorp .skill-sort-select:focus,.shell.theme-claude .skill-sort-select:focus-visible,.shell.theme-hashicorp .skill-sort-select:focus-visible,.shell.theme-claude .skill-sort-trigger:focus-visible,.shell.theme-hashicorp .skill-sort-trigger:focus-visible,.shell.theme-claude .skill-sort-trigger:active,.shell.theme-hashicorp .skill-sort-trigger:active{color:#3a2f24;background:#d6b37a2e;border-color:#d6b37aa6}.skill-list{box-shadow:var(--shadow-card);background:#fff;border:0;border-radius:18px}.skill-list-skeleton .skill-list-row{pointer-events:none}.skill-list-skeleton-row{min-height:64px}.skill-list-skeleton-skill{gap:.42rem;display:grid}.skill-list-skeleton-title{border-radius:.45rem;width:72%;height:.95rem}.skill-list-skeleton-subtitle{border-radius:999px;width:44%;height:.72rem}.skill-list-skeleton-summary{align-items:center;display:flex}.skill-list-skeleton-summary-line{border-radius:999px;width:92%;height:.78rem}.skill-list-skeleton-author{align-items:center;gap:.62rem;display:flex}.skill-list-skeleton-author-line{border-radius:999px;width:5.2rem;height:.82rem}.skill-list-skeleton-stats{justify-content:flex-start;display:flex}.skill-list-skeleton-stats-line{border-radius:999px;width:4.2rem;height:.82rem}.skill-list-head,.skill-list-row{grid-template-columns:minmax(220px,1.3fr) minmax(180px,1.5fr) minmax(160px,1fr) minmax(120px,.8fr);padding:1rem 1.15rem}.skill-list-head{color:#0000008f;letter-spacing:-.12px;background:#fbfbfd;border-bottom:1px solid #1d1d1f14;font-size:.8rem;font-weight:600}.skill-list-row+.skill-list-row{border-top:1px solid #1d1d1f14}.skill-list-row-link:hover,.skill-list-row-link:focus-visible{box-shadow:none;background:#f7f7fa}.skill-name-link{color:var(--text);font-size:1rem;font-weight:600}.skill-version,.skill-list-summary,.skill-stats{color:var(--text-subtle)}.skill-list-load-more-tip{font-size:.88rem}.publish-page-header{align-items:stretch}.publish-page-sidecard{max-width:320px;box-shadow:var(--shadow-card);background:#fff;border-radius:18px;padding:1.2rem 1.3rem}.publish-page-sidecard-title{color:var(--text);font-family:var(--font-display);margin-bottom:.35rem;font-size:1.2rem;font-weight:600}.publish-form{gap:1rem}.publish-left,.publish-right,.publish-lower-card,.publish-actions-bar{box-shadow:var(--shadow-card);background:#fff;border:0;border-radius:18px}.publish-left,.publish-right,.publish-lower-card{padding:1.25rem}.publish-actions-bar{padding:.85rem 1rem}.publish-lower-title,.publish-upload-panel-header h3{color:var(--text);font-family:var(--font-display);font-size:1.3rem;font-weight:600;line-height:1.19}.publish-validation-list,.publish-validation-success,.publish-ignored-note,.publish-license-card p,.publish-upload-panel-header p,.publish-upload-stats{color:var(--text-muted)}.publish-field-label{color:#0000008f;letter-spacing:.08em;font-size:.76rem;font-weight:600}.publish-form label{gap:.45rem;font-weight:400}.publish-form input,.publish-form textarea{color:#000c;background:#fafafc;border:3px solid #0000000a;border-radius:11px;min-height:46px;padding:.75rem .9rem}.publish-form textarea{min-height:160px}.publish-upload-panel{background:#f5f5f7;border:0;border-radius:18px;padding:1.2rem}.publish-folder-picker span{color:#06c;background:0 0;border:1px solid #06c;border-radius:980px;min-height:42px;padding:8px 15px;font-size:.94rem;font-weight:400}.publish-license-card{background:#f5f5f7;border:0;border-radius:18px}.publish-license-badge{color:#06c;background:#0071e31f;font-size:.76rem;font-weight:600}.publish-form label.publish-license-check{gap:.7rem}.publish-form label.publish-license-check input[type=checkbox]{width:18px;height:18px}.publish-actions-bar{justify-content:flex-end}.publish-submit-button{min-width:180px}.file-tree-path-item{color:#000c;background:#f5f5f7;border:0;border-radius:12px}.detail-page{--detail-overview-accent:#cf5f4f}.detail-hero-section{padding-top:4.5rem;padding-bottom:4rem}.detail-hero-shell{grid-template-columns:minmax(0,1.4fr) minmax(280px,.85fr);align-items:start;gap:2rem;display:grid}.detail-hero-copy{gap:.85rem;display:grid}.detail-title-row{flex-wrap:wrap;align-items:baseline;gap:.8rem;display:flex}.detail-title-row h1{align-items:center;line-height:1;display:inline-flex}.detail-hero-slug{color:var(--text-dark-muted);font-size:1rem}.detail-hero-summary{color:#fff;max-width:42rem;font-size:1.18rem}.detail-hero-tags{flex-wrap:wrap;gap:.45rem;display:flex}.detail-version-badge{color:#06c;min-height:1.9rem;font-family:var(--font-body);letter-spacing:-.08px;white-space:nowrap;background:#0066cc1a;border:1px solid #0066cc2e;border-radius:999px;justify-content:center;align-self:center;align-items:center;padding:.2rem .7rem;font-size:.92rem;font-weight:600;line-height:1;display:inline-flex;transform:translateY(.01em)}.detail-actions{gap:1rem;width:100%;max-width:320px}.detail-cli-card{background:#ffffff14;border:1px solid #ffffff24;border-radius:18px;gap:.8rem;padding:1rem 1.05rem;display:grid}.detail-cli-card-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.detail-cli-card-kicker{color:#ffffffad;letter-spacing:-.04px;font-size:.78rem;font-weight:500}.detail-cli-card-link{color:#ffffffbd;font-size:.8rem}.detail-cli-command-shell{background:#0a0a0e2e;border:1px solid #ffffff29;border-radius:12px;align-items:center;gap:.7rem;padding:.75rem .66rem .75rem .8rem;display:flex}.detail-cli-command-shell code{color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86rem;line-height:1.45;overflow:hidden}.detail-cli-copy-button{color:#fff;cursor:pointer;opacity:.74;background:0 0;border:0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-right:-.12rem;padding:0;transition:opacity .14s,color .14s;display:inline-flex}.detail-cli-copy-button svg{width:20px;height:20px}.detail-cli-copy-button:hover{opacity:1}.detail-version-chip{background:#ffffff14;border-radius:18px;padding:1.1rem 1.2rem}.detail-version-label{color:#ffffff8f;font-size:.72rem}.detail-version-value{color:#fff;font-family:var(--font-display);font-size:2rem;font-weight:600;line-height:1.1}.detail-action-buttons{gap:.7rem}.detail-action-buttons .button-primary,.detail-action-buttons .button-pill-link{width:100%}.detail-license-banner{color:var(--text-dark-muted);background:#ffffff14;border:0;border-radius:18px;padding:1rem 1.1rem}.detail-star-row{align-items:center;gap:.68rem;padding:.08rem .1rem;display:flex}.detail-star-button{color:#ffffffdb;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff38;border-radius:999px;width:32px;height:32px;font-size:.96rem;line-height:1;transition:color .14s,background-color .14s,border-color .14s,transform .14s}.detail-star-button.active{color:#fbbf24;background:#fbbf2429;border-color:#fbbf24c7}.detail-star-button:hover:not(:disabled){color:#fbbf24;background:#fbbf2424;border-color:#fbbf24c7;transform:translateY(-1px)}.detail-star-button:disabled{opacity:.6;cursor:not-allowed}.detail-star-text{color:#ffffffe6;letter-spacing:-.01em;font-size:.9rem;font-weight:400}.detail-star-count{color:#ffffffdb;margin-left:auto;font-size:.88rem;font-weight:400}.detail-star-error{color:#fecaca;margin:-.35rem 0 .05rem;font-size:.82rem}.shell.theme-cursor .detail-star-row,.shell.theme-cal .detail-star-row,.shell.theme-clay .detail-star-row,.shell.theme-tesla .detail-star-row{background:0 0;border:0}.shell.theme-cursor .detail-star-button,.shell.theme-cal .detail-star-button,.shell.theme-tesla .detail-star-button{color:#242424;background:#fff;border:1px solid #222a352e}.shell.theme-cursor .detail-star-button:hover:not(:disabled),.shell.theme-cal .detail-star-button:hover:not(:disabled),.shell.theme-tesla .detail-star-button:hover:not(:disabled),.shell.theme-cursor .detail-star-button.active,.shell.theme-cal .detail-star-button.active,.shell.theme-tesla .detail-star-button.active{color:#4f46e5;background:#4f46e51f;border-color:#4f46e56b}.shell.theme-cursor .detail-star-text,.shell.theme-cal .detail-star-text,.shell.theme-tesla .detail-star-text{color:#333}.shell.theme-cursor .detail-star-count,.shell.theme-cal .detail-star-count,.shell.theme-tesla .detail-star-count{color:#4b5563}.shell.theme-clay .detail-star-button{color:#3b9d64;background:#edf3ec;border:1px solid #dbeadf}.shell.theme-clay .detail-star-button.active,.shell.theme-clay .detail-star-button:hover:not(:disabled){color:#fff;background:#3b9d64;border-color:#3b9d64}.shell.theme-clay .detail-star-text,.shell.theme-clay .detail-star-count{color:#3b9d64}.shell.theme-claude .detail-star-row,.shell.theme-hashicorp .detail-star-row{background:0 0;border:0}.shell.theme-claude .detail-star-button,.shell.theme-hashicorp .detail-star-button{color:#f0eee6;background:#faf9f514;border:1px solid #f0eee659}.shell.theme-claude .detail-star-button:hover:not(:disabled),.shell.theme-hashicorp .detail-star-button:hover:not(:disabled),.shell.theme-claude .detail-star-button.active,.shell.theme-hashicorp .detail-star-button.active{color:#d6b37a;background:#d6b37a2e;border-color:#d6b37aa6}.shell.theme-claude .detail-star-text,.shell.theme-hashicorp .detail-star-text{color:#f0eee6}.shell.theme-claude .detail-star-count,.shell.theme-hashicorp .detail-star-count{color:#d5d7db}.detail-overview-section,.detail-file-tree,.detail-file-view,.detail-version-milestone,.modal-card{box-shadow:var(--shadow-card);background:#fff;border:0;border-radius:18px}.detail-file-tree,.detail-file-view{min-width:0;padding:1rem}.detail-file-tree{z-index:1;border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px;padding-right:1rem;position:relative}.detail-file-view{border-top-left-radius:0;border-bottom-left-radius:0;min-height:34rem;padding-left:1rem}.detail-file-tree h2,.detail-file-view h2{width:100%;padding-bottom:.7rem;position:relative}.detail-file-tree h2:after,.detail-file-view h2:after{content:"";background:#7878802e;height:1px;position:absolute;bottom:0;left:.05rem;right:.05rem}.detail-file-view h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.detail-explorer{gap:0}.detail-overview-section{--detail-overview-accent:#cf5f4f;overflow:hidden}.detail-overview-tabs{scrollbar-width:none;background:0 0;align-items:flex-end;gap:1.35rem;width:fit-content;max-width:100%;padding:.36rem 1rem 0;display:inline-flex;position:relative;overflow-x:auto}.detail-overview-tabs:after{content:"";z-index:0;background:#ececf1;height:1px;position:absolute;bottom:0;left:.2rem;right:-.42rem}.detail-overview-tabs::-webkit-scrollbar{display:none}.detail-overview-tab{z-index:1;color:var(--text-subtle);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:0;margin-bottom:-1px;padding:.92rem 0 .84rem;font-size:.96rem;font-weight:500;line-height:1;position:relative}.detail-overview-tab:after{content:"";background:0 0;border-radius:999px;height:4px;position:absolute;bottom:-1px;left:-.42rem;right:-.42rem}.detail-overview-tab.active{color:var(--text)}.detail-overview-tab.active:after{z-index:2;background:var(--detail-overview-accent);height:5px;box-shadow:none;bottom:-2px;left:-.65rem;right:-.65rem}.detail-overview-tab:hover{color:var(--text)}.detail-overview-panel{padding:.95rem 1rem 1rem}.detail-overview-preview,.detail-browser-section,.detail-versions-section{gap:1rem;display:grid}.detail-overview-preview h2,.detail-versions-section h2{color:var(--text);letter-spacing:-.04em;margin:0;font-size:clamp(1.6rem,3vw,2rem);line-height:1.08}.detail-overview-preview .markdown-view,.detail-overview-preview .detail-code-view{min-height:0;box-shadow:none;background:0 0;border-radius:0;padding:0}.detail-file-list{gap:.45rem}.detail-file-item{appearance:none;width:100%;color:var(--text-subtle);text-align:left;font:inherit;cursor:pointer;word-break:break-word;background:0 0;border:0;border-radius:0;padding:.7rem .8rem .82rem;transition:color .14s;position:relative}.detail-file-item:after{content:"";background:var(--detail-overview-accent,#cf5f4f);opacity:0;border-radius:999px;height:2px;transition:opacity .14s;position:absolute;bottom:.16rem;left:.82rem;right:.82rem}.detail-file-item:hover,.detail-file-item.active{color:var(--text);background:0 0}.detail-file-item.active:after{opacity:.72}.detail-file-content-shell{min-width:0;min-height:28rem;position:relative}.detail-file-content-shell.is-loading .detail-code-view,.detail-file-content-shell.is-loading .markdown-view{opacity:.24}.detail-file-loading-placeholder{min-height:28rem}.detail-file-loading-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#f5f5f7b8;border-radius:16px;place-items:center;display:grid;position:absolute;inset:0}.detail-file-loading-overlay .muted{font-size:.95rem;font-weight:500}.detail-code-view,.markdown-view{scrollbar-width:thin;scrollbar-color:#78788052 transparent;background:#f5f5f7;border:0;border-radius:16px;min-width:0;max-width:100%;padding:1rem 1.1rem .3rem;overflow-x:auto}.detail-code-view::-webkit-scrollbar{width:2px;height:2px}.markdown-view::-webkit-scrollbar{width:2px;height:2px}.detail-code-view::-webkit-scrollbar:horizontal{height:1px}.markdown-view::-webkit-scrollbar:horizontal{height:1px}.detail-code-view::-webkit-scrollbar-track{background:0 0}.markdown-view::-webkit-scrollbar-track{background:0 0}.detail-code-view::-webkit-scrollbar-thumb{background:#7878803d padding-box padding-box;border:.5px solid #0000;border-radius:999px}.markdown-view::-webkit-scrollbar-thumb{background:#7878803d padding-box padding-box;border:.5px solid #0000;border-radius:999px}.detail-code-view::-webkit-scrollbar-thumb:horizontal{background:#7878802e padding-box padding-box;border-top:.5px solid #0000;border-bottom:.5px solid #0000}.markdown-view::-webkit-scrollbar-thumb:horizontal{background:#7878802e padding-box padding-box;border-top:.5px solid #0000;border-bottom:.5px solid #0000}.markdown-view blockquote,.markdown-view pre,.markdown-view .markdown-frontmatter,.markdown-view :not(pre)>code{background:#fff;border:0}.markdown-view th{background:#fff}.detail-versions-section{gap:1rem}.detail-versions-list{gap:.8rem}.detail-version-milestone{padding:1rem 1.15rem}.detail-version-milestone-header{justify-content:space-between;align-items:flex-start;gap:.9rem;display:flex}.detail-version-milestone-title{color:var(--text);margin:0;font-size:1rem}.detail-version-milestone-changelog{color:var(--text-subtle);margin:.45rem 0 0}.detail-version-zip-button{border-radius:inherit;letter-spacing:-.01em;flex-shrink:0;min-height:2rem;padding:.32rem .68rem;font-size:.82rem;font-weight:600;line-height:1}.detail-comments-section{background:#fff;border:1px solid #00000014;border-radius:16px;gap:.9rem;margin-top:0;padding:1rem 1rem 1.1rem;display:grid}.detail-comments-section h2{color:var(--text);margin:0;font-size:1.15rem}.detail-comments-compose{gap:.6rem;display:grid}.detail-comments-textarea{width:100%;color:var(--text);font:inherit;resize:vertical;background:#fff;border:1px solid #00000024;border-radius:12px;min-height:5.4rem;padding:.78rem .88rem}.detail-comments-textarea:focus-visible{outline-offset:1px;outline:2px solid #0066cc59}.detail-comments-actions{align-items:center;gap:.7rem;display:flex}.detail-comments-submit{border-radius:999px;min-height:2.25rem;padding:.45rem 1rem}.detail-comments-list{gap:.55rem;display:grid}.detail-comment-item{background:#fff;border:1px solid #00000014;border-radius:12px;gap:.38rem;padding:.65rem .78rem;display:grid}.detail-comment-meta{color:var(--text-subtle);margin:0;font-size:.82rem;font-weight:600}.detail-comment-content{color:var(--text);white-space:pre-wrap;word-break:break-word;margin:0}.modal-overlay{background:#0000008c}.modal-card{padding:1.2rem}.modal-header{align-items:center}.avatar{border:0}.avatar-fallback{color:#30435f;background:#e8ecf5}@media (width<=1068px){.home-hero-shell,.detail-hero-shell{grid-template-columns:1fr}.home-hero-panel{order:2}.skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-card-section-header,.catalog-page-header,.publish-page-header{flex-direction:column;align-items:flex-start}.publish-page-sidecard{max-width:none}}@media (width<=720px){.detail-title-row{align-items:baseline;gap:.55rem}.detail-version-badge{min-height:1.8rem;padding:.16rem .62rem;font-size:.84rem}.detail-cli-command-shell{padding:.68rem .72rem}.detail-cli-command-shell code{font-size:.8rem}.detail-overview-tabs{gap:1rem;padding:.26rem .82rem 0}.detail-overview-tab{padding:.78rem 0 .7rem;font-size:.9rem}.detail-overview-panel{padding:.82rem .82rem .9rem}.detail-file-view{min-height:26rem}.detail-file-content-shell,.detail-file-loading-placeholder{min-height:22rem}.app-section{padding:3rem 0}.section-shell,.page-card{width:min(100%,100% - 1rem)}.page-card{margin:1rem auto;padding:1.2rem}.page-card h1,.catalog-page-header h1,.publish-page-header h1,.detail-hero-copy h1{font-size:clamp(2.1rem,9vw,2.8rem)}.home-hero-subtitle,.catalog-page-copy,.publish-page-copy,.detail-hero-summary{font-size:1rem}.home-hero-actions,.skill-search-form{flex-direction:column;align-items:stretch}.skill-search-form input,.skill-search-form .button-primary{width:100%;min-width:0}.skill-search-form .skill-search-submit{align-self:flex-end;width:46px}.skill-grid,.publish-layout,.publish-lower-layout,.detail-explorer{grid-template-columns:1fr}.skill-list{box-shadow:none;background:0 0}.skill-list-head{display:none}.skill-list-row{box-shadow:var(--shadow-card);background:#fff;border-radius:18px;grid-template-columns:1fr;margin-bottom:.75rem}.skill-list-row+.skill-list-row{border-top:0}.skill-card-footer{flex-direction:column;align-items:flex-start}.detail-actions{max-width:none}.publish-actions-bar,.publish-actions-bar .button-primary{width:100%}.publish-actions-bar{justify-content:stretch}}.top-nav-tools{align-items:center;gap:.65rem;display:flex}.theme-switcher{flex-shrink:0}.theme-switcher-select{color:#fff;min-height:32px;font:inherit;letter-spacing:-.12px;appearance:none;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:8px;padding:.35rem 2rem .35rem .75rem}.theme-switcher-select:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.shell.theme-apple .home-hero-panel-lead{color:#ffffffd1}.shell.theme-apple .home-hero-panel-label{color:#ffffffb8}.shell.theme-cursor{background:#f2f1ed}.shell.theme-cursor .top-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f2f1edeb;border-bottom:1px solid #26251e1a}.shell.theme-cursor .top-nav a,.shell.theme-cursor .brand-link{color:#26251e;letter-spacing:normal;font-family:system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.88rem;font-weight:500}.shell.theme-cursor .top-nav a:hover,.shell.theme-cursor .top-nav a.active{color:#f54e00}.shell.theme-cursor .header-auth,.shell.theme-cursor .theme-switcher-select{color:#26251e;background:#ebeae5;border:1px solid #26251e1a}.shell.theme-cursor .header-auth:hover{color:#cf2d56;background:#e6e5e0}.shell.theme-cursor .header-auth-avatar{border-color:#26251e1a}.shell.theme-cursor .header-auth-avatar-fallback{color:#26251e;background:#e1e0db}.shell.theme-cursor .header-auth-handle{color:#26251e}.shell.theme-cursor .header-auth-menu{background:#f7f7f4;border:1px solid #26251e1a;box-shadow:0 28px 70px #00000024,0 14px 32px #0000001a,0 0 0 1px #26251e1a}.shell.theme-cursor .header-auth-menu-item:hover{background:#ebeae5}.shell.theme-cursor .home-page{background:#f2f1ed}.shell.theme-cursor .app-section-dark,.shell.theme-cursor .app-section-light{color:#26251e;background:#f2f1ed}.shell.theme-cursor .home-hero-section{padding-top:5.5rem;padding-bottom:4rem}.shell.theme-cursor .home-hero-shell{grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);align-items:start;gap:2rem}.shell.theme-cursor .home-hero-copy h1{gap:.22rem}.shell.theme-cursor .home-hero-title-brand,.shell.theme-cursor .home-hero-title-tagline{color:#26251e;font-family:CursorGothic,CursorGothic Fallback,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif}.shell.theme-cursor .home-hero-title-brand{letter-spacing:-2.16px;font-size:clamp(2.55rem,4.9vw,3.8rem);font-weight:400;line-height:1.1}.shell.theme-cursor .home-hero-title-tagline{letter-spacing:-.72px;font-size:clamp(1.55rem,2.4vw,2.25rem);font-weight:400;line-height:1.2}.shell.theme-cursor .home-hero-subtitle,.shell.theme-cursor .home-card-section-copy,.shell.theme-cursor .muted{color:#26251e8c;font-family:jjannon,Iowan Old Style,Palatino Linotype,URW Palladio L,P052,ui-serif,Georgia,serif;font-size:1.08rem;line-height:1.5}.shell.theme-cursor .button-primary{color:#26251e;background:#ebeae5;border:1px solid #0000}.shell.theme-cursor .button-primary:hover{color:#cf2d56;background:#ebeae5}.shell.theme-cursor .button-primary:active{background:#e1e0db}.shell.theme-cursor .button-pill-link{color:#26251e99;background:#e6e5e0;border-color:#0000;border-radius:9999px;text-decoration:none}.shell.theme-cursor .button-pill-link:hover{color:#cf2d56;background:#e6e5e0}.shell.theme-cursor .button-pill-link-dark{color:#26251e99;background:#e6e5e0;border-color:#0000}.shell.theme-cursor .home-hero-panel{color:#26251e;background:#e6e5e0;border:1px solid #26251e1a;border-radius:10px;box-shadow:0 28px 70px #00000024,0 14px 32px #0000001a,0 0 0 1px #26251e1a}.shell.theme-cursor .home-hero-panel-lead,.shell.theme-cursor .home-hero-panel-label{color:#26251e8c}.shell.theme-cursor .home-hero-command{color:#26251e;background:#fbfaf7;border:1px solid #26251e1a;border-radius:8px;font-family:berkeleyMono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.shell.theme-cursor .section-kicker{color:#26251e8c}.shell.theme-cursor .home-card-section{padding-top:2.5rem}.shell.theme-cursor .detail-hero-copy h1,.shell.theme-cursor .detail-hero-summary,.shell.theme-cursor .detail-version-value{color:#26251e}.shell.theme-cursor .detail-version-badge{color:#cf2d56;background:#cf2d561a;border-color:#cf2d5624;border-radius:9999px}.shell.theme-cursor .detail-hero-slug,.shell.theme-cursor .detail-version-label,.shell.theme-cursor .detail-license-banner{color:#26251e8c}.shell.theme-cursor .detail-version-chip,.shell.theme-cursor .detail-cli-card,.shell.theme-cursor .detail-overview-section,.shell.theme-cursor .detail-license-banner{background:#e6e5e0;box-shadow:0 28px 70px #00000024,0 14px 32px #0000001a,0 0 0 1px #26251e1a}.shell.theme-cursor .detail-action-buttons .button-pill-link{color:#26251e;background:#ebeae5;border-color:#26251e1a}.shell.theme-cursor .detail-action-buttons .button-pill-link:hover{color:#cf2d56;background:#e6e5e0}.shell.theme-cursor .detail-page,.shell.theme-cursor .detail-overview-tabs{--detail-overview-accent:#cf2d56;background:0 0}.shell.theme-cursor .detail-overview-tabs:after{background:#26251e1a}.shell.theme-cursor .detail-overview-tab{color:#26251e94}.shell.theme-cursor .detail-overview-tab.active{color:#26251e}.shell.theme-cursor .detail-cli-card-kicker,.shell.theme-cursor .detail-cli-card-link{color:#26251e94}.shell.theme-cursor .detail-cli-command-shell{background:#f7f7f4;border-color:#26251e1a;border-radius:10px}.shell.theme-cursor .detail-cli-command-shell code,.shell.theme-cursor .detail-cli-copy-button{color:#26251e}.shell.theme-cursor .detail-cli-copy-button:hover{color:#cf2d56}.shell.theme-cursor .home-card-section-header h2{color:#26251e;letter-spacing:-.72px;font-family:CursorGothic,CursorGothic Fallback,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(2rem,3vw,2.25rem);font-weight:400}.shell.theme-cursor .skill-grid{gap:1rem}.shell.theme-cursor .skill-card{background:#e6e5e0;border:1px solid #26251e1a;border-radius:8px;gap:.8rem;height:auto;min-height:0;box-shadow:0 28px 70px #00000024,0 14px 32px #0000001a,0 0 0 1px #26251e1a}.shell.theme-cursor .skill-card-link:hover{transform:translateY(-2px);box-shadow:0 30px 76px #0000002e,0 16px 36px #0000001f,0 0 0 1px #26251e29}.shell.theme-cursor .skill-card-media{background:0 0;border:0;min-height:0;padding:0}.shell.theme-cursor .skill-card h2{color:#26251e;letter-spacing:-.11px;font-family:CursorGothic,CursorGothic Fallback,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.38rem;font-weight:400;line-height:1.3}.shell.theme-cursor .skill-summary{color:#26251e8c;font-family:jjannon,Iowan Old Style,Palatino Linotype,URW Palladio L,P052,ui-serif,Georgia,serif;font-size:1.08rem;line-height:1.35}.shell.theme-cursor .skill-tag{color:#26251e99;text-transform:none;background:#e6e5e0;border-radius:9999px;padding:3px 8px;font-family:CursorGothic,CursorGothic Fallback,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.88rem;font-weight:400}.shell.theme-cursor .skill-owner strong{color:#26251e}.shell.theme-cursor .avatar-fallback{color:#26251e;background:#ebeae5}.shell.theme-cursor .notice{color:#26251eb8;background:#ebeae5}@media (width<=900px){.shell.theme-cursor .home-hero-shell{grid-template-columns:1fr}}@media (width<=720px){.top-nav{padding-top:env(safe-area-inset-top,0)}.top-nav-inner{grid-template-columns:1fr;align-items:stretch;gap:.45rem;width:min(100%,100% - 1rem);padding:.45rem 0 .55rem;display:grid}.top-nav-scroll{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;align-items:center;gap:.85rem;width:100%;min-width:100%;padding-bottom:.1rem;display:flex;overflow:auto visible}.top-nav-scroll::-webkit-scrollbar{display:none}.top-nav-scroll>nav,.top-nav-scroll>.top-nav-tools,.top-nav-links{flex-wrap:nowrap}.top-nav-scroll>nav{flex-shrink:0;align-items:center;gap:.9rem;width:max-content;display:inline-flex}.brand-link{width:auto;padding:.25rem 0;font-size:.86rem}.top-nav-links{justify-content:flex-start;gap:.9rem;width:auto}.top-nav a{white-space:nowrap;align-items:center;min-height:32px}.top-nav-scroll>.top-nav-tools{flex-shrink:0;align-items:center;gap:.6rem;width:max-content;margin-left:auto;display:flex}.top-nav-tools>.header-auth,.top-nav-tools>.header-auth-wrapper{width:auto;min-width:0}.top-nav-tools .header-auth{justify-content:flex-start;width:auto}.top-nav-tools .header-auth.profile{max-width:180px}.top-nav-tools .header-auth-handle{text-overflow:ellipsis;white-space:nowrap;max-width:96px;overflow:hidden}.top-nav-tools .header-auth-menu{min-width:min(220px,100vw - 1rem);left:auto;right:0}.top-nav-theme-row{justify-content:stretch;width:100%;margin-left:0}.theme-switcher{width:100%}.theme-switcher-select{width:100%;min-width:0}.shell.theme-cursor .top-nav nav{align-items:center}}@media (width<=520px){.top-nav-links{gap:.85rem}.top-nav-scroll{gap:.7rem}.top-nav-tools .header-auth,.theme-switcher-select{min-height:36px}.top-nav-tools .header-auth.profile{max-width:156px}.top-nav-tools .header-auth-handle{max-width:76px}}.shell.theme-cal{background:#fff}.shell.theme-cal .top-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border-bottom:0;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514}.shell.theme-cal .top-nav a,.shell.theme-cal .brand-link{color:#111;letter-spacing:0;font-family:Inter,Inter Placeholder,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.88rem;font-weight:600}.shell.theme-cal .top-nav a:hover,.shell.theme-cal .top-nav a.active{color:#242424;opacity:.72}.shell.theme-cal .header-auth{color:#fff;background:#242424;border:0;border-radius:8px;box-shadow:inset 0 2px #ffffff26}.shell.theme-cal .header-auth:hover{color:#fff;opacity:.7;background:#242424}.shell.theme-cal .theme-switcher-select{color:#000;background:#fff;border:1px solid #767676;border-radius:8px}.shell.theme-cal .header-auth-avatar{border-color:#fff3}.shell.theme-cal .header-auth-avatar-fallback{color:#fff;background:#ffffff2e}.shell.theme-cal .header-auth-menu{background:#fff;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .header-auth-menu-item:hover{background:#f5f5f5}.shell.theme-cal .home-page,.shell.theme-cal .app-section-dark,.shell.theme-cal .app-section-light{color:#242424;background:#fff}.shell.theme-cal .home-hero-section{padding-top:6rem;padding-bottom:5rem}.shell.theme-cal .home-hero-shell{grid-template-columns:1fr minmax(320px,.9fr);align-items:start;gap:2rem}.shell.theme-cal .home-hero-copy{justify-items:start}.shell.theme-cal .home-hero-copy h1{max-width:9ch}.shell.theme-cal .home-hero-title-brand,.shell.theme-cal .home-hero-title-tagline{color:#242424;font-family:Cal Sans,Cal Sans UI Medium,Inter,Helvetica Neue,Arial,sans-serif}.shell.theme-cal .home-hero-title-brand{letter-spacing:0;font-size:clamp(2.55rem,4.4vw,3.4rem);font-weight:600;line-height:1.1}.shell.theme-cal .home-hero-title-tagline{letter-spacing:0;font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:600;line-height:1.1}.shell.theme-cal .home-hero-subtitle,.shell.theme-cal .home-card-section-copy,.shell.theme-cal .muted{color:#898989;font-family:Inter,Inter Placeholder,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5}.shell.theme-cal .button-primary{color:#fff;background:#242424;border-radius:8px;box-shadow:inset 0 2px #ffffff26}.shell.theme-cal .button-primary:hover{color:#fff;opacity:.7;background:#242424}.shell.theme-cal .button-primary:active{opacity:.78}.shell.theme-cal .button-pill-link,.shell.theme-cal .button-pill-link-dark{color:#242424;background:#fff;border:0;border-radius:9999px;text-decoration:none;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .button-pill-link:hover,.shell.theme-cal .button-pill-link-dark:hover{color:#242424;opacity:.72;background:#fff}.shell.theme-cal .home-hero-panel{color:#242424;background:#fff;border-radius:12px;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .home-hero-panel-lead,.shell.theme-cal .home-hero-panel-label{color:#898989;font-family:Inter,Inter Placeholder,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif}.shell.theme-cal .home-hero-command{color:#242424;background:#fbfcff;border-radius:8px;font-family:Roboto Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .section-kicker{color:#898989;letter-spacing:0;font-family:Cal Sans,Cal Sans UI Medium,Inter,Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:600}.shell.theme-cal .home-card-section{padding-top:5rem;padding-bottom:6rem}.shell.theme-cal .detail-hero-copy h1,.shell.theme-cal .detail-hero-summary,.shell.theme-cal .detail-version-value{color:#242424}.shell.theme-cal .detail-version-badge{color:#4f46e5;background:#6366f11c;border-color:#6366f129;border-radius:9999px}.shell.theme-cal .detail-hero-slug,.shell.theme-cal .detail-version-label,.shell.theme-cal .detail-license-banner{color:#898989}.shell.theme-cal .detail-version-chip,.shell.theme-cal .detail-cli-card,.shell.theme-cal .detail-overview-section,.shell.theme-cal .detail-license-banner{background:#fff;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .detail-action-buttons .button-pill-link{color:#242424;background:#fff;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .detail-action-buttons .button-pill-link:hover{color:#242424;opacity:.72;background:#fff}.shell.theme-cal .detail-page,.shell.theme-cal .detail-overview-tabs{--detail-overview-accent:#4f46e5;background:0 0}.shell.theme-cal .detail-overview-tabs:after{background:#222a3514}.shell.theme-cal .detail-overview-tab{color:#898989}.shell.theme-cal .detail-overview-tab.active{color:#242424}.shell.theme-cal .detail-cli-card-kicker,.shell.theme-cal .detail-cli-card-link{color:#898989}.shell.theme-cal .detail-cli-command-shell{background:#fbfbfb;border-color:#222a3514;border-radius:12px;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .detail-cli-command-shell code,.shell.theme-cal .detail-cli-copy-button{color:#242424}.shell.theme-cal .detail-cli-copy-button{color:#4f46e5}.shell.theme-cal .detail-cli-copy-button:hover{color:#4338ca}.shell.theme-cal .home-card-section-header h2{color:#242424;letter-spacing:0;font-family:Cal Sans,Cal Sans UI Medium,Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(2.3rem,4vw,3rem);font-weight:600;line-height:1.1}.shell.theme-cal .skill-grid{gap:1.2rem}.shell.theme-apple .skill-card,.shell.theme-cal .skill-card{height:auto;min-height:0}.shell.theme-cal .skill-card{background:#fff;border-radius:12px;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .skill-card-link:hover{transform:translateY(-1px);box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 10px 18px #222a3517}.shell.theme-cal .skill-card h2{color:#242424;letter-spacing:0;font-family:Cal Sans,Cal Sans UI Medium,Inter,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.1}.shell.theme-cal .skill-summary{color:#898989;font-family:Inter,Inter Placeholder,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.95rem;line-height:1.5}.shell.theme-cal .skill-tag{color:#242424;letter-spacing:.2px;background:#fff;border-radius:9999px;padding:.26rem .6rem;font-family:Cal Sans,Cal Sans UI Medium,Inter,Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:600;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}.shell.theme-cal .skill-owner strong{color:#242424;font-family:Inter,Inter Placeholder,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif}.shell.theme-cal .avatar-fallback{color:#242424;background:#f5f5f5}.shell.theme-cal .notice{color:#898989;background:#fff;box-shadow:0 1px 5px -4px #131316b3,0 0 0 1px #222a3514,0 4px 8px #222a350d}@media (width<=1024px){.shell.theme-cal .home-hero-shell{grid-template-columns:1fr}}.shell.theme-claude{background:#f5f4ed}.shell.theme-claude .top-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f4edf0;border-bottom:1px solid #f0eee6}.shell.theme-claude .top-nav a{color:#5e5d59;letter-spacing:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.94rem;font-weight:500}.shell.theme-claude .brand-link{color:#141413;letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;font-weight:600}.shell.theme-claude .top-nav a:hover,.shell.theme-claude .top-nav a.active{color:#141413}.shell.theme-claude .header-auth.profile,.shell.theme-claude .theme-switcher-select{color:#4d4c48;background:#e8e6dc;border:1px solid #e8e6dc;border-radius:12px;box-shadow:0 0 0 1px #d1cfc5}.shell.theme-claude .header-auth.profile:hover,.shell.theme-claude .theme-switcher-select:hover{color:#141413;background:#f0eee6}.shell.theme-claude .header-auth.login{color:#faf9f5;background:#c96442;border:1px solid #c96442;border-radius:12px;box-shadow:0 0 0 1px #c96442}.shell.theme-claude .header-auth.login:hover{color:#faf9f5;background:#d97757}.shell.theme-claude .header-auth-avatar{border-color:#1414131f}.shell.theme-claude .header-auth-avatar-fallback{color:#4d4c48;background:#f0eee6}.shell.theme-claude .header-auth-handle{color:#4d4c48}.shell.theme-claude .header-auth-menu{background:#faf9f5;border:1px solid #f0eee6;box-shadow:0 4px 24px #0000000d,0 0 0 1px #f0eee6}.shell.theme-claude .header-auth-menu-item:hover{background:#f0eee6}.shell.theme-claude .home-page,.shell.theme-claude .app-section-light{color:#141413;background:#f5f4ed}.shell.theme-claude .app-section-dark{color:#faf9f5;background:#141413}.shell.theme-claude .home-hero-section{padding-top:6rem;padding-bottom:5rem}.shell.theme-claude .home-hero-shell{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:center;gap:2.5rem}.shell.theme-claude .home-hero-copy h1{gap:.3rem}.shell.theme-claude .home-hero-title-brand,.shell.theme-claude .home-hero-title-tagline{color:#faf9f5}.shell.theme-claude .home-card-section-header h2,.shell.theme-claude .detail-hero-copy h1,.shell.theme-claude .detail-file-view h2,.shell.theme-claude .detail-versions-header h2,.shell.theme-claude .modal-header h2{color:#141413;letter-spacing:normal;font-family:Georgia,Times New Roman,serif;font-weight:500}.shell.theme-claude .home-hero-title-brand{font-size:clamp(2.65rem,4.9vw,3.75rem);line-height:1.08}.shell.theme-claude .home-hero-title-tagline{font-size:clamp(1.75rem,2.6vw,2.35rem);line-height:1.16}.shell.theme-claude .home-hero-subtitle,.shell.theme-claude .home-hero-section .section-kicker{color:#b0aea5}.shell.theme-claude .home-card-section-copy,.shell.theme-claude .muted,.shell.theme-claude .detail-file-tree,.shell.theme-claude .detail-file-view,.shell.theme-claude .detail-version-milestone,.shell.theme-claude .detail-license-banner,.shell.theme-claude .notice{color:#5e5d59;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shell.theme-claude .home-hero-subtitle,.shell.theme-claude .home-card-section-copy,.shell.theme-claude .muted{font-size:1.06rem;line-height:1.6}.shell.theme-claude .section-kicker{color:#87867f;letter-spacing:.5px;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.72rem;font-weight:500}.shell.theme-claude .button-primary{color:#faf9f5;background:#c96442;border:1px solid #c96442;border-radius:12px;box-shadow:0 0 0 1px #c96442}.shell.theme-claude .button-primary:hover{color:#faf9f5;background:#d97757}.shell.theme-claude .button-primary:active{background:#bf5e3d}.shell.theme-claude .button-pill-link,.shell.theme-claude .button-pill-link-dark{color:#4d4c48;background:#e8e6dc;border:1px solid #e8e6dc;border-radius:12px;text-decoration:none;box-shadow:0 0 0 1px #d1cfc5}.shell.theme-claude .button-pill-link:hover,.shell.theme-claude .button-pill-link-dark:hover{color:#141413;background:#f0eee6}.shell.theme-claude .home-hero-panel{color:#141413;background:#faf9f5;border:1px solid #f0eee6;border-radius:32px;box-shadow:0 4px 24px #0000000d,0 0 0 1px #f0eee6}.shell.theme-claude .home-hero-panel-lead,.shell.theme-claude .home-hero-panel-label{color:#87867f}.shell.theme-claude .home-hero-command{color:#2a2925;background:#f4efe4;border:1px solid #ddd7ca;border-radius:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.shell.theme-claude .home-card-section{padding-top:5rem;padding-bottom:6rem}.shell.theme-claude .home-card-section-header h2{font-size:clamp(2.4rem,4.6vw,3.3rem);line-height:1.15}.shell.theme-claude .skill-grid{gap:1.2rem}.shell.theme-claude .skill-card{background:#faf9f5;border:1px solid #f0eee6;border-radius:16px;gap:.9rem;height:auto;min-height:0;box-shadow:0 4px 24px #0000000d,0 0 0 1px #f0eee6}.shell.theme-claude .skill-card-link:hover{transform:translateY(-1px);box-shadow:0 10px 30px #0000000f,0 0 0 1px #e8e6dc}.shell.theme-claude .skill-card-media{background:0 0;border:0;min-height:0;padding:0}.shell.theme-claude .skill-card h2{color:#141413;letter-spacing:normal;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:500;line-height:1.2}.shell.theme-claude .skill-summary{color:#5e5d59;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.98rem;line-height:1.55}.shell.theme-claude .skill-tag{color:#4d4c48;letter-spacing:.12px;text-transform:none;background:#e8e6dc;border-radius:9999px;padding:.28rem .65rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.74rem;font-weight:500}.shell.theme-claude .skill-owner strong{color:#141413}.shell.theme-claude .avatar-fallback{color:#4d4c48;background:#e8e6dc}.shell.theme-claude .detail-hero-copy h1{color:#faf9f5}.shell.theme-claude .detail-version-badge{color:#d6b37a;background:#d0a15824;border-color:#d0a15838;border-radius:12px}.shell.theme-claude .detail-hero-summary,.shell.theme-claude .detail-version-value{color:#faf9f5}.shell.theme-claude .detail-hero-slug,.shell.theme-claude .detail-version-label,.shell.theme-claude .detail-license-banner{color:#b0aea5}.shell.theme-claude .detail-version-chip,.shell.theme-claude .detail-cli-card,.shell.theme-claude .detail-overview-section,.shell.theme-claude .detail-license-banner{background:#30302e;box-shadow:0 0 0 1px #30302e}.shell.theme-claude .detail-action-buttons .button-pill-link{color:#141413;box-shadow:none;background:#faf9f5;border-color:#faf9f5}.shell.theme-claude .detail-action-buttons .button-pill-link:hover{color:#141413;background:#e8e6dc}.shell.theme-claude .detail-page,.shell.theme-claude .detail-overview-tabs{--detail-overview-accent:#d6b37a;background:0 0}.shell.theme-claude .detail-overview-tabs:after{background:#f0eee6}.shell.theme-claude .detail-overview-tab{color:#8f8b80}.shell.theme-claude .detail-overview-tab.active{color:#141413}.shell.theme-claude .detail-cli-card-kicker,.shell.theme-claude .detail-cli-card-link{color:#b0aea5}.shell.theme-claude .detail-cli-command-shell{background:#262624;border-color:#f0eee624;border-radius:12px}.shell.theme-claude .detail-cli-command-shell code{color:#faf9f5}.shell.theme-claude .detail-cli-copy-button{color:#d6b37a}.shell.theme-claude .detail-cli-copy-button:hover{color:#e4c28a}.shell.theme-claude .detail-overview-section,.shell.theme-claude .detail-file-tree,.shell.theme-claude .detail-file-view,.shell.theme-claude .detail-version-milestone,.shell.theme-claude .modal-card,.shell.theme-claude .notice{background:#faf9f5;border:1px solid #f0eee6;box-shadow:0 4px 24px #0000000d,0 0 0 1px #f0eee6}.shell.theme-claude .detail-file-view h2,.shell.theme-claude .detail-overview-preview h2,.shell.theme-claude .detail-versions-section h2,.shell.theme-claude .modal-header h2{font-size:1.7rem;line-height:1.2}@media (width<=1024px){.shell.theme-claude .home-hero-shell{grid-template-columns:1fr}}@media (width<=720px){.shell.theme-claude .top-nav nav{align-items:center}}.shell.theme-clay{background:#faf9f7}.shell.theme-clay .top-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf9f7f0;border-bottom:1px solid #dad4c8}.shell.theme-clay .top-nav a,.shell.theme-clay .brand-link{color:#000;font-feature-settings:"ss03" 1, "ss10" 1, "ss11" 1, "ss12" 1;font-family:Roobert,Inter,Arial,sans-serif}.shell.theme-clay .top-nav a{font-size:.94rem;font-weight:500}.shell.theme-clay .brand-link{font-size:1.02rem;font-weight:600}.shell.theme-clay .top-nav a:hover,.shell.theme-clay .top-nav a.active{color:#333}.shell.theme-clay .header-auth.profile,.shell.theme-clay .theme-switcher-select{color:#000;background:#fff;border:1px solid #dad4c8;border-radius:9999px;box-shadow:0 1px 1px #0000001a,inset 0 -1px 1px #0000000a,0 -.5px 1px #0000000d}.shell.theme-clay .header-auth.profile:hover,.shell.theme-clay .theme-switcher-select:hover{color:#000;background:#f8cc65;transform:rotate(-4deg)translateY(-1px);box-shadow:-5px 5px #000}.shell.theme-clay .header-auth.login{color:#000;background:#fff;border:1px solid #dad4c8;border-radius:9999px;box-shadow:0 1px 1px #0000001a,inset 0 -1px 1px #0000000a,0 -.5px 1px #0000000d}.shell.theme-clay .header-auth.login:hover{color:#fff;background:#fc7981;transform:rotate(-6deg)translateY(-2px);box-shadow:-6px 6px #000}.shell.theme-clay .header-auth-avatar{border-color:#dad4c8}.shell.theme-clay .header-auth-avatar-fallback{color:#333;background:#eee9df}.shell.theme-clay .header-auth-handle{color:#000}.shell.theme-clay .header-auth-menu{background:#fff;border:1px solid #dad4c8;box-shadow:0 1px 1px #0000001a,inset 0 -1px 1px #0000000a,0 -.5px 1px #0000000d}.shell.theme-clay .header-auth-menu-item:hover{background:#faf9f7}.shell.theme-clay .home-page,.shell.theme-clay .app-section-light,.shell.theme-clay .app-section-dark{color:#000;background:#faf9f7}.shell.theme-clay .home-hero-section{padding-top:5.5rem;padding-bottom:4.75rem}.shell.theme-clay .home-hero-shell{grid-template-columns:minmax(0,1.2fr) minmax(320px,.82fr);align-items:center;gap:2rem}.shell.theme-clay .home-hero-copy h1{gap:.22rem}.shell.theme-clay .home-hero-title-brand,.shell.theme-clay .home-hero-title-tagline,.shell.theme-clay .home-card-section-header h2,.shell.theme-clay .detail-hero-copy h1,.shell.theme-clay .detail-file-view h2,.shell.theme-clay .detail-versions-header h2,.shell.theme-clay .modal-header h2{color:#000;font-feature-settings:"ss01" 1, "ss03" 1, "ss10" 1, "ss11" 1, "ss12" 1;font-family:Roobert,Inter,Arial,sans-serif;font-weight:600}.shell.theme-clay .home-hero-title-brand{letter-spacing:-.06em;font-size:clamp(2.72rem,5.1vw,4.15rem);line-height:1}.shell.theme-clay .home-hero-title-tagline{letter-spacing:-.03em;font-size:clamp(1.7rem,2.7vw,2.3rem);line-height:1.02}.shell.theme-clay .home-hero-subtitle,.shell.theme-clay .home-card-section-copy,.shell.theme-clay .muted{color:#9f9b93;font-feature-settings:"ss03" 1, "ss10" 1, "ss11" 1, "ss12" 1;font-family:Roobert,Inter,Arial,sans-serif;font-size:1.02rem;line-height:1.55}.shell.theme-clay .section-kicker{color:#55534e;font-feature-settings:"ss03" 1, "ss10" 1, "ss11" 1, "ss12" 1;letter-spacing:1.08px;text-transform:uppercase;font-family:Roobert,Inter,Arial,sans-serif;font-size:.75rem;font-weight:600}.shell.theme-clay .button-primary{color:#000;background:#fff;border:1px solid #dad4c8;border-radius:9999px;box-shadow:0 1px 1px #0000001a,inset 0 -1px 1px #0000000a,0 -.5px 1px #0000000d}.shell.theme-clay .button-primary:hover{color:#fff;background:#02492a;transform:rotate(-8deg)translateY(-2px);box-shadow:-7px 7px #000}.shell.theme-clay .button-primary:active{transform:rotate(-4deg)translateY(-1px)}.shell.theme-clay .button-pill-link,.shell.theme-clay .button-pill-link-dark{color:#000;background:0 0;border:1px solid #717989;border-radius:9999px;text-decoration:none}.shell.theme-clay .button-pill-link:hover,.shell.theme-clay .button-pill-link-dark:hover{color:#fff;background:#43089f;transform:rotate(-8deg)translateY(-2px);box-shadow:-7px 7px #000}.shell.theme-clay .home-hero-panel{color:#333;box-shadow:none;background:0 0;border:0;border-radius:40px}.shell.theme-clay .home-hero-panel-lead,.shell.theme-clay .home-hero-panel-label{color:#55534e}.shell.theme-clay .home-hero-command{color:#333;background:#fbf7f1;border:1px dashed #dad4c8;border-radius:16px;font-family:Space Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.shell.theme-clay .home-card-section{padding-top:4.5rem;padding-bottom:6rem}.shell.theme-clay .home-card-section-header h2{letter-spacing:-.03em;font-size:clamp(2.4rem,4.3vw,3.35rem);line-height:1.04}.shell.theme-clay .detail-hero-summary,.shell.theme-clay .detail-version-value{color:#000}.shell.theme-clay .detail-version-badge{color:#4f8a63;background:#e8f7ec;border-color:#dbeadf;border-radius:9999px}.shell.theme-clay .detail-hero-slug,.shell.theme-clay .detail-version-label,.shell.theme-clay .detail-license-banner{color:#55534e}.shell.theme-clay .detail-version-chip,.shell.theme-clay .detail-cli-card,.shell.theme-clay .detail-overview-section,.shell.theme-clay .detail-license-banner{background:#fff;border:1px solid #dad4c8;box-shadow:0 1px 1px #0000001a,inset 0 -1px 1px #0000000a,0 -.5px 1px #0000000d}.shell.theme-clay .detail-action-buttons .button-pill-link{color:#000;background:0 0;border-color:#717989}.shell.theme-clay .detail-action-buttons .button-pill-link:hover{color:#000;background:#3bd3fd}.shell.theme-clay .detail-page,.shell.theme-clay .detail-overview-tabs{--detail-overview-accent:#55534e;background:0 0}.shell.theme-clay .detail-overview-tabs:after{background:#dad4c8}.shell.theme-clay .detail-overview-tab{color:#55534e}.shell.theme-clay .detail-overview-tab.active{color:#000}.shell.theme-clay .detail-cli-card-kicker,.shell.theme-clay .detail-cli-card-link{color:#55534e}.shell.theme-clay .detail-cli-command-shell{background:#f6f3ee;border:1px dashed #dad4c8;border-radius:16px}.shell.theme-clay .detail-cli-command-shell code{color:#333}.shell.theme-clay .detail-cli-copy-button{color:#4f8a63}.shell.theme-clay .detail-cli-copy-button:hover{color:#3d7450}.shell.theme-clay .detail-overview-section,.shell.theme-clay .detail-file-tree,.shell.theme-clay .detail-file-view,.shell.theme-clay .detail-version-milestone,.shell.theme-clay .modal-card,.shell.theme-clay .notice{background:#fff;border:1px solid #dad4c8;border-radius:24px;box-shadow:0 1px 1px #0000001a,inset 0 -1px 1px #0000000a,0 -.5px 1px #0000000d}.shell.theme-clay .detail-overview-section,.shell.theme-clay .detail-file-tree,.shell.theme-clay .detail-file-view,.shell.theme-clay .detail-version-milestone,.shell.theme-clay .notice{color:#55534e}.shell.theme-clay .skill-grid{gap:1.2rem}.shell.theme-clay .skill-card{color:#000;background:#fff;border:1px dashed #dad4c8;border-radius:24px;gap:1rem;height:auto;min-height:0;box-shadow:0 1px 1px #0000001a,inset 0 -1px 1px #0000000a,0 -.5px 1px #0000000d}.shell.theme-clay .skill-card-link:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0000001f,inset 0 -1px 1px #0000000a,0 -.5px 1px #0000000d}.shell.theme-clay .skill-card-media{background:0 0;border:0;min-height:0;padding:0}.shell.theme-clay .skill-card h2{color:#000;font-feature-settings:"ss01" 1, "ss03" 1, "ss10" 1, "ss11" 1, "ss12" 1;letter-spacing:-.03em;font-family:Roobert,Inter,Arial,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.15}.shell.theme-clay .skill-summary{color:#6c6962;font-feature-settings:"ss03" 1, "ss10" 1, "ss11" 1, "ss12" 1;font-family:Roobert,Inter,Arial,sans-serif;font-size:.98rem;line-height:1.55}.shell.theme-clay .skill-tag{color:#3b9d64;font-feature-settings:"ss03" 1, "ss10" 1, "ss11" 1, "ss12" 1;letter-spacing:-.01em;text-transform:none;background:#edf3ec;border:0;border-radius:9999px;padding:.34rem .7rem;font-family:Roobert,Inter,Arial,sans-serif;font-size:.72rem;font-weight:600}.shell.theme-clay .skill-owner strong{color:#55534e}.shell.theme-clay .avatar-fallback{color:#55534e;background:#f1eee8}@media (width<=1024px){.shell.theme-clay .home-hero-shell{grid-template-columns:1fr}}@media (width<=720px){.shell.theme-clay .top-nav nav{align-items:center}}.shell.theme-hashicorp{background:#f1f2f3}.shell.theme-hashicorp .top-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #b2b6bd66}.shell.theme-hashicorp .top-nav a,.shell.theme-hashicorp .brand-link{color:#15181e;font-feature-settings:"kern" 1;font-family:HashiCorp Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.shell.theme-hashicorp .top-nav a{font-size:.94rem;font-weight:500}.shell.theme-hashicorp .brand-link{font-size:.98rem;font-weight:700}.shell.theme-hashicorp .top-nav a:hover,.shell.theme-hashicorp .top-nav a.active{color:#2264d6}.shell.theme-hashicorp .header-auth.profile,.shell.theme-hashicorp .theme-switcher-select{color:#3b3d45;background:#fff;border:1px solid #b2b6bd66;border-radius:5px;box-shadow:0 1px 1px #6168750d,0 2px 2px #6168750d}.shell.theme-hashicorp .header-auth.profile:hover,.shell.theme-hashicorp .theme-switcher-select:hover{color:#15181e;background:#f1f2f3}.shell.theme-hashicorp .header-auth.login{color:#d5d7db;background:#15181e;border:1px solid #b2b6bd66;border-radius:5px;box-shadow:0 1px 1px #6168750d,0 2px 2px #6168750d}.shell.theme-hashicorp .header-auth.login:hover{color:#efeff1;background:#0d0e12}.shell.theme-hashicorp .header-auth-avatar{border-color:#b2b6bd66}.shell.theme-hashicorp .header-auth-avatar-fallback{color:#15181e;background:#f1f2f3}.shell.theme-hashicorp .header-auth-handle{color:#15181e}.shell.theme-hashicorp .header-auth-menu{background:#fff;border:1px solid #b2b6bd66;box-shadow:0 1px 1px #6168750d,0 2px 2px #6168750d}.shell.theme-hashicorp .header-auth-menu-item:hover{background:#f1f2f3}.shell.theme-hashicorp .home-page,.shell.theme-hashicorp .app-section-light{color:#15181e;background:#f1f2f3}.shell.theme-hashicorp .app-section-dark{color:#efeff1;background:#15181e}.shell.theme-hashicorp .home-hero-section{padding-top:5.75rem;padding-bottom:4.75rem}.shell.theme-hashicorp .home-hero-shell{grid-template-columns:minmax(0,1.18fr) minmax(320px,.88fr);align-items:start;gap:2rem}.shell.theme-hashicorp .home-hero-title-brand,.shell.theme-hashicorp .home-hero-title-tagline,.shell.theme-hashicorp .home-card-section-header h2,.shell.theme-hashicorp .detail-hero-copy h1,.shell.theme-hashicorp .detail-file-view h2,.shell.theme-hashicorp .detail-versions-header h2,.shell.theme-hashicorp .modal-header h2{font-feature-settings:"kern" 1;font-family:HashiCorp Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.shell.theme-hashicorp .home-hero-title-brand,.shell.theme-hashicorp .home-hero-title-tagline{color:#efeff1}.shell.theme-hashicorp .home-hero-title-brand{letter-spacing:normal;font-size:clamp(2.72rem,4.9vw,4.25rem);font-weight:600;line-height:1.08}.shell.theme-hashicorp .home-hero-title-tagline{font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:600;line-height:1.18}.shell.theme-hashicorp .home-hero-subtitle,.shell.theme-hashicorp .home-card-section-copy,.shell.theme-hashicorp .muted{color:#d5d7db;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:1.05rem;line-height:1.6}.shell.theme-hashicorp .section-kicker{color:#656a76;font-feature-settings:"kern" 1;letter-spacing:1.3px;text-transform:uppercase;font-family:HashiCorp Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.81rem;font-weight:600}.shell.theme-hashicorp .home-hero-section .section-kicker{color:#b2b6bd}.shell.theme-hashicorp .button-primary{color:#d5d7db;background:#15181e;border:1px solid #b2b6bd66;border-radius:5px;box-shadow:0 1px 1px #6168750d,0 2px 2px #6168750d}.shell.theme-hashicorp .button-primary:hover{color:#efeff1;background:#0d0e12}.shell.theme-hashicorp .button-pill-link,.shell.theme-hashicorp .button-pill-link-dark{color:#3b3d45;background:#fff;border:1px solid #b2b6bd66;border-radius:4px;text-decoration:none;box-shadow:0 1px 1px #6168750d,0 2px 2px #6168750d}.shell.theme-hashicorp .button-pill-link:hover,.shell.theme-hashicorp .button-pill-link-dark:hover{color:#2264d6;background:#f1f2f3}.shell.theme-hashicorp .home-hero-panel{color:#efeff1;background:#0d0e12;border:1px solid #b2b6bd29;border-radius:8px;box-shadow:0 1px 1px #6168750d,0 2px 2px #6168750d}.shell.theme-hashicorp .home-hero-panel-lead,.shell.theme-hashicorp .home-hero-panel-label{color:#d5d7db}.shell.theme-hashicorp .home-hero-command{color:#1f2937;background:#f4f7fc;border:1px solid #cfd6e4;border-radius:5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.shell.theme-hashicorp .home-card-section{padding-top:4.5rem;padding-bottom:5.5rem}.shell.theme-hashicorp .home-card-section-header h2,.shell.theme-hashicorp .detail-hero-copy h1{color:#efeff1;font-size:clamp(2.4rem,4vw,3.25rem);font-weight:700;line-height:1.19}.shell.theme-hashicorp .detail-version-badge{color:#2264d6;background:#2264d61f;border-color:#2264d62e;border-radius:4px}.shell.theme-hashicorp .detail-hero-summary,.shell.theme-hashicorp .detail-version-value{color:#efeff1}.shell.theme-hashicorp .detail-hero-slug,.shell.theme-hashicorp .detail-version-label,.shell.theme-hashicorp .detail-license-banner{color:#d5d7db}.shell.theme-hashicorp .detail-version-chip,.shell.theme-hashicorp .detail-cli-card,.shell.theme-hashicorp .detail-overview-section,.shell.theme-hashicorp .detail-license-banner,.shell.theme-hashicorp .detail-file-tree,.shell.theme-hashicorp .detail-file-view,.shell.theme-hashicorp .detail-version-milestone,.shell.theme-hashicorp .modal-card,.shell.theme-hashicorp .notice{background:#fff;border:1px solid #b2b6bd66;border-radius:8px;box-shadow:0 1px 1px #6168750d,0 2px 2px #6168750d}.shell.theme-hashicorp .detail-version-chip,.shell.theme-hashicorp .detail-license-banner{box-shadow:none;background:#0d0e12;border:1px solid #b2b6bd38}.shell.theme-hashicorp .detail-cli-card{box-shadow:none;background:#0d0e12}.shell.theme-hashicorp .notice,.shell.theme-hashicorp .detail-overview-section,.shell.theme-hashicorp .detail-file-tree,.shell.theme-hashicorp .detail-file-view,.shell.theme-hashicorp .detail-version-milestone{color:#3b3d45}.shell.theme-hashicorp .detail-action-buttons .button-primary{color:#15181e;background:#fff;border:1px solid #b2b6bd66}.shell.theme-hashicorp .detail-action-buttons .button-primary:hover{color:#15181e;background:#f1f2f3}.shell.theme-hashicorp .detail-action-buttons .button-pill-link{color:#3b3d45;background:#fff;border-radius:4px}.shell.theme-hashicorp .detail-action-buttons .button-pill-link:hover{color:#2264d6}.shell.theme-hashicorp .detail-page,.shell.theme-hashicorp .detail-overview-tabs{--detail-overview-accent:#2264d6;background:0 0}.shell.theme-hashicorp .detail-overview-tabs:after{background:#b2b6bd66}.shell.theme-hashicorp .detail-overview-tab{color:#616875}.shell.theme-hashicorp .detail-overview-tab.active{color:#15181e}.shell.theme-hashicorp .detail-cli-card-kicker,.shell.theme-hashicorp .detail-cli-card-link{color:#d5d7db}.shell.theme-hashicorp .detail-cli-command-shell{background:#15181e;border-color:#b2b6bd3d;border-radius:5px}.shell.theme-hashicorp .detail-cli-command-shell code{color:#efeff1}.shell.theme-hashicorp .detail-cli-copy-button{color:#2264d6}.shell.theme-hashicorp .detail-cli-copy-button:hover{color:#1850b3}.shell.theme-hashicorp .skill-grid{gap:1.2rem}.shell.theme-hashicorp .skill-card{color:#15181e;background:#fff;border:1px solid #b2b6bd66;border-top:4px solid #14c6cb;border-radius:8px;gap:1rem;height:auto;min-height:0;padding:1.35rem 1.45rem 1.25rem;box-shadow:0 1px 1px #6168750d,0 2px 2px #6168750d}.shell.theme-hashicorp .skill-card-link:hover{transform:translateY(-1px);box-shadow:0 4px 8px #6168750f,0 1px 1px #6168750d}.shell.theme-hashicorp .skill-card-media{background:0 0;border:0;min-height:0;padding:0}.shell.theme-hashicorp .skill-card-tags{min-height:auto}.shell.theme-hashicorp .skill-tag{color:#14c6cb;font-feature-settings:"kern" 1;letter-spacing:1.3px;text-transform:uppercase;background:0 0;border:0;border-radius:0;padding:0;font-family:HashiCorp Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.81rem;font-weight:600}.shell.theme-hashicorp .skill-card h2{color:#15181e;font-feature-settings:"kern" 1;letter-spacing:normal;white-space:normal;font-family:HashiCorp Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:2rem;font-weight:700;line-height:1.19}.shell.theme-hashicorp .skill-summary{color:#3b3d45;min-height:5.07em;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.69}.shell.theme-hashicorp .skill-owner strong{color:#656a76;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.88rem;font-weight:500}.shell.theme-hashicorp .avatar-fallback{color:#3b3d45;background:#f1f2f3}@media (width<=1024px){.shell.theme-hashicorp .home-hero-shell{grid-template-columns:1fr}}@media (width<=720px){.shell.theme-hashicorp .top-nav nav{align-items:center}.shell.theme-hashicorp .skill-card{padding:1.2rem}.shell.theme-hashicorp .skill-card h2{font-size:1.7rem}}.shell.theme-tesla{background:#fff}.shell.theme-tesla .top-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:none;background:#ffffffbf;border-bottom:0}.shell.theme-tesla .top-nav a,.shell.theme-tesla .brand-link{color:#171a20;letter-spacing:normal;font-family:Universal Sans Text,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.shell.theme-tesla .top-nav a{font-size:.88rem;font-weight:500}.shell.theme-tesla .brand-link{font-size:.9rem;font-weight:500}.shell.theme-tesla .top-nav a:hover,.shell.theme-tesla .top-nav a.active{color:#171a20;background:#171a200d}.shell.theme-tesla .header-auth.profile,.shell.theme-tesla .theme-switcher-select{color:#171a20;box-shadow:none;background:#ffffffe0;border:0;border-radius:4px}.shell.theme-tesla .header-auth.profile:hover,.shell.theme-tesla .theme-switcher-select:hover{color:#171a20;background:#f4f4f4}.shell.theme-tesla .header-auth.login{color:#fff;box-shadow:none;background:#3e6ae1;border:0;border-radius:4px}.shell.theme-tesla .header-auth.login:hover{color:#fff;background:#355fd0}.shell.theme-tesla .header-auth-avatar{border-color:#d0d1d2cc}.shell.theme-tesla .header-auth-avatar-fallback{color:#171a20;background:#f4f4f4}.shell.theme-tesla .header-auth-handle{color:#171a20}.shell.theme-tesla .header-auth-menu{box-shadow:none;background:#fff;border:0}.shell.theme-tesla .header-auth-menu-item:hover{background:#f4f4f4}.shell.theme-tesla .home-page,.shell.theme-tesla .app-section-light{color:#171a20;background:#fff}.shell.theme-tesla .app-section-dark{color:#fff;background:#171a20}.shell.theme-tesla .home-hero-section{background:linear-gradient(#dbe4f1 0%,#edf1f6 42%,#f7f8fa 100%);padding-top:5.5rem;padding-bottom:5rem}.shell.theme-tesla .home-hero-shell{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:center;gap:2rem}.shell.theme-tesla .home-hero-title-brand,.shell.theme-tesla .home-hero-title-tagline,.shell.theme-tesla .home-card-section-header h2,.shell.theme-tesla .detail-hero-copy h1,.shell.theme-tesla .detail-file-view h2,.shell.theme-tesla .detail-versions-header h2,.shell.theme-tesla .modal-header h2{letter-spacing:normal;font-family:Universal Sans Display,Universal Sans Text,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-weight:500}.shell.theme-tesla .home-hero-title-brand,.shell.theme-tesla .home-hero-title-tagline{color:#171a20}.shell.theme-tesla .home-hero-title-brand{font-size:clamp(2.47rem,4.25vw,3.57rem);line-height:1.18}.shell.theme-tesla .home-hero-title-tagline{font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.2}.shell.theme-tesla .home-hero-subtitle,.shell.theme-tesla .home-card-section-copy,.shell.theme-tesla .muted{color:#4b5563;font-family:Universal Sans Text,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.94rem;line-height:1.45}.shell.theme-tesla .section-kicker{color:#5c5e62;letter-spacing:normal;text-transform:none;font-family:Universal Sans Text,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.88rem;font-weight:500}.shell.theme-tesla .home-hero-section .section-kicker{color:#5c5e62}.shell.theme-tesla .button-primary{color:#fff;min-height:40px;box-shadow:none;background:#3e6ae1;border:3px solid #0000;border-radius:4px}.shell.theme-tesla .button-primary:hover{color:#fff;background:#355fd0}.shell.theme-tesla .button-pill-link,.shell.theme-tesla .button-pill-link-dark{color:#393c41;min-height:40px;box-shadow:none;background:#fff;border:0;border-radius:4px;text-decoration:none}.shell.theme-tesla .button-pill-link:hover,.shell.theme-tesla .button-pill-link-dark:hover{color:#171a20;background:#f4f4f4}.shell.theme-tesla .home-hero-panel{color:#171a20;box-shadow:none;background:#fffffff5;border:0;border-radius:12px}.shell.theme-tesla .home-hero-panel-lead,.shell.theme-tesla .home-hero-panel-label{color:#393c41}.shell.theme-tesla .home-hero-command{color:#171a20;background:#f8f8f8;border:0;border-radius:4px;font-family:Universal Sans Text,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.shell.theme-tesla .home-card-section{padding-top:4.25rem;padding-bottom:5.25rem}.shell.theme-tesla .home-card-section-header h2,.shell.theme-tesla .detail-hero-copy h1{color:#171a20;font-size:clamp(2.2rem,3.8vw,2.9rem);line-height:1.2}.shell.theme-tesla .home-card-section-copy{color:#393c41}.shell.theme-tesla .detail-hero-section{background:linear-gradient(#dbe4f1 0%,#edf1f6 42%,#f7f8fa 100%)}.shell.theme-tesla .detail-hero-copy h1,.shell.theme-tesla .detail-hero-summary,.shell.theme-tesla .detail-version-value{color:#171a20}.shell.theme-tesla .detail-version-badge{color:#3e6ae1;background:#3e6ae11a;border-color:#3e6ae12e;border-radius:4px}.shell.theme-tesla .detail-hero-slug,.shell.theme-tesla .detail-version-label,.shell.theme-tesla .detail-license-banner,.shell.theme-tesla .section-kicker-dark{color:#5c5e62}.shell.theme-tesla .detail-hero-tags .skill-tag-dark{color:#4f6787;background:#ffffffc7;border:1px solid #d8e5f0}.shell.theme-tesla .detail-version-chip,.shell.theme-tesla .detail-cli-card,.shell.theme-tesla .detail-overview-section,.shell.theme-tesla .detail-file-tree,.shell.theme-tesla .detail-file-view,.shell.theme-tesla .detail-version-milestone,.shell.theme-tesla .modal-card,.shell.theme-tesla .notice{background:#fff;border:1px solid #dbe5f0;border-radius:12px;box-shadow:0 10px 26px #6d89b314}.shell.theme-tesla .detail-version-chip,.shell.theme-tesla .detail-license-banner{box-shadow:none;background:#ffffffd1;border:1px solid #dbe5f0;border-radius:12px}.shell.theme-tesla .detail-cli-card{box-shadow:none;background:#ffffffe6;border:1px solid #dbe5f0;border-radius:12px}.shell.theme-tesla .notice,.shell.theme-tesla .detail-overview-section,.shell.theme-tesla .detail-file-tree,.shell.theme-tesla .detail-file-view,.shell.theme-tesla .detail-version-milestone{color:#393c41}.shell.theme-tesla .detail-action-buttons .button-primary{color:#fff;background:#3e6ae1}.shell.theme-tesla .detail-action-buttons .button-primary:hover{color:#fff;background:#355fd0}.shell.theme-tesla .detail-action-buttons .button-pill-link,.shell.theme-tesla .detail-action-buttons .button-pill-link-dark{color:#171a20;background:#fff;border:0;border-radius:4px}.shell.theme-tesla .detail-action-buttons .button-pill-link:hover,.shell.theme-tesla .detail-action-buttons .button-pill-link-dark:hover{color:#171a20;background:#f4f4f4}.shell.theme-tesla .detail-page,.shell.theme-tesla .detail-overview-tabs{--detail-overview-accent:#3e6ae1;background:0 0}.shell.theme-tesla .detail-overview-tabs:after{background:#dbe5f0}.shell.theme-tesla .detail-overview-tab{color:#5c5e62}.shell.theme-tesla .detail-overview-tab.active{color:#171a20}.shell.theme-tesla .detail-cli-card-kicker,.shell.theme-tesla .detail-cli-card-link{color:#5c5e62}.shell.theme-tesla .detail-cli-command-shell{background:#f4f4f4;border-color:#dbe5f0;border-radius:4px}.shell.theme-tesla .detail-cli-command-shell code{color:#171a20}.shell.theme-tesla .detail-cli-copy-button{color:#3e6ae1}.shell.theme-tesla .detail-cli-copy-button:hover{color:#2f57c6}.shell.theme-tesla .skill-grid{gap:1.1rem}.shell.theme-tesla .skill-card{color:#1f2937;background:#fff;border:1px solid #dbe5f0;border-radius:14px;gap:1rem;height:auto;min-height:0;padding:1.35rem 1.45rem 1.3rem;transition:border-color .33s cubic-bezier(.5,0,0,.75),box-shadow .33s cubic-bezier(.5,0,0,.75),background-color .33s cubic-bezier(.5,0,0,.75);box-shadow:0 10px 26px #6d89b314}.shell.theme-tesla .skill-card-link:hover{background:#fff;border-color:#cfdced;transform:none;box-shadow:0 14px 32px #6d89b31f}.shell.theme-tesla .skill-card-link:focus-visible{outline-offset:4px;outline:2px solid #3e6ae152}.shell.theme-tesla .skill-card-media{background:0 0;border:0;min-height:0;padding:0}.shell.theme-tesla .skill-card-tags{margin-bottom:.1rem}.shell.theme-tesla .skill-tag{color:#4f8a63;letter-spacing:normal;text-transform:none;background:#e8f7ec;border:1px solid #dbefe1;border-radius:5px;padding:.24rem .58rem;font-family:Universal Sans Text,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.76rem;font-weight:500}.shell.theme-tesla .skill-card h2{color:#16233a;letter-spacing:normal;font-family:Universal Sans Display,Universal Sans Text,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:500;line-height:1.28}.shell.theme-tesla .skill-summary{color:#6f7ea0;font-family:Universal Sans Text,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.94rem;line-height:1.58}.shell.theme-tesla .skill-card-copy{gap:.7rem}.shell.theme-tesla .skill-card-footer{padding-top:.2rem}.shell.theme-tesla .skill-owner strong{color:#6a7488;font-family:Universal Sans Text,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.9rem;font-weight:400}.shell.theme-tesla .avatar-fallback{color:#5a6478;background:#f3f7fb}@media (width<=1024px){.shell.theme-tesla .home-hero-shell{grid-template-columns:1fr}}@media (width<=720px){.shell.theme-tesla .top-nav nav{align-items:center}.shell.theme-tesla .skill-card{padding:1rem}}
