@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";html{scrollbar-gutter:stable;overflow-y:auto}:root{--bg: #f6f7fb;--surface: #ffffff;--text: #0f172a;--muted: #6b7280;--border: #e5e7eb;--primary: #0f172a;--accent: #0ea5e9;--success: #16a34a;--danger: #dc2626}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;scrollbar-gutter:stable}a{color:inherit;text-decoration:none}.layout{min-height:100vh;background:var(--bg)}.with-sidebar{display:grid;grid-template-columns:240px 1fr}.side-nav{background:var(--surface);border-right:1px solid var(--border);padding:24px 18px;display:flex;flex-direction:column;gap:18px;position:sticky;top:0;height:100vh}.brand{font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.side-links{display:flex;flex-direction:column;gap:8px;flex:1}.side-link{padding:12px 14px;border-radius:12px;font-weight:600;color:var(--muted);border:1px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease;display:flex;align-items:center;gap:10px}.side-link:hover{background:#f3f4f6;color:var(--text)}.side-link.active{background:#eef2ff;border-color:var(--border);color:var(--text)}.ghost-btn.full{width:100%;justify-content:center;display:flex;align-items:center;gap:10px}.main-panel{display:flex;flex-direction:column;min-height:100vh}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.section-title{font-weight:700;font-size:1.05rem;letter-spacing:-.01em}.top-actions{display:flex;align-items:center;gap:12px}.avatar-chip{width:36px;height:36px;border-radius:999px;background:#f3f4f6;color:var(--text);display:grid;place-items:center;font-weight:700;letter-spacing:-.01em}.ghost-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);padding:9px 12px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease}.ghost-btn:hover{background:#f3f4f6}.page-shell{width:100%;max-width:1200px;margin:0 auto;padding:24px;width:min(1200px,100%)}.page-content{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:0 12px 30px #0f172a0f}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-card{background:#fafafa;border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:none}.stat-label{font-size:.95rem;color:var(--muted);margin-bottom:6px}.stat-value{font-size:2rem;font-weight:700;color:var(--text)}.stat-subtext{color:var(--muted);font-size:.92rem;margin-top:6px}.error-banner{margin-top:12px;padding:.9rem 1rem;border-radius:12px;background:#fef2f2;border:1px solid #fecdd3;color:#b91c1c}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg)}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:32px;width:100%;max-width:420px;box-shadow:0 20px 50px #0f172a14;text-align:left}.login-card h1{font-size:1.6rem;font-weight:700;color:var(--text);margin-bottom:6px}.login-card p{color:var(--muted);margin-bottom:20px}.input-group{text-align:left;margin-bottom:18px}.input-group label{display:block;font-size:.95rem;font-weight:600;margin-bottom:8px;color:var(--text)}.input-group input{width:100%;padding:12px 14px;background:#fff;border:1px solid var(--border);border-radius:12px;color:var(--text);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.input-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #11182714}.error-message{color:#b91c1c;font-size:.95rem;margin-bottom:12px}button[type=submit]{width:100%;padding:12px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 20px #11182729}button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.unauthorized-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:24px}.unauthorized-card{max-width:460px;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:32px;text-align:center;box-shadow:0 18px 44px #0f172a14}.unauthorized-icon-container{margin-bottom:18px;display:flex;justify-content:center}.unauthorized-icon{width:72px;height:72px;border-radius:16px;background:#f3f4f6;display:grid;place-items:center;color:var(--text);border:1px solid var(--border)}.unauthorized-title{font-size:1.6rem;font-weight:700;margin-bottom:10px;color:var(--text)}.unauthorized-message{color:var(--muted);font-size:1rem;line-height:1.5;margin-bottom:20px}.unauthorized-button{display:block;width:100%;padding:12px;background:var(--primary);color:#fff;text-decoration:none;font-weight:700;border-radius:12px;transition:transform .15s ease,box-shadow .2s ease}.unauthorized-button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #11182729}.unauthorized-logout-btn{display:block;width:100%;margin-top:12px;padding:11px;background:var(--surface);color:var(--text);border:1px solid var(--border);font-weight:600;border-radius:12px;cursor:pointer;transition:background .2s ease,transform .15s ease}.unauthorized-logout-btn:hover{background:#f3f4f6;transform:translateY(-1px)}.unauthorized-footer{margin-top:16px;color:var(--muted);font-size:.9rem;font-style:italic}.auth-loading-screen,.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);color:var(--text)}.loader-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.loader-spinner{width:38px;height:38px;border:4px solid rgba(17,24,39,.12);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.loader-text{color:var(--muted);font-weight:600;letter-spacing:.02em}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.marketplace-shell{display:flex;flex-direction:column;gap:18px}.marketplace-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--muted);margin-bottom:4px}.muted{color:var(--muted)}.muted.small{font-size:.95rem}.header-actions{display:flex;gap:10px}.primary-btn{border:none;background:var(--text);color:#fff;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer}.marketplace-tabs{display:flex;gap:8px}.pill-tab{padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:#f8fafc;font-weight:600;color:var(--muted);transition:all .2s ease}.pill-tab.active{background:#0f172a;color:#fff;border-color:#0f172a}.bento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.bento-card,.list-card,.create-card{background:#fdfdff;border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:0 14px 30px #0f172a0d}.span-2{grid-column:span 2}.card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-weight:700;font-size:.85rem;text-transform:capitalize}.pill.subtle{background:#f8fafc;color:var(--muted);border:1px solid var(--border)}.pill.ghost{background:#f3f4f6;color:var(--text)}.pill.success{background:#ecfdf3;color:#0f5132;border:1px solid #bbf7d0}.pill.warning{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.pill.danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecdd3}.metric-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:14px}.metric{background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.trend-bar{display:flex;flex-wrap:wrap;gap:8px}.trend-pill{background:#0ea5e914;color:#0f172a;border:1px dashed #0ea5e9;padding:8px 10px;border-radius:12px;display:flex;gap:8px;align-items:center}.trend-pill strong{font-size:1rem}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin-top:8px}.table{display:flex;flex-direction:column;gap:10px}.table-head,.table-row{display:grid;grid-template-columns:48px 2fr .8fr 1fr .6fr 1fr .8fr 1fr;align-items:center;gap:10px}.table-head{font-weight:700;color:var(--muted);font-size:.9rem;padding-bottom:6px;border-bottom:1px solid var(--border)}.table-row{padding:10px 0;border-bottom:1px dashed var(--border);cursor:pointer;transition:all .2s ease}.table-row:hover{background:#f8fafc}.table-row .row-title{font-weight:600}.table-row .row-sub{color:var(--muted);font-size:.9rem}.table.compact .table-row{grid-template-columns:48px 2fr 1fr 1fr}.list-card,.create-card{margin-top:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field span{font-weight:600}.form-field input,.form-field textarea,.form-field select{border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:1rem;background:#fff}.price-input-container{position:relative;display:flex;align-items:center}.price-input-container .currency-symbol{position:absolute;left:14px;font-weight:700;color:var(--muted);pointer-events:none}.price-input-container input{padding-left:32px!important;width:100%}.multi-field-column{display:flex;flex-direction:column;gap:8px;margin-top:4px}.field-row{display:flex;gap:8px;align-items:center}.field-row input{flex:1}.ghost-btn.icon-only{width:38px;height:38px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.ghost-btn.full-width{width:100%}.form-field.full{grid-column:1 / -1}.form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--muted);gap:12px}.empty-state p{font-size:1.2rem;font-weight:700;color:var(--text);margin:0}.empty-state.small{padding:24px}.product-detail{display:flex;flex-direction:column;gap:14px}.product-hero{display:flex;justify-content:space-between;gap:14px;background:#0f172a;color:#fff;padding:16px;border-radius:16px}.slate-editor-container{border:1px solid #f1f5f9;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 1px 4px #0f172a0a;transition:box-shadow .2s ease}.slate-editor-container:focus-within{box-shadow:0 2px 12px #0f172a12;border-color:#e2e8f0}.editor-main{display:flex;flex-direction:column}.editable-container{flex:1;padding:20px 24px 24px;min-height:260px;cursor:text}.editable-container *:focus,[data-slate-editor]:focus,[data-slate-editor] *:focus,[data-slate-node]:focus,.editable-container [contenteditable]:focus{outline:none!important;box-shadow:none!important;border-color:transparent!important}[data-slate-editor] [data-slate-placeholder]{color:#cbd5e1!important;font-style:italic;pointer-events:none;font-size:1.05rem}.html-box,.editable-container{line-height:1.85;color:#1e293b;font-size:1.05rem;letter-spacing:.01em}.html-box h1,.editable-container h1,.html-box h2,.editable-container h2,.html-box h3,.editable-container h3{margin-top:2em;margin-bottom:.5em;font-weight:700;color:#0f172a;line-height:1.25;letter-spacing:-.01em}.html-box h1,.editable-container h1{font-size:2rem}.html-box h2,.editable-container h2{font-size:1.5rem}.html-box h3,.editable-container h3{font-size:1.2rem}.html-box p,.editable-container p{margin-bottom:1.25em}.html-box p:last-child,.editable-container p:last-child{margin-bottom:0}.html-box blockquote,.editable-container blockquote{border-left:3px solid #94a3b8;padding:.4rem 0 .4rem 1.25rem;font-style:italic;margin:1.75rem 0;color:#64748b;background:transparent;border-radius:0}.html-box ul,.editable-container ul,.html-box ol,.editable-container ol{margin-bottom:1.25em;padding-left:1.75rem}.html-box ul,.editable-container ul{list-style-type:disc}.html-box ol,.editable-container ol{list-style-type:decimal}.html-box li,.editable-container li{margin-bottom:.5em}.html-box code,.editable-container code{background:#f1f5f9;padding:.2rem .4rem;border-radius:6px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em;color:#ef4444}.rich-text-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.rich-text-toggle{display:flex;gap:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#f1f5f9}.toggle-btn{padding:5px 14px;font-size:.875rem;font-weight:600;background:transparent;border:none;color:var(--muted);cursor:pointer;transition:background .18s ease,color .18s ease}.toggle-btn.active{background:var(--text);color:#fff}.toggle-btn:hover:not(.active){background:#e2e8f0;color:var(--text)}.rich-text-field{display:flex;flex-direction:column}.rich-text-field.single-panel{display:block}.rich-preview{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:14px;display:flex;flex-direction:column}.rich-preview.full-panel{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:16px;min-height:220px}.slate-preview{flex:1;background:#fff;border:1px solid var(--border);border-radius:10px;padding:14px;overflow-y:auto}.product-hero .pill{background:#ffffff1f;color:#fff;border-color:#fff3}.hero-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;min-width:280px}.product-hero .metric{background:#ffffff1a;border-color:#fff3;color:#fff}.html-box{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text)}.meta-list{list-style:none;display:grid;gap:8px}.meta-list li{display:flex;justify-content:space-between;border-bottom:1px dashed var(--border);padding-bottom:6px}.variant-block{margin-top:8px;display:flex;flex-direction:column;gap:8px}.variant-block h4{margin:0}.chips{display:flex;gap:8px;flex-wrap:wrap}.rich-text-field .ql-container{border-radius:12px}.section-label{display:block;font-weight:700;font-size:1rem;color:var(--text);margin-bottom:4px}.field-hint{font-weight:400;font-style:normal;color:var(--muted);font-size:.9rem}.shipping-grid{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid var(--border);border-radius:14px;background:#f8fafc;margin-top:6px}.input-with-unit{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.input-with-unit input{flex:1;border:none!important;border-radius:0!important;outline:none;padding:10px 12px;font-size:1rem;background:transparent;min-width:0}.input-with-unit select{border:none!important;border-left:1px solid var(--border)!important;border-radius:0!important;padding:10px;font-size:.9rem;font-weight:600;background:#f1f5f9;cursor:pointer;outline:none;color:var(--text)}.unit-badge{display:flex;align-items:center;padding:0 12px;font-size:.875rem;font-weight:600;color:var(--muted);background:#f1f5f9;border-left:1px solid var(--border);-webkit-user-select:none;user-select:none}.dimension-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:6px}.dimension-field{display:flex;flex-direction:column;gap:6px}.dimension-field>span{font-weight:600;font-size:.9rem;color:var(--muted)}@media(max-width:640px){.dimension-row{grid-template-columns:1fr}}@media(max-width:960px){.marketplace-header{flex-direction:column}.marketplace-tabs{flex-wrap:wrap}.bento-grid .span-2{grid-column:span 1}.table-head,.table-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:32px}.summary-card-mini{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;align-items:center;gap:14px}.summary-icon-box{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.summary-details{display:flex;flex-direction:column}.summary-details span{font-size:.8rem;font-weight:500;color:var(--muted)}.summary-details strong{font-size:1.4rem;font-weight:700;color:var(--text)}.bento-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.bento-action-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.bento-action-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 10px 25px #0f172a14}.bento-action-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.bento-action-content h3{font-size:1.15rem;font-weight:700;margin-bottom:6px}.bento-action-content p{color:var(--muted);font-size:.95rem;line-height:1.5}.icon-blue{background:#eff6ff;color:#3b82f6}.icon-purple{background:#faf5ff;color:#a855f7}.icon-green{background:#f0fdf4;color:#22c55e}.icon-emerald{background:#ecfdf5;color:#10b981}.icon-amber{background:#fffbeb;color:#f59e0b}.icon-orange{background:#fff7ed;color:#f97316}.icon-indigo{background:#eef2ff;color:#6366f1}.icon-teal{background:#f0fdfa;color:#14b8a6}.icon-slate{background:#f8fafc;color:#475569}.icon-red{background:#fef2f2;color:#ef4444}.home-container{padding:28px 32px;display:flex;flex-direction:column;gap:24px;max-width:1200px;margin:0 auto;width:100%}.ul-header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.ul-header-left{display:flex;align-items:center;gap:16px}.ul-back-btn{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:background .15s ease,transform .15s ease;flex-shrink:0}.ul-back-btn:hover{background:#f3f4f6;transform:translate(-1px)}.ul-title{font-size:1.55rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.ul-search-box{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:0 14px;height:42px;min-width:260px;transition:border-color .2s ease,box-shadow .2s ease}.ul-search-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #0f172a12}.ul-search-icon{color:var(--muted);font-size:1.1rem;flex-shrink:0}.ul-search-input{border:none;outline:none;font-size:.95rem;color:var(--text);background:transparent;width:100%}.ul-search-input::placeholder{color:var(--muted)}.ul-table-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0f172a0a}.ul-table{width:100%;border-collapse:collapse}.ul-table thead tr{background:#f8fafc;border-bottom:1px solid var(--border)}.ul-table th{padding:12px 18px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);text-align:left;white-space:nowrap}.ul-table-row{cursor:pointer;border-bottom:1px solid var(--border);transition:background .15s ease}.ul-table-row:last-child{border-bottom:none}.ul-table-row:hover{background:#f8fafc}.ul-table td{padding:14px 18px;font-size:.95rem;vertical-align:middle}.ul-user-cell{display:flex;align-items:center;gap:12px}.ul-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.ul-avatar-placeholder{background:#f1f5f9;border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.ul-display-name{font-weight:600;color:var(--text)}.ul-muted{color:var(--muted);font-size:.9rem}.ul-action-group{display:flex;align-items:center;gap:6px;justify-content:flex-end}.ul-icon-btn{width:34px;height:34px;border-radius:9px;border:1px solid var(--border);background:transparent;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .15s ease}.ul-icon-btn.ul-edit{color:var(--muted)}.ul-icon-btn.ul-edit:hover{background:#eff6ff;border-color:#bfdbfe;color:#3b82f6}.ul-icon-btn.ul-delete{color:var(--muted)}.ul-icon-btn.ul-delete:hover{background:#fef2f2;border-color:#fecdd3;color:#dc2626}.ul-skeleton-list{display:flex;flex-direction:column;gap:0;padding:8px 0}.ul-skeleton-row{height:62px;margin:4px 18px;border-radius:10px;background:linear-gradient(90deg,#f1f5f9 25%,#e9edf2,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ud-layout{display:grid;grid-template-columns:320px 1fr;gap:20px;align-items:start}@media(max-width:860px){.ud-layout{grid-template-columns:1fr}}.ud-profile-card{cursor:default!important;gap:20px!important}.ud-profile-card:hover{transform:none!important;box-shadow:none!important;border-color:var(--border)!important}.ud-hero{display:flex;align-items:center;gap:14px}.ud-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.ud-avatar-placeholder{background:#f1f5f9;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;color:var(--text)}.ud-hero-text{display:flex;flex-direction:column;gap:2px}.ud-username{font-size:1.15rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.ud-handle{font-size:.9rem;color:var(--muted);font-weight:500}.ud-meta-list{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--border);padding-top:18px}.ud-meta-item{display:flex;align-items:flex-start;gap:12px}.ud-meta-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.ud-meta-content{display:flex;flex-direction:column;gap:2px;min-width:0}.ud-meta-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.ud-meta-value{font-size:.92rem;font-weight:500;color:var(--text);word-break:break-all}.ud-meta-code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem;background:#f1f5f9;padding:2px 6px;border-radius:5px;color:#ef4444;word-break:break-all}.ud-right-col{display:flex;flex-direction:column;gap:16px}.ud-form-card{cursor:default!important;gap:20px!important}.ud-form-card:hover{transform:none!important;box-shadow:none!important;border-color:var(--border)!important}.ud-form-header h3{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:2px}.ud-form-sub{font-size:.9rem;color:var(--muted)}.ud-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:600px){.ud-form-grid{grid-template-columns:1fr}}.ud-input-group{display:flex;flex-direction:column;gap:6px}.ud-input-group label{font-size:.85rem;font-weight:600;color:var(--text)}.ud-input-group input{width:100%;padding:11px 14px;background:#f8fafc;border:1px solid var(--border);border-radius:11px;color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.ud-input-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0f172a12;background:#fff}.ud-disabled-input{color:var(--muted)!important;cursor:not-allowed;background:#f1f5f9!important}.ud-input-hint{font-size:.82rem;color:var(--muted);margin:0}.ud-full-width{grid-column:1 / -1}.ud-form-actions{display:flex;justify-content:flex-end;grid-column:1 / -1}.ud-save-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;background:var(--primary);color:#fff;border:none;border-radius:11px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,opacity .15s ease}.ud-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #0f172a26}.ud-save-btn:disabled{opacity:.65;cursor:not-allowed}.ud-danger-card{cursor:default!important;border-color:#fecdd3!important;gap:16px!important}.ud-danger-card:hover{transform:none!important;box-shadow:none!important}.ud-danger-header{display:flex;align-items:flex-start;gap:14px}.ud-danger-icon-glyph{font-size:1.3rem;color:#dc2626;flex-shrink:0;margin-top:2px}.ud-danger-header h3{font-size:1rem;font-weight:700;color:#b91c1c;margin-bottom:4px}.ud-danger-header p{font-size:.9rem;color:var(--muted);line-height:1.5}.ud-delete-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#fef2f2;color:#dc2626;border:1px solid #fecdd3;border-radius:11px;font-size:.92rem;font-weight:700;cursor:pointer;transition:all .15s ease}.ud-delete-btn:hover{background:#dc2626;color:#fff;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 6px 14px #dc262640}.ud-skeleton-header{height:52px;border-radius:12px;background:linear-gradient(90deg,#f1f5f9 25%,#e9edf2,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.cl-tabs{display:flex;gap:8px}.cl-tab{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .18s ease}.cl-tab:hover{background:#f3f4f6;color:var(--text)}.cl-tab-active{background:var(--primary);color:#fff;border-color:var(--primary)}.cl-participants{display:flex;flex-wrap:wrap;gap:6px}.cl-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:#f1f5f9;border:1px solid var(--border);font-size:.82rem;font-weight:600;color:var(--text)}.cl-user-cell{display:flex;align-items:center;gap:10px}.cl-user-avatar{width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--text);flex-shrink:0}.cl-last-msg{font-size:.92rem;color:var(--text);max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout:has(.cd-fullscreen){height:100vh;overflow:hidden}.layout:has(.cd-fullscreen)>.page-shell{height:100vh;overflow:hidden;padding:0;max-width:100%}.home-container.cd-fullscreen{height:100%;overflow:hidden;padding:0;max-width:none;gap:0}.cb-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;z-index:10}.cb-participants{display:flex;align-items:center;gap:16px;margin-top:2px}.cb-participant{display:flex;align-items:center;gap:8px}.cb-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;flex-shrink:0}.cb-avatar-placeholder{background:#d1d5db;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff;border:none}.cb-participant-name{font-size:.92rem;font-weight:600;color:var(--text)}.ul-icon-btn:has(.cb-delete-label){width:auto;padding:0 14px;gap:6px}.cb-delete-label{font-size:.85rem;font-weight:600}.cb-canvas{flex:1;overflow-y:auto;background:#e0e0e0;padding:20px 28px 8px;display:flex;flex-direction:column;gap:4px;min-height:0}.cb-date-sep{display:flex;align-items:center;justify-content:center;margin:16px 0 10px}.cb-date-sep span{background:#ffffffd9;color:#546e7a;font-size:.75rem;font-weight:600;border-radius:999px;padding:5px 16px;box-shadow:0 1px 3px #0000001a}.cb-row{display:flex;margin-bottom:6px;position:relative}.cb-row-left{justify-content:flex-start}.cb-row-right{justify-content:flex-end}.cb-bubble{position:relative;max-width:55%;min-width:120px;padding:8px 14px 22px;border-radius:12px;box-shadow:0 1px 3px #0000001f}.cb-bubble-pink{background:#ff8a80;border-top-left-radius:0}.cb-bubble-blue{background:#4fc3f7;border-top-right-radius:0}.cb-bubble-green{background:#aed581;border-top-right-radius:0}.cb-sender{display:block;font-size:.75rem;font-weight:700;color:#0000008c;margin-bottom:3px}.cb-row-right .cb-sender{text-align:right}.cb-text{margin:0;font-size:.95rem;line-height:1.45;color:#1a1a1a;word-break:break-word;white-space:pre-wrap}.cb-time{position:absolute;bottom:5px;right:10px;font-size:.68rem;color:#0006;white-space:nowrap}.cb-row-left .cb-time{right:auto;left:10px}.cb-actions{position:absolute;top:50%;transform:translateY(-50%);display:none;align-items:center;gap:2px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:3px 5px;box-shadow:0 2px 8px #0000001f;z-index:2}.cb-row-left .cb-actions{left:calc(100% + 6px)}.cb-row-right .cb-actions{right:calc(100% + 6px);left:auto}.cb-row:hover .cb-actions{display:flex}.cb-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;color:#555;cursor:pointer;transition:background .15s,color .15s}.cb-action-btn:hover{background:#f3f4f6;color:#111}.cb-action-delete:hover{background:#fef2f2;color:#dc2626}.cb-input-bar{display:flex;align-items:center;gap:12px;padding:14px 24px;background:#fff;border-top:1px solid #d1d5db;flex-shrink:0}.cb-input{flex:1;height:44px;padding:0 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;background:#fff;color:var(--text);outline:none;transition:border-color .15s}.cb-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f172a0f}.cb-send-btn{height:44px;padding:0 24px;border:none;background:var(--primary);color:#fff;font-size:.9rem;font-weight:700;font-family:inherit;border-radius:8px;cursor:pointer;transition:background .15s,transform .1s;flex-shrink:0}.cb-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.cb-send-btn:disabled{opacity:.5;cursor:not-allowed}.cb-edit-container{display:flex;flex-direction:column;gap:8px;width:100%}.cb-edit-input{width:100%;min-height:60px;padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#ffffffe6;font-family:inherit;font-size:.95rem;line-height:1.45;color:#1a1a1a;resize:vertical;outline:none}.cb-edit-input:focus{border-color:#0003;box-shadow:0 0 0 2px #ffffff80}.cb-edit-actions{display:flex;justify-content:flex-end;gap:6px}.cb-edit-actions button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#fffc;border-radius:6px;color:#333;cursor:pointer;transition:all .2s}.cb-edit-actions button:hover{background:#fff;transform:scale(1.05)}.ul-add-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--primary);color:#fff;border:none;border-radius:11px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.ul-add-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a26}.ul-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.ul-badge-success{background:#ecfdf3;color:#0f5132;border:1px solid #bbf7d0}.ul-badge-danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecdd3}.modal-overlay{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal-content{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px;width:100%;max-width:520px;box-shadow:0 20px 50px #0f172a33;max-height:90vh;overflow-y:auto}.modal-content h2{font-size:1.4rem;font-weight:700;color:var(--text);margin-bottom:20px;letter-spacing:-.01em}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-group label{font-size:.9rem;font-weight:600;color:var(--text)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;background:#f8fafc;border:1px solid var(--border);border-radius:11px;color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0f172a12;background:#fff}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.btn-primary{padding:11px 20px;background:var(--primary);color:#fff;border:none;border-radius:11px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a26}.btn-secondary{padding:11px 20px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:11px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .15s ease}.btn-secondary:hover{background:#f3f4f6;transform:translateY(-1px)}#root{width:100%}
