.ws-page{max-width:1160px;margin:0 auto;padding:2.5rem 1.5rem 5rem}.ws-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2.25rem;display:flex}.ws-title{font-family:var(--fh);letter-spacing:-.025em;color:var(--t);margin-bottom:.2rem;font-size:1.65rem;font-weight:700}.ws-sub{color:var(--t3);font-size:.835rem}.ws-new-btn{background:var(--t);color:var(--bg);font-size:.825rem;font-weight:600;font-family:var(--fb);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.45rem;padding:.55rem 1rem;transition:opacity .15s;display:flex}.ws-new-btn:hover{opacity:.8}.ws-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.wsc{aspect-ratio:3/4;cursor:pointer;border-radius:10px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.wsc:hover{transform:translateY(-3px)}.wsc-new{border:1.5px dashed var(--bd);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;transition:border-color .15s,transform .18s;display:flex}.wsc-new:hover{border-color:var(--g)}.wsc-new-icon{background:var(--bg2);width:46px;height:46px;color:var(--t3);border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.wsc-new:hover .wsc-new-icon{background:var(--g);color:#fff}.wsc-new-label{color:var(--t);font-size:.9rem;font-weight:600}.wsc-new-sub{color:var(--t3);text-align:center;padding:0 1.25rem;font-size:.75rem;line-height:1.4}.wsc-item{background:var(--bg2)}.wsc-img{object-fit:cover;width:100%;height:100%;transition:transform .22s;position:absolute;inset:0}.wsc-item:hover .wsc-img{transform:scale(1.03)}.wsc-img-empty{background:var(--bg2);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.wsc-img-empty img{opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none;width:72%}body.dark .wsc-img-empty img{filter:invert()}.wsc-overlay{background:linear-gradient(#0000000a 0%,#0000002e 52%,#000000c7 100%);position:absolute;inset:0}.wsc-count{color:#ffffffd9;font-size:.65rem;font-weight:700;font-family:var(--fh);letter-spacing:.04em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000085;border-radius:20px;padding:2px 7px;position:absolute;top:9px;left:9px}.wsc-menu-wrap{z-index:10;position:absolute;top:8px;right:8px}.wsc-menu-btn{color:#fffc;cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000007a;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .15s,background .15s;display:flex}.wsc-item:hover .wsc-menu-btn{opacity:1}.wsc-menu-btn:hover{color:#fff;background:#000000b3}.wsc-menu-drop{background:var(--bg);border:1px solid var(--bd);z-index:20;border-radius:8px;min-width:150px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000002e}.wsc-menu-item{width:100%;font-size:.82rem;font-family:var(--fb);color:var(--t);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;padding:7px 10px;transition:background .12s;display:flex}.wsc-menu-item:hover{background:var(--bg2)}.wsc-menu-item.danger{color:var(--danger)}.wsc-menu-item.danger:hover{background:#dc262614}.wsc-footer{padding:.85rem .85rem .75rem;position:absolute;bottom:0;left:0;right:0}.wsc-mode{font-family:var(--fh);text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:.22rem;font-size:.58rem;font-weight:700}.wsc-name{color:#fff;margin-bottom:.3rem;font-size:.82rem;font-weight:600;line-height:1.3}.wsc-date{color:#ffffff73;font-size:.7rem}.wsc-skeleton{background:var(--bg2);animation:1.4s ease-in-out infinite ws-pulse}@keyframes ws-pulse{0%,to{opacity:1}50%{opacity:.45}}.ws-empty{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:5rem 0;display:flex}.ws-empty-icon{opacity:.35;font-size:2.5rem}.ws-empty-title{color:var(--t2);font-size:1rem;font-weight:600}.ws-empty-sub{color:var(--t3);font-size:.82rem}.ws-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ws-modal{background:var(--bg);border:1px solid var(--bd);border-radius:12px;width:100%;max-width:360px;padding:1.5rem;box-shadow:0 20px 60px #00000040}.ws-modal-title{font-family:var(--fh);color:var(--t);margin-bottom:1rem;font-size:1rem;font-weight:700}.ws-modal-body{color:var(--t2);margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.ws-modal-input{background:var(--bg2);border:1px solid var(--bd);width:100%;font-size:1rem;font-family:var(--fb);color:var(--t);border-radius:7px;outline:none;margin-bottom:1.25rem;padding:.6rem .8rem;transition:border-color .15s}.ws-modal-input:focus{border-color:var(--g)}.ws-modal-actions{justify-content:flex-end;gap:.6rem;display:flex}.ws-modal-cancel{background:var(--bg2);border:1px solid var(--bd);font-size:.82rem;font-family:var(--fb);color:var(--t2);cursor:pointer;border-radius:7px;padding:.5rem .9rem;transition:background .15s}.ws-modal-cancel:hover{background:var(--bd)}.ws-modal-save{background:var(--t);font-size:.82rem;font-weight:600;font-family:var(--fb);color:var(--bg);cursor:pointer;border:none;border-radius:7px;padding:.5rem .9rem;transition:opacity .15s}.ws-modal-save:hover{opacity:.8}.ws-modal-save.danger{background:var(--danger)}.ws-modal--new{max-width:440px}.ws-type-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:1rem;display:grid}.ws-type-card{background:var(--bg2);border:2px solid var(--bd);cursor:pointer;text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:.45rem;padding:1.1rem .75rem 1rem;transition:border-color .15s,background .15s;display:flex}.ws-type-card:hover{border-color:var(--g)}.ws-type-card.active{border-color:var(--g);background:var(--glow)}.ws-type-icon{background:var(--bg);width:48px;height:48px;color:var(--t2);border-radius:10px;justify-content:center;align-items:center;transition:color .15s;display:flex}.ws-type-card.active .ws-type-icon,.ws-type-card:hover .ws-type-icon{color:var(--g)}.ws-type-label{font-size:.88rem;font-weight:700;font-family:var(--fh);color:var(--t);align-items:center;gap:6px;display:flex}.ws-type-desc{color:var(--t3);font-size:.72rem;line-height:1.35}.ws-pro-badge{font-size:.6rem;font-weight:800;font-family:var(--fh);letter-spacing:.06em;color:#fff;vertical-align:middle;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:4px;padding:1px 5px;line-height:1.5;display:inline-block}.ws-tabs{border-bottom:1px solid var(--bd);gap:4px;margin-bottom:1.5rem;padding-bottom:0;display:flex}.ws-tab{font-size:.875rem;font-weight:600;font-family:var(--fb);color:var(--t3);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:.55rem 1rem;transition:color .15s,border-color .15s;display:flex}.ws-tab:hover{color:var(--t2)}.ws-tab.active{color:var(--t);border-bottom-color:var(--g)}.ws-tab-pro{font-size:.55rem;font-weight:800;font-family:var(--fh);letter-spacing:.06em;color:#fff;vertical-align:middle;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:4px;padding:1px 5px;line-height:1.5;display:inline-block}.wsc-wf{background:var(--bg2)}.wsc-wf-body{justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.wsc-wf-body svg{object-fit:cover;opacity:.18;width:110%;height:110%}@media (max-width:640px){.ws-page{padding:1.5rem 1rem 5rem}.ws-title{font-size:1.35rem}.ws-grid{grid-template-columns:repeat(2,1fr);gap:10px}}
