:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}button,input{font:inherit}button{cursor:pointer}[data-menu-id$=-aiTools]{display:none!important}.center-state{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(145deg,#f8fbff,#f4f5fb)}.center-state strong{font-size:18px}.center-state p{margin:0;color:#7c879e;font-size:14px}.spinner{width:30px;height:30px;border:3px solid #dbe7ff;border-top-color:#2563eb;border-radius:999px;animation:spin .75s linear infinite}.state-icon,.brand-mark,.empty-illustration{display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 10px 25px #2563eb38}.state-icon{width:58px;height:58px;border-radius:18px;font-size:24px;font-weight:800}@keyframes spin{to{transform:rotate(360deg)}}.library-shell{height:100%;overflow:auto;background:#f6f8fc}.library-header{height:72px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;background:#fffffff0;border-bottom:1px solid #e8ecf4;position:sticky;top:0;z-index:3;backdrop-filter:blur(12px)}.brand-block,.header-actions,.user-chip,.editor-brand-bar{display:flex;align-items:center}.brand-block{gap:12px}.brand-mark{width:42px;height:42px;border-radius:13px;font-size:20px;font-weight:800}.brand-mark.small{width:30px;height:30px;border-radius:9px;font-size:14px;box-shadow:none}.brand-block h1{margin:0;font-size:19px;letter-spacing:.02em}.brand-block p{margin:3px 0 0;font-size:12px;color:#8993a8}.header-actions{gap:14px}.user-chip{gap:8px;color:#4c5870;font-size:13px}.user-chip img,.user-chip>span{width:30px;height:30px;border-radius:999px;object-fit:cover}.user-chip>span{display:grid;place-items:center;color:#35527f;background:#e9f0ff;font-weight:700}.primary-button,.text-button,.icon-button{border:0;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.primary-button{min-height:38px;padding:0 16px;border-radius:10px;color:#fff;background:linear-gradient(135deg,#2563eb,#5b5ce2);box-shadow:0 8px 18px #2563eb2e;font-weight:650}.primary-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #2563eb40}.primary-button:disabled{opacity:.65;cursor:default;transform:none}.icon-button{width:34px;height:34px;border-radius:9px;background:#eef2f8;color:#536079;font-size:18px}.icon-button:hover{background:#e3e9f3}.text-button{padding:7px 12px;border-radius:8px;color:#315fbf;background:#edf4ff;font-size:13px}.library-content{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:34px 0 60px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.section-heading h2{margin:0;font-size:21px}.section-heading p{margin:6px 0 0;color:#7d889e;font-size:13px}.document-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.document-card{min-height:94px;padding:18px;display:flex;align-items:center;gap:14px;position:relative;border:1px solid #e6eaf2;border-radius:15px;background:#fff;box-shadow:0 3px 12px #192a4609;outline:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.document-card:hover,.document-card:focus-visible{transform:translateY(-2px);border-color:#bdcef6;box-shadow:0 10px 28px #193c7817}.document-icon{width:44px;height:52px;display:grid;place-items:center;border-radius:9px;color:#fff;background:linear-gradient(150deg,#3275e8,#2454bd);font-weight:800}.document-main{min-width:0;display:flex;flex-direction:column;gap:8px}.document-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.document-main span{color:#929bad;font-size:12px}.delete-button{position:absolute;right:10px;top:9px;width:26px;height:26px;border:0;border-radius:7px;color:#a6adba;background:transparent;font-size:18px;opacity:0}.document-card:hover .delete-button,.delete-button:focus{opacity:1}.delete-button:hover{color:#dc2626;background:#fff0f0}.skeleton{min-height:94px;background:linear-gradient(90deg,#fff 25%,#f2f4f8,#fff 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.notice{margin-bottom:16px;padding:11px 13px;border-radius:10px;font-size:13px}.error-notice{color:#9f2d2d;background:#fff0f0;border:1px solid #ffd6d6}.empty-state{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-illustration{width:72px;height:80px;border-radius:16px;font-size:28px;font-weight:800}.empty-state h3{margin:22px 0 8px;font-size:18px}.empty-state p{margin:0 0 20px;color:#8a94a8;font-size:13px}.editor-shell{width:100%;height:100%;display:flex;flex-direction:column;background:#f3f4f7}.editor-brand-bar{flex:0 0 46px;height:46px;padding:0 12px;gap:9px;border-bottom:1px solid #e3e7ee;background:#fff;z-index:4}.editor-title-wrap{min-width:0;flex:1;display:flex;flex-direction:column;gap:1px}.editor-title-wrap strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.editor-title-wrap span{color:#8d96a8;font-size:10px}.editor-host{min-height:0;flex:1;overflow:hidden}.editor-host>div{width:100%;height:100%}@media(max-width:720px){.library-header{padding:0 16px}.user-chip strong{display:none}.library-content{width:calc(100% - 28px)}}
