.new-skill{display:flex;flex-direction:column;height:100vh;background:#fafafa;overflow:hidden}.new-skill__topbar{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:52px;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;z-index:10}.new-skill__breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#86868b;letter-spacing:-.01em}.new-skill__breadcrumb-link{color:#86868b;text-decoration:none;font-weight:500;transition:color .15s ease}.new-skill__breadcrumb-link:hover{color:#1d1d1f}.new-skill__breadcrumb-sep{color:#d1d1d6;font-size:12px;flex-shrink:0;user-select:none}.new-skill__breadcrumb-current{color:#1d1d1f;font-weight:600}.new-skill__topbar-actions{display:flex;align-items:center;gap:8px}.new-skill__clear-btn{display:flex;align-items:center;gap:6px;height:32px;padding:0 14px;border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:#86868b;border-radius:8px;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em}.new-skill__clear-btn:hover:not(:disabled){background:#f5f5f7;color:#636366}.new-skill__clear-btn:disabled{opacity:.4;cursor:not-allowed}.new-skill__draft-btn{display:flex;align-items:center;gap:6px;height:32px;padding:0 16px;border:1px solid #e0e0e2;background:#fff;color:#636366;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em}.new-skill__draft-btn:hover:not(:disabled){background:#f5f5f7;border-color:#d1d1d6;color:#1d1d1f}.new-skill__draft-btn:disabled{opacity:.4;cursor:not-allowed}.new-skill__draft-btn .animate-spin{animation:spin 1s linear infinite}.new-skill__save-btn{display:flex;align-items:center;gap:6px;height:32px;padding:0 16px;border:none;background:#1d1d1f;color:#fff;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em}.new-skill__save-btn:hover:not(:disabled){background:#333336}.new-skill__save-btn:disabled{opacity:.4;cursor:not-allowed}.new-skill__save-btn .animate-spin{animation:spin 1s linear infinite}.new-skill__enable-btn{display:flex;align-items:center;gap:6px;height:32px;padding:0 16px;border:1px solid #e2e2e5;background:#fff;color:#1d1d1f;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em}.new-skill__enable-btn:hover:not(:disabled){background:#f5f5f5;border-color:#d1d1d6}.new-skill__enable-btn:disabled{cursor:not-allowed}.new-skill__enable-btn--active{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.new-skill__enable-btn--active:disabled{opacity:1}.new-skill__enable-btn .animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.new-skill__body{display:flex;flex:1;overflow:hidden;min-height:0}.new-skill__editor{flex:1;overflow-y:auto;min-width:0;scrollbar-width:none;-ms-overflow-style:none}.new-skill__editor::-webkit-scrollbar{display:none}.new-skill__editor-inner{max-width:920px;margin:0 auto;padding:48px 40px 120px}.new-skill__cover-preview{width:100%;height:140px;border-radius:16px;margin-bottom:28px;overflow:visible;transition:background .4s ease}.new-skill__cover-preview,.new-skill__cover-stack{display:flex;align-items:center;justify-content:center}.new-skill__cover-stack{height:100px;gap:0}.new-skill__cover-card{position:relative;width:64px;height:74px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;padding:8px;margin-left:-14px;flex-shrink:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.new-skill__cover-card:first-child{margin-left:0;transform:translateY(-2px) rotate(-8deg);z-index:1}.new-skill__cover-card:nth-child(2){transform:translateY(2px) rotate(-3deg);z-index:2}.new-skill__cover-card:nth-child(3){transform:translateY(-3px) rotate(4deg);z-index:3}.new-skill__cover-card:nth-child(4){transform:translateY(1px) rotate(9deg);z-index:4}.new-skill__cover-preview:hover .new-skill__cover-card:first-child{transform:translateY(-3px) rotate(-12deg)}.new-skill__cover-preview:hover .new-skill__cover-card:nth-child(2){transform:translateY(-1px) rotate(-5deg)}.new-skill__cover-preview:hover .new-skill__cover-card:nth-child(3){transform:translateY(-3px) rotate(7deg)}.new-skill__cover-preview:hover .new-skill__cover-card:nth-child(4){transform:translateY(-1px) rotate(12deg)}.cover-mini-content{width:100%;height:100%;display:flex;flex-direction:column;gap:3px}.cover-mini-line{height:2.5px;background:#e8e8ed;border-radius:1px;width:100%;transition:background .3s ease}.cover-mini-line--indent{margin-left:6px}.cover-mini-content--text{padding-top:2px;gap:4px}.cover-mini-content--code{gap:3px}.cover-mini-content--image .cover-mini-img{width:100%;height:28px;background:#f5f5f7;border-radius:4px;margin-bottom:4px;transition:background .3s ease}.cover-mini-content--list{gap:4px}.cover-mini-content--list .cover-mini-list-row{display:flex;align-items:center;gap:3px}.cover-mini-content--list .cover-mini-bullet{width:3px;height:3px;background:#d1d1d6;border-radius:50%;flex-shrink:0;transition:background .3s ease}.new-skill__title-input{width:100%;border:none;background:rgba(0,0,0,0);font-size:32px;font-weight:700;color:#1d1d1f;letter-spacing:-.035em;line-height:1.2;outline:none;padding:0;margin-bottom:24px}.new-skill__title-input::placeholder{color:#d1d1d6}.new-skill__meta{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.new-skill__meta-row{display:flex;align-items:center;gap:12px}.new-skill__meta-row--full{flex-direction:column;align-items:flex-start;gap:6px}.new-skill__meta-label{font-size:12px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.04em;min-width:72px;flex-shrink:0}.new-skill__category-input{padding:6px 10px;border:1px solid #ebebed;border-radius:7px;background:#fff;font-size:13px;font-weight:500;color:#1d1d1f;transition:all .12s ease;letter-spacing:-.01em;min-width:180px}.new-skill__category-input::placeholder{color:#c7c7cc;font-weight:400}.new-skill__category-input:hover{border-color:#d1d1d6}.new-skill__category-input:focus{outline:none;border-color:#1d1d1f;box-shadow:0 0 0 3px rgba(29,29,31,.04)}.new-skill__type-toggle{display:inline-flex;align-items:center;background:#f0f0f2;border-radius:8px;padding:3px;gap:2px}.new-skill__type-btn{appearance:none;display:inline-flex;align-items:center;gap:5px;border:none;background:rgba(0,0,0,0);color:#86868b;font-size:12.5px;font-weight:500;padding:5px 12px;border-radius:6px;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em;white-space:nowrap}.new-skill__type-btn svg{flex-shrink:0}.new-skill__type-btn:hover:not(.new-skill__type-btn--active){color:#636366;background:hsla(0,0%,100%,.5)}.new-skill__type-btn--active{background:#fff;color:#1d1d1f;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04)}.new-skill__desc-input{width:100%;padding:8px 12px;border:1px solid #ebebed;border-radius:8px;background:#fff;font-size:14px;color:#1d1d1f;transition:all .12s ease;letter-spacing:-.01em}.new-skill__desc-input::placeholder{color:#c7c7cc}.new-skill__desc-input:hover{border-color:#d1d1d6}.new-skill__desc-input:focus{outline:none;border-color:#1d1d1f;box-shadow:0 0 0 3px rgba(29,29,31,.04)}.new-skill__divider{height:1px;background:#f0f0f0;margin:4px 0 28px}.new-skill__prompt-section{display:flex;flex-direction:column;gap:12px}.new-skill__prompt-header{display:flex;align-items:baseline;gap:10px}.new-skill__prompt-label{font-size:12px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.04em}.new-skill__prompt-hint{font-size:12px;color:#c7c7cc;letter-spacing:-.01em}.new-skill__prompt-editor{width:100%;min-height:400px;padding:20px 0;border:none;background:rgba(0,0,0,0);font-size:15px;font-family:SF Mono,Fira Code,JetBrains Mono,Cascadia Code,Menlo,Monaco,Consolas,monospace;color:#1d1d1f;line-height:1.7;resize:none;outline:none;letter-spacing:-.005em}.new-skill__prompt-editor::placeholder{color:#d1d1d6;font-family:SF Mono,Fira Code,JetBrains Mono,Cascadia Code,Menlo,Monaco,Consolas,monospace}.new-skill__copilot{width:380px;flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-left:1px solid #ebebed;overflow:hidden}.new-skill__body--creative .new-skill__copilot{width:480px}.new-skill__copilot-header{display:flex;align-items:center;padding:14px 18px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.new-skill__copilot-title{font-size:12.5px;font-weight:600;color:#86868b;letter-spacing:.01em;text-transform:uppercase}.new-skill__copilot-messages{flex:1;overflow-y:auto;padding:16px 16px 8px;display:flex;flex-direction:column;gap:2px;scrollbar-width:thin;scrollbar-color:#e5e5ea rgba(0,0,0,0)}.new-skill__copilot-messages::-webkit-scrollbar{width:4px}.new-skill__copilot-messages::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.new-skill__copilot-messages::-webkit-scrollbar-thumb{background:#e5e5ea;border-radius:4px}.copilot-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.copilot-empty p{font-size:13px;color:#86868b;margin:0;text-align:center}.copilot-empty__illustration{position:relative;width:120px;height:75px;margin-bottom:16px}.copilot-empty__card{position:absolute;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04);border:none}.copilot-empty__card .card-line{height:3px;border-radius:1.5px;background:#e8e8ed;margin:4px 6px;width:calc(100% - 12px)}.copilot-empty__card .card-line.short{width:40%;margin-left:6px}.copilot-empty__card.card-left{width:44px;height:54px;left:12px;top:8px;transform:rotate(-8deg);z-index:1;background:linear-gradient(135deg,#f5f5f7,#fff)}.copilot-empty__card.card-center{width:48px;height:56px;left:50%;top:4px;transform:translateX(-50%) rotate(2deg);z-index:2;padding-top:10px}.copilot-empty__card.card-right{width:48px;height:56px;right:12px;top:6px;transform:rotate(6deg);z-index:3;padding-top:10px}.copilot-msg{display:flex;gap:10px;align-items:flex-start;animation:msg-enter .25s ease-out;padding:6px 0}.copilot-msg--user{justify-content:flex-end;padding:10px 0}.copilot-msg--tool{padding:2px 0 2px 32px}@keyframes msg-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.copilot-msg__avatar{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(136deg,#1a1a1a,#dd3919);box-shadow:0 1px 3px rgba(0,0,0,.08);margin-top:1px}.copilot-msg__body{flex:1;min-width:0}.copilot-msg__content{font-size:13.5px;line-height:1.6;color:#1d1d1f;letter-spacing:-.01em;word-break:break-word}.copilot-msg--user .copilot-msg__content{color:#1d1d1f;background:#f2f2f4;padding:9px 14px;border-radius:18px 18px 4px 18px;font-size:13px;font-weight:450;width:max-content;max-width:85%;margin-left:auto}.copilot-msg__content--md{white-space:normal}.copilot-msg__content--md p{margin:0 0 8px}.copilot-msg__content--md p:last-child{margin-bottom:0}.copilot-msg__content--md strong{font-weight:600;color:#1d1d1f}.copilot-msg__content--md em{font-style:italic}.copilot-msg__content--md h1,.copilot-msg__content--md h2,.copilot-msg__content--md h3,.copilot-msg__content--md h4{font-weight:600;color:#1d1d1f;margin:14px 0 6px}.copilot-msg__content--md h1:first-child,.copilot-msg__content--md h2:first-child,.copilot-msg__content--md h3:first-child,.copilot-msg__content--md h4:first-child{margin-top:0}.copilot-msg__content--md h3{font-size:13.5px}.copilot-msg__content--md h4{font-size:13px}.copilot-msg__content--md ol,.copilot-msg__content--md ul{margin:4px 0 8px;padding-left:18px}.copilot-msg__content--md li{margin-bottom:3px}.copilot-msg__content--md code{font-family:SF Mono,Fira Code,monospace;font-size:11.5px;background:#f3f3f5;padding:2px 6px;border-radius:5px;color:#1d1d1f;border:1px solid #eeeef0}.copilot-msg__content--md pre{background:#f7f7f8;border:1px solid #eeeeef;border-radius:10px;padding:12px 14px;margin:10px 0;overflow-x:auto}.copilot-msg__content--md pre code{background:none;padding:0;font-size:11.5px;line-height:1.55;border:none}.copilot-msg__content--md blockquote{border-left:2px solid #d1d1d6;margin:8px 0;padding-left:12px;color:#6e6e73}.copilot-msg__content--md a{color:#06c;text-decoration:none}.copilot-msg__content--md a:hover{text-decoration:underline}.copilot-msg__typing{display:flex;align-items:center;gap:5px;padding:6px 0}.copilot-msg__typing span{width:5px;height:5px;border-radius:50%;background:#c7c7cc;animation:copilot-typing 1.4s ease-in-out infinite}.copilot-msg__typing span:nth-child(2){animation-delay:.2s}.copilot-msg__typing span:nth-child(3){animation-delay:.4s}@keyframes copilot-typing{0%,60%,to{opacity:.25;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.copilot-cursor{display:inline-block;width:2px;height:15px;background:#1d1d1f;margin-left:2px;vertical-align:text-bottom;animation:cursor-blink .9s steps(2) infinite;border-radius:1px}@keyframes cursor-blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.new-skill__prompt-editor--streaming{caret-color:rgba(0,0,0,0);border-color:#1d1d1f!important;box-shadow:0 0 0 3px rgba(0,0,0,.04)!important}.copilot-tool-activity{display:flex;flex-direction:column;gap:6px}.copilot-tool-activity__item{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:#636366;letter-spacing:-.01em;padding:6px 12px 6px 10px;background:#f8f8fa;border:1px solid #eeeeef;border-radius:20px;width:fit-content;position:relative;overflow:hidden}.copilot-tool-activity__item:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6) 50%,transparent);animation:tool-shimmer 2s ease-in-out infinite}.copilot-tool-activity__item svg:first-child{color:#aeaeb2;flex-shrink:0}.copilot-tool-activity__item span{position:relative;z-index:1}.copilot-tool-activity__item .animate-spin{animation:spin 1.2s linear infinite;color:#c7c7cc;flex-shrink:0}@keyframes tool-shimmer{0%{left:-100%}50%{left:100%}to{left:100%}}.copilot-file-chips{display:flex;flex-wrap:wrap;gap:4px;padding:0;flex-shrink:0}.copilot-file-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:none;border:none;border-radius:4px;font-size:11px;font-weight:500;color:#86868b;max-width:200px;transition:color .12s ease}.copilot-file-chip svg:first-child{color:#aeaeb2;flex-shrink:0}.copilot-file-chip:hover{color:#636366}.copilot-file-chip__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.copilot-file-chip__remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:rgba(0,0,0,0);color:#c7c7cc;cursor:pointer;padding:0;border-radius:50%;flex-shrink:0;transition:all .12s ease}.copilot-file-chip__remove:hover{color:#636366;background:#e5e5ea}.copilot-upload-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:rgba(0,0,0,0);color:#aeaeb2;cursor:pointer;border-radius:50%;flex-shrink:0;transition:all .15s ease;padding:0}.copilot-upload-btn:hover:not(:disabled){color:#636366;background:#f2f2f4}.copilot-upload-btn:disabled{opacity:.35;cursor:not-allowed}.copilot-upload-btn .animate-spin{animation:spin 1s linear infinite}.new-skill__copilot-input-area{flex-shrink:0;padding:12px 16px 16px}.copilot-mode-toggle{display:inline-flex;align-items:center;margin-bottom:10px;background:#f0f0f2;border-radius:6px;padding:3px;position:relative}.copilot-mode-toggle__btn{appearance:none;border:none;background:rgba(0,0,0,0);color:#86868b;font-size:11px;font-weight:600;padding:4px 12px;border-radius:4px;cursor:pointer;transition:color .15s ease;letter-spacing:.01em;position:relative;z-index:1}.copilot-mode-toggle__btn:hover:not(.copilot-mode-toggle__btn--active){color:#636366}.copilot-mode-toggle__btn--active{background:#fff;color:#1d1d1f;box-shadow:0 1px 2px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04)}.new-skill__copilot-input{display:flex;align-items:center;gap:6px}.new-skill__copilot-input input{flex:1;height:38px;padding:0 14px;border:1px solid #e5e5e7;border-radius:60px;background:#fafafa;font-size:13px;color:#1d1d1f;transition:all .15s ease;letter-spacing:-.01em}.new-skill__copilot-input input::placeholder{color:#c7c7cc}.new-skill__copilot-input input:focus{outline:none;border-color:#d1d1d6;background:#fff;box-shadow:0 0 0 3px rgba(0,0,0,.03)}.new-skill__copilot-input input:disabled{opacity:.45}.new-skill__copilot-input button[type=submit]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:100%;background:#1d1d1f;color:#fff;cursor:pointer;transition:all .15s ease;flex-shrink:0}.new-skill__copilot-input button[type=submit]:hover:not(:disabled){background:#333336;transform:scale(1.04)}.new-skill__copilot-input button[type=submit]:active:not(:disabled){transform:scale(.96)}.new-skill__copilot-input button[type=submit]:disabled{opacity:.25;cursor:not-allowed}@media(max-width:900px){.new-skill__copilot{display:none}.new-skill__editor-inner{padding:32px 24px 80px}}@media(max-width:600px){.new-skill__topbar{padding:0 16px}.new-skill__editor-inner{padding:24px 16px 80px}.new-skill__cover-preview{height:110px;margin-bottom:20px}.new-skill__cover-card{width:54px;height:62px;padding:6px;margin-left:-12px}.new-skill__title-input{font-size:26px}.new-skill__prompt-editor{font-size:14px}}.new-skill__topbar-left{display:flex;align-items:center;gap:16px}.new-skill__mode-toggle{display:flex;align-items:center;gap:2px;padding:2px;border-radius:8px;background:#f2f2f7}.new-skill__mode-btn{display:flex;align-items:center;gap:5px;height:28px;padding:0 12px;border:none;background:rgba(0,0,0,0);color:#86868b;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em}.new-skill__mode-btn:hover:not(.new-skill__mode-btn--active){color:#636366}.new-skill__mode-btn--active{background:#fff;color:#1d1d1f;box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04)}.builder-header-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.builder-save-trigger{display:flex;align-items:center;gap:4px;height:24px;padding:0 10px;border:none;background:#1d1d1f;color:#fff;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;transition:all .15s ease}.builder-save-trigger:hover{background:#333336}.builder-saved-badge{display:flex;align-items:center;gap:4px;padding:3px 8px;background:#f0fdf4;color:#16a34a;border-radius:6px;font-size:10px;font-weight:600}.builder-inline-actions{display:flex;justify-content:flex-start;padding-bottom:8px}.builder-setup-status{background:#f9f9fb;border:1px solid #f0f0f2;border-radius:10px;color:#636366}.builder-setup-status,.builder-stale-notice{display:flex;align-items:center;gap:8px;padding:10px 14px;margin:4px 0;font-size:12.5px;font-weight:500;animation:msg-enter .25s ease-out}.builder-stale-notice{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;color:#92400e}.builder-stale-notice--stuck{background:#fef2f2;border-color:#fecaca;color:#991b1b}.builder-stale-notice__cancel{margin-left:auto;padding:3px 10px;border:1px solid #fca5a5;border-radius:6px;background:#fff;color:#dc2626;font-size:11.5px;font-weight:600;cursor:pointer;white-space:nowrap}.builder-stale-notice__cancel:hover{background:#fef2f2}.builder-cancel-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:none;background:#fef2f2;color:#dc2626;cursor:pointer;flex-shrink:0}.builder-cancel-btn:hover{background:#fecaca}.builder-messages .spawn-group{padding:0}.builder-messages .spawn-group-header{padding:12px 0 4px}.builder-messages .spawn-group-avatar{width:22px;height:22px;border-radius:50%}.builder-messages .spawn-group-name{font-size:12px}.builder-messages .spawn-group-body{padding-left:32px}.builder-messages .spawn-user-bubble{font-size:13px;padding:8px 14px}.builder-messages .spawn-text-item{font-size:13.5px;line-height:1.6}.builder-messages .stool{margin:4px 0}.builder-messages .stool-header{padding:6px 10px;gap:6px}.builder-messages .stool-name{font-size:11px}.builder-messages .stool-detail{font-size:10.5px}.builder-messages .stool-body{font-size:11px}.builder-files-tray{display:flex;flex-wrap:wrap;align-items:center;gap:2px 8px;padding-bottom:6px;max-height:64px;overflow-y:auto}.builder-files-section{display:flex;align-items:center;gap:2px}.builder-files-label{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:600;color:#c7c7cc;text-transform:uppercase;letter-spacing:.03em;margin-right:2px}.skill-preview{display:flex;flex-direction:column;gap:16px}.skill-preview--empty{height:100%;display:flex;align-items:center;justify-content:center}.skill-preview__placeholder{text-align:center;color:#aeaeb2;display:flex;flex-direction:column;align-items:center;gap:10px}.skill-preview__placeholder p{font-size:13px;line-height:1.5;max-width:260px}.skill-preview__header{display:flex;flex-direction:column;gap:4px}.skill-preview__category{font-size:11px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.04em}.skill-preview__title{font-size:18px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;margin:0}.skill-preview__description{font-size:13px;color:#636366;line-height:1.45;margin:0}.skill-preview__tags{display:flex;flex-wrap:wrap;gap:4px}.skill-preview__tag{padding:3px 9px;background:#f2f2f7;color:#636366;border-radius:12px;font-size:11px;font-weight:500}.skill-preview__section{border:1px solid #f0f0f0;border-radius:10px;overflow:hidden}.skill-preview__section-header{display:flex;align-items:center;gap:6px;width:100%;padding:10px 12px;border:none;background:#fafafa;color:#636366;font-size:12px;font-weight:600;cursor:pointer;text-align:left;transition:background .1s ease}.skill-preview__section-header:hover{background:#f5f5f7}.skill-preview__section-count{margin-left:auto;background:#e8e8ed;color:#636366;padding:1px 7px;border-radius:10px;font-size:10px;font-weight:700}.skill-preview__section-body{padding:10px 12px;border-top:1px solid #f0f0f0}.skill-preview__chips{display:flex;flex-wrap:wrap;gap:6px}.skill-preview__chip{display:flex;align-items:center;gap:5px;padding:5px 10px;background:#f2f2f7;border-radius:8px;font-size:12px;color:#1d1d1f;font-weight:500}.skill-preview__chip--output{background:#eff6ff;color:#2563eb}.skill-preview__chip-name{font-weight:600}.skill-preview__chip-type{font-size:10px;color:#86868b;font-weight:500}.skill-preview__chip-required{font-size:9px;color:#ef4444;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.skill-preview__prompt pre{font-size:12px;line-height:1.55;color:#3a3a3c;font-family:SF Mono,Fira Code,monospace;white-space:pre-wrap;word-break:break-word;margin:0;max-height:300px;overflow-y:auto}.skill-preview__examples{display:flex;flex-direction:column;gap:8px}.skill-preview__example{padding:8px;background:#fafafa;border-radius:6px;font-size:12px;line-height:1.5}.skill-preview__example-input span,.skill-preview__example-output span{font-weight:600;color:#636366;font-size:11px;text-transform:uppercase}.skill-preview__example-output{margin-top:4px;color:#86868b}.skill-preview__artifacts{display:flex;flex-direction:column;gap:4px}.skill-preview__artifact{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:6px;font-size:12px;color:#636366}.skill-preview__artifact:hover{background:#f5f5f7}.save-modal-overlay{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}.save-modal{background:#fff;border-radius:16px;width:520px;max-width:calc(100vw - 40px);max-height:calc(100vh - 80px);display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.15)}.save-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.save-modal__header h3{font-size:15px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;margin:0}.save-modal__close{width:28px;height:28px;border:none;background:rgba(0,0,0,0);color:#86868b;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.save-modal__close:hover{background:#f2f2f7;color:#636366}.save-modal__body{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:16px}.save-modal__empty{text-align:center;color:#86868b;font-size:13px;padding:32px 0}.save-modal__section{display:flex;flex-direction:column;gap:8px}.save-modal__section-title{font-size:12px;font-weight:600;color:#1d1d1f;display:flex;flex-direction:column;gap:2px}.save-modal__section-hint{font-weight:400;color:#86868b;font-size:11px}.save-modal__meta{display:flex;flex-direction:column;gap:4px}.save-modal__category{font-size:10px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.04em}.save-modal__title{font-size:16px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;margin:0}.save-modal__description{font-size:13px;color:#636366;line-height:1.45;margin:0}.save-modal__tags{display:flex;flex-wrap:wrap;gap:4px}.save-modal__tag{display:flex;align-items:center;gap:3px;padding:3px 8px;background:#f2f2f7;color:#636366;border-radius:12px;font-size:11px;font-weight:500}.save-modal__io{display:flex;flex-direction:column;gap:6px}.save-modal__io-label{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.02em}.save-modal__io-chips{display:flex;flex-wrap:wrap;gap:4px}.save-modal__io-chip{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#f2f2f7;border-radius:8px;font-size:12px;font-weight:600;color:#1d1d1f}.save-modal__io-chip--output{background:#eff6ff;color:#2563eb}.save-modal__io-chip-type{font-size:10px;font-weight:500;color:#86868b}.save-modal__artifacts{display:flex;flex-direction:column;gap:4px}.save-modal__artifact{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #f0f0f0;border-radius:8px;cursor:pointer;transition:all .1s ease;font-size:12.5px;color:#636366}.save-modal__artifact:hover{background:#fafafa}.save-modal__artifact--selected{border-color:#1d1d1f;background:#fafafa}.save-modal__artifact input[type=checkbox]{display:none}.save-modal__artifact-check{width:16px;height:16px;border:1.5px solid #d1d1d6;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .1s ease}.save-modal__artifact--selected .save-modal__artifact-check{background:#1d1d1f;border-color:#1d1d1f;color:#fff}.save-modal__artifact-path{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:SF Mono,Fira Code,monospace;font-size:11.5px}.save-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid #f0f0f0}.save-modal__cancel{height:34px;padding:0 16px;border:1px solid #e5e5ea;background:#fff;color:#636366;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s ease}.save-modal__cancel:hover:not(:disabled){background:#f5f5f7}.save-modal__cancel:disabled{opacity:.4}.save-modal__confirm{display:flex;align-items:center;gap:5px;height:34px;padding:0 16px;border:none;background:#1d1d1f;color:#fff;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s ease}.save-modal__confirm:hover:not(:disabled){background:#333336}.save-modal__confirm:disabled{opacity:.5;cursor:not-allowed}.save-modal__confirm .animate-spin{animation:spin 1s linear infinite}