.home-welcome-header{justify-content:space-between;align-items:center;gap:16px;max-width:1400px;margin:0 auto;padding:40px 3px 28px;display:flex}.home-view-toggle{color:#666;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:inline-flex}.home-view-toggle:hover{background:#f5f5f5;border-color:#d1d5db}.home-welcome-title{color:var(--ink);letter-spacing:-.02em;margin:0 0 6px;font-size:24px;font-weight:700;line-height:1.3}.home-welcome-subtitle{color:#666;margin:0;font-size:14px;line-height:1.5}.home-batch-actions{flex-shrink:0;align-items:center;gap:16px;padding-bottom:4px;display:none}.home-batch-actions.is-visible{display:flex}.home-batch-count{color:#666;font-size:13px;font-weight:500}.home-batch-btn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:4px;padding:6px 14px;font-size:13px;font-weight:600;line-height:1;transition:all .15s;display:inline-flex}.home-batch-btn:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.home-batch-btn:disabled{opacity:.5;cursor:not-allowed}.home-batch-btn-secondary{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:4px;padding:6px 14px;font-size:13px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.home-batch-btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.project-float-bar{z-index:100;opacity:0;pointer-events:none;background:#fff;border:1px solid #e8e8e8;border-radius:12px;align-items:center;gap:4px;padding:6px 8px;transition:opacity .25s,transform .3s cubic-bezier(.34,.69,.1,1);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%,120%);box-shadow:0 4px 20px #00000014}.project-float-bar.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.project-float-bar-count{color:#333;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;display:inline-flex}.project-float-bar-divider{background:#e8e8e8;width:1px;height:16px;margin:0 2px}.project-float-bar-btn{color:#dc2626;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:500;line-height:1;transition:background .15s;display:inline-flex}.project-float-bar-btn:hover:not(:disabled){background:#fef2f2}.project-float-bar-btn:disabled{opacity:.5;cursor:not-allowed}.project-float-bar-btn.secondary{color:#666}.project-float-bar-btn.secondary:hover:not(:disabled){background:#f5f5f5}.project-float-bar-select-all{color:#333;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;line-height:1;transition:background .15s;display:inline-flex}.project-float-bar-select-all:hover{background:#f5f5f5}.project-float-bar-select-all-checkbox{background:#fff;border:1.5px solid #d1d5db;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.project-float-bar-select-all-checkbox.is-checked{background:#3b82f6;border-color:#3b82f6}.home-section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:0 3px;display:flex}.home-section-title{color:var(--ink);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:600}.home-feature-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.home-feature-chip{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:inherit;cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:12px 16px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.home-feature-chip:hover{border-color:var(--line-strong);transform:translateY(-1px);box-shadow:0 16px 48px #0f172a14}.home-feature-chip-icon{color:#3b82f6;background:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.home-feature-chip-label{color:var(--ink);font-size:14px;font-weight:500}
