        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
        body { font-family: 'Inter', sans-serif; }
        .glass-card { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); }
        #ownerSuggestions li { cursor: pointer; }
        #ownerSuggestions li:hover { background: #f1f5f9; }
        .tab-btn.active { background: #0f172a; color: #fff; border-color: #0f172a; }
        .view-btn.active { background: #1e293b; color: #fff; border-color: #1e293b; }
        .step-pill.active { background: #1d4ed8; color: #fff; }
        .step-pill.done { background: #059669; color: #fff; }
